Date: Sun, 31 May 1998 14:47:20 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: graphix@iastate.edu (Kent A Vander Velden) Cc: current@FreeBSD.ORG Subject: Re: Undefined symbols referenced Message-ID: <199805310447.OAA13356@cimlogic.com.au> In-Reply-To: <199805310204.VAA03255@isua1.iastate.edu> from Kent A Vander Velden at "May 30, 98 09:04:53 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Kent A Vander Velden wrote: > > While compiling xdelta and gimp-devel on a semi-current system I started > to notice many of applications failing to link. The messages that ld What is a "semi-current system" ?? It looks to me as though you've updated to a -current libc (with weak symbols for the syscalls), but your linker doesn't know about weak symbols. Is that possible? It's surprising. If you run "nm -W /usr/lib/libc.a | grep _read", do you see: 00000008 T __read 00000008 TW _read (plus many other references)? -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 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?199805310447.OAA13356>