This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling mult-threaded C code on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Mead, Jennifer L - VSCM" <Mead dot Jennifer at vectorscm dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Sep 2006 20:51:04 -0400
- Subject: Re: Compiling mult-threaded C code on AIX
- References: <5DD1E2BCE7C37A43B736388E5D8EE1800151C049@ri-cnfqe161.cnf.com>
Try invoking GCC with the option "-pthread" (not pthreads).
David