[Bug target/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-30 Thread julian1844 at yahoo dot com
--- Comment #8 from julian1844 at yahoo dot com 2009-04-30 06:38 --- (In reply to comment #7) ok, mingw should be linking against libpthreads with -fopenmp (it should also be linking against libgomp also) I don't think libgomp has been ported to mingw yet. I wonder if the source

[Bug target/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-30 Thread dannysmith at users dot sourceforge dot net
--- Comment #9 from dannysmith at users dot sourceforge dot net 2009-04-30 20:57 --- (In reply to comment #6) (In reply to comment #4) Your libpthreads is doing something wrong. Re. comment 5 The command was actually gcc -fopemnp test.c -lgomp -o test.exe That command works

[Bug target/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-30 Thread dannysmith at users dot sourceforge dot net
--- Comment #10 from dannysmith at users dot sourceforge dot net 2009-04-30 21:07 --- (In reply to comment #9) (In reply to comment #6) (In reply to comment #4) Your libpthreads is doing something wrong. Re. comment 5 The command was actually gcc -fopemnp test.c -lgomp -o

[Bug target/39939] MinGW 4.3.0 fails to link sample programme.

2009-04-29 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-04-30 05:02 --- ok, mingw should be linking against libpthreads with -fopenmp (it should also be linking against libgomp also) I don't think libgomp has been ported to mingw yet. -- pinskia at gcc dot gnu dot org changed: