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

Nat Gross nat101l at gmail.com
Fri Nov 25 16:56:34 UTC 2005


On 11/25/05, Marius Andreiana <mandreiana.lists at gmail.com> wrote:
> 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?
One minute. Before the mv's, I didn't *have* a gcc. Maybe thats the problem?
If I do a 'gcc32 -v' I get as follows:
# gcc32 -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--enable-languages=c,c++,f77 --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.fc4)
#

> You could also try
> export GCC=gcc32
Will it give it a try.

Thanks;
-nat




More information about the users mailing list