This is off the top of my head so I could be wrong:
I believe cached refers to information in the buffer (i.e. the amount of
information in a buffer) and buffer refers to the size of the buffer itself.
Again, I could be wrong.
Joseph Wagner
-Original Message-
From: [EMAIL PROTECTED]
[ma
The error message I get is that config.sub doesn't exist, even though it
does.
Does any know what this could be, and how I could fix it?
TIA
Joseph Wagner
___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listin
I've corrected a few quirks and bugs in my original file.
Just to remind you in case you forgot:
I created a template function that will convert an integer of any form
(unsigned/signed, short/long) to its char array equivalent.
For example,
int myInt = 768;
is converted into
char myChar[] = {
ndrei
Sent: Tuesday, December 17, 2002 11:35 AM
To: [EMAIL PROTECTED]
Subject: RE: Problem Compiling Linux Kernel 2.4.20
On Mon, 2002-12-16 at 14:45, Joseph D. Wagner wrote:
>
> [root@localhost linux-2.4.20]# make xconfig
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/i3
Yes, I did "make mrproper" then I did "make xconfig" and got the results you
see.
Do you suggest I re-extract the files from the tar archive and start over?
Joseph Wagner
___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com
> Did you do a make mrproper first?
Yep. Here's the output from "make xconfig"
[root@localhost linux-2.4.20]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.20/scripts'
cat header.tk >> ./kconfig.tk
./
I've downloaded kernel version 2.4.20 from http://www.kernel.org and copied
it to the /usr/src/linux-2.4.20 directory, but when I do "make xconfig" (or
any other "make" for that matter, it exits with error code 2.
I figure there is some Redhat-specific tweaking I must do to compile a
generic kerne