I get following errors when compiling pfil-2.1.6 using SUN's make on Solaris 10. Do I miss any packages which are needed for pfil? I compiled other programs successful.
Regards, Horst gcc: language code=abs32 not recognized gcc: ../pfil.c: linker input file unused because linking not done gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=10 -DPFILDEBUG -xildoff -xa rch=v9 -xchip=ultra -dalign -xcode=abs32 -DDO=pfil64 -c qif.c -o qif.o gcc: language code=abs32 not recognized gcc: qif.c: linker input file unused because linking not done gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=10 -DPFILDEBUG -xildoff -xa rch=v9 -xchip=ultra -dalign -xcode=abs32 -DDO=pfil64 -c pfildrv.c -o pfi ldrv.o gcc: language code=abs32 not recognized gcc: pfildrv.c: linker input file unused because linking not done gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=10 -DPFILDEBUG -xildoff -xa rch=v9 -xchip=ultra -dalign -xcode=abs32 -DDO=pfil64 -c ../pfilstream.c -o pfilstream.o gcc: language code=abs32 not recognized gcc: ../pfilstream.c: linker input file unused because linking not done gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=10 -DPFILDEBUG -xildoff -xa rch=v9 -xchip=ultra -dalign -xcode=abs32 -DDO=pfil64 -c pkt.c -o pkt.o gcc: language code=abs32 not recognized gcc: pkt.c: linker input file unused because linking not done gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=10 -DPFILDEBUG -xildoff -xa rch=v9 -xchip=ultra -dalign -xcode=abs32 -DDO=pfil64 -c ../misc.c -o mis c.o gcc: language code=abs32 not recognized gcc: ../misc.c: linker input file unused because linking not done gcc -I.. -I. -D_KERNEL -DSUNDDI -DSOLARIS2=10 -DPFILDEBUG -xildoff -xa rch=v9 -xchip=ultra -dalign -xcode=abs32 -DDO=pfil64 -c ../ndd.c -o ndd. o gcc: language code=abs32 not recognized gcc: ../ndd.c: linker input file unused because linking not done ld -r pfil.o qif.o pfildrv.o pfilstream.o pkt.o misc.o ndd.o -o pfil64 ld: fatal: file pfil.o: open failed: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `pfil64' Current working directory /tmp/pfil/SunOS *** Error code 1 make: Fatal error: Command failed for target `SunOS64' Current working directory /tmp/pfil *** Error code 1 (ignored) (cd `uname -s`; make package-`uname -s`) gcc -c ../pfil.c -o pfil.o In file included from ../pfil.c:53: ../compat.h:10:16: os.h: No such file or directory ../pfil.c: In function `pfil_list_add': ../pfil.c:226: error: parse error before "struct" *** Error code 1 make: Fatal error: Command failed for target `pfil.o' Current working directory /tmp/pfil/SunOS *** Error code 1 make: Fatal error: Command failed for target `package'
