Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: honor STRIPFLAGS for modules
- X-seq: zsh-workers 14029
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: honor STRIPFLAGS for modules
- Date: Thu, 19 Apr 2001 12:18:04 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010418213942.A15845@xxxxxxxx>
- Sender: kiddleo
Clint Adams wrote:
>
> Are there platforms where one would want STRIPFLAGS to be different
> for the shared objects?
On IRIX with the SGI compiler, stripping DSOs with -s causes them to not
work. I think it strips out some information it needs for finding
symbols or something. -x can be used instead and will just strip out
stuff which isn't needed. -s is still used for the main binary.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author