[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pthread'ed code
From: |
Paul Pluzhnikov |
Subject: |
Re: pthread'ed code |
Date: |
11 Aug 2004 08:59:54 -0700 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
red floyd <no.spam@here.dude> writes:
> Are there any special command line options I should give to g++ when
> compiling code that uses pthreads?
This is platform-specific.
On Linux, add '-pthread'; on Solaris, add '-pthreads'; other
platforms may require different flags.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.