# HG changeset patch # User jwe # Date 886578396 0 # Node ID dbf073585f688c2a36fbce93ffa1d950e16dccf5 # Parent b06bffc95051617f2700aa37fe27e47999173e79 [project @ 1998-02-04 07:43:52 by jwe] diff -r b06bffc95051 -r dbf073585f68 ChangeLog --- 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 + + * aclocal.m4 (OCTAVE_FLIBS): If ld_run_path is not absolute, kill it. + Tue Feb 3 00:24:01 1998 John W. Eaton * Makeconf.in (do-subst-vals): Substitute $(libexecdir) too. diff -r b06bffc95051 -r dbf073585f68 README.Linux --- 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 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 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 diff -r b06bffc95051 -r dbf073585f68 aclocal.m4 --- 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=