View Single Post
  #10  
Old 10-09-2006, 10:12 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Ha! you want to really screw yourself? install Mandriva 2007 - I just wasted two more days trying to get it to run right, finally I got so frustrated , I reverted that machine back to windows (I only use it for gameplay anyways). I still have my Linux server, it's under Mandriva 2006 , which is pretty stable.
Anyways, heres how I got different versions if GCC to work ;
install the second GCC as GCC2, third GCC3, etc. They will all end up with executables in /usr/bin and you'll see the versions (example gcc-4.0.1) and one will be GCC (usually a link).
So, say you just installed your Mandrake 2007 and found out that your Nvidia drivers only compile with 4.0* , but the "smart" people from Mandriva put in a beta GCC (4.1) and deleted your old GCC 4.0:
I installed gcc 4.0 back to "GCC2" , then renamed the original GCC to a back up : copy GCC2 to GCC , install Nvidia, then resotore the original GCC back to it's state.
Sounds stupid, but worked for me!
Reply With Quote