Bruce Hauge <bruce_hauge@agilent.com> writes: > I'm trying to compile nntpcache-2.4.0b5 on HP-UX (2.4.0b3 compiled just fine). > > libproff/list_test.c is looking for <err.h>: > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -I../mma > p -I../libmmalloc -O +DAportable -Ae -D_HPUX_SOURCE -c list_test.c > cpp: "list_test.c", line 4: error 4036: Can't open include file 'err.h'. > *** Error exit code 1 > > nntpcache-2.4.0b4 had this same error. > > Is this file called something else on HP-UX systems? > > Thanks. > > Bruce This is a BSDism, that linux also picked up, but is otherwise non-standard and shouldn't have been used. You can just comment the offending line out (or replace it with perror("blah"); exit(1)) Cheers, Julian.