This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: configure problem for sem_init() on HP-UX
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jabt
Priority: normal Keywords:

Created on 2007-01-12 13:01 by jabt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg31005 - (view) Author: Johannes Abt (jabt) Date: 2007-01-12 13:01
On HP-UX 11.00, sem_init is in librt.
As configure calls the linker without -lrt,
linking the sem_init test program fails.

I suggest adding -lrt to the linker flags when linking the sem_init test program in configure on HP-UX.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44452
2007-01-12 13:01:28jabtcreate