From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Dec 12 20:27:57 2003 Subject: Patch for install-strip From: Andy Adler To: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 12 Dec 2003 21:27:37 -0500 (EST) The following patch to cvs allows make install-strip to properly install libcruft.so. Otherwise you get the following error: $ local/bin/octave local/bin/octave: error while loading shared libraries: libcruft.so: cannot open shared object No such file or directory andy RCS /cvs/octave/libcruft/Makerules.in,v retrieving revision 1.30 diff -C5 -r1.30 Makerules.in *** libcruft/Makerules.in 2003/07/02 22:45:29 1.30 --- libcruft/Makerules.in 2003/12/13 02:25:18 *************** *** 62,71 **** --- 62,74 ---- $(CRUFT_PICOBJ): stmp-pic install:: all .PHONY: install + install-strip:: all + .PHONY: install-strip + uninstall:: .PHONY: uninstall tags: $(SOURCES) ctags $(SOURCES)