On Tue, 2010-07-20 at 08:43 -0400, Charles Wilson wrote: > On 7/19/2010 9:49 PM, Yaakov (Cygwin/X) wrote: > > AFAIK --enable-shared and --enable-libgomp are the defaults. > > Nope, apparently not. After making sure that pthread was installed in > /usr/i686-pc-mingw32/sys-root, and rebuilding gcc:
I see, in toplevel configure.ac, target-libgomp is added to $noconfigdirs for all "non-POSIX" systems (including Cygwin!). So all cygwin and mingw* gcc's need an explicit --enable-libgomp. The documentation is not clear on that at all. Yaakov
