From owner-freebsd-current Sun May 31 20:13:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16120 for freebsd-current-outgoing; Sun, 31 May 1998 20:13:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16113 for ; Sun, 31 May 1998 20:13:14 -0700 (PDT) (envelope-from root@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.8.7/8.8.7) with ESMTP id XAA16170; Sun, 31 May 1998 23:13:06 -0400 (EDT) Received: (from ckempf@localhost) by singularity.enigami.com (8.8.8/8.8.8) id XAA17593; Sun, 31 May 1998 23:10:14 -0400 (EDT) (envelope-from root@enigami.com) X-Authentication-Warning: singularity.enigami.com: ckempf set sender to root using -f To: "Brian Feldman" , freebsd-current@FreeBSD.ORG Subject: Re: ELF preparation step 2 done References: <19980601000502.9689.qmail@m2.findmail.com> From: The & of all Evil Date: 31 May 1998 23:10:14 -0400 In-Reply-To: "Brian Feldman"'s message of "1 Jun 1998 00:05:02 -0000" Message-ID: Lines: 29 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Brian Feldman" writes: > Well, after making world and having all /usr/libexec/{elf,aout}, I guess one could make an ELF world in a couple steps, if they're interested: > 1. export BINFORMAT=elf and make usr.bin/objformat, and make install it > 2. go to lib/, 'echo "BINFORMAT=elf" > /etc/objectformat' and make all the libs, and install them (to /usr/lib? mine installed there, I moved them to /usr/lib/elf, should the elf libs really be there or just /usr/lib?) > 3. make the world; it _should_ work now, but I didn't try it singularity:/usr/src/lib 14# make all ===> libcom_err cc -O -pipe -c /usr/src/lib/libcom_err/com_err.c -o com_err.o Unrecognized line in /etc/objectformat: BINFORMAT=elf Unrecognized line in /etc/objectformat: BINFORMAT=elf com_err.o: file not recognized: File format not recognized *** Error code 1 Stop. *** Error code 1 Stop. Maybe there is another step somewhere? -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message