Hi Phil,
> This has picked up OS/Makefile-HP-UX, right?
>
> If you add -lelf to LIBS in that, "make clean", "make makefile" and then
> "make", does it work?
Ah, thanks, that does work, I simply added "-lelf" to the Local/Makefile
(which didn't fix the problem), but editing the OS/Makefile-HP-UX
directly works fine and it now compiles (maybe this should be added as a
default for the ANSI cc?).
> http://h21007.www2.hp.com/portal/download/files/unprot/STK/HPUX_STK/impacts/i498.html
> documents that nlist and nlist64 live in libelf. Any idea if this is a
> change?
I'm sorry, no, no idea.
> This is used for reading the load average from /dev/kmem; do you happen
> to know if HP-UX has gotten around to introducing getloadavg() or a
> better way than grovelling around in kmem?
I don't know for sure, but from a search through the system docs it
doesn't appear so.
Thanks for your help,
Marc