Subject: Re: compiling stop gcc 3.3
To: Maurizio Caloro <mauric@active.ch>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 06/23/2003 08:35:33
On Mon, 23 Jun 2003, Maurizio Caloro wrote:

> netsun# make install
> /bin/sh ./mkinstalldirs /usr/src/objsrc/  /usr/src/objsrc/
> TM_DEFINES=""  HEADERS="auto-host.h ansidecl.h  sparc/sparc.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elfh
> config.h is unchanged
> TM_DEFINES=""  HEADERS="auto-host.h ansidecl.h  sparc/sparc.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elfh
> hconfig.h is unchanged
> gcc -c    -g -O2 -DIN_GCC  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-loo
> make: don't know how to make ../libiberty/libiberty.a. Stop
>
> make: stopped in /usr/src/gcc-3.3/gcc

It looks like you may not have bootstrapped properly, as it should be
building with the stage1 compiler by this point. Did you use "make
bootstrap" to build it, or did you just try to run "make"? If the
former, try "make bootstrap", or "make cleanstrap".

Frederick