Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 1999 23:55:39 -0700 (PDT)
From:      Brian Behlendorf <brian@hyperreal.org>
To:        current@freebsd.org
Subject:   problem bootstrapping egcs
Message-ID:  <Pine.BSF.4.05.9905052352080.20444-100000@pez.hyperreal.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9905052352080.20444-100000>