Good afternoon.

My goal is to install IP Filter on a Sun Solaris 8 64-bit box, tomorrow, but in the meantime I have been trying install IP Filter 4.1.8 on a middle-aged 32-bit Solaris 8 box, and am getting the following messages (below). I followed the INSTALL.Sol2 instructions and did not use GNU make (as far as I know!)

I wonder if anyone else has seen this and can give me a suggestion or two?

Thanks,

Greg Brown
CSC, San Diego, CA.
------------------------------------------------------------------------

# make solaris
if [ ! -f netinet/done ] ; then \
       (cd netinet; ln -s ../*.h .; ln -s ../ip_*_pxy.c .;); \
       (cd netinet; ln -s ../ipsend/tcpip.h tcpip.h); \
       touch netinet/done; \
fi
(cd netinet; ln -s ../ip_rules.h ip_rules.h)
ln: cannot create ip_rules.h: File exists
*** Error code 2 (ignored)
if [ ! -f net/done ] ; then \
       (cd net; ln -s ../radix_ipf.h .; ); \
       touch net/done; \
fi
MAKE="make" MAKEFLAGS="" BPFILTER= \
       CC="cc" DEBUG="-g" ./buildsunos
./buildsunos: cc: not found
Testing compiler cc for 64 bit object file generation.
./buildsunos: cc: not found
cc -Xa -xildoff cannot create 32 bit executables.
*** Error code 1
make: Fatal error: Command failed for target `solaris


Reply via email to