From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10832 invoked from network); 19 Apr 2001 12:40:14 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Apr 2001 12:40:14 -0000 Received: (qmail 23573 invoked by alias); 19 Apr 2001 12:40:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14030 Received: (qmail 23557 invoked from network); 19 Apr 2001 12:40:06 -0000 Date: Thu, 19 Apr 2001 08:40:00 -0400 From: Clint Adams To: Oliver Kiddle Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: honor STRIPFLAGS for modules Message-ID: <20010419084000.A18361@dman.com> References: <20010418213942.A15845@dman.com> <3ADEC96C.5D8DC609@u.genie.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3ADEC96C.5D8DC609@u.genie.co.uk>; from opk@u.genie.co.uk on Thu, Apr 19, 2001 at 12:18:04PM +0100 > 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. So is the solution to use a different variable name for modules? What about libzsh?