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

Marius Andreiana mandreiana.lists at gmail.com
Fri Nov 25 05:32:34 UTC 2005


On Thu, 2005-11-24 at 18:38 -0500, Nat Gross 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.
this should have been enough. You overwrote the gcc 4 binaries in the
first 2 mv's. What does gcc -v say now?

You could also try
export GCC=gcc32
or
runInstaller -ignoreSysPrereqs


-- 
Marius Andreiana




More information about the users mailing list