Re: compile needs netfilter_ipv4.h

2004-02-06 Thread Brian Dessent
Henning wrote: > I just installed cygwin and am trying to compile 'reaim' which requires > 'netfilter_ipv4.h' - a linux kernel header. Netfilter is a specific capability of the linux kernel. Any program that depends on it is going to be restricted to running on linux only. It would fail under F

RE: compile needs netfilter_ipv4.h

2004-02-05 Thread Rafael Kitover
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Henning >Sent: Thursday, February 05, 2004 2:18 PM >To: [EMAIL PROTECTED] >Subject: compile needs netfilter_ipv4.h > >Hi > >I just installed cygwin and am trying to

compile needs netfilter_ipv4.h

2004-02-05 Thread Henning
Hi I just installed cygwin and am trying to compile 'reaim' which requires 'netfilter_ipv4.h' - a linux kernel header. Is there a package that contains the cygwin equivalent? or is it safe to simply copy the files it needs from the linux kernel sources? $ make gcc -o reaim reaim.c -g -Wall rea