Nick Glencross wrote:
Nick Glencross wrote:
Folks,
I hope that not too many of you are getting fed up with me going on
about HP-UX. I'm nearly there with having it working with manually
hacked Makefiles etc.
I've nearly finished making my updates. I need some help on one aspect
though...
extend.o and nci_test.o need to be built with $(CC_SHARED) in addition
to the normal flags. What's the most straightforward way of doing this?
I've had a couple of experiments with config/gen/makefiles/root.in, but
don't know what the 'right thing' to do is...
Have a look at CFLAGS generated from config.../CFLAGS.in. A line:
src/extend.c +{${cc_shared}}
should to the trick.
Cheers,
Nick
leo