> > 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"
> 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
> 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
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
> 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
> 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
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
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)
..