Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 1998 00:31:50 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        jdp@polstra.com (John Polstra)
Cc:        seggers@semyam.dinoco.de, current@FreeBSD.ORG
Subject:   Re: the fs fun never stops
Message-ID:  <199809220031.RAA27106@usr04.primenet.com>
In-Reply-To: <199809211845.LAA02551@austin.polstra.com> from "John Polstra" at Sep 21, 98 11:45:18 am

next in thread | previous in thread | raw e-mail | index | archive | help
> > Make sure you use the propper strip.  On my ELF system it defaults to
> > the ELF strip and that hardly will work with an a.out kernel.  Use the
> > full path /usr/libexec/aout/strip or OBJFORMAT in the environment set
> > to aout and it should do its job.
> 
> The simplest is to use "strip -aout ...".

I still find it silly that the wrapper functions don't just check
the magic number, and call the right thing.

The wrappers are *all* hard links to a single wrapper function that
calls rindex of '/' on argv[0], right?  8-).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.

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?199809220031.RAA27106>