This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fw: multithread application
- To: Kepa Iddeo <kepa dot larizgoitia at era-e dot com>
- Subject: Re: Fw: multithread application
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 15 Jun 2001 11:38:16 -0400 (EDT)
- cc: gcc at gcc dot gnu dot org
On Fri, 15 Jun 2001, Kepa Iddeo wrote:
> What are the compilation options I must include to compile a multithread C++
> application?
Depends on your target, e.g. on i686-pc-linux-gnu you can use
`g++ -pthread ...'.
Jeff