===> cc
cc -O -pipe -m486 -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H 
-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" 
-I/usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr2/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr2/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr2/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config   
-I/usr/obj/usr2/src/tmp/usr/include  -o cc gcc.o gccspec.o  
/usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a
/usr/obj/usr2/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a(choose-temp.o): In function 
`make_temp_file':
choose-temp.o(.text+0x286): undefined reference to `mkstemps'
*** Error code 1


After my hard drive died, I was put in the unfortunate position of building
current from a 3.3-RELEASE system and found what is apparently a known
problem with this compilation path...  The fix was checked in as rev 1.8 of
gnu/usr.bin/cc/cc_drv/Makefile, but was backed out several hours later.
Considering that 3.x is where many -current users have to begin, either this
fix should be re-inserted or the reference to mkstemps should be removed.

-adam wight


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to