[ python-Bugs-1634033 ] configure problem for sem_init() on HP-UX

SourceForge.net noreply at sourceforge.net
Fri Jan 12 14:35:36 CET 2007


Bugs item #1634033, was opened at 2007-01-12 14:01
Message generated for change (Settings changed) made by jabt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1634033&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
>Status: Deleted
Resolution: None
Priority: 5
Private: No
Submitted By: Johannes Abt (jabt)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure problem for sem_init() on HP-UX

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1634033&group_id=5470


More information about the Python-bugs-list mailing list