On Tue, Apr 11, 2006 at 09:07:49PM -, [EMAIL PROTECTED] wrote:
> I would like compile a shared library of PHP for loading it into apache on
> the HP-UX os.
>
> The problem is that i cannot because :
>
> - one of the different libraries used by php for
> compiling is c-client (im
Why is hardcode_direct=yes on HP-UX/PA? From libtool.m4:
_LT_TAGDECL([], [hardcode_direct], [0],
[Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
DIR into the resulting binary])
On HP-UX/PA, hardcode_direct=yes and hardcode_minus_L=yes. On this
platform, when