Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-03-06 15:33:16


At 09:28 PM 3/4/2003, David Abrahams wrote:

>I'm not sure that it's broken, though I understand it's broken for you.
>
>What GCC-related configuration variables are you using with bjam
>(e.g. GCC_ROOT_DIRECTORY, GCC_STDLIB_DIRECTORY, ... ), and what are
>their values?

None. There are no GCC_ variables in my environment and I'm not setting any
on the command line either.

>Can you diff the link command-lines you get when using 1.67 and 1.68?

1.67 (works fine):

g++ -g -o
"d:\boost-regr\status\bin\array1.test\gcc\debug\runtime-link-dynamic\array1.exe"
"d:\boost-regr\status\bin\array1.test\gcc\debug\runtime-link-dynamic\array1.obj"

1.68 (fails):

g++ -g -o
"d:\boost-regr\status\bin\array1.test\gcc\debug\runtime-link-dynamic\array1.exe"
-L"/lib"
"d:\boost-regr\status\bin\array1.test\gcc\debug\runtime-link-dynamic\array1.obj"

My GCC libs are in C:\usr\local\lib\gcc-lib\i686-pc-cygwin\3.2.1

Let me know if you need other information, thanks,

--Beman

 


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