<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I've been having this peculiar problem with NCL lately that only
happens when I use gsn_csm_contour_map() and try to ouput the image
as a ".png" file. If I use another type of plot, like gsn_csm_xy, I
do not have this problem. If I use "x11" or "pdf" I do not have this
problem. The error message I get is this:<br>
<blockquote><tt>dyld: lazy symbol binding failed: Symbol not found:
___emutls_get_address</tt><tt><br>
</tt><tt> Referenced from: /Users/whannah/NCL/bin/ncl</tt><tt><br>
</tt><tt> Expected in: /usr/lib/libSystem.B.dylib</tt><tt><br>
</tt><tt><br>
</tt><tt>dyld: Symbol not found: ___emutls_get_address</tt><tt><br>
</tt><tt> Referenced from: /Users/whannah/NCL/bin/ncl</tt><tt><br>
</tt><tt> Expected in: /usr/lib/libSystem.B.dylib</tt><tt><br>
</tt><tt><br>
</tt><tt>Trace/BPT trap: 5</tt><br>
</blockquote>
Here's some relevant info about my system:<br>
<blockquote>Macbook w/ OSX 10.9.4<br>
NCL 6.2.0 - installed using the precompiled binary:
ncl_ncarg-6.2.0.MacOS_10.9_64bit_nodap_gcc481<br>
GCC - version 4.8.3 - Homebrew gcc48 (/usr/local/bin/gcc)<br>
<br>
/usr/lib/libSystem.B.dylib is currently a symbolic to
/usr/local/lib/libSystem.B.dylib, but this doesn't seem to make
any difference<br>
</blockquote>
I'm guessing that this has to do with setting DYLD_LIBRARY_PATH, but
I can't figure it out.<br>
<br>
Thanks,<br>
Walter
</body>
</html>