<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I downloaded the precompiled binary
of NCLv 6.2.1. After reading the installation directions, I also
installed a newer version of gcc from home brew. I had an older
version of gcc (v 4.2) that worked well with Mavericks, but was not
compatible with the new version of NCL. <br><br></div>I had many errors when trying to use NCL 6.2.1. The first error was <br><br>dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib<br> Referenced from: /usr/local/bin/ncl<br> Reason: image not found<br>Trace/BPT trap: 5<br><br></div>I exporting the recommended variables:<br>export DYLD_FALLBACK_LIBRARY_PATH=/path/to/homebrew/gcc-4.8<br><br></div><div>and <br><br>export DYLD_LIBRARY_PATH=/path/to/lib<br><br><br></div>The next error was <br>dyld: Library not loaded: /usr/local/lib/libstdc++.6.<div dir="ltr">dylib<br> Referenced from: /usr/local/bin/ncl<br> Reason: image not found<br>Trace/BPT trap: 5<br><div><br><br></div><div>The last error was dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address<br> Referenced from: /usr/lib/libgomp.1.dylib<br> Expected in: /usr/lib/libSystem.B.dylib<br><br>dyld: Symbol not found: ___emutls_get_address<br> Referenced from: /usr/lib/libgomp.1.dylib<br> Expected in: /usr/lib/libSystem.B.dylib<br><br></div><div>After
reading some sourceforge forums, the last error could be the result of
conflicting versions of gcc. I didn't remove the older versions (I need
them for other programs) before installing the newer version. <br><br></div><div>Have you seen these errors together before? If I 'brew uninstall gcc48' and tried again, do you know a work-around? <br><br></div><div>Thank you very much for your help.</div></div></div>