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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux