<html><head><meta http-equiv=Content-Type content="text/html; charset=UTF-8"><META name="Author" content="GroupWise WebAccess"><style type="text/css"> 
body p 

        margin: 0px; 
}
</style></head><body style='font-family: Helvetica, Arial, sans-serif; font-size: 13px; '>Dear all,<br><br>installing ncl on Mac did work, but when I try to run the test script ng4ex gsun01n -clean I get the following error message:<br><br><font color="#0000FF">dyld: Symbol not found: __ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE<br>&nbsp; Referenced from: /usr/local/ncl_6.3.0/bin/ncl<br>&nbsp; Expected in: /usr/lib/libstdc++.6.dylib<br>&nbsp;in /usr/local/ncl_6.3.0/bin/ncl</font><br><br>here are the details about my setup environment:<br><br><font color="#0000FF">Benedikts-MacBook-Pro:bin ich$ which ncl<br>/usr/local/ncl_6.3.0/bin/ncl<br>Benedikts-MacBook-Pro:bin ich$ ncl -V<br>6.3.0<br>Benedikts-MacBook-Pro:bin ich$ otool -L `which ncl`<br>/usr/local/ncl_6.3.0/bin/ncl:<br>&nbsp;&nbsp;&nbsp; /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)<br>&nbsp;&nbsp;&nbsp; /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)<br>&nbsp;&nbsp;&nbsp; /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP (compatibility version 1.0.0, current version 2.4.0)<br>&nbsp;&nbsp;&nbsp; /opt/X11/lib/libfontconfig.1.dylib (compatibility version 10.0.0, current version 10.0.0)<br>&nbsp;&nbsp;&nbsp; /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)<br>&nbsp;&nbsp;&nbsp; /opt/X11/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0)<br>&nbsp;&nbsp;&nbsp; /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5)<br>&nbsp;&nbsp;&nbsp; /opt/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0)<br>&nbsp;&nbsp;&nbsp; /opt/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0)<br>&nbsp;&nbsp;&nbsp; /opt/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)<br>&nbsp;&nbsp;&nbsp; /usr/local/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.22.0)<br>&nbsp;&nbsp;&nbsp; /usr/local/lib/libgomp.1.dylib (compatibility version 2.0.0, current version 2.0.0)<br>&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)<br>&nbsp;&nbsp;&nbsp; /usr/local/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)<br>Benedikts-MacBook-Pro:bin ich$ env | grep NCARG<br>NCARG_ROOT=/usr/local/ncl_6.3.0<br>Benedikts-MacBook-Pro:bin ich$ which gcc<br>/usr/local/Cellar/gcc/6.3.0_1/bin/gcc<br>Benedikts-MacBook-Pro:bin ich$ which gfortran<br>/usr/local/Cellar/gcc/6.3.0_1/bin/gfortran<br>Benedikts-MacBook-Pro:bin ich$ gfortran --version<br>GNU Fortran (Homebrew GCC 6.3.0_1) 6.3.0<br>Copyright (C) 2016 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.&nbsp; There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br>Benedikts-MacBook-Pro:bin ich$ gcc --version<br>gcc (Homebrew GCC 6.3.0_1) 6.3.0<br>Copyright (C) 2016 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.&nbsp; There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br></font><br>I put the following lines into my .bashrc file:<br><br><font color="#0000FF">export NCARG_ROOT=/usr/local/ncl_6.3.0<br>export PATH=$NCARG_ROOT/bin:$PATH<br>export PATH=/usr/local/Cellar/gcc/6.3.0_1/bin:$PATH<br>export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/Cellar/gcc/6.3.0_1/lib/gcc/6</font><br><br>There
 seems to be a problem with my libstdc++.6.dylib library. The file in 
the /usr/lib/ directory is just an alias and points to a file named 
libstdc++.6.0.9.dylib. Could it be that ncl has problems with that 
version of the library?<br><br>Thank you very much for the help!<br>All the best,<br>Benedikt Becsi</body></html>