gcc 4.2.2, libgomp under cygwin

2007-11-26 Thread Joerg Frochte
Hi, I tried to compile gcc-4.2.2 with openmp support under cygwin. To do so, I previously installed gmp-4.2.2 and mpfr-2.3.0. Now I start configure and up like this: $ ./configure --prefix=/usr/local/ --enable-languages=c loading cache ./config.cache checking host system type...

Re: gcc 4.2.2, libgomp under cygwin

2007-11-27 Thread Joerg Frochte
Hi, 2007/11/27, Brian Dessent <[EMAIL PROTECTED]>: > Cygwin is not a target where libgomp is enabled by default, though it > probably should be since it strives for POSIX. You have to > --enable-libgomp explicitly if you want to build it. Thanks. Now it works. Joerg -- http://www.joerg.froch