From owner-freebsd-current Sun Nov 8 00:54:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15964 for freebsd-current-outgoing; Sun, 8 Nov 1998 00:54:39 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15959 for ; Sun, 8 Nov 1998 00:54:36 -0800 (PST) (envelope-from xroot@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id AAA09445; Sun, 8 Nov 1998 00:55:50 -0800 (PST) Message-Id: <199811080855.AAA09445@implode.root.com> To: "George W. Dinolt" cc: Robert Schulhof , freebsd-current@FreeBSD.ORG Subject: Re: libc_r link error In-reply-to: Your message of "Sat, 07 Nov 1998 19:15:12 PST." <36450CC0.7F05F71A@lmco.com> From: David Greenman Reply-To: dg@root.com Date: Sun, 08 Nov 1998 00:55:50 -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 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