<div dir="ltr"><div class="gmail_default" style="font-size:small">Walter,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The solution to this problem is mentioned at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Download/macosx.shtml#emutls_get_address">http://www.ncl.ucar.edu/Download/macosx.shtml#emutls_get_address</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style>Of particular note, you will need to set your DYLD_FALLBACK_LIBRARY_PATH environment variable, which you can do in one of your .* files in your home directory, like .profile. The path used should be where gcc 4.8 is installed. You'll likely need to add a "/lib" to the path.</div><div class="gmail_default" style><br></div><div class="gmail_default" style>--Mary</div><div class="gmail_default" style><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 16, 2014 at 10:12 AM, Walter Hannah <span dir="ltr"><<a href="mailto:whannah@atmos.colostate.edu" target="_blank">whannah@atmos.colostate.edu</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
<div bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<div>
<div> <br>
I'm trying to make a plot where the space between lines in
filled, but I'd really like the shading to be semi transparent.
here's the figure to give you an idea:<br>
<blockquote><img src="cid:part1.05090608.07000605@atmos.colostate.edu" alt="" height="284" width="281"></blockquote>
<br>
I can make this plot with no issues, but when I try to use the <i>"gsnXYFillOpacities</i>"
resource (with
gsn_csm_xy), I get this error:<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><br>
</blockquote>
I found this thread here: <a href="http://www.ncl.ucar.edu/Support/talk_archives/2014/1187.html" target="_blank">http://www.ncl.ucar.edu/Support/talk_archives/2014/1187.html</a><br>
I tested the
<span style="color:rgb(0,0,0);font-family:Times;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)"><a href="http://www.ncl.ucar.edu/Applications/rgbacolor.shtml#ex16" target="_blank">newcolor_16.ncl</a>
</span>example, but I still get the same error. <br>
<br>
The weird thing about this, is that I used to get this problem a
few months ago, but I was able to fix it by updating a bunch of
libraries. There's a couple other ncl-talk threads about this
error, and Mary Haley mentioned updating gcc. I tried this, and
that was part of the problem, but it was only after manually
updating individual libraries was I able to make this go away.<br>
<br>
I can live with not changing the opacity, but if anyone has a
solution, I'd love to hear it!<br>
<br>
Here's some additional info:<br>
<blockquote><tt>NCL version 6.2.1<br>
<br>
> otool -L `which ncl` | grep System</tt><tt><br>
</tt><tt>
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
(compatibility version 1.0.0, current version 2.4.0)</tt><tt><br>
</tt><tt> /usr/lib/libSystem.B.dylib (compatibility version
1.0.0, current version 1197.1.1)</tt><tt><br>
</tt><tt><br>
>xcode-select -version<br>
xcode-select version 2333.<br>
<br>
</tt><tt>>gcc --version</tt><tt><br>
</tt><tt> gcc (Homebrew gcc48 4.8.3) 4.8.3</tt><tt><br>
</tt><br>
</blockquote>
Thanks,<br>
Walter Hannah<br>
<br>
</div>
<br>
<br>
</div>
<br>
</div>
</div></div><br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div></div>