Re: libtool issue with latest Sun cc compiler on Linux

2007-02-17 Thread Ralf Wildenhues
* Terry D. Dontje wrote on Fri, Feb 16, 2007 at 08:45:09PM CET: > Very interesting, I think it is coming from ld look at the following: [...] > [EMAIL PROTECTED]:~/tmp/compissue> ld --version > GNU ld version 2.16.91.0.7-amd-sles9 20060317 Thanks, that's what I wanted to know. Please note that cu

Re: libtool issue with latest Sun cc compiler on Linux

2007-02-16 Thread Terry D. Dontje
Very interesting, I think it is coming from ld look at the following: [EMAIL PROTECTED]:~/tmp/compissue> cc -G -Wl,--whole-archive,libtest.a -Wl,--no-whole-archive -Wl,-soname -Wl,libtest.so.0 -o libtest.so.0.0 /dev/null -# ### Note: NLSPATH = /opt/zmaw/sw/sles9-x64/SUN/SunStudioExpress-linux-

Re: libtool issue with latest Sun cc compiler on Linux

2007-02-16 Thread Ralf Wildenhues
Hello Terry, Thanks for the report. * Terry D. Dontje wrote on Fri, Feb 16, 2007 at 01:55:10PM CET: > > [EMAIL PROTECTED]:~/tmp/compissue> cc -mt -c foo.c -KPIC -DPIC -o foo.o > [EMAIL PROTECTED]:~/tmp/compissue> ar cru libtest.a foo.o > [EMAIL PROTECTED]:~/tmp/compissue> cc -G -Wl,--whole-a