Re: Can't get libtool to recognize -s

2006-03-07 Thread cnelson
> > On Thu, 02 Mar 2006 12:36:25 -0500, [EMAIL PROTECTED] said: > > cnelson> My change to configure.in had put this in configure: > > cnelson> if test "${enable_stripped+set}" = set; then > cnelson> enableval="$enable_stripped" > cnelson> INSTALL="$INSTALL -s" > cnelson> LDFLAGS="$LDFLAGS -s"

Re: Can't get libtool to recognize -s

2006-03-07 Thread Wes Hardaker
> On Thu, 02 Mar 2006 12:36:25 -0500, [EMAIL PROTECTED] said: cnelson> My change to configure.in had put this in configure: cnelson> if test "${enable_stripped+set}" = set; then cnelson> enableval="$enable_stripped" cnelson> INSTALL="$INSTALL -s" cnelson> LDFLAGS="$LDFLAGS -s" cnelson> fi; I

Re: Can't get libtool to recognize -s

2006-03-03 Thread cnelson
> On Thu, 2006-03-02 at 12:36 -0500, [EMAIL PROTECTED] wrote: > > What configure.in code results in > > > > if test "${ac_cv_path_install+set}" = set; then > > INSTALL="$ac_cv_path_install" > > else > > # As a last resort, use the slow shell script. We don't cache a > > # path

Re: Can't get libtool to recognize -s

2006-03-03 Thread Dave Shield
On Thu, 2006-03-02 at 12:36 -0500, [EMAIL PROTECTED] wrote: > What configure.in code results in > > if test "${ac_cv_path_install+set}" = set; then > INSTALL="$ac_cv_path_install" > else > # As a last resort, use the slow shell script. We don't cache a > # path for INSTALL with

Re: Can't get libtool to recognize -s

2006-03-02 Thread cnelson
> On Thu, 2006-03-02 at 09:01 -0500, [EMAIL PROTECTED] wrote: > > I'm trying to address the feature request at > > aid=965788&group_id=12694&atid=362694 > > > > but I can't get libtool to accept the -s option even though the > > code appears to expect it to turn on "stripme". > > I'm not

Re: Can't get libtool to recognize -s

2006-03-02 Thread cnelson
> On Thu, 2006-03-02 at 09:01 -0500, [EMAIL PROTECTED] wrote: > > I'm trying to address the feature request at > > aid=965788&group_id=12694&atid=362694 > > > > but I can't get libtool to accept the -s option even though the > > code appears to expect it to turn on "stripme". > > I'm not

Re: Can't get libtool to recognize -s

2006-03-02 Thread Dave Shield
On Thu, 2006-03-02 at 09:01 -0500, [EMAIL PROTECTED] wrote: > I'm trying to address the feature request at aid=965788&group_id=12694&atid=362694 > > but I can't get libtool to accept the -s option even though the > code appears to expect it to turn on "stripme". I'm not certain, but I d

Can't get libtool to recognize -s

2006-03-02 Thread cnelson
I'm trying to address the feature request at https://sourceforge.net/tracker/index.php?func=detail&aid=965788&group_id=12694&atid=362694 but I can't get libtool to accept the -s option even though the code appears to expect it to turn on "stripme". # libtool install mode install) ..