On Thu, 2004-12-09 at 12:40, elemint@theriver.com wrote: > I had recently upgraded to gcc 3.3.5-1 from 2.95 and sometime after > that I had recompiled my kernel so my nvidia card would not work so I > then ran the sh nvidia....run command and what I get is below, I have > read on nvidias tech forum many ppl with a similar problem, different > versions of gcc not 3.3 but different and NVIDIA recmommends to make > sure that the kernel headers are installed etc but I have installed the > source via "apt-get install kernel-source-2.4.25" > > > Below is the text from the error message. > You appear to be compiling the NVIDIA kernel module with a different > compiler than the one that was used to compile the running kernel.... > > > Jim I ran into this problem a while back. You'll need gcc32 (fedora had it available as a package, I'm sure other distros do too). From there I either set the CC environment variable to use gcc32 or I made a symbolic link. Making the link would've been something like: cd /usr/bin mv gcc gcc.bak ln -s gcc32 gcc After the driver was built I had to remove the link and put things back the way they were. Since all this is from memory, try using the environment variable method first. Bart --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss