<div dir="ltr"><div class="gmail_default" style="font-size:small">Rupert,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I think you do have a libgfortran.3.dylib file, but that it is not in /usr/local/lib, because you installed the MacPorts version of the compilers which puts things in /opt.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The easiest solution is to install the HPC version of the compilers, which will put things in /usr/local:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For information, see:</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">Or, you can look for the MacPort version of libgfortran.3.dylib:</div><div class="gmail_default"><br></div><div class="gmail_default">find /opt/local/lib -name libgfortran.3.dylib -print</div><div class="gmail_default"><br></div><div class="gmail_default">If you see it in a directory like /opt/local/lib/gcc49, then you can try setting the following environment variable:</div><div class="gmail_default"><pre>setenv DYLD_FALLBACK_LIBRARY_PATH /opt/local/lib/gcc49</pre><pre>--Mary</pre><pre><br></pre></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 Fri, Jan 6, 2017 at 6:37 AM, Rupert Klein <span dir="ltr">&lt;<a href="mailto:rupert.klein@math.fu-berlin.de" target="_blank">rupert.klein@math.fu-berlin.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am working with<br>
<br>
ncl_ncarg-6.3.0.MacOS_10.10_<wbr>64bit_nodap_gcc492.tar.gz<br>
<br>
and I am running into the  gfortran.3.dylib  and  libgomp.dylib<br>
<br>
issues that you mention on your install hints pages.<br>
<br>
Could you provide a hint as to how I can get to a functioning<br>
setup efficiently?<br>
<br>
Thanks very much,<br>
<br>
Rupert<br>
<br>
------------------------------<wbr>------------------------------<wbr>-----<br>
<br>
Here is the requested trouble-shooting information:<br>
<br>
which ncl<br>
/opt/local/ncl-6.3.0/bin/ncl<br>
<br>
ncl -V<br>
dyld: Library not loaded: /usr/local/lib/libgfortran.3.<wbr>dylib<br>
  Referenced from: /opt/local/ncl-6.3.0/bin/ncl<br>
  Reason: image not found<br>
Trace/BPT trap: 5<br>
<br>
otool -L &#39;which ncl&#39;<br>
/opt/local/libexec/llvm-3.9/<wbr>bin/llvm-objdump: &#39;which ncl&#39;: No such file or directory<br>
fatal error: otool: internal objdump command failed<br>
<br>
otool -L `which ncl`<br>
/opt/local/ncl-6.3.0/bin/ncl:<br>
        /opt/X11/lib/libpng15.15.dylib (compatibility version 34.0.0, current version 34.0.0)<br>
        /opt/X11/lib/libcairo.2.dylib (compatibility version 11203.0.0, current version 11203.16.0)<br>
        /opt/X11/lib/libfontconfig.1.<wbr>dylib (compatibility version 10.0.0, current version 10.0.0)<br>
        /opt/X11/lib/libpixman-1.0.<wbr>dylib (compatibility version 33.0.0, current version 33.6.0)<br>
        /opt/X11/lib/libfreetype.6.<wbr>dylib (compatibility version 18.0.0, current version 18.2.0)<br>
        /opt/X11/lib/libXrender.1.<wbr>dylib (compatibility version 5.0.0, current version 5.0.0)<br>
        /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5)<br>
        /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)<br>
        /opt/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0)<br>
        /opt/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0)<br>
        /opt/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)<br>
        /usr/local/lib/libgfortran.3.<wbr>dylib (compatibility version 4.0.0, current version 4.0.0)<br>
        /usr/local/lib/libquadmath.0.<wbr>dylib (compatibility version 1.0.0, current version 1.0.0)<br>
        /usr/local/lib/libstdc++.6.<wbr>dylib (compatibility version 7.0.0, current version 7.20.0)<br>
        /usr/local/lib/libgomp.1.dylib (compatibility version 2.0.0, current version 2.0.0)<br>
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)<br>
        /usr/local/lib/libgcc_s.1.<wbr>dylib (compatibility version 1.0.0, current version 1.0.0)<br>
<br>
env | grep NCARG<br>
NCARG_ROOT=/opt/local/ncl-6.3.<wbr>0<br>
<br>
which gcc<br>
/opt/local/bin/gcc<br>
<br>
which gfortran<br>
/opt/local/bin/gfortran<br>
<br>
gfortran --version<br>
GNU Fortran (MacPorts gcc49 4.9.4_0) 4.9.4<br>
Copyright (C) 2015 Free Software Foundation, Inc.<br>
<br>
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.<br>
You may redistribute copies of GNU Fortran<br>
under the terms of the GNU General Public License.<br>
For more information about these matters, see the file named COPYING<br>
<br>
<br>
gcc --version<br>
gcc (MacPorts gcc49 4.9.4_0) 4.9.4<br>
Copyright (C) 2015 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>
<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>