From owner-freebsd-questions Wed Feb 24 15:53:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 53D2514BEF for ; Wed, 24 Feb 1999 15:53:47 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Fo7O-0008kN-00 for questions@freebsd.org; Thu, 25 Feb 1999 01:53:30 +0200 From: Sheldon Hearn To: questions@freebsd.org Subject: Getting ld.so back on CURRENT Date: Thu, 25 Feb 1999 01:53:30 +0200 Message-ID: <33622.919900410@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I've deleted /usr/libexec/ld.so from my 4.0-CURRENT box. I didn't expect to want to play around with AOUT stuff. Silly me, I know. The question is, how do I get it back? :) I've gone into /usr/src/libexec/aout and done make -DNOMAN depend ; make -DNOMAN all but I get the following build error: cc -O -pipe -I/usr/src/libexec/rtld-aout -I/usr/src/libexec/rtld-aout/i386 -fpic -fno-function-cse -DRTLD -Wall -c rtld.c In file included from rtld.c:64: dynamic.h:78: field `nzlist' has incomplete type rtld.c:212: variable `ld_entry' has initializer but incomplete type rtld.c:213: warning: excess elements in struct initializer after `ld_entry' [...] So is there anything I can do other than try to do an entire legacy build? Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message