This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Build report for gcc 4.1.1 on Cygwin
- From: Brian Dessent <brian at dessent dot net>
- To: Tarmo Pikaro <tapika at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 01 Apr 2007 07:34:38 -0700
- Subject: Re: Build report for gcc 4.1.1 on Cygwin
- References: <174559.47420.qm@web38401.mail.mud.yahoo.com>
- Reply-to: gcc-help at gcc dot gnu dot org
Tarmo Pikaro wrote:
> Brian Dessent recommended to me to use pthread instead of win32
>
> http://gcc.gnu.org/ml/gcc/2007-03/msg01198.html
No, I said Cygwin uses pthreads, not that you should give that as an
option. The configure script should know the right value without you
specifying anything.
The right value is "posix" if you must specify it, and you can get this
by looking at the output of gcc -v on the Cygwin provided binaries.
Brian