From owner-freebsd-current Sun Nov 8 03:18:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27725 for freebsd-current-outgoing; Sun, 8 Nov 1998 03:18:14 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27687 for ; Sun, 8 Nov 1998 03:18:03 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id LAA18882; Sun, 8 Nov 1998 11:17:32 GMT Date: Sun, 8 Nov 1998 11:17:32 +0000 (GMT) From: Doug Rabson To: Robert Schulhof cc: freebsd-current@FreeBSD.ORG Subject: Re: libc_r link error In-Reply-To: <199811072258.OAA22536@badlans.lanminds.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 7 Nov 1998, Robert Schulhof wrote: > > Hi, > > 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' There is a new syscall. You need to do a make world really but a workaround might be to install sys/syscall.h by hand and then rebuild libc. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message