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: John W. Eaton
Subject: Re: make install-strip is too agressive
Date: Wed, 30 Jul 2003 09:50:12 -0500

On 30-Jul-2003, Andy Adler <address@hidden> 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.
| 
| make install-strip also seems not to work on linux.
| 
| $ ./configure --prefix=/usr/local/oct2150/ --enable-static=no
| --enable-shared=yes --disable-readline
| $ make
| $ make install-strip
| $ /usr/local/oct2150/bin/octave
| octave: error while loading shared libraries: libcruft.so: cannot open
| shared object file: No such file or directory
| $ make install
| $ /usr/local/oct2150/bin/octave
| octave:1>
| $ make install-strip
| $ /usr/local/oct2150/bin/octave
| octave:1>
| 
| I'm using debian stable on a PII-266.

OK, then can someone who cares about install-strip debug this and
submit a patch?  (I don't care whether install-strip works because I
wouldn't want to install Octave without debugging symbols.)

jwe



reply via email to

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