> "Jared" == Jared Davis <[EMAIL PROTECTED]> writes:
Alexandre> It's a bug that install-strip doesn't do that. Can you try
Alexandre> this patch?
Jared> Ok, I've upgraded to automake 1.5 and the patch works great!
Alexandre, could you check the patch in? Thanks.
Jared> Out of curiosity -
On Friday 28 December 2001 02:22 am, you wrote:
> It's a bug that install-strip doesn't do that. Can you try
> this patch?
Ok, I've upgraded to automake 1.5 and the patch works great! My library's
install now takes very little space compared to before.
Out of curiosity - -is there a way that
>>> "Jared" == Jared Davis <[EMAIL PROTECTED]> writes:
[...]
Jared> Is there also a way to strip shared libraries that I
Jared> install?
It's a bug that install-strip doesn't do that. Can you try
this patch?
Index: ChangeLog
--- ChangeLog
+++ ChangeLog
@@ -1,1 +1,8 @@
+2001-12-27 Alexandre
> You can strip your binaries while they are installed with
> make install-strip
>
> If your package supports cross-compilation don't forget to add
> AC_CHECK_TOOL([STRIP],[strip])
> to your configure.ac.
This works well, thanks!
Is there also a way to strip shared libraries that I install?
>>> "Fausto" == Fausto Sanchez <[EMAIL PROTECTED]> writes:
Fausto> Hi,
Fausto> Is there a way that autoconf/automake can be configured so that the
Fausto> final executables
Fausto> and libraries be stripped, by running the strip utility on the build
Fausto> process? Has anybody
Fausto> does
Hi,
Is there a way that autoconf/automake can be configured so that the final
executables
and libraries be stripped, by running the strip utility on the build
process? Has anybody
does this?
Thank you
fausto..