Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-18 10:03:48


On Monday 18 April 2005 18:56, Peter Simons wrote:
> 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?

Not yet :-( The same command works for me. Can you run

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

(i.e. with the -v switch), so that we know what linker command is used?

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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