Results 1 to 4 of 4
Hi
Due to some reason, i need to use the gcc version 2.95. HOwever, the version installed was 3.3
how do i downgrade the version of gcc compiler?
thanks
chris...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-04-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 10
How to downgrade GCC compiler from 3.3 to 2.95
Hi
Due to some reason, i need to use the gcc version 2.95. HOwever, the version installed was 3.3
how do i downgrade the version of gcc compiler?
thanks
chris
- 05-04-2004 #2
***Moved to Linux Applications***
First off, what is telling you to get 2.95? Please post the pertinent (error) message(s) (if any).
Secondly, what distro are you running?"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 05-04-2004 #3Just Joined!
- Join Date
- Apr 2004
- Posts
- 10
Hi
The current version of linux is SuSE 8.2
The compiler with the version is 3.3
Due to the libraries were compiled under 2.95 (those .so files), i will have problems compiling new codes that uses the library files in 3.3
Please help.
Thanks
Chris
- 05-04-2004 #4
You could recompile all your libraries with gcc3.3. Or just use the SuSE package manage (I'm not familiar with it) to uninstall gcc then manually make it install 2.95. I personally would suggest recompiling your libraries so as to use gcc3.3.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
