On Tue, 22 Feb 2000, Jason Hirsch wrote:
> Problem: Attempting to compile with gcc -c ip_masq_netmeeting.c
>
> Fails for the following reason(s):
> ip_masq_netmeeting.c:87: net/protocol.h: No such file or directory
> ip_masq_netmeeting.c:88: net/udp.h: No such file or directory
> ip_masq_netmeeting.c:89: net/tcp.h: No such file or directory
> ip_masq_netmeeting.c:90: net/ip_masq.h: No such file or directory
> ip_masq_netmeeting.c:156: #error Your version of Linux is too old. How
> about upgrading?
>
> Directory structure:
> /usr/src/linus-2.2.12/include
> asm asm-generic asm-i386 linux net scsi video
>
> /usr/src/linux-2.2.12/include/linux
> (bunch of files...)
The source file ALWAYS has to be something like :
/usr/src/linux/xxxxx
So make a symlink from linux-2.2.12 to linux and all should compile.
ln -s 2.2.12 linux
in /usr/src
> OK, if my eyes are not blurry, all those files are present. All the ones
> in /linux are found correctly, but these are not, even tho they *are*
> present.
>
> Please please please, what the ****** am I doing wrong? I've tried 3
> different RH 61 machines to build them, to no avail.
>
> Thank you,
>
> Jason "The Frustrated as he's spent 8 hours working on this" Hirsch
Igmar
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.