From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10421 invoked from network); 19 Apr 2001 11:18:19 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Apr 2001 11:18:19 -0000 Received: (qmail 7880 invoked by alias); 19 Apr 2001 11:18:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14029 Received: (qmail 7869 invoked from network); 19 Apr 2001 11:18:12 -0000 Sender: kiddleo Message-ID: <3ADEC96C.5D8DC609@u.genie.co.uk> Date: Thu, 19 Apr 2001 12:18:04 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.dk Subject: Re: PATCH: honor STRIPFLAGS for modules References: <20010418213942.A15845@dman.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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