FC4. Oracle installer sais that I don't have gcc 3.2. But I DO!

Nat Gross nat101l at gmail.com
Thu Nov 24 23:38:17 UTC 2005


On 11/24/05, Marius Andreiana <mandreiana.lists at gmail.com> wrote:
> You need to rename the gcc and g++ binaries in /usr/bin, then make
> symlinks to gcc32 and g++32 with the original names, so 'gcc -v', the
> default compiler, will be 3.2
> After Oracle setup you can put them back.

Ok. I tried, but no go. As follows.
#mv gcc32 gcc
#mv g++32 g++
#ln -s gcc gcc32
#ln -s g++ g++32
This didn't help. Same problem.

So, I tried the names the other way, like this,
#ls -l gcc* g+*
lrwxrwxrwx  1 root root     6      Nov 24 18:24 g++32 -> g++-32
-rwxr-xr-x     3 root root 88952 Mar  8  2005 g++-32
lrwxrwxrwx  1 root root      6     Nov 24 18:23 gcc32 -> gcc-32
-rwxr-xr-x     2 root root 87864 Mar  8  2005 gcc-32
#
Still, same problem.
Thanks;
-nat




More information about the fedora-list mailing list