From owner-freebsd-stable Tue Dec 5 10:40:31 2000 From owner-freebsd-stable@FreeBSD.ORG Tue Dec 5 10:40:29 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from trinity.lee.net (unknown [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 8A19237B400 for ; Tue, 5 Dec 2000 10:40:28 -0800 (PST) Received: from journalstar.com (leepcC-129.sub-c.lee.net [208.205.126.129]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id MAA08560 for ; Tue, 5 Dec 2000 12:40:23 -0600 Sender: tony@trinity.lee.net Message-ID: <3A2D3679.89EEB29D@journalstar.com> Date: Tue, 05 Dec 2000 12:39:53 -0600 From: Tony Wells X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: make buildworld problem with gnu/ld/rtld Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm trying to upgrade from 3.0-RELEASE to the current -STABLE branch. I cvsup'ed the stable-supfile from /usr/share/examples/cvsup/ and started a > make buildworld in the /usr/src directory. The compile fails with the following error: cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -I/usr/obj/usr/src/tmp/usr/include -nostdlib -Wl,-Bshareable -Wl,-Bsymbolic -Wl,-assert -Wl,nosymbolic -o ld.so mdprologue.o rtld.o malloc.o shlib.o md.o support.o sbrk.o -lc_pic -lgcc_pic mdprologue.o(.text+0x22): undefined reference to `_rtld' mdprologue.o(.text+0x40): undefined reference to `_binder' rtld.o: In function `reloc_map': rtld.o(.text+0xe9d): undefined reference to `binder_entry' Doe's anyone have any ideas what might be the problem? TIA, Tony Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message