LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ndiswrapper issue (https://www.linuxquestions.org/questions/linux-newbie-8/ndiswrapper-issue-630035/)

zeeshan78 03-23-2008 11:43 AM

Ndiswrapper issue
 
have centos 4.3 (kernel 2.6.9-42.ELsmp) i downloaded ndiswrapper trying to install it , when i make file it gives me the following errors i am a total newbie if someone can help it will be greatly appreciated.

make -C driver
make[1]:Entering directory '/home/deraven/ndiswrapper/ndiswrapper-1.51/driver'
make -C /usr/kernels/2.6.9-34.EL-smp-i686 SUBDIRS=/home/deraven/ndiswrapper/ndiswrapper-1.51/driver
/usr/kernels/2.6.9-34.EL-smp-i686/scripts/gcc-version.sh: line 11: gcc :command not found

/usr/kernels/2.6.9-34.EL-smp-i686/scripts/gcc-version.sh: line 12: gcc :command not found
make[2]:Entering directory '/usr/src/kernels/2.6.9-34.EL-smp-i686'
CC [M] /home/deraven/ndiswrapper/ndiswrapper-1.51/driver/crt.o
/bin/sh: gcc :command not found
make[3]: *** [/home/deraven/ndiswrapper/ndiswrapper-1.51/driver/crt/o] Error 127
make[2]: *** [_module_/home/deraven/ndiswrapper/ndiswrapper-1.51/driver] Error 2
make[2]: Leaving directory '/usr/src/kernels/2.6.9-34.EL-smp-i686'
make[1]: *** [default] Error 2
make[1]: Leaving directory '/home/deraven/ndiswrapper/ndiswrapper-1.51/driver'
make: *** [all] Error 2

XavierP 03-23-2008 11:51 AM

You need a compiler - gcc. Open a terminal and, as root, type in
Code:

yum install gcc
and then try the ndiswrapper install again.


All times are GMT -5. The time now is 09:02 AM.