<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Luis,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">A couple of points first:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">1. You are installing V6.1.2 which is an old version.  The current version is 6.3.0. Is there a reason why you are installing an older version?</div><div class="gmail_default" style="font-size:small">2. Why are you building from source code? We provide binaries for many Linux, MacOS, and Cygwin system, and it appears you are on a Linux system.  This is *much* easier than installing from source code.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">There are a few problems with your build:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"> - The build can&#39;t find the location of your NetCDF libraries or include files</div><div class="gmail_default" style="font-size:small"> - The build can&#39;t find the location of your HDF include files</div><div class="gmail_default" style="font-size:small"> - The build is referencing the &quot;fl&quot; library which doesn&#39;t exist on your system</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The first two problems can be fixed by adding the path to your NetCDF and HDF paths via the $NCARG/config/Site.local file. You want to add the paths to the LibSearch and IncSearch lines in that file.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I believe the third problem is fixed in later versions of NCL, but you can probably fix it by editing $NCARG/config/Template and changing &quot;-lfl&quot; to &quot;-ll&quot;.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 26, 2016 at 7:49 PM, Luis del Castillo <span dir="ltr">&lt;<a href="mailto:luis.delcastillo@cathalac.int" target="_blank">luis.delcastillo@cathalac.int</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="ES-PA" link="#0563C1" vlink="#954F72">
<div class="m_-8701882092478987989WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hi fellows I try to install the ncl_ncarg-6.1.2 from source code I did it almost all the binaries except ncl and is one of the most important to me
<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Attached is the log file can anyone help me to find out why the process cant find the –lnetcdf library if I go it installed.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">This is a part of my .tcshrc<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv PGI &quot;/usr/local/pgi2014&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv MPICH3 &quot;/usr/local/mpich3&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv ZDIR &quot;/usr/local/zlib/1.2.8&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv H5DIR &quot;/usr/local/hdf5/1.8.11&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv HDF5 &quot;/usr/local/hdf5/1.8.11&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv NCDIR &quot;/usr/local/netcdf/4.4.0/pgi/<wbr>14.6&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv NFDIR &quot;/usr/local/netcdf-f/4.4.4/<wbr>pgi/14.6&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv NETCDF &quot;/usr/local/netcdf/4.4.0/pgi/<wbr>14.6&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv JASPERLIB &quot;/usr/local/jasper/1.900.1/<wbr>pgi/14.6/lib&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv JASPERINC &quot;/usr/local/jasper/1.900.1/<wbr>pgi/14.6/include&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv NCARG &quot;/home/wrf/descargas/ncl_<wbr>ncarg-6.1.2&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv NCARG_ROOT &quot;/home/wrf/ncarg&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv LD_LIBRARY_PATH &quot;$H5DIR/lib:$ZDIR/lib:$NCDIR/<wbr>lib:$NFDIR/lib:/usr/local/<wbr>jasper/1.900.1/pgi/14.6/lib:/<wbr>usr/local/mpich3/lib:/usr/<wbr>local/libpng/1.6.25/pgi/14.6/<wbr>lib:/usr/local/pgi2014/<wbr>linux86-64/14.6/lib:/usr/<wbr>local/pgi2014/linux86-64/14.6/<wbr>libso:/usr/local/maui/lib:/<wbr>usr/local/torque/lib&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv CPPFLAGS &quot;-I$NCDIR/include -I${NFDIR}/include -I$MPICH3/include -I$H5DIR/include&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv LDFLAGS &quot;-L$NCDIR/lib -L$NFDIR/lib -L$MPICH3/lib -L$H5DIR/lib&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">setenv LIBS &quot;-lcurl -lnetcdff -lnetcdf&quot;<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">thanks<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<table class="m_-8701882092478987989MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="482" style="width:361.5pt;background:white">
<tbody>
<tr style="height:81.75pt">
<td width="25%" style="width:25.0%;padding:0cm 0cm 0cm 0cm;height:81.75pt">
<p class="MsoNormal"><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:black"><img width="110" height="105" id="m_-8701882092478987989Imagen_x0020_25" src="cid:image001.png@01D22FC9.A7A5D240" alt="Description: http://www.cathalac.org/firma/format_02a.gif"></span><span><u></u><u></u></span></p>
</td>
<td width="75%" style="width:75.0%;padding:0cm 0cm 0cm 0cm;height:81.75pt">
<p class="MsoNormal"><a href="http://www.cathalac.org/" title="&quot;Página Web&quot; t " target="_blank"><b><span style="font-size:10.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad;text-decoration:none"><img border="0" width="200" height="41" id="m_-8701882092478987989Imagen_x0020_26" src="cid:image002.png@01D22FC9.A7A5D240" alt="Description: http://www.cathalac.org/firma/logocatha.gif"></span></b></a><b><span style="font-size:10.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#00accb"><br>
Luis Alejandro Del Castillo Riley </span></b><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad"><br>
<b>Gerente de Tecnologia</b><br>
DIVISIÓN DE TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN<br>
Tel: <a href="tel:507-317-3235" value="+15073173235" target="_blank">507-317-3235</a></span><span><u></u><u></u></span></p>
<p class="MsoNormal"><u><span lang="EN-US" style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad">Email:
</span></u><u><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:blue"><a href="mailto:luis.delcastillo@cathalac.int" target="_blank"><span lang="EN-US" style="color:#0563c1">luis.delcastillo@cathalac.int</span></a></span></u><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad"><a href="http://www.cathalac.org/" target="_blank"><span lang="EN-US" style="color:#0063ad;text-decoration:none"><br>
</span></a></span><a href="https://www.facebook.com/cathalac" target="_blank"><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad;text-decoration:none"><img border="0" width="20" height="18" id="m_-8701882092478987989Imagen_x0020_27" src="cid:image003.png@01D22FC9.A7A5D240" alt="Description: http://www.cathalac.org/firma/facebook.png"></span></a><span lang="EN-US" style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad"> </span><a href="http://twitter.com/#!/CATHALAC" target="_blank"><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad;text-decoration:none"><img border="0" width="20" height="18" id="m_-8701882092478987989Imagen_x0020_28" src="cid:image004.png@01D22FC9.A7A5D240" alt="Description: http://www.cathalac.org/firma/twitter.png"></span></a><span lang="EN-US" style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad"> </span><a href="http://www.linkedin.com/company/2324157" target="_blank"><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad;text-decoration:none"><img border="0" width="20" height="18" id="m_-8701882092478987989Imagen_x0020_29" src="cid:image005.png@01D22FC9.A7A5D240" alt="Description: http://www.cathalac.org/firma/linkindin.png"></span></a><span lang="EN-US" style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad"> </span><a href="http://www.youtube.com/user/CATHALACTV" target="_blank"><span style="font-size:8.5pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#0063ad;text-decoration:none"><img border="0" width="39" height="18" id="m_-8701882092478987989Imagen_x0020_30" src="cid:image006.png@01D22FC9.A7A5D240" alt="Description: http://www.cathalac.org/firma/youtube.png"></span></a><span lang="EN-US"><u></u><u></u></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
</div>
</div>

<br>______________________________<wbr>_________________<br>
ncl-install mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-install</a><br>
<br></blockquote></div><br></div>