From owner-freebsd-current Tue Dec 11 3:16: 0 2001 Delivered-To: freebsd-current@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id F138437B416 for ; Tue, 11 Dec 2001 03:15:55 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16Dkuv-000AEA-00 for current@FreeBSD.org; Tue, 11 Dec 2001 13:17:45 +0200 From: Sheldon Hearn To: current@FreeBSD.org Subject: __xuname gone AWOL? Date: Tue, 11 Dec 2001 13:17:45 +0200 Message-ID: <39317.1008069465@axl.seasidesoftware.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, Since last week, I'm having trouble compiling one of the utilities supplied with Exim, which calls uname(): gcc -O -pipe -march=pentiumpro -march=pentiumpro \ -o exim_lock exim_lock.c -lcrypt -lpam /tmp/cc2YeHtC.o: In function `main': /tmp/cc2YeHtC.o(.text+0x50d): undefined reference to `__xuname' *** Error code 1 __xuname.c is still included in SRCS in src/lib/libc/gen/Makefile.inc, but the symbol isn't in my installed libc. Any ideas? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message