[Bug libgomp/25936] libgomp needs to link against rt on HPUX

2006-02-13 Thread roger at eyesopen dot com
--- Comment #7 from roger at eyesopen dot com 2006-02-13 19:02 --- This has now been fixed on mainline. -- roger at eyesopen dot com changed: What|Removed |Added

[Bug libgomp/25936] libgomp needs to link against rt on HPUX

2006-02-12 Thread sayle at gcc dot gnu dot org
--- Comment #6 from sayle at gcc dot gnu dot org 2006-02-13 02:33 --- Subject: Bug 25936 Author: sayle Date: Mon Feb 13 02:33:37 2006 New Revision: 110908 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110908 Log: 2006-02-12 Roger Sayle <[EMAIL PROTECTED]> John Dav

[Bug libgomp/25936] libgomp needs to link against rt on HPUX

2006-02-08 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2006-02-08 18:17 --- Subject: Re: libgomp needs to link against rt on HPUX > This problem affects both hppa*-hp-hpux* and ia64-hp-hpux*. It appears that > the required sem_init, sem_wait, sem_post, etc... symbols are defined

[Bug libgomp/25936] libgomp needs to link against rt on HPUX

2006-02-08 Thread roger at eyesopen dot com
--- Comment #4 from roger at eyesopen dot com 2006-02-08 17:46 --- This problem affects both hppa*-hp-hpux* and ia64-hp-hpux*. It appears that the required sem_init, sem_wait, sem_post, etc... symbols are defined both in the -lrt libraries on HPUX and in the -lc_r libraries. The fix is

[Bug libgomp/25936] libgomp needs to link against rt on HPUX

2006-01-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-29 20:26 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON