This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make install-strip


On May 14, 1999, Tom Tromey <tromey@cygnus.com> wrote:

>>>>>> "Thomas" == Thomas Tanner <tanner@gmx.de> writes:
Thomas> I wonder why automake's "make install-strip" doesn't
Thomas> strip libtool libraries.

Thomas> Why isn't the INSTALL_STRIP_FLAG passed to libtool?

> Historically libtool has used $(INSTALL) and not $(INSTALL_PROGRAM).
> I don't know why.

That's because some platforms require specific modes on shared
libraries for them to run.  AFAIR, HPsUX requires mode 555, for
example, and INSTALL_PROGRAM, that defaults to 755, would get it
wrong.

Besides, stripping a library usually means you'll no longer be able to
link with it, which doesn't make much sense to me.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]