LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newb Help (installing, terminal, errors) (https://www.linuxquestions.org/questions/linux-newbie-8/newb-help-installing-terminal-errors-342473/)

skorch 07-12-2005 10:34 AM

Newb Help (installing, terminal, errors)
 
ok today i installed Fedora Core 4 w/ kernel 2.6.11-1.1369_FC4
im trying to install ndiswrapper-1.2, i extracted the folder to my desktop and got into the folder in the terminal, i typed make and got this:
Code:

[root@localhost ndiswrapper-1.2]# make
make -C driver
make[1]: Entering directory `/root/Desktop/ndiswrapper-1.2/driver'
make -C /lib/modules/2.6.11-1.1369_FC4/build SUBDIRS=/root/Desktop/ndiswrapper-1.2/driver \
        NDISWRAPPER_VERSION=1.2 \
        EXTRA_VERSION= modules
/usr/src/kernels/2.6.11-1.1369_FC4/scripts/gcc-version.sh: line 11: gcc: command not found
/usr/src/kernels/2.6.11-1.1369_FC4/scripts/gcc-version.sh: line 12: gcc: command not found
make[2]: gcc: Command not found
make[2]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4'
  CC [M]  /root/Desktop/ndiswrapper-1.2/driver/hal.o
/bin/sh: gcc: command not found
make[3]: *** [/root/Desktop/ndiswrapper-1.2/driver/hal.o] Error 127
make[2]: *** [_module_/root/Desktop/ndiswrapper-1.2/driver] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/Desktop/ndiswrapper-1.2/driver'
make: *** [all] Error 2

ndiswrapper did not install...

can someone help me out, iv been getting similar errors every time i try to make something, with commands make, make install, ect. either something is out of place or im doing something wrong... please keep in mind im a complete noob, i just started linux today but im trying my best at this i just need some help.

thanks in advance,
skorch
:newbie:

b.zoltowski 07-12-2005 10:38 AM

Re: Newb Help (installing, terminal, errors)
 
Quote:

Originally posted by skorch

/usr/src/kernels/2.6.11-1.1369_FC4/scripts/gcc-version.sh: line 11: gcc: command not found
/usr/src/kernels/2.6.11-1.1369_FC4/scripts/gcc-version.sh: line 12: gcc: command not found

You haven't gcc compiler, so you should install it ;)

skorch 07-12-2005 10:39 AM

anything specific i need about it of just find gcc in yum and install?

b.zoltowski 07-12-2005 12:34 PM

I'm not sure, but you can also need gcc-c++, and few others packages. Maybe look at my list with gcc in name:
Code:

$ rpm -qa 'gcc*'                                           
gcc-3.3.5-2
gcc-objc-3.3.5-2
gcc-g77-3.3.5-2
gcc-dirs-1.0-2
gcc-c++-3.3.5-2



All times are GMT -5. The time now is 12:37 PM.