[ncl-talk] XY Fill Opacity Error
Walter Hannah
whannah at atmos.colostate.edu
Tue Dec 16 10:49:26 MST 2014
Ah ok, I had tried setting DYLD_FALLBACK_LIBRARY_PATH before, but I must
have used the wrong directory. It's fixed now. For reference, the
directory I used to fix the problem is:
export
DYLD_LIBRARY_PATH=/usr/local/Cellar/gcc48/4.8.3/lib/gcc/x86_64-apple-darwin13.3.0/4.8.3/
Thanks,
Walter
On 12/16/14, 9:26 AM, Mary Haley wrote:
> Walter,
>
> The solution to this problem is mentioned at:
>
> http://www.ncl.ucar.edu/Download/macosx.shtml#emutls_get_address
>
> 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.
>
> --Mary
>
>
> On Tue, Dec 16, 2014 at 10:12 AM, Walter Hannah
> <whannah at atmos.colostate.edu <mailto:whannah at atmos.colostate.edu>> wrote:
>
> Hi,
>
> 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:
>
>
> I can make this plot with no issues, but when I try to use the
> /"gsnXYFillOpacities/" resource (with gsn_csm_xy), I get this error:
>
> dyld: lazy symbol binding failed: Symbol not found:
> ___emutls_get_address
> Referenced from: /Users/whannah/NCL/bin/ncl
> Expected in: /usr/lib/libSystem.B.dylib
>
> dyld: Symbol not found: ___emutls_get_address
> Referenced from: /Users/whannah/NCL/bin/ncl
> Expected in: /usr/lib/libSystem.B.dylib
>
> I found this thread here:
> http://www.ncl.ucar.edu/Support/talk_archives/2014/1187.html
> I tested the newcolor_16.ncl
> <http://www.ncl.ucar.edu/Applications/rgbacolor.shtml#ex16>
> example, but I still get the same error.
>
> 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.
>
> I can live with not changing the opacity, but if anyone has a
> solution, I'd love to hear it!
>
> Here's some additional info:
>
> NCL version 6.2.1
>
> > otool -L `which ncl` | grep System
> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
> (compatibility version 1.0.0, current version 2.4.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
> current version 1197.1.1)
>
> >xcode-select -version
> xcode-select version 2333.
>
> >gcc --version
> gcc (Homebrew gcc48 4.8.3) 4.8.3
>
> Thanks,
> Walter Hannah
>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141216/2dd2a3d2/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 94508 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141216/2dd2a3d2/attachment-0001.png
More information about the ncl-talk
mailing list