From owner-freebsd-current Sun Oct 25 23:15:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10482 for freebsd-current-outgoing; Sun, 25 Oct 1998 23:15:24 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lionking.org (blacker-99.caltech.edu [131.215.86.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10477 for ; Sun, 25 Oct 1998 23:15:23 -0800 (PST) (envelope-from btman@ugcs.caltech.edu) Received: from localhost (btman@localhost) by lionking.org (8.9.1a/8.9.1) with ESMTP id XAA29408 for ; Sun, 25 Oct 1998 23:14:49 -0800 (PST) X-Authentication-Warning: lionking.org: btman owned process doing -bs Date: Sun, 25 Oct 1998 23:14:49 -0800 (PST) From: Brian Tiemann X-Sender: btman@lionking.org To: freebsd-current@FreeBSD.ORG Subject: Problem making world in gnu/usr.bin/ld/rtld 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 From a cvsup just a few hours ago... timon# pwd /usr/src/gnu/usr.bin/ld/rtld timon# make cc -O -pipe -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 -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+0xe99): undefined reference to `binder_entry' *** Error code 1 Stop. None of the files in this dir seem to have been updated anytime recently. Am I missing something? Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message