According to Scott Felton: While burning my CPU.
> 
> Hello. I'm very new to Linux (2 weeks). I have installed Slackware 
> v3.6.0 running kernel 2.0.35. I recompiled my kernel this past 
> weekend with the hopes of eventually using IP masquerading. In the IP 
> masquerading mini-howto it mentions using ipfwadm 2.3 which I 
> downloaded. When I followed the README to compile it, the compiler 
> bails out with this error message...
> 
> gcc -Wall -O2 -o ipfwadm ipfwadm.c
> In file included from ipfwadm.c:111:
> /usr/include/linux/ip_fw.h:253: field `timer' has incomplete type
> make: *** [ipfwadm] Error 1

At a wild guess judgeing by the error message i would say that the version
of gcc being used is not compatable for compiling this program.
Check the documentation of ipfwadm and see what compiler is recomended, then
do 'gcc -v' to see what you have.

Another thing which will cause this error is using glibc instead of libc5.

> 
> Does anyone know what caused this or could point me in the direction 
> of info on how to solve this so it will compile? TIA...
> 
> 
>    Scott
>    [EMAIL PROTECTED]
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to