[cig-commits] r20572 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Aug 15 17:49:51 PDT 2012


Author: brad
Date: 2012-08-15 17:49:51 -0700 (Wed, 15 Aug 2012)
New Revision: 20572

Modified:
   short/3D/PyLith/pylith_installer/trunk/INSTALL
Log:
Added notes on build issues with Intel compiler.

Modified: short/3D/PyLith/pylith_installer/trunk/INSTALL
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/INSTALL	2012-08-15 22:20:26 UTC (rev 20571)
+++ short/3D/PyLith/pylith_installer/trunk/INSTALL	2012-08-16 00:49:51 UTC (rev 20572)
@@ -397,3 +397,14 @@
 
   4. cd $HOME/build/pylith
   5. make
+
+----------------------------------------------------------------------
+netcdf and HDF5 Fortran libraries fail to link with ifort
+----------------------------------------------------------------------
+
+This can be associated with bugs in libtool. Check to make sure the
+"pic_flag" and "wl" parameters are set in the Fortan sections. They
+should be set via something like:
+
+  pic_flag="-fPIC"
+  wl="-Wl,"



More information about the CIG-COMMITS mailing list