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

2000-05-25 Thread Branko ibej
Loren James Rittle wrote: You raise a good point. As far as I know, when gcc is configured to *conditionally* support multi-threading, the C++ library is built to *always* support multi-threading. Thus, it is only a matter of possible performance degradation. Indeed. I think this is mostly

Two questions on library handling

2000-05-25 Thread Thomas Merz
Dear library experts, I'm using libtool for my PDFlib package for quite some time now, and am very happy with what it's able to achieve. However, I am unable to solve the following two problems (which may be combined configure/libtool problems): - How to distinguish shared and static libraries

Re: ltcf-cxx.sh

2000-05-25 Thread Michael Matz
Hi, On Mon, 22 May 2000, Ossama Othman wrote: On Sun, May 21, 2000 at 07:53:39PM +0200, Stephan Kulow wrote: Michael Matz and I plan to switch our libtool version to the one in multi-language-branch in two days so it gets some testing before we release KDE 2.0 with it. Great! KDE

Re: ltcf-cxx.sh

2000-05-25 Thread Ossama Othman
Hi Michael, On Fri, May 26, 2000 at 12:51:01AM +0200, Michael Matz wrote: On Mon, 22 May 2000, Ossama Othman wrote: Great! KDE would be a great smoke test for the multi-language branch libtool. It's smoking already ;) Even with problem reports ;) Great! Well, at least for the libtool

Re: ltcf-cxx.sh

2000-05-25 Thread Kevin Atkinson
On Fri, 26 May 2000, Michael Matz wrote: Great. Note that it's all not only depending on the compiler, but also on the actual linker used, so $with_gnu_ld should also be tested. E.g. just today I had a report from someone using KDE on Solaris with gcc and GNU ld. Currently that won't work,