octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make install-strip is too agressive


From: Paul Kienzle
Subject: Re: make install-strip is too agressive
Date: Tue, 29 Jul 2003 19:00:38 -0400
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3) Gecko/20030312

John W. Eaton wrote:

On 25-Jul-2003, Paul Kienzle <address@hidden> wrote:

| The command
|     make install-strip
| should not strip the link libraries on windows installs, only dll's and | exe's.

Does the following patch help?

SHLLIB is .dll.a -> this needs to keep its symbols
SHLBIN is .dll -> this can be stripped

xxx.$(SHLLIB) needs to use $(INSTALL) and
xxx.$(SHLBIN) needs to use $(INSTALL_PROGRAM)

- Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]