From owner-freebsd-current Wed May 5 23:54: 1 1999 Delivered-To: freebsd-current@freebsd.org Received: from pez.hyperreal.org (pez.hyperreal.org [207.181.224.6]) by hub.freebsd.org (Postfix) with SMTP id 4545814DE5 for ; Wed, 5 May 1999 23:53:58 -0700 (PDT) (envelope-from brian@hyperreal.org) Received: (qmail 26393 invoked by uid 4000); 6 May 1999 06:55:39 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 May 1999 06:55:39 -0000 Date: Wed, 5 May 1999 23:55:39 -0700 (PDT) From: Brian Behlendorf To: current@freebsd.org Subject: problem bootstrapping egcs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm doing a make world for the first time since the egcs cutover (yeah yeah, keep the flames to yourselves) and I encountered a rough spot with the build of egcs. My understanding was that to bootstrap over the change I should first (before the make world) do: # cd /usr/src; make -DCLOBBER includes [worked fine] # cd /usr/src/gnu/usr.bin/cc; make clean; make obj [worked fine] # make ===> cc_tools ===> cc_int ===> cc_drv ===> cpp ===> cc1 ===> cc cc -O -pipe -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/egcs/gcc -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/egcs/gcc/config -DFREEBSD_NATIVE -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"egcs-2.91.66\" -DDEFAULT_TARGET_MACHINE=\"\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../cc_tools -o cc gcc.o /usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a /usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a(choose-temp.o): In function `make_temp_file': choose-temp.o(.text+0x284): undefined reference to `mkstemps' *** Error code 1 Stop. *** Error code 1 Stop. Hmm. Any ideas? Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message