<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If this this current installation method of NCL is giving you too much grief, then you can try the conda installation, which has instructions here:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Download/conda.shtml">http://www.ncl.ucar.edu/Download/conda.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">Otherwise, I think you are almost there to getting this current version to work.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">What&#39;s happening is that you have one version of gfortran (6.3.0) and then an older version of gcc (4.2.1).  NCL was compiled with gcc 6.3.0, but when you run it on your system, it&#39;s trying to pull in your gcc 4.2.1 libraries and failing because they are too old.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Do you have gcc installed in /usr/local/bin? You can try this:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">/usr/local/bin/gcc --version</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you do have this, and it is echoing 6.3.0, then I believe the solution is to simply make sure that /usr/local/bin is on your search path before /usr/bin.  I know this seems a little strange, but this is somewhat how shared libraries work.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you don&#39;t have /usr/local/bin/gcc, then you will likely need to install it.  You should use the same method that you used for gfortran, which I&#39;m guessing is that you downloaded it from <a href="http://hpc.sourceforge.net">hpc.sourceforge.net</a>.  If you go to that website, you&#39;ll see gcc 6.3.0 binaries for both El Capitan and Sierra. Download the appropriate gcc-6.3.bin.tar.gz file for your system, and then untar it from &quot;/&quot; since it is going to put everything in /usr/local.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">There are instructions here:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Download/macosx.shtml#InstallCompilers">http://www.ncl.ucar.edu/Download/macosx.shtml#InstallCompilers</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">But <a href="http://hpc.sourceforge.net">hpc.sourceforge.net</a> also has instructions.</div><div class="gmail_default"><br></div><div class="gmail_default">Good luck,</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 12:48 PM, Andrea Jenney <span dir="ltr">&lt;<a href="mailto:andrea@atmos.colostate.edu" target="_blank">andrea@atmos.colostate.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Here is what you requested:<div><br></div><div><br></div><div><font face="Menlo">/Users/andrea&gt; which gcc<br>/usr/bin/gcc</font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo"><br>/Users/andrea&gt; gcc --version<br>Configured with: --prefix=/Applications/Xcode.<wbr>app/Contents/Developer/usr --with-gxx-include-dir=/<wbr>Applications/Xcode.app/<wbr>Contents/Developer/Platforms/<wbr>MacOSX.platform/Developer/<wbr>SDKs/MacOSX10.12.sdk/usr/<wbr>include/c++/4.2.1<span class=""><br>Apple LLVM version 8.0.0 (clang-800.0.42.1)<br></span>Target: x86_64-apple-darwin16.4.0<span class=""><br>Thread model: posix<br>InstalledDir: /Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin<br><br></span></font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">/Users/andrea&gt; which gfortran<br>/usr/local/bin/gfortran<br><br></font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo">/Users/andrea&gt; gfortran --version<br>GNU Fortran (GCC) 6.3.0<br>Copyright (C) 2016 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br><br>/Users/andrea&gt; nm /opt/local/lib/libstdc++.6.<wbr>dylib | grep __ZTTNSt7__cxx1118basic_<wbr>stringstreamIcSt11char_<wbr>traitsIcESaIcEEE<br>/Applications/Xcode.app/<wbr>Contents/Developer/Toolchains/<wbr>XcodeDefault.xctoolchain/usr/<wbr>bin/nm: /opt/local/lib/libstdc++.6.<wbr>dylib: No such file or directory.</font><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Andrea</div></font></span><div><div class="h5"><div><br><div><blockquote type="cite"><div>On Mar 21, 2017, at 12:40 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div><br class="m_4809625146997590372Apple-interchange-newline"><div><div dir="ltr"><div class="gmail_default" style="font-size:small">Thanks, that helps narrow it down.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I think this may be an issue with your version of gcc/gfortran.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Can you type the following:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">which gcc</div><div class="gmail_default" style="font-size:small">gcc --version<br>which gfortran</div><div class="gmail_default" style="font-size:small">gfortran --version</div><div class="gmail_default" style="font-size:small">nm /opt/local/lib/libstdc++.6.<wbr>dylib | grep __ZTTNSt7__cxx1118basic_<wbr>stringstreamIcSt11char_<wbr>traitsIcESaIcEEE</div><div class="gmail_default" style="font-size:small"><p class="m_4809625146997590372gmail-p1"><span class="m_4809625146997590372gmail-s1">and send me all of the output?</span></p><p class="m_4809625146997590372gmail-p1">If your version of gcc/gfortran is lower than 5.x, then this could be the problem.  I used version 5.4 to compile NCL, but I think 5.3 should work too, if you have it on your system.</p><p class="m_4809625146997590372gmail-p1"><br></p><p class="m_4809625146997590372gmail-p1">--Mary</p><p class="m_4809625146997590372gmail-p1"><br></p><p class="m_4809625146997590372gmail-p1"><span class="m_4809625146997590372gmail-s1"><br></span></p><p class="m_4809625146997590372gmail-p1"><span class="m_4809625146997590372gmail-s1"><br></span></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 12:22 PM, Andrea Jenney <span dir="ltr">&lt;<a href="mailto:andrea@atmos.colostate.edu" target="_blank">andrea@atmos.colostate.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Mary,<div><br></div><div>Yes, the new binary was installed. I am cc’ing Kelley, who has been helping me with this. Here is the full text. </div><div><br></div><div><font face="Menlo"><span>dyld: Symbol not found: __ZTTNSt7__cxx1118basic_string<wbr>streamIcSt11char_traitsIcESaIc<wbr>EEE<br></span><span>  Referenced from: /usr/local/bin/ncl<br>  Expected in: /usr/lib/libstdc++.6.dylib<br> in /usr/local/bin/ncl<br>Abort</span></font></div><span class="m_4809625146997590372HOEnZb"><font color="#888888"><div><br></div><div>Andrea</div></font></span><div><div class="m_4809625146997590372h5"><div><br><div><blockquote type="cite"><div>On Mar 21, 2017, at 11:59 AM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div><br class="m_4809625146997590372m_1683816143756603010Apple-interchange-newline"><div><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Andrea,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I&#39;m going to take this offline for a bit.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Did you download the new binary that I mentioned over the weekend?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Is there more to this error message? It would help if I could see the full text, if there&#39;s any.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks,</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 Mon, Mar 20, 2017 at 2:15 PM, Andrea Jenney <span dir="ltr">&lt;<a href="mailto:andrea@atmos.colostate.edu" target="_blank">andrea@atmos.colostate.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Mary,<div><br></div><div>I tried everything you did here and now I am getting a different error for a different symbol not found. </div><div><br></div><div>This one is </div><div><span style="font-family:Menlo">dyld: Symbol not found: __ZTTNSt7__cxx1118basic_string<wbr>streamIcSt11char_traitsIcESaIc<wbr>EEE</span></div><span class="m_4809625146997590372m_1683816143756603010HOEnZb"><font color="#888888"><div><br></div></font></span><div><span class="m_4809625146997590372m_1683816143756603010HOEnZb"><font color="#888888">Andrea</font></span><div><div class="m_4809625146997590372m_1683816143756603010h5"><br><div><div><blockquote type="cite"><div>On Mar 19, 2017, at 11:43 AM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div><br class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963Apple-interchange-newline"><div><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi everybody,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This email is for Will and Andrea and everybody else who is running into the &quot;_<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.1">ZdaPvm</span> missing symbol&quot; issue with the <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.2">NCL</span> 6.4.0 <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.3">MacOS</span> 10.11 (El <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.4">Capitan</span>) binary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This is due to me having built <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.5">NCL</span> with the 6.1.0 GNU compilers, and you likely only have GNU 5.4.0 or earlier on your systems. Thanks to Dave Allured and Will and others who helped me debug this issue!</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">After some fisticuffs with my El <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.6">Capitan</span> system, I was able to download and use <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.7">MacPorts</span> GNU 5.4.0 to rebuild <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.8">NCL</span>. I verified that there are no references to _<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.9">ZdaPvm</span> in the binary.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please download and try one of these binaries if you have <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.10">MacOS</span> 10.11 (they can also be used on <span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.11">MacOS</span> 10.12):</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><b>Non-<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.12">OPeNDAP</span> enabled binary:</b><br></div><div class="gmail_default" style="font-size:small"><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1"><span class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-s1"><a href="https://www.earthsystemgrid.org/dataset/ncl.640.nodap/file.html" target="_blank">https://www.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.13">earthsystemgrid</span>.or<wbr>g/<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.14">dataset</span>/<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.15">ncl</span>.640.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.16">nodap</span>/file.h<wbr>tml</a></span></p><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1"><span class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-s1">Click on <a href="https://www.earthsystemgrid.org/download/fileDownload.html?logicalFileId=48c0481e-0cc9-11e7-9b99-00c0f03d5b7c" target="_blank">&quot;<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.17">ncl</span>_<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.18">ncarg</span>-6.4.0-<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.19">MacOS</span>_10.11_6<wbr>4bit_<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.20">nodap</span>_gnu540.tar.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.21">gz</span></a>&quot;</span></p></div><div class="gmail_default"><a href="https://www/" target="_blank">https://www</a>.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.22">earthsystemgrid</span>.or<wbr>g/download/<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.23">fileDownload</span>.html?<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.24">l<wbr>ogicalFileId</span>=48c0481e-0cc9-11e<wbr>7-9b99-00c0f03d5b7c<br></div><div class="gmail_default"><br></div><div class="gmail_default"><div class="gmail_default"><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1"><span class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-s1"><b><span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.25">OPeNDAP</span> enabled binary:</b></span></p><div class="gmail_default"><div class="gmail_default"><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1"><a href="https://www.earthsystemgrid.org/dataset/ncl.640.dap/file.html" target="_blank">https://www.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.26">earthsystemgrid</span>.or<wbr>g/<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.27">dataset</span>/<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.28">ncl</span>.640.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.29">dap</span>/file.htm<wbr>l</a></p></div></div><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1"><span class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-s1">Click on &quot;<a href="https://www.earthsystemgrid.org/download/fileDownload.html?logicalFileId=d82e7332-0cc6-11e7-9b99-00c0f03d5b7c" target="_blank"><span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.30">ncl</span>_<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.31">ncarg</span>-6.4.0-<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.32">MacOS</span>_10.11_6<wbr>4bit_gnu540.tar.<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.33">gz</span></a>&quot;<br></span><br></p><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1">I would appreciate hearing from anybody who is able to successfully use these binaries, especially from folks who ran into the &quot;_<span id="m_4809625146997590372m_1683816143756603010m_-7518188929605586963:293.34">ZdaPvm</span>&quot; issue, so I know if I can resolve this.</p><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1">Thanks,</p><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1">--Mary</p><p class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963gmail-p1"><br></p></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 16, 2017 at 4:22 PM, Will Hobbs <span dir="ltr">&lt;<a href="mailto:will.hobbs@utas.edu.au" target="_blank">will.hobbs@utas.edu.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<div bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963m_3398179721102472985WordSection1"><p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Andrea<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">I already responded to Mary; I updated al my Macports stuff but it hasn’t helped.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Will<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><u></u> <u></u></span></p>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span style="font-family:Calibri">From: </span>
</b><span style="font-family:Calibri">&lt;<a href="mailto:ncl-install-bounces@ucar.edu" target="_blank">ncl-install-bounces@ucar.edu</a>&gt; on behalf of Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;<br>
<b>Date: </b>Friday, 17 March 2017 at 6:36 AM<br>
<b>To: </b>Andrea Jenney &lt;<a href="mailto:andrea@atmos.colostate.edu" target="_blank">andrea@atmos.colostate.edu</a>&gt;<br>
<b>Cc: </b>&quot;<a href="mailto:ncl-install@ucar.edu" target="_blank">ncl-install@ucar.edu</a>&quot; &lt;<a href="mailto:ncl-install@ucar.edu" target="_blank">ncl-install@ucar.edu</a>&gt;<br>
<b>Subject: </b>Re: [ncl-install] Trouble with NCL 6.4.0 (symbol not found _ZdaPvm)<u></u><u></u></span></p>
</div><div><div class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963h5">
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<div><p class="MsoNormal">Andrea,<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">You are the third person to report this problem.  The first person said that what worked for him was to upgrade his MacPort installation.  I&#39;m waiting to hear back from the second person as to whether this solution works for him as well.<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">I think the issue is that we used the HPC GNU compilers to build NCL, and if you have the MacPort version of the compilers, then this missing symbol shows up if your MacPorts is old.<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">Have you updated MacPorts since upgrading to Sierra?<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">The other possible solution is to download the HPC version of the GNU compilers, which will get installed to /usr/local and hence won&#39;t overwrite your MacPorts version that&#39;s in /opt/local. Follow this link for more details:<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal"><a href="http://www.ncl.ucar.edu/Download/macosx.shtml#InstallCompilers" target="_blank">http://www.ncl.ucar.edu/Downlo<wbr>ad/macosx.shtml#InstallCompile<wbr>rs</a><u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">If you find the solution, can you let me know so I can make sure other users are aware of it?<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><br>
Thanks,<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">--Mary<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
<div><p class="MsoNormal">On Thu, Mar 16, 2017 at 11:03 AM, Andrea Jenney &lt;<a href="mailto:andrea@atmos.colostate.edu" target="_blank">andrea@atmos.colostate.edu</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div><p class="MsoNormal">Hi ncl-install, <u></u><u></u></p>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">I have been trying to update to the latest release of NCL (6.4.0) and I have been encountering this error message when I try to run it:<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal"><span style="font-family:Menlo">dyld: Symbol not found: __ZdaPvm<br>
  Referenced from: /usr/local/bin/ncl<br>
  Expected in: /usr/lib/libstdc++.6.dylib<br>
 in /usr/local/bin/ncl<br>
Abort</span><u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">I have tried updating to the newest operating system (Mac OS 10.12.3-Sierra), updating gfortran, and reinstalling the X11 libraries as well as updating to the newest Xquartz. What seems to be the problem?<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">Thank you!<u></u><u></u></p>
</div>
<div><p class="MsoNormal"><u></u> <u></u></p>
</div>
<div><p class="MsoNormal">Andrea<u></u><u></u></p>
</div>
<div>
<div>
<div><p class="MsoNormal"><span style="background-color:white;background-position:initial initial;background-repeat:initial initial">---</span><span><u></u><u></u></span></p>
</div>
<div><p class="MsoNormal"><span style="background-color:white;background-position:initial initial;background-repeat:initial initial">Andrea Jenney</span><span><br>
<span style="background:white">Graduate Research Assistant | Randall Group</span><u></u><u></u></span></p>
</div>
<div><p class="MsoNormal"><span style="background-color:white;background-position:initial initial;background-repeat:initial initial">Colorado State University | Department of Atmospheric Science </span><span><u></u><u></u></span></p>
</div>
<div><p class="MsoNormal"><span><u></u> <u></u></span></p>
</div>
</div><p class="MsoNormal" style="margin-bottom:12.0pt"><u></u> <u></u></p>
</div><p class="MsoNormal"><u></u> <u></u></p>
</div><p class="MsoNormal" style="margin-bottom:12.0pt"><br>
______________________________<wbr>_________________<br>
ncl-install mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-install</a><u></u><u></u></p>
</blockquote>
</div><p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div><p style="font-size:10pt;line-height:10pt;font-family:Calibri,sans-serif"><br>
<br>
University of Tasmania Electronic Communications Policy (December, 2014). <br>
This email is confidential, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone outside the intended recipient organisation is prohibited and may be a criminal offence. Please delete if obtained
 in error and email confirmation to the sender. The views expressed in this email are not necessarily the views of the University of Tasmania, unless clearly intended otherwise.
</p>
</div>

</blockquote></div><br></div>
</div></blockquote></div><br><div>
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><span style="background-color:rgb(255,255,255)">---</span></div><div><span style="background-color:rgb(255,255,255)">Andrea Jenney</span><br><span style="background-color:rgb(255,255,255)">Graduate Research Assistant | Randall Group</span></div><div><span style="background-color:rgb(255,255,255)">Colorado State University | Department of Atmospheric Science </span></div><div><br></div></div><br class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963Apple-interchange-newline"><br class="m_4809625146997590372m_1683816143756603010m_-7518188929605586963Apple-interchange-newline">
</div>
<br></div></div></div></div></div></blockquote></div><br></div>
</div></blockquote></div><br><div>
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><span style="background-color:rgb(255,255,255)">---</span></div><div><span style="background-color:rgb(255,255,255)">Andrea Jenney</span><br><span style="background-color:rgb(255,255,255)">Graduate Research Assistant | Randall Group</span></div><div><span style="background-color:rgb(255,255,255)">Colorado State University | Department of Atmospheric Science </span></div><div><br></div></div><br class="m_4809625146997590372m_1683816143756603010Apple-interchange-newline"><br class="m_4809625146997590372m_1683816143756603010Apple-interchange-newline">
</div>
<br></div></div></div></div></blockquote></div><br></div>
</div></blockquote></div><br><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><span style="background-color:rgb(255,255,255)">---</span></div><div><span style="background-color:rgb(255,255,255)">Andrea Jenney</span><br><span style="background-color:rgb(255,255,255)">Graduate Research Assistant | Randall Group</span></div><div><span style="background-color:rgb(255,255,255)">Colorado State University | Department of Atmospheric Science </span></div><div><br></div></div><br class="m_4809625146997590372Apple-interchange-newline"><br class="m_4809625146997590372Apple-interchange-newline">
</div>
<br></div></div></div></div></blockquote></div><br></div>