RE: 'Cached' vs 'Buffers' memory

2003-01-06 Thread Joseph D. Wagner
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

configure for GCC 3.2.1 on Redhat 7.3 fails

2003-01-04 Thread Joseph D. Wagner
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

IntToChar Template Function with Corrections

2002-12-29 Thread Joseph D. Wagner
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[] = {

RE: Problem Compiling Linux Kernel 2.4.20

2002-12-17 Thread Joseph D. Wagner
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

RE: Problem Compiling Linux Kernel 2.4.20

2002-12-16 Thread Joseph D. Wagner
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

RE: Problem Compiling Linux Kernel 2.4.20

2002-12-16 Thread Joseph D. Wagner
> 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 ./

Problem Compiling Linux Kernel 2.4.20

2002-12-16 Thread Joseph D. Wagner
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