PDA

View Full Version : Nvidia on Knoppix 3.2



rdpetar
12-09-2003, 09:11 PM
Hi, I have installed knoppix 3.2 and I want to install NVIDIA-Linux-x86-1.0-4496-pkg2.run and I don't know how to use IGNORE_CC_MISMATCH
i tried with --nvidia-settings-prefix=[IGNORE_CC_MISMATCH] but i didn't
compile it. If somebody knows how to compile it some way I would be grateful on his/her help.

THANKS !

jfitie
12-09-2003, 09:27 PM
Hi, I have installed knoppix 3.2 and I want to install NVIDIA-Linux-x86-1.0-4496-pkg2.run and I don't know how to use IGNORE_CC_MISMATCH
i tried with --nvidia-settings-prefix=[IGNORE_CC_MISMATCH] but i didn't
compile it. If somebody knows how to compile it some way I would be grateful on his/her help.

THANKS !

try

export IGNORE_CC_MISMATCH=1; ./NVIDIA-Linux-x86-1.0-4496-pkg2.run

Stephen
12-09-2003, 10:35 PM
In addition to the sugestion above you can just use export CC=/usr/bin/gcc-2.95 before you compile in place of the cc mismatch to have the compiler used that actually compiled the kernel.

rdpetar
12-09-2003, 10:48 PM
Thanks, "export IGNORE_CC_MISMATCH=1; ./NVIDIA ...." was installed
and workes fine now.