This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: OSR 5 bootstrap *still* fails :-(
- To: GCC Developers <gcc at gcc dot gnu dot org>
- Subject: Re: OSR 5 bootstrap *still* fails :-(
- From: Jean-Pierre Radley <jpr at jpr dot com>
- Date: Mon, 26 Jun 2000 18:47:28 -0400
Bruce Korb propounded (on Mon, Jun 26, 2000 at 01:46:41PM -0700):
| > CC=gcc gmake bootstrap
| [[...]]
| Undefined first referenced
| symbol in file
| ASM_OUTPUT_DWARF_DATA2 dwarf2out.o
| cc1: fatal error: Symbol referencing errors. No output written to cc1
| collect2: ld returned 1 exit status
| gmake[2]: *** [cc1] Error 1
| gmake[2]: Leaving directory `/tools/gcc/=build/gcc'
| gmake[1]: *** [bootstrap] Error 2
| gmake[1]: Leaving directory `/tools/gcc/=build/gcc'
| gmake: *** [bootstrap] Error 2
I'm not sure I understand the point of 'make bootstrap' with 'CC=gcc'???
Why wouldn't a plain old 'make' suffice?
IAC, here 'make bootstrap' with today's code, and using the OSR 5.0.5 cc,
crashes in the same place as yours, with ASM_OUTPUT_DWARF2_DATA2
undefined.
--
JP