The HP-UX make program is broken and does not work with Squid-2.5 or later.
Try using GNU make or mostly any other well known make program.. You can also try this little script after running configure: #!/bin/sh find . -name Makefile -print | while read makefile; do perl -i.bak -p -e 's/\\\n// if ! /^#/' $makefile done Regards Henrik "Jay W. Reffner" wrote: > > I'm trying to compile squid 2.5 and 3.0 on HPUX 11.00 but am having > trouble and getting this error message during the make: > > rm -f libmiscutil.a > ar cru libmiscutil.a MemPool.o Array.o base64.o > getfullhostname.o hash.o heap.o html_quote.o iso3307.o md5.o radix.o > rfc1035.o rfc1123.o rfc1738.o rfc2617.o safe_inet_addr.o Splay.o > stub_memaccount.o util.o uudecode.o # ../include/version.h should be a > dependency > : libmiscutil.a > source='ntlmauth.c' object='ntlmauth.o' libtool=no \ > depfile='.deps/ntlmauth.Po' tmpdepfile='.deps/ntlmauth.TPo' \ > depmode=gcc3 /bin/sh ../cfgaux/depcomp \ > gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -Wall -c > `test -f ntlmauth.c || echo './'`ntlmauth.c > rm -f libntlmauth.a > ar cru libntlmauth.a ntlmauth.o INCLUDES = -I../include > -I../include > ar: No such file or directory > ar: could not open INCLUDES > ar: No such file or directory > ar: could not open = > ar: No such file or directory > ar: could not open -I../include > ar: No such file or directory > ar: could not open -I../include > *** Error exit code 4 > > Stop. > *** Error exit code 1 > > Stop. > # > > Any suggestions? I can't seem to figure it out. > > TIA, > Jay
