[SLUG] kernel compiling errors using menuconfig and xconfig

2003-03-29 Thread Gerard Blacklock
hi ppl, i have come across this problem a few times in the last year but never really came up with a solution, usually just ended up using make config :( so i hope someone else has had the same prob and found a solution. the machine is a duron 1200mhz running an out of the box redhat 8.0

Re: [SLUG] kernel compiling errors using menuconfig and xconfig

2003-03-29 Thread Jeff Waugh
quote who=Gerard Blacklock [EMAIL PROTECTED] linux-2.4.20]# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux-2.4.20/scripts/lxdialog' /bin/sh: line 1: gcc: command not found ^ the real problem

Re: [SLUG] kernel compiling errors using menuconfig and xconfig

2003-03-29 Thread Gerard Blacklock
sorted the prob with menuconfig, it was the gcc (should have know) after chasing up several dependent packages, however no joy with xconfig, but no worries..at least one works i am happy, thanks Jeff just out of interest here is the output for xconfig # make xconfig rm -f include/asm ( cd

Re: [SLUG] kernel compiling errors using menuconfig and xconfig

2003-03-29 Thread Del
Gerard Blacklock wrote: sorted the prob with menuconfig, it was the gcc (should have know) after chasing up several dependent packages, however no joy with xconfig, but no worries..at least one works i am happy, thanks Jeff just out of interest here is the output for xconfig # make xconfig rm

Re: [SLUG] kernel compiling errors using menuconfig and xconfig

2003-03-29 Thread Gerard Blacklock
thanks guys...works perfectly.all too easy, sorry to trouble you guys with trivial stuff gerry Del wrote: Gerard Blacklock wrote: sorted the prob with menuconfig, it was the gcc (should have know) after chasing up several dependent packages, however no joy with xconfig, but no