Date: Mon, 31 Aug 1998 13:11:18 -0700 From: John Polstra <jdp@polstra.com> To: jkh@time.cdrom.com Cc: current@FreeBSD.ORG Subject: Re: More problems post-ELF Message-ID: <199808312011.NAA06342@austin.polstra.com> In-Reply-To: <14120.904588750@time.cdrom.com> References: <14120.904588750@time.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <14120.904588750@time.cdrom.com>, Jordan K. Hubbard <jkh@time.cdrom.com> wrote: > After doing a full aout-to-elf build and kernel update on my -current > box, I have the following problems: > > 1. /etc/objformat sets OBJFORMAT=elf and kernel build doesn't override > it, causing link failure (already reported). Right, put OBJFORMAT=aout BINFORMAT=aout in the environment to build kernels for the time being. > 2. Interestingly enough, a `make world' after this process is complete > still builds an aout world and announces it as such. I thought > you were supposed to be elf'd after this? You are. I remember that in trying to solve problem 1, you had put OBJFORMAT=aout into /etc/objformat. Are you sure you remembered to take it out again? Execute "/usr/bin/objformat" and it should say "elf". If it doesn't, then either /etc/objformat is wrong, or you've got OBJFORMAT set to aout in your environment. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808312011.NAA06342>