This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Problems compiling egcs 1.1.2
- To: gcc-help at gcc dot gnu dot org
- Subject: Problems compiling egcs 1.1.2
- From: Joakim dot Majander at fortum dot com
- Date: Mon, 19 Feb 2001 19:00:02 +0200
> I tried to compile egcs 1.1.2 (downloaded from cygnus about a week ago) in
> a separate objectdir with "srcdir/configure + make bootstrap" without any
> options. The configure went OK, but make bootstrap complained about parse
> error while compiling tmp-dump.c in objectdir/gcc. After that machine run
> out of memory (64 RAM + 192 swap) and make aborted. What went wrong?
> temp-dump.c only seemed to have a definition of one integer and I really
> could not figure out what was make trying to do.
>
> The system is a Celoron 300A with redhat 5.0, which I have updated with
> glibc-2.0.5, gcc-2.7.2.3, newest binutils (perhaps 2.4.2), 2.2.18 kernel
> etc.
>
> Joakim