Re: RH 8.0 Kernel Compile error.

2002-10-17 Thread Jim Hayward
On Wed, 2002-10-16 at 10:37, Andrew MacKenzie wrote: make[2]: Entering directory `/usr/src/linux-2.4.19/drivers/scsi' ln -sf sim710.scr fake7.c gcc296 -E -D__KERNEL__ -I/usr/src/linux-2.4.19/include -traditional -DCHIP=710 fake7.c | grep -v '^#' | perl -s script_asm.pl -ncr710 script_asm.pl

RH 8.0 Kernel Compile error.

2002-10-16 Thread Andrew MacKenzie
I've recently installed RedHat 8.0, and I've yet to be able to compile a new kernel (generic kernel straight from kernel.org). This kernel compiled just fine under RedHat 7.3 with the same config (which I can post if necessary). The error occurs during the 'make modules' bit, and I am thus far

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread juaid
From: Andrew MacKenzie [EMAIL PROTECTED] I've recently installed RedHat 8.0, and I've yet to be able to compile a new kernel (generic kernel straight from kernel.org). yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the same mail as you, but it was with the kernel provided

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Nick Lindsell
At 11:06 16/10/2002 -0300, you wrote: From: Andrew MacKenzie [EMAIL PROTECTED] I've recently installed RedHat 8.0, and I've yet to be able to compile a new kernel (generic kernel straight from kernel.org). yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the same mail as

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Andrew MacKenzie
+++ Nick Lindsell [RedHat] [Wed, Oct 16, 2002 at 03:58:14PM +0100]: I believe it's problem with gcc, in some place I read the author recommended using kgcc and not Red Hat's gcc There doesn't appear to be a kgcc in rh8.0 But looking /usr/bin I find i386-redhat-linux-gcc which appears to

Kernel Compile Error

2001-02-02 Thread Pete Peterson
OK -- this should be trivial, but I'm getting lost in all the makefile variables. A friend was trying to build a new kernel to include masquerading for VPN. He had problems and asked me to help. He said he: Did the patches for the VPN (there were two of them) Made configuration file Did

Re: Kernel Compile Error

2001-02-02 Thread Pete Peterson
Date: Fri, 2 Feb 2001 14:35:43 -0500 (EST) To: [EMAIL PROTECTED] Subject: Kernel Compile Error From: "Pete Peterson" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] OK -- this should be trivial, but I'm getting lost in all the makefile variables. A friend was trying to b