This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Thread deadlock problem with cout
- To: Craig Rodrigues <rodrigc at mediaone dot net>
- Subject: Re: Thread deadlock problem with cout
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 20 Jul 2000 19:41:13 -0700 (PDT)
- cc: libstdc++ at sourceware dot cygnus dot com, jakub at redhat dot com
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 ?