This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: -pthread
- To: Levente Farkas <lfarkas at mindmaker dot hu>
- Subject: Re: -pthread
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 14 Feb 2001 10:56:07 -0800 (PST)
- cc: STDC++ <libstdc++ at sources dot redhat dot com>
> the current gcc has a -pthread option. it's undocumented ? where can I
> find such an information.
> thanks.
...that's just what you use on an --enable-threads build to make sure
that defines/libraries are done properly. I believe if you look under the
threads documentation (?) you'll find info about it.
-benjamin