[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling kernel 2.2.1
Robert,
KLUG stands for Kilobucks Longing for Universal Goodness
It is an invitation-only mailing list of incredibly rich eccentric
Linux-users who occasionally benefit someone with large gifts of cash and
computer equipment.. We do this so that the recipient can have a decent
system on which to run Linux and for the recipient to be freed from having
to work. This enables him to have the time to learn & enjoy Linux. There's
only stipulation, and that is that the nominee who is added to the mailing
list without his knowledge *must not* ask to be removed from the listserv.
in which case, all gifts are forfeit.
too bad, we'll just have to spend what we would have given you on booze and
hookers at the next meeting
-----Original Message-----
From: DeSouza,Robert <Robert.DeSouza@gartner.com>
To: 'klug@klug.armintl.com' <klug@klug.armintl.com>
Date: Tuesday, February 23, 1999 10:39 AM
Subject: RE: compiling kernel 2.2.1
>I have no idea what you are talking about. could you tell me what klug is
>and how do i unsubscribe
>
>-----Original Message-----
>From: Ryan Bartig [mailto:rdb1@net-link.net]
>Sent: 23 February 1999 15:10
>To: klug@klug.armintl.com
>Subject: compiling kernel 2.2.1
>
>
>I downloaded the source tree for the 2.2.1 kernel along with the header
>files. When I do a make xconfig inside the /usr/src/linux directory
>I get the following
>
>rm -f include/asm
>( cd include ; ln -sf asm-i386 asm)
>make -C scripts kconfig.tk
>make[1]: Entering directory `/usr/src/linux-2.2.1/scripts'
>gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
>tkparse.c
>tkparse.c:37: stdio.h: No such file or directory
>tkparse.c:38: stdlib.h: No such file or directory
>tkparse.c:39: string.h: No such file or directory
>make[1]: *** [tkparse.o] Error 1
>make[1]: Leaving directory `/usr/src/linux-2.2.1/scripts'
>make: *** [xconfig] Error 2
>
>
>It can't find three very common header files that are used in C/C++. I
>searched the hard drive for the three files but came up with zero.
>
>