Date: Sun, 8 Nov 1998 11:17:32 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: Robert Schulhof <rrs@LMI.Net> Cc: freebsd-current@FreeBSD.ORG Subject: Re: libc_r link error Message-ID: <Pine.BSF.4.01.9811081116310.16226-100000@herring.nlsystems.com> In-Reply-To: <199811072258.OAA22536@badlans.lanminds.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9811081116310.16226-100000>