|
From: <ai...@us...> - 2013-12-31 17:39:34
|
Revision: 12915
http://sourceforge.net/p/plplot/code/12915
Author: airwin
Date: 2013-12-31 17:39:32 +0000 (Tue, 31 Dec 2013)
Log Message:
-----------
Replace g77 by gfortran in build instructions.
Modified Paths:
--------------
trunk/INSTALL
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2013-12-29 20:11:07 UTC (rev 12914)
+++ trunk/INSTALL 2013-12-31 17:39:32 UTC (rev 12915)
@@ -65,7 +65,7 @@
export CC="gcc -O2"
export CXX="g++ -O2"
-export FC="g77 -O2"
+export FC="gfortran -O2"
If you don't set the environment variables above, then by default no
compiler options (i.e., no optimization and no debugging symbols) are used
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|