ML: soname in export-symbol

2000-05-23 Thread Stephan Kulow
Hi! the soname wasn't set when -retain-symbols-file was used which broke using this library as the linker looked in .libs even if the lib was installed. Here is the patch Greetings, Stephan diff -u -r1.2.2.5 -r1.2.2.6 --- ltcf-cxx.sh 2000/02/26 14:25:59 1.2.2.5 +++ ltcf-cxx.sh 2000/05/23 11

Subtle problem with libstdc++-v3 when used with gcc configured with --enable-shared --enable-threads\=posix

2000-05-23 Thread Loren James Rittle
[Sorry to hit two lists (I took out binutils after some thought and reading), but I don't know where the real problem lies. Current guess is in libtool 1.3.4 as used by libstdc++-v3.] On some platforms, under some gcc configurations, a -[p]thread[s] switch is honored to make C++ thread-safe.

Re: Subtle problem with libstdc++-v3 when used with gcc configuredwith --enable-shared --enable-threads\=posix

2000-05-23 Thread Branko Čibej
Loren James Rittle wrote: [...] > If I manually take out the -lm and -lc in the second command line, I > get a shared libstdc++ library that appears to work just fine when > either libc or libc_r is provided by the g++ driver at later link-times. > > Is this solution on the right track? Shouldn'