This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Deadlock using cout, again
- To: umbpux at tin dot it
- Subject: Re: Deadlock using cout, again
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Thu, 17 Aug 2000 16:24:59 -0500 (CDT)
- CC: libstdc++ at sources dot redhat dot com
- References: <399BED8A.5146D063@tin.it>
- Reply-to: rittle at rsch dot comm dot mot dot com
In article <399BED8A.5146D063@tin.it>,
Maurizio Umberto Puxeddu <umbpux@tin.it> writes:
> Compiler:
> GCC cvs version checked out on Thu Aug 17 15:26 CEST 2000
> Standard library:
> libstdc++-3-libc6.1-2-2.10.0.0
> I found a similar thread on this ML. The only solution to this problem
> was compiling GCC with --enable-threads=posix but it is not enough for
> me.
Please post the exact configure line you used? Also, it appears to me
that you got the libstdc++-v3 distribution in an external pre-built
package. It needs to be build with --enable-threads=posix as well.
Loren