Click to See Complete Forum and Search --> : Bash:Command Not Found!!


L.I. Surfer
07-29-2001, 12:14 PM
I've been trying to install the Nvidia drivers for my PC using the TAR files. But when i go to compile the kernel it and i use the command "make install" it says command not found. ??? what could this be, i've done about 6 new installs to get it right, i've only successfuly done it one, the rpms dont' give you OpenGL so thats why i'm using the tars. And yes i have read the NHF and Nvidia's own 20 page report on the drivers, so i'm stumped. :confused:

armando86
07-29-2001, 01:14 PM
Originally posted by L.I. Surfer:
<STRONG>I've been trying to install the Nvidia drivers for my PC using the TAR files. But when i go to compile the kernel it and i use the command "make install" it says command not found. ??? what could this be, i've done about 6 new installs to get it right, i've only successfuly done it one, the rpms dont' give you OpenGL so thats why i'm using the tars. And yes i have read the NHF and Nvidia's own 20 page report on the drivers, so i'm stumped. :confused:</STRONG>

You need to install the 'make' program. It's in your distro's CD.

L.I. Surfer
07-29-2001, 02:59 PM
hey thanks ,but now when i type "make install" i get this error message...
[root@localhost NVIDIA_kernel-1.0-1251]# make install rm -f nv.o os-interface.o os-registry.o Module-linux NVdriver cc -c -Wall -Wno-unknown-pragmas -Wno-multichar -O -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -D_X86_=1 -Di386=1 -DUNIX -DLINUX -DNV4_HW -DNTRM -DRM20 -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_NAMES -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=1251 -I. -I/usr/src/linux/include nv.c make: cc: Command not found make: *** [nv.o] Error 127

whats going one?? :(