changeset 3059:f2a34a28d9c5

[project @ 1997-06-20 20:25:29 by jwe]
author jwe
date Fri, 20 Jun 1997 20:26:17 +0000
parents 2688b68dd9c1
children 9c6cd52f3f5a
files ChangeLog PROJECTS configure.in
diffstat 3 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 20 14:26:17 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* 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  <jwe@bevo.che.wisc.edu>
 
 	* octMakefile.in (DISTSUBDIRS): Delete readline.
--- a/PROJECTS
+++ b/PROJECTS
@@ -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()
--- a/configure.in
+++ b/configure.in
@@ -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