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