Connecting Tech Pros Worldwide Help | Site Map

I want to upgrade my GCC to 4.1 from 3.2.2 on RH9, what do I need to install on RH9 with no 4.1 to run?

  #1  
Old September 28th, 2006, 10:15 PM
g35rider@gmail.com
Guest
 
Posts: n/a
Hi,

I am writing some code that is currently being compiled on 3.2.2 and
I want to move to 4.1, so I guess it will be using newer libraries for
std etc, if that happens, what would i need to install on a machine
with only 3.2.2 to run my 4.1 compiled program?

Thanks

Ankur

  #2  
Old September 28th, 2006, 10:25 PM
Victor Bazarov
Guest
 
Posts: n/a

re: I want to upgrade my GCC to 4.1 from 3.2.2 on RH9, what do I need to install on RH9 with no 4.1 to run?


g35rider@gmail.com wrote:
Quote:
I am writing some code that is currently being compiled on 3.2.2 and
I want to move to 4.1, so I guess it will be using newer libraries for
std etc, if that happens, what would i need to install on a machine
with only 3.2.2 to run my 4.1 compiled program?
Compiler-specific questions should be asked in the newsgroup dedicated
to that compiler. Try 'gnu.g++.help'.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


Closed Thread