Results 1 to 1 of 1
Hello,
I'm a new user of Linux and I'm trying to install a gcc4.3 compilator on a laptop with gcc4.4 installed.
I've downloaded the gcc4.3 source files, made "make". The ...
- 09-02-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
How to install gcc4.3 and gcc4.4
Hello,
I'm a new user of Linux and I'm trying to install a gcc4.3 compilator on a laptop with gcc4.4 installed.
I've downloaded the gcc4.3 source files, made "make". The compilation has succeded. Then I wrote in the file /etc/profile.d/gcc43.sh the line:
#!/bin/sh GCC43_BIN=/opt/gcc43/bin PATH=$GCC43_BIN:$PATH export PATH
but, when I start a new shell and type gcc43 I get the following error:
bash: gcc43:command not found
Can you help me? I need both compilators... My Fedora version is 11!
Thanks in advance!
Cheers
Paola


Reply With Quote