I compiled pfil module, got below error message.

I compiled with "make package"

 

make[1]: Entering directory `/export/home/scwon/ipf/pfil/SunOS'

cc    -c ../pfil.c -o pfil.o

/usr/ucb/cc:  language optional software package not installed

make[1]: *** [pfil.o] Error 1

make[1]: Leaving directory `/export/home/scwon/ipf/pfil/SunOS'

make: *** [package] Error 2

 

I tried "make -f Makefile.gcc package".

I also got error message but it's different with above message

 

make[1]: Entering directory `/export/home/scwon/ipf/pfil/SunOS'

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

In file included from ../pfil.c:54:

../qif.h:164: error: parse error before '*' token

../pfil.c: In function `pfil_list_add':

../pfil.c:226: error: parse error before "struct"

make[1]: *** [pfil.o] Error 1

make[1]: Leaving directory `/export/home/scwon/ipf/pfil/SunOS'

make: *** [package] Error 2

 

do I missing something??

 

Plz help.

 

 

Reply via email to