# HG changeset patch # User jwe # Date 866838377 0 # Node ID f2a34a28d9c586d14cf2453c4704f0a658ed012e # Parent 2688b68dd9c1f1b84c6e61f3cf8eb0c48e9587a5 [project @ 1997-06-20 20:25:29 by jwe] diff -r 2688b68dd9c1 -r f2a34a28d9c5 ChangeLog --- a/ChangeLog Fri Jun 20 19:27:36 1997 +0000 +++ b/ChangeLog Fri Jun 20 20:26:17 1997 +0000 @@ -1,3 +1,10 @@ +Fri Jun 20 14:26:17 1997 John W. Eaton + + * configure.in: Define SH_LD, SH_LDFLAGS, and RLD_FLAG for + sparc-sun-sunos4*. + + * mkoctfile.in: Handle --strip. + Sun Jun 15 16:24:03 1997 John W. Eaton * octMakefile.in (DISTSUBDIRS): Delete readline. diff -r 2688b68dd9c1 -r f2a34a28d9c5 PROJECTS --- a/PROJECTS Fri Jun 20 19:27:36 1997 +0000 +++ b/PROJECTS Fri Jun 20 20:26:17 1997 +0000 @@ -429,6 +429,10 @@ * Make the type command handle script files too, by just reading and printing them. + * The wich and type commands should distinguish between dynamically + linked functions and built-in functions. For dynamically linked + functions, the location of the .oct file should be displayed. + * Clean up eye, eval, feval, keyboard, input, ones, zeros. * Turn off printing when evaluating expressions in an eval() diff -r 2688b68dd9c1 -r f2a34a28d9c5 configure.in --- a/configure.in Fri Jun 20 19:27:36 1997 +0000 +++ b/configure.in Fri Jun 20 20:26:17 1997 +0000 @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.278 $) +AC_REVISION($Revision: 1.279 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -623,6 +623,9 @@ else FPICFLAG=-PIC fi + SH_LD=ld + SH_LDFLAGS="-assert nodefinitions" + RLD_FLAG='-L$(libdir)' ;; sparc-sun-solaris2*) if $f77_is_g77; then