Bruce Burden wrote:

> 
>/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc/../cc_drv/libcc_drv.a(choose-temp.o): 
>In function `make_temp_file':
> choose-temp.o(.text+0x264): undefined reference to `mkstemps'
> *** Error code 1

>         Yet I see people are getting their builds to work. Okay, what
>    did I miss?

Your -current must be at least 6 if not 9 months old, right?

gcc doesn't have a mkstemps implementation anymore. This means that you
must has a -stable or -current that has the function in libc.

-- 
Marcel Moolenaar                        mailto:[EMAIL PROTECTED]
SCC Internetworking & Databases           http://www.scc.nl/
The FreeBSD project                mailto:[EMAIL PROTECTED]


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

Reply via email to