From owner-freebsd-current Mon Jun 1 06:52:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07911 for freebsd-current-outgoing; Mon, 1 Jun 1998 06:52:39 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from m2.findmail.com (m2.findmail.com [209.185.96.135]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA07901 for ; Mon, 1 Jun 1998 06:52:35 -0700 (PDT) (envelope-from brianfeldman@hotmail.com) Received: (qmail 18660 invoked by uid 505); 1 Jun 1998 13:52:11 -0000 Date: 1 Jun 1998 13:52:11 -0000 Message-ID: <19980601135211.18659.qmail@m2.findmail.com> From: "Brian Feldman" Subject: Re: ELF preparation step 2 done In-Reply-To: To: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops, quite sorry, objectformat should have "OBJFORMAT=elf", not "BINFORMAT=elf". Sorry again. Brian Feldman > "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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message