我在www.nvidia.com下载了NVIDIA_GLX-1.0-3123.i386.rpm和NVIDIA_kernel-1.0-3123.i386.rpm,然后在这儿下载了“nVIDIA显卡的3D加速驱动”。回家弄了弄,但是在make的时候出问题了:
[root@localhost NVIDIA_kernel-1.0-3123]# make
You appear to be compiling the NVdriver kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
*** Failed cc sanity check. Bailing out! ***
make: *** [gcc-check] Error 1