- From: Nick Iorio <niorio_at_jmar.com>
- Date: Wed, 05 Jan 2005 10:09:20 -0800
If I do CC=gcc it says Command Not Found. So, I assumed you meant to set the environment variable, which I did, setenv CC gcc and setenv GCC gcc and neither helped. Still get the same error in make. Frank's reply was: The configure script failed to get the compile flags from your kernel directory, due to your kernel source being unable to successfully 'make modules'. configure may work if you have write permission to the kernel source directory when you run it. I've fixed it now so configure exits with an error when this happens. But, I don't know what he means by getting write permission to the kernel??? TIA - nick Tom Molesworth wrote: >Nick Iorio <mailto:niorio_at_jmar.com> wrote on Tuesday, January 04, 2005 7:00 >PM: >... > > >>if -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ >> >> >... > >Looks like you're missing a "gcc" there - a workaround might be to set >CC=gcc before running make: > >CC=gcc make > >(if that doesn't work, try "GCC=gcc make"?) > >
Received on 2005-01-05Z18:09:20