<p><b>duda</b> 2012-10-04 17:56:40 -0600 (Thu, 04 Oct 2012)</p><p>BRANCH COMMIT<br>
<br>
Link additional libraries needed by netCDF-4.<br>
<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/asd_io_work/Makefile
===================================================================
--- branches/asd_io_work/Makefile        2012-10-04 23:21:29 UTC (rev 2194)
+++ branches/asd_io_work/Makefile        2012-10-04 23:56:40 UTC (rev 2195)
@@ -195,7 +195,7 @@
 
 CPPINCLUDES = -I../inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
 FCINCLUDES = -I../inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
-LIBS = -L$(PIO) -L$(PNETCDF)/lib -L$(NETCDF)/lib -lpio -lpnetcdf -lnetcdf
+LIBS = -L$(PIO) -L$(PNETCDF)/lib -L$(NETCDF)/lib -L$(HDF5)/lib -L$(ZLIB)/lib -lpio -lpnetcdf -lnetcdf -lhdf5_hl -lhdf5 -lz
 
 RM = rm -f
 CPP = cpp -C -P -traditional

</font>
</pre>