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: Andy Adler
Subject: Re: make install-strip is too agressive
Date: Wed, 30 Jul 2003 10:35:19 -0400 (EDT)

>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.

Andy




reply via email to

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