changeset 3143:dbf073585f68

[project @ 1998-02-04 07:43:52 by jwe]
author jwe
date Wed, 04 Feb 1998 07:46:36 +0000
parents b06bffc95051
children fb9924282a3e
files ChangeLog README.Linux aclocal.m4
diffstat 3 files changed, 16 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 03 08:38:41 1998 +0000
+++ b/ChangeLog	Wed Feb 04 07:46:36 1998 +0000
@@ -1,3 +1,7 @@
+Wed Feb  4 01:42:50 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* aclocal.m4 (OCTAVE_FLIBS): If ld_run_path is not absolute, kill it.
+
 Tue Feb  3 00:24:01 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makeconf.in (do-subst-vals): Substitute $(libexecdir) too.
--- a/README.Linux	Tue Feb 03 08:38:41 1998 +0000
+++ b/README.Linux	Wed Feb 04 07:46:36 1998 +0000
@@ -10,9 +10,9 @@
 If you can, you should probably install Octave from one of the binary
 distributions available from ftp.che.wisc.edu, or using one of the
 Debian or RPM packages that are available at other sites.  For
-example, Dirk Eddelbuettel <edd@rosebud.sps.queensu.ca> maintains the
-Debian Octave package and usually has them ready within a day or so of
-new Octave releases.  They are available via the WWW at
+example, Dirk Eddelbuettel <edd@debian.org> maintains the Debian
+Octave package and usually has them ready within a day or so of new
+Octave releases.  They are available via the WWW at
 http://www.debian.org/Packages/dist/math/octave.html.
 
 If for some reason you can't (or choose not to) install Octave from
@@ -104,7 +104,11 @@
 Problems with g77 on Debian 1.2 systems (and possibly others)
 -------------------------------------------------------------
 
-The location of the compiler binaries has changed, so the g77 0.5.18
+Your best bet is to upgrade to Debian 1.3 (or some newer version).
+If you choose not to do that, here are some old tips for working
+around the problem.
+
+The location of the compiler binaries changed, so the g77 0.5.18
 package can not be used without modification.  The problem is that the
 Debian package was built for gcc 2.7.2 and not 2.7.2.1 and the f771
 backend is installed in the wrong directory.
@@ -143,4 +147,4 @@
 University of Wisconsin-Madison
 Department of Chemical Engineering
 
-Tue Feb  3 02:37:37 1998
+Tue Feb  3 13:08:02 1998
--- a/aclocal.m4	Tue Feb 03 08:38:41 1998 +0000
+++ b/aclocal.m4	Wed Feb 04 07:46:36 1998 +0000
@@ -126,6 +126,9 @@
       ld_run_path="-R $ld_run_path"
     fi
   ;;
+  *)
+    ld_run_path=
+  ;;
 esac
 dnl
 flibs=