[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake 1.4g: About `make install-strip'
From: |
Maciej W. Rozycki |
Subject: |
Re: automake 1.4g: About `make install-strip' |
Date: |
Mon, 28 May 2001 22:58:44 +0200 (MET DST) |
On 28 May 2001, Alexandre Oliva wrote:
> > Well, that actually handles one half of the problem (yes, I do cross
> > builds regularly)..
>
> So do I. But then, I don't use install-strip on them.
I do as I cross-build RPM packages. And it works.
> In any case, I don't know of any way to convince the system install
> program to run a particular strip program, as opposed to plain
> `strip'. So this is as good as it gets, unless we go for MAYBE_STRIP,
> which comes with its own problems, as you have pointed out.
I was thinking of a configure-time check if `install -s' works. Then if
install has an appropriate strip program available, it would succeed.
Otherwise we could fall back to install-sh. For example I have
$tooldir/bin first in the PATH environment variable when doing
cross-builds, so `install -s' succeeds for me.
Since Tom was not very happy with the idea, I thought another possibility
is to extend install so it can be instructed to use a specific program to
strip. The install program is a part of fileutils -- there should be no
technical problem with making any changes.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: address@hidden, PGP key available +
- Re: automake 1.4g: About `make install-strip', (continued)
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Alexandre Oliva, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Tom Tromey, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Alexandre Oliva, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Alexandre Duret-Lutz, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Alexandre Oliva, 2001/05/28
- Re: automake 1.4g: About `make install-strip',
Maciej W. Rozycki <=
- Re: automake 1.4g: About `make install-strip', Alexandre Oliva, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/29