Date: Thu, 03 Sep 1998 08:49:35 -0700 From: John Polstra <jdp@polstra.com> To: Tamiji Homma <thomma@BayNetworks.COM> Cc: current@FreeBSD.ORG Subject: Re: Why no ldconfig for ELF? Message-ID: <199809031549.IAA02288@austin.polstra.com> In-Reply-To: Your message of "Thu, 03 Sep 1998 08:40:49 PDT." <19980903084049P.thomma@baynetworks.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I did aout-to-elf transition successfully early this morning around > Art Bell show ends :-) Oh dear. I hope there's no connection between those two events. ;-) > Only gotcha of elf transition was that kernel rebuild ritual didn't > go smoothly. > > # config -g MYKERNEL > # cd ../../compile/MYKERNEL;make depend;make > # cp kernel kernel.debug > # strip -d kernel > ...... --strip-debug blah, blah, blah .... > > Oh, it's a GNU strip now :-) Ok, it's not a big deal. You can do "strip -aout -d kernel". All of the relevant tools now accept "-elf" or "-aout" arguments. John 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?199809031549.IAA02288>