hi there,
I am trying to compile the newest squid-source (2.5) on a HP-UX 11.11 64 bits machine.
When I use the gcc-compiler supplied by HP it gives the following error (after configuring with just a --prefix=/opt/squid):
gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -Wall -c `test -f stub_memaccount.c || echo './'`stub_memaccount.c
source='util.c' object='util.o' libtool=no \
depfile='.deps/util.Po' tmpdepfile='.deps/util.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -Wall -c `test -f util.c || echo './'`util.c
source='uudecode.c' object='uudecode.o' libtool=no \
depfile='.deps/uudecode.Po' tmpdepfile='.deps/uudecode.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -Wall -c `test -f uudecode.c || echo './'`uudecode.c
rm -f libmiscutil.a
ar cru libmiscutil.a 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 Stack.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: INCLUDES: No such file or directory
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
When I compile with gcc supplied by hpux.connect.org.uk it fails on a header file socket.h
When I remove the 4 lines on which it errors, the compiler produces some binary, but is doesn't function to well.
Can anybody give me a possible sollution on this problem, because we don't want to use a MicroSoft of Linux Solution.
I have compiled it before on a similar machine, but that's a Workstation, and this particular machine is a Server (S800 architecture).
sincerely
AJ Hettema
Received on Thu Oct 17 2002 - 01:45:57 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:43 MST