[Date Prev][Date Next] [Chronological] [Thread] [Top]

hp-ux linker does not grok -k (ITS#644)



Full_Name: rick jones
Version: 1.2.11
OS: HP-UX 11.00
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (156.153.255.130)


The configure script seems to look for assorted pthread routines with a
"-kthread."
mechanism. This -k option is not recognized by the HP-UX linker, and su the
script
is unable to find those pthread routines.

The workaround is to export LIBS=-lpthread, however, this does leave a number
of
option unrecognized warnings during the build.

I'm not sure if there might be a newer configure/autoconf out there that better

deals with HP-UX 11 or if that might be the way to go.