PDA

View Full Version : Noob needs your help!!!!


skiatooksooner
21st July 2004, 12:26 PM
Hey everyone,

I just recently converted over to linux and I need some help!!! I am trying to install ndiswrapper to use for my wpc11 v4 Linksys card.

Here is the error message I am getting:

[root@localhost bhb]# cd ndiswrapper-0.7
[root@localhost ndiswrapper-0.7]# make install
make -C driver install
make[1]: Entering directory `/home/bhb/ndiswrapper-0.7/driver'
make -C /lib/modules/2.6.5-1.358/build SUBDIRS=/home/bhb/ndiswrapper-0.7/driver DRV_VERSION=0.7 modules
/lib/modules/2.6.5-1.358/build/scripts/gcc-version.sh: line 1: gcc: command not found
/lib/modules/2.6.5-1.358/build/scripts/gcc-version.sh: line 1: gcc: command not found
make[2]: Entering directory `/lib/modules/2.6.5-1.358/build'
CC [M] /home/bhb/ndiswrapper-0.7/driver/wrapper.o
/bin/sh: line 1: gcc: command not found
make[3]: *** [/home/bhb/ndiswrapper-0.7/driver/wrapper.o] Error 127
make[2]: *** [/home/bhb/ndiswrapper-0.7/driver] Error 2
make[2]: Leaving directory `/lib/modules/2.6.5-1.358/build'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/bhb/ndiswrapper-0.7/driver'
make: *** [install] Error 2

Since I have no idea what this means could someone point me in the right direction in getting this card to work!!!!

Thanks
B

superbnerd
21st July 2004, 12:50 PM
from the command line, check if you have gcc installl rpm -q gcc

skiatooksooner
21st July 2004, 12:58 PM

[root@localhost bhb]# rpm -q gcc
package gcc is not installed

how do i install the gcc package??

superbnerd
21st July 2004, 01:14 PM
have you used yum before? yum install gcc

skiatooksooner
21st July 2004, 01:38 PM
thank you so much for the help....i would have been really lost!! LOL
B