>
> Hi All,
>
> I`m trying to intall the TIS - fwtk in BSDI. When i run Make, i
> have the following message:
>
> bash# make
> for a in lib auth smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw x-gw;
> do ( cd $a; echo all: `pwd`; make all ); done
> all: /fwtk/fwtk/lib
> "Makefile", line 14: Need an operator
> Fatal errors encountered -- cannot continue
> *** Error code 1
> Stop.
>
this is because the *include* statements in all the makefiles have
a syntax, which is quite incompatible with BSDI,
it has a syntax
include file_name
replace all with .include file_name and that should work..
or do a fixmake once *only* - they redefined the
format of the include command in their Makefiles. If you're running any
copy of FWTK 2.0, you do a fixmake once - the 2.0 fixmake updates the
.include command to the BSD syntax so it'll include "Makefile.config"
correctly.
hope this helps
chetan
References:
|
|