<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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:<br>
    <blockquote>export
DYLD_LIBRARY_PATH=/usr/local/Cellar/gcc48/4.8.3/lib/gcc/x86_64-apple-darwin13.3.0/4.8.3/<br>
    </blockquote>
    <br>
    Thanks,<br>
    Walter<br>
    <br>
    <div class="moz-cite-prefix">On 12/16/14, 9:26 AM, Mary Haley wrote:<br>
    </div>
    <blockquote
cite="mid:CACNN_CLUTEwcG7UYqrGj_-V57PCp3e9sqOpOF_hZeOA02GertA@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
            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">&lt;<a moz-do-not-send="true"
              href="mailto:whannah@atmos.colostate.edu" target="_blank">whannah@atmos.colostate.edu</a>&gt;</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:part3.09090904.06020409@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
                        moz-do-not-send="true"
                        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
                          moz-do-not-send="true"
                          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>
                          &gt; 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>
                          &gt;xcode-select -version<br>
                              xcode-select version 2333.<br>
                          <br>
                        </tt><tt>&gt;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 moz-do-not-send="true"
              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>
    </blockquote>
    <br>
  </body>
</html>