Boost logo

Boost-Build :

From: Wieger Wesselink (wieger_at_[hidden])
Date: 2004-10-21 03:05:45


> Please clean everything, run "bjam -n", change Jamfile, run "bjam
-n" and
> compare the output from the two "bjam" runs. If there only
difference in in
> the name of executable, so problem lies elsewhere.

I have done so, and the outputs are indeed different, see the output
below. There are two additional gcc.compile.c++ and gcc.link commands
generated for the target named quote.

> Do you have a program called "quote" somewhere in PATH, for example?

I double clicked the program, so I guess the path has no influence.

Wieger

//---------- output for target named quote --------------------
...found 19 targets...
...updating 8 targets...
MkDir1 bin

mkdir "bin"

MkDir1 bin\gcc

mkdir "bin\gcc"

MkDir1 bin\gcc\debug

mkdir "bin\gcc\debug"

gcc.compile.c++ bin\gcc\debug\quote.o

"g++" -Wall -ftemplate-depth-100 -O0 -fno-inline -g -I".."
-I"..\boost" -c -o "bin\gcc\debug\quote.o" "quote.cpp"

gcc.link bin\gcc\debug\quote.exe

"g++" -o "bin\gcc\debug\quote.exe" "bin\gcc\debug\quote.o"

-g

MkDir1 quote\bin\gcc\debug

mkdir "quote\bin\gcc\debug"

gcc.compile.c++ quote\bin\gcc\debug\quote.o

"g++" -Wall -ftemplate-depth-100 -O0 -fno-inline -g
-DVALUE="\"BINDIR\"" -I".." -I"..\boost" -c -o
"quote\bin\gcc\debug\quote.o" "quote\quote.cpp"

gcc.link quote.exe

"g++" -o "quote.exe" "quote\bin\gcc\debug\quote.o" -g

...updated 8 targets...

//---------- output for target named quote1 --------------------
...found 12 targets...
...updating 6 targets...
MkDir1 bin

mkdir "bin"

MkDir1 bin\gcc

mkdir "bin\gcc"

MkDir1 bin\gcc\debug

mkdir "bin\gcc\debug"

gcc.compile.c++ bin\gcc\debug\quote.o

"g++" -Wall -ftemplate-depth-100 -O0 -fno-inline -g -I".."
-I"..\boost" -c -o "bin\gcc\debug\quote.o" "quote.cpp"

gcc.link bin\gcc\debug\quote1.exe

"g++" -o "bin\gcc\debug\quote1.exe" "bin\gcc\debug\quote.o"

-g

gcc.link quote1.exe

"g++" -o "quote1.exe" "bin\gcc\debug\quote.o" -g

...updated 6 targets...

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk