--- 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
--- 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
--- 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
--- 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
--- 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