Boost logo

Boost-Build :

From: Ian Berthon (ian_at_[hidden])
Date: 2003-06-27 09:31:09


[snip]

Ok, the Sourceforge servers have finally updated themselves. Grabbed the
new files, changed my boost-build.jam to point at the CVS version, and
re-ran my test build (output below.) It looks like the
response-file-1/text-action thing is working now but it's not outputting
the '-L' bit to the response file anymore so the linker is unable to
find the library.

Any ideas?
Ian.

borland.compile.c++ bin\borland\debug\main.obj

"bcc32" -j5 -g255 -q -c -P -w -Ve -Vx -a8 -b- -v -Od -tWC -tWR -tWC
-WM- -I"bin\borland\debug" -I"" -o"bin\borland\debug\main.obj"
"main.cpp"

main.cpp:
response-file-1 bin\borland\debug\test.rsp

echo "bin\borland\debug\main.obj" > "bin\borland\debug\test.rsp"

text-action bin\borland\debug\test.rsp

echo libboost_filesystem.lib >> "bin\borland\debug\test.rsp"

borland.link bin\borland\debug\test.exe

set "PATH=;%PATH%"
"bcc32" -v -q -v -tWD -v -tWC -tWR -tWC -WM- -L""
-e"bin\borland\debug\test.exe" @"bin\borland\debug\test.rsp"

Fatal: Unable to open file 'LIBBOOST_FILESYSTEM.LIB'
...failed borland.link bin\borland\debug\test.exe...
...failed updating 1 target...
...updated 5 targets...

f:\projects\freedb\test>type bin\borland\debug\test.rsp
"bin\borland\debug\main.obj"
libboost_filesystem.lib

 


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