Re: HP-UX and +s

2000-10-27 Thread Paul Berrevoets
After 'configure' on HP-UX, the 'libtool' script contains the following 'hardcode' values: hardcode_action=relink hardcode_into_libs=no hardcode_libdir_flag_spec="\${wl}+b \${wl}\$libdir" hardcode_libdir_separator=":" hardcode_direct=yes hardcode_minus_L=yes har

Re: HP-UX and +s

2000-10-26 Thread Paul Berrevoets
I've tried this now, but unfortunately it doesn't work. The man page for ld says: +s Indicates that at run-time, the shared library loader can use the environment variable SHLIB_PATH to locate shared libraries needed by the

Re: HP-UX and +s

2000-10-26 Thread Alexandre Oliva
On Oct 26, 2000, Paul Berrevoets <[EMAIL PROTECTED]> wrote: > (hpux*, hardcode_libdir_flag_spec): Do not use +s by default. > What was the rational for this? It's not default, and there's no good reason to change the default. > I would like to have my application support the SHLIB_PATH

HP-UX and +s

2000-10-26 Thread Paul Berrevoets
The ChangeLog contains the following entry: 1999-04-25 Alexandre Oliva <[EMAIL PROTECTED]> ... * ltconfig.in (hpux*, hardcode_minus_L): Set to yes. (hpux*, hardcode_libdir_flag_spec): Do not use +s by default. (hpux*, shlibpath_overrides_runpath): Set to no.