> make[1]: Entering directory `/root/sdk/new/opt/ip-filter/ip_fil4.1.28/Linux'
 
Gotta "love" GNU `gmake` posing as `make`...
../netinet/ip_compat.h:1124:26: error: linux/config.h: No such file or directory
 
Causes:
 
- CPPFLAGS isn't set to include "-I/usr/include"
- CFLAGS isn't set to include "-I/usr/include"
- header files not installed or missing in /usr/include/.
 
On Linux, there's a kernel-devel or some such package, which I believe also 
contains the header files.
Check whether this package is installed with the package manager your distro 
provides (`rpm`, `dpkg`, etc.)
 
You might also want to install Sun Studio 12 for Linux and compile with it 
instead of GCC.
Generates up to 80% faster code when advanced optimizations are used.
 
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

Reply via email to