I am inexperienced with linux, I am trying to get games working on mandrake 9. I have an NVIDIA GeForce 4 MX 440 SE. I got the drivers from nvidia's website, NVIDIA_kernel-1.0-4180.tar.gz and NVIDIA_GLX-1.0-4180.tar.gz. As per instructions in the README, I extracted them to a their respective folders and ran "make install" in each one. The kernel one ran through without an error, but then when i ran the install option in the GLX folder I got the output below, as well as a file called lib64 in my usr directory. I have no idea what the problem is, and it didn't refer to it specifically in the readme. please help.


[root@localhost NVIDIA_GLX-1.0-4180]# make install
Removing all old and conflicting files!
rm -f //usr/lib64/libGL.*
rm -f //usr/lib64/libGLcore.*
rm -f //usr/X11R6/lib64/libGL.*
rm -f //usr/X11R6/lib64/libGLcore.*
rm -f //usr/X11R6/lib64/modules/extensions/libGLcore.*
rm -f //usr/X11R6/lib64/modules/extensions/libglx.*
Installing new drivers
install usr/lib/libGL.so.1.0.4180 //usr/lib64
install usr/lib/libGLcore.so.1.0.4180 //usr/lib64
install usr/X11R6/lib/modules/drivers/nvidia_drv.o //usr/X11R6/lib64/modules/drivers
install: cannot create regular file `//usr/X11R6/lib64/modules/drivers': No such file or directory
make: *** [install] Error 1
[root@localhost NVIDIA_GLX-1.0-4180]#