Re: strip facility

2001-12-31 Thread Jared Davis
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

Re: strip facility

2001-12-27 Thread Jared Davis
> 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?