PDA

View Full Version : export cc=usr/bin/gcc-2.95



dave52355
11-03-2003, 12:39 AM
I type "export cc=usr/bin/gcc-2.95" and nothing happens. When I run the Nvidia drivers I continue to get the wrong cc error report. What am I doing wrong? This is with Knoppix 3.3. Please show me where my error in typing is.

Thanks

Stephen
11-03-2003, 01:22 AM
I type "export cc=usr/bin/gcc-2.95" and nothing happens. When I run the Nvidia drivers I continue to get the wrong cc error report. What am I doing wrong? This is with Knoppix 3.3. Please show me where my error in typing is.

Thanks

export CC=/usr/bin/gcc-2.95 and I believe you can do export IGNORE_CC_MISMATCH=1 as well.

dave52355
11-03-2003, 02:28 AM
Thanks again Stephen,

Neither of those worked. I ended up using ln gcc-2.95 gcc-sfn

Than it worked. I was able to install the NVidia 4499 drivers into the kernel but I still can't change screen resolution!

I'll keep poking along.

raduen
11-14-2003, 01:32 PM
Hallo dave52355

In te above message you sed you ended up using ln gcc-2.95 gcc-sfn
How did you do that, because i'm having the same problem when compiling de kernel.

What do i have to type or downlaod to use gcc-2.95 gcc-sfn ????

Please help...

Stephen
11-14-2003, 08:46 PM
Hallo dave52355

In te above message you sed you ended up using ln gcc-2.95 gcc-sfn
How did you do that, because i'm having the same problem when compiling de kernel.

What do i have to type or downlaod to use gcc-2.95 gcc-sfn ????

Please help...

You would cd /usr/bin then rm gcc then ln gcc-2.95 gcc -sfn all this as root.This would remove the symbolic link from gcc that points to gcc-3.3 and replaces it with gcc-2.95 what it should look like when you are done.


[03:51 PM Fri Nov 14: stephen @ ~]
>$ ls -l /usr/bin/gcc
lrwxrwxrwx 1 root root 8 2003-09-01 02:24 /usr/bin/gcc -> gcc-2.95