This is a discussion on Problem compiling ip_fil4.1.10 within the IPFilter forums, part of the System Security and Security Related category; Hi, all I installed pfil on my Solaris 9 (Ultra SPARC IIi). Now I am trying to install IP Filter (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, all
I installed pfil on my Solaris 9 (Ultra SPARC IIi). Now I am trying to install IP Filter (v4.1.10). The gcc on the box is v3.4.2 in /usr/local/bin. After unpacked the tar file, I modified "Makefile" for "CC=gcc" line to use gcc. When I did "make solaris", I got the following message: 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) if [ ! -f net/done ] ; then \ (cd net; ln -s ../radix_ipf.h .; ); \ touch net/done; \ fi MAKE="make" MAKEFLAGS="" BPFILTER= \ CC="gcc" DEBUG="-g" ./buildsunos Testing compiler gcc for 64 bit object file generation. gcc cannot create 32 bit executables. *** Error code 1 make: Fatal error: Command failed for target `solaris' Can anyone help me? Thanks in advance. Ryan This message (including any attachments) is intended solely for the specific individual(s) or entity(ies) named above, and may contain legally privileged and confidential information. If you are not the intended recipient, please notify the sender immediately by replying to this message and then delete it. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, by other than the intended recipient, is strictly prohibited. |