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

2011-01-02 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39939 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2009-06-17 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.3.5 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39939

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

2009-05-04 Thread julian1844 at yahoo dot com
--- Comment #13 from julian1844 at yahoo dot com 2009-05-04 06:23 --- (In reply to comment #12) Should I conclude that the MinGW site is now www.equation.com? (In reply to comment #11) (In reply to comment #9, comment #10) I did not build MinGW 4.3.0. I got it from the official

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

2009-05-01 Thread julian1844 at yahoo dot com
--- Comment #11 from julian1844 at yahoo dot com 2009-05-01 17:26 --- (In reply to comment #9, comment #10) I did not build MinGW 4.3.0. I got it from the official MinGW site (gcc-4.3.0-20080502-mingw32-alpha). I have also found that on www.equation.com there are even newer versions

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

2009-05-01 Thread dannysmith at users dot sourceforge dot net
--- Comment #12 from dannysmith at users dot sourceforge dot net 2009-05-01 19:48 --- (In reply to comment #11) (In reply to comment #9, comment #10) I did not build MinGW 4.3.0. I got it from the official MinGW site (gcc-4.3.0-20080502-mingw32-alpha). I have also found that on

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

2009-04-30 Thread dannysmith at users dot sourceforge dot net
-- dannysmith at users dot sourceforge dot net changed: What|Removed |Added Component|target |libgomp Target Milestone|---

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

2009-04-29 Thread julian1844 at yahoo dot com
--- Comment #5 from julian1844 at yahoo dot com 2009-04-30 04:42 --- Let us forget everything about libpthread. MinGW fails to link the sample programme at the command gcc -fopemnp test.c -gomp -o test.exe The error messages I get are:

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

2009-04-29 Thread julian1844 at yahoo dot com
--- Comment #6 from julian1844 at yahoo dot com 2009-04-30 04:49 --- (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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39939

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

2009-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-28 06:55 --- Well libpthreads is not part of the GCC project. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39939

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

2009-04-28 Thread julian1844 at yahoo dot com
--- Comment #2 from julian1844 at yahoo dot com 2009-04-28 07:16 --- libpthread is needed to link libgomp, otherwise you get unresolved references like c:/mingw/bin/../lib/gcc/mingw32/4.3.0/libgomp.a(parallel.o):(.text+0xe): undefin ed reference to `_imp__pthread_getspecific'. Symbol

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

2009-04-28 Thread julian1844 at yahoo dot com
--- Comment #3 from julian1844 at yahoo dot com 2009-04-28 07:23 --- (In reply to comment #1) Well libpthreads is not part of the GCC project. I posted my reply as comment #2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39939

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

2009-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-04-28 22:14 --- Your libpthreads is doing something wrong. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added