Re: GCC 4.3.2 OpenMP Support in Cygwin

2009-02-12 Thread Michael Craft
I compiled it myself using the --enable-libgomp flag on the configure script. On Wed, Feb 11, 2009 at 1:57 AM, Dave Korn dave.korn.cyg...@googlemail.com wrote: Larry Hall (Cygwin) wrote: Michael Craft wrote: I am trying to compile an OpenMP program in Cygwin using GCC 4.3.2 installed from the

GCC 4.3.2 OpenMP Support in Cygwin

2009-02-10 Thread Michael Craft
I am trying to compile an OpenMP program in Cygwin using GCC 4.3.2 installed from the repositories. This program compiles in linux with the exact same compiler fine. $ gcc-4 -std=gnu99 -fopenmp -o mvp-cygwin matrix-vector-bench.c matrix-vector-bench.c:11:18: error: omp.h: No such file or

Re: GCC 4.3.2 OpenMP Support in Cygwin

2009-02-10 Thread Larry Hall (Cygwin)
Michael Craft wrote: I am trying to compile an OpenMP program in Cygwin using GCC 4.3.2 installed from the repositories. This program compiles in linux with the exact same compiler fine. $ gcc-4 -std=gnu99 -fopenmp -o mvp-cygwin matrix-vector-bench.c matrix-vector-bench.c:11:18: error: omp.h:

Re: GCC 4.3.2 OpenMP Support in Cygwin

2009-02-10 Thread Dave Korn
Larry Hall (Cygwin) wrote: Michael Craft wrote: I am trying to compile an OpenMP program in Cygwin using GCC 4.3.2 installed from the repositories. This program compiles in linux with the exact same compiler fine. $ gcc-4 -std=gnu99 -fopenmp -o mvp-cygwin matrix-vector-bench.c