Date: Sun, 08 Nov 1998 00:55:50 -0800 From: David Greenman <dg@root.com> To: "George W. Dinolt" <george.w.dinolt@lmco.com> Cc: Robert Schulhof <rrs@LMI.Net>, freebsd-current@FreeBSD.ORG Subject: Re: libc_r link error Message-ID: <199811080855.AAA09445@implode.root.com> In-Reply-To: Your message of "Sat, 07 Nov 1998 19:15:12 PST." <36450CC0.7F05F71A@lmco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> I'm having problems linking to libc_r using cc/egcs1.1 with a current as of >> today version of the library. I get an unresolved symbol SYS_sendfile which >> I can't track down. I can't find a reference to sendfile() in >> any of the library source code, except for a man page >> >> /usr/lib/libc_r.so: undefined reference to `SYS_sendfile' >The upshot of all this (pedantry) is that updating syscall.h in >/usr/include/sys and recompiling libc_r (after removing the offending >files) fixed the problem. Of course the "right" thing to do is a new >"make world". That will happen tonight after I go to bed. On systems with SHARED=copies (the default), you need to do a "make includes" before rebuilding the libraries. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project 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?199811080855.AAA09445>