Rubbing Alcohol
January 8th, 2006, 05:18 PM
I just loaded breezy on my laptop. Im having some issues installing a few things from source.
I've got all the utilities I need (gcc, make, etc) and I've got the latest kernel headers. The problem comes when I try to make, the gcc version seems to mismatch
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/julien/acerhk-0.5.31 modules
/usr/src/linux-headers-2.6.12-10-386/scripts/gcc-version.sh: line 11: gcc-3.4: c ommand not found
/usr/src/linux-headers-2.6.12-10-386/scripts/gcc-version.sh: line 12: gcc-3.4: c ommand not found
make[1]: gcc-3.4: Command not found
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-386'
CC [M] /home/julien/acerhk-0.5.31/acerhk.o
/bin/sh: gcc-3.4: command not found
make[2]: *** [/home/julien/acerhk-0.5.31/acerhk.o] Error 127
make[1]: *** [_module_/home/julien/acerhk-0.5.31] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-10-386'
make: *** [acerhk.ko] Error 2
ie the GCC version returned by the kernel comes up as "command not found".
Any help would be appreciated,
Thanks
julien
I've got all the utilities I need (gcc, make, etc) and I've got the latest kernel headers. The problem comes when I try to make, the gcc version seems to mismatch
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/julien/acerhk-0.5.31 modules
/usr/src/linux-headers-2.6.12-10-386/scripts/gcc-version.sh: line 11: gcc-3.4: c ommand not found
/usr/src/linux-headers-2.6.12-10-386/scripts/gcc-version.sh: line 12: gcc-3.4: c ommand not found
make[1]: gcc-3.4: Command not found
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-386'
CC [M] /home/julien/acerhk-0.5.31/acerhk.o
/bin/sh: gcc-3.4: command not found
make[2]: *** [/home/julien/acerhk-0.5.31/acerhk.o] Error 127
make[1]: *** [_module_/home/julien/acerhk-0.5.31] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-10-386'
make: *** [acerhk.ko] Error 2
ie the GCC version returned by the kernel comes up as "command not found".
Any help would be appreciated,
Thanks
julien