This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.4 on AIX 5.1
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Jubin" <jubind at subexgroup dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 06 May 2002 11:12:08 -0400
- Subject: Re: GCC 3.0.4 on AIX 5.1
>>>>> Jubin writes:
Jubin> Then i already have gcc 3.0.4 compiled on AIX 5.1. But when i
Jubin> checked the version by
Jubin> gcc -v . It says Thread Model :Single . Is it ok ?
$ gcc -v
Thread model: single
$ gcc -pthread -v
Thread model: posix
This previously was discussed on the gcc-help mailinglist. You
should look in the archive of that mailinglist for answers to your
questions and generally utilize that mailinglist and the GCC documentation
for this type of information.
http://gcc.gnu.org/ml/gcc-help/2002-04/msg00181.html
David