In article <[EMAIL PROTECTED]>,
Charles Henrich  <[EMAIL PROTECTED]> wrote:
> I've recently upgraded to 4.0 from 3.2-stable and now whenever I try and
> compile something I get:
> 
> /usr/libexec/ld-elf.so.1: cc: Undefined symbol "mkstemps"
> *** Error code 1

That symbol should be defined in "/usr/lib/libc.so.3".  Do a "nm" on
the library and see if that's the case.  If not, then you must have an
old libc.  (How did that happen?)

If the symbol _is_ defined there, your ldconfig path might be wrong
such that cc isn't using the correct library.  Type "ldd /usr/bin/cc"
to see which libraries it's really finding.

John
-- 
  John Polstra                                               [EMAIL PROTECTED]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."        -- Nora Ephron


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

Reply via email to