diff README.Linux @ 2601:3723512a827a

[project @ 1997-01-06 05:43:16 by jwe]
author jwe
date Mon, 06 Jan 1997 05:44:24 +0000
parents c454cd888ada
children 9cbbbcf5b6f5
line wrap: on
line diff
--- a/README.Linux
+++ b/README.Linux
@@ -93,6 +93,12 @@
 should keep gcc from adding -lieee to the link command.  You can find
 the location of the specs file by running the command gcc -v.
 
+If you can't edit the gcc specs file for some reason, another solution
+that should work is to create an empty libieee.a file in the Octave
+src directory using the command:
+
+  ar cq libieee.a
+
 My system doesn't have g77
 --------------------------
 
@@ -121,6 +127,11 @@
 and they must be compatible.  You should get and read the release
 notes for the compiler and libraries.
 
+If you decide to install versions of the libraries that are older (or
+newer) than the ones you already have, you should follow the
+directions in the release notes very carefully.
+
+
 If you have comments or suggestions for this document, please contact
 bug-octave@bevo.che.wisc.edu.