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