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 majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message