This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: EGCS 1.1.2 on AIX 4.2
----- Original Message -----
From: "Alexandre Oliva" <aoliva@redhat.com>
To: "Vasudeva Upadhya" <kvu@cfdrc.com>
Cc: <gcc-bugs@gcc.gnu.org>
Sent: Thursday, July 27, 2000 4:30 PM
Subject: Re: EGCS 1.1.2 on AIX 4.2
> On Jul 27, 2000, "Vasudeva Upadhya" <kvu@cfdrc.com> wrote:
>
> >
/usr/vac/bin/cc -DIN_GCC -O2 -O -DHAVE_CONFIG_H -DHAIFA -Wl,-bbigtoc -
> > o genattr genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in
?*)
> > echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac
` `
> > case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case
""
> > in ?*) echo ;; esac ` -lld
> > ld: 0711-317 ERROR: Undefined symbol: .alloca
>
> Did you try to proceed an interrupted bootstrap that was already
> building stage2 with the stage1 compiler? In this case, do it with
> `make bootstrap2'.
>
> --
> Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist *Please* write to mailing lists, not to me
Thanks,
In one of the mailing list it was mentioned to do something like this:
export CC=/usr/vac/bin/cc -ma -qcpluscmt
then
make CFLAGS='-O' LIBCFLAGS='-g -O2'
LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
And it goes through just fine until stage2, however it barfs when trying to
compile g77 saying it needs gcc2.*.
How do I turn off g77, since I do not require it this time.I think you
cannot do that in egcs-1.1.2 as an argument. Is there an hacked version of
configured script to do this for egcs-1.1.2 or where to look for turning off
this g77.
Any suggestions,
Thank you very much,
Vasu