Re: OpenMP bug with gfortran when compile under Windows platform

2006-05-30 Thread Jakub Jelinek
On Tue, May 30, 2006 at 04:37:35PM +0200, Fran?ois-Xavier Coudert wrote: > >you just port libgomp to mingw32 + pthreads-win32 > >and assuming pthreads-win32 is sufficiently rich and not too buggy, it will > >just work. > > With the attached patch, I can compile libgomp with > > ../gcc/configure -

Re: OpenMP bug with gfortran when compile under Windows platform

2006-05-30 Thread François-Xavier Coudert
you just port libgomp to mingw32 + pthreads-win32 and assuming pthreads-win32 is sufficiently rich and not too buggy, it will just work. With the attached patch, I can compile libgomp with ../gcc/configure --prefix=/mingw --disable-nls --with-ld=/mingw/bin/ld --with-as=/mingw/bin/as --disable-w

Re: OpenMP bug with gfortran when compile under Windows platform

2006-05-30 Thread Jakub Jelinek
On Tue, May 30, 2006 at 11:19:09AM +0200, Fran?ois-Xavier Coudert wrote: > [CCing the OpenMP experts] > > Henry, > > The -fopenmp option doesn't work under mingw32. Since I am the one > building the Windows (mingw32) binary packages you downloaded, I'm > rather interesting in getting it to work..

Re: OpenMP bug with gfortran when compile under Windows platform

2006-05-30 Thread François-Xavier Coudert
[CCing the OpenMP experts] Henry, The -fopenmp option doesn't work under mingw32. Since I am the one building the Windows (mingw32) binary packages you downloaded, I'm rather interesting in getting it to work... So here are a few things we could sort out: 1. currently, using the -fopenmp optio