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

2000-05-24 Thread Branko Čibej
hink this is mostly a packaging issue -- whoever wants this behaviour should just build the C++ library twice, and patch the specs, right? Or should this be done with multilibs? Brane -- Branko Čibej <[EMAIL PROTECTED]> HERMES SoftLab, Litijska 51, 1000 Ljubljana, Slove

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

2000-05-23 Thread Branko Čibej
the right track? Shouldn't there be two versions of the C++ library on such systems, libstdc++ and libstdc++_r, each linked with the appropriate libc? After all, what sense does it make to use a thread-safe C++ library, if the C library isn't? Brane -- Branko Čibej <[EMAI