Thread deadlock problem with cout
Benjamin Kosnik
bkoz@redhat.com
Thu Jul 20 19:41:00 GMT 2000
Jakub, can you help this guy? There seems to be more confusion with these
RPMS.........
I assume you mean the RPMs here:
ftp://rawhide.redhat.com/pub/rawhide/i386/RedHat/RPMS/
> I am running:
> glibc-2.1.91-2.i386.rpm
> gcc-2.96-33 .i386.rpm
> gcc-c++-2.96-33.i386.rpm
> libstdc++-2.96-33
>
> When I compile a C++ program, then do an ldd on that program:
> ldd a.out
> libpthread.so.0 => /lib/libpthread.so.0 (0x40022000)
> libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x40038000)
Hmm. This shared library versioning indicates libstdc++-v3, which is odd.
Whatever happened to sane versioning like libstdc++.a.2.10.0 ?
More information about the Libstdc++
mailing list