diff README.Linux @ 2600:c454cd888ada

[project @ 1996-12-19 22:35:54 by jwe]
author jwe
date Thu, 19 Dec 1996 22:35:55 +0000
parents 36a4daa9e3c7
children 3723512a827a
line wrap: on
line diff
--- a/README.Linux
+++ b/README.Linux
@@ -100,6 +100,19 @@
 from sunsite.unc.edu in the directory /pub/Linux/devel/lang/fortran.
 There is also a Debian package for g77.
 
+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
+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.
+
+Version 0.5.19 of g77 has just been released.  A fixed Debian package
+may be made available soon.  Until then, you can make things work by
+copying f771 and libf2c.a from /usr/lib/gcc-lib/i486-linux/2.7.2 to
+/usr/lib/gcc-lib/i486-linux/2.7.2.1.
+
 Upgrading your compiler and libraries
 -------------------------------------
 
@@ -116,4 +129,4 @@
 University of Wisconsin-Madison
 Department of Chemical Engineering
 
-Tue Dec 17 13:24:52 1996
+Thu Dec 19 13:07:46 1996