This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Failure to run testsuite with libstdc++-v3
- To: gcc at gcc dot gnu dot org
- Subject: Re: Failure to run testsuite with libstdc++-v3
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 9 Aug 2000 01:08:18 -0700
> The user-level solution is to explicitly enable posix threads:
>
> ../gcc/configure --enable-threads=posix --enable-shared --enable-libstdcxx-v3
>
> The developer-level solution is more complex with many possible
> solutions.
I would accept a patch that did the necessary conversion magic between
--enable-threads and --enable-threads==posix.
-benjamin