Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-27 09:42:42


Hi Ian,
> [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?

Let me see...

> 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"

Hmm.. this -L"" is very strange. It should include the path to
libboost_filesystem.lib. And the code you've previously posted did include
proper <search> property. Are you absolutely sure you don't pick old
borland.jam?

If yes, could you please archive the test project and send it to me. I'll try
to reproduce with the CVS state.

Thanks,
Volodya

 


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