This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: GCC-3.0.4 (pre) on AIX requires pthreads
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: Michael Veksler <VEKSLER at il dot ibm dot com>, gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 20 Feb 2002 16:22:41 -0500
- Subject: Re: GCC-3.0.4 (pre) on AIX requires pthreads
Grepping for "thread model" in a GCC configure on AIX produces:
checking for thread model used by GCC... single
checking for thread model used by GCC... posix
checking for thread model used by GCC... single
checking for thread model used by GCC... single
checking for thread model used by GCC... single
checking for thread model used by GCC... posix
checking for thread model used by GCC... posix
checking for thread model used by GCC... posix
#define THREAD_MODEL_SPEC "%{pthread:posix}%{!pthread:single}"
David