<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Oscar,<div class=""><br class=""></div><div class="">How did you install NCL on your machine? Are you using binaries from&nbsp;<a href="https://www.earthsystemgrid.org/dataset/ncl.640.html" class="">our website</a>? Is NCL able to run without setting any DYLD_* environment variables?</div><div class=""><br class=""></div><div class="">The GCC/GFortran packages we recommend in our&nbsp;<a href="http://ncl.ucar.edu/Download/macosx.shtml#InstallCompilers" class="">documentation</a>&nbsp;installs to /usr/local by default, and that appears to be the prefix of the missing library:&nbsp;</div><div class=""><blockquote type="cite" class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><font color="#0000ff" class="">dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib</font></div></div></div></div></blockquote></div><div class=""><br class=""></div><div class="">I’m surprised that NCL is somehow working, but ncargpath isn’t.</div><div class=""><br class=""></div><div class="">Kevin</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 17, 2017, at 10:43 AM, Oscar Chimborazo &lt;<a href="mailto:ochimborazo@gmail.com" class="">ochimborazo@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi folks,<div class=""><br class=""></div><div class="">I installed NCL 6.4.0 on Mac OSX Sierra. NCL is working fine with the scripts, however when I want to use the tools ncl_filedump or ncl_convert2nc, I get this:</div><div class=""><br class=""></div><div class=""><div class=""><div class=""><font color="#0000ff" class="">dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib</font></div><div class=""><font color="#0000ff" class="">&nbsp; Referenced from: /opt/ncl-6.4.0/bin/ncargpath</font></div><div class=""><font color="#0000ff" class="">&nbsp; Reason: image not found</font></div><div class=""><font color="#0000ff" class="">Abort</font></div><div class=""><font color="#0000ff" class="">if: Missing file name.</font></div></div></div><div class=""><br class=""></div><div class="">I set the environment like this:</div><div class=""><br class=""></div><div class="">export DYLD_LIBRARY_PATH=/opt/local/lib/gcc5<br class=""></div><div class=""><br class=""></div><div class="">I also tried with this environment:</div><div class=""><br class=""></div><div class="">export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib/gcc5<br class=""></div><div class=""><br class=""></div><div class="">It didn't work. Also, I tried to test the installation of NCL with the commands:</div><div class=""><div class="">ng4ex gsun01n -clean</div><div class="">ncargex cpex08 -clean</div></div><div class="">&nbsp;</div><div class="">And I get something similar except for the last line:<br class=""></div><div class=""><br class=""></div><div class=""><div class=""><font color="#0000ff" class="">dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib</font></div><div class=""><font color="#0000ff" class="">&nbsp; Referenced from: /opt/ncl-6.4.0/bin/ncargpath</font></div><div class=""><font color="#0000ff" class="">&nbsp; Reason: image not found</font></div><div class=""><font color="#0000ff" class="">Abort</font></div></div><div class=""><br class=""></div><div class="">But as I mentioned before, the strange thing is that NCL 6.4.0 is working fine with my scripts.</div><div class=""><br class=""></div><div class="">Oscar<br class=""></div></div>
_______________________________________________<br class="">ncl-install mailing list<br class="">List instructions, subscriber options, unsubscribe:<br class=""><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br class=""></div></blockquote></div><br class=""></div></body></html>