Boost logo

Boost-Build :

From: Peter Simons (simons_at_[hidden])
Date: 2005-04-18 09:56:14


Vladimir Prus writes:

> I think this problem was fixed as well. Can you again run
> "bjam" in "example/library" (as soon as my modification
> appear in anon CVS), and tell if you get the same error
> with intel as you've originally reported.

The problem with /etc/site-config.jam is gone, but I still
have trouble with the Intel compiler:

$ cd boost-current/tools/build/v2/example/libraries
$ bjam toolset=gcc-3.3.5,gcc-4.1.0,intel-linux-8.0
...found 35 targets...
...updating 16 targets...
MkDir1 app/bin/gcc-4.1.0
MkDir1 app/bin/gcc-4.1.0/debug
gcc.compile.c++ app/bin/gcc-4.1.0/debug/app.o
MkDir1 util/foo/bin/gcc-4.1.0
MkDir1 util/foo/bin/gcc-4.1.0/debug
gcc.compile.c++ util/foo/bin/gcc-4.1.0/debug/bar.o
gcc.link.dll util/foo/bin/gcc-4.1.0/debug/bar.so
gcc.link app/bin/gcc-4.1.0/debug/app
MkDir1 app/bin/intel-linux-8.0
MkDir1 app/bin/intel-linux-8.0/debug
intel-linux.compile.c++ app/bin/intel-linux-8.0/debug/app.o
MkDir1 util/foo/bin/intel-linux-8.0
MkDir1 util/foo/bin/intel-linux-8.0/debug
intel-linux.compile.c++ util/foo/bin/intel-linux-8.0/debug/bar.o
intel-linux.link.dll util/foo/bin/intel-linux-8.0/debug/bar.so
/usr/bin/ld: -static and -shared may not be used together

"icpc" -o "util/foo/bin/intel-linux-8.0/debug/bar.so" -Wl,-h -Wl,bar.so -shared "util/foo/bin/intel-linux-8.0/debug/bar.o" -g

...failed intel-linux.link.dll util/foo/bin/intel-linux-8.0/debug/bar.so...
...skipped <papp/bin/intel-linux-8.0/debug>app for lack of <putil/foo/bin/intel-linux-8.0/debug>bar.so...
...failed updating 1 target...
...skipped 1 target...
...updated 14 targets...

Does this help in any way?

Peter

 


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