<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 13, 2017 at 12:35 PM,  <span dir="ltr"><<a href="mailto:dominic@steinitz.org" target="_blank">dominic@steinitz.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><blockquote type="cite"><div><br>$ otool -L a.out</div><div></div></blockquote></div></blockquote><div>I said "<font face="monospace, monospace">-l</font>". "<font face="monospace, monospace">-L</font>" shows how it resolves shared objects; "<font face="monospace, monospace">-l</font>" dumps the load commands table, which includes RPATH entries that tell it how to resolve <font face="monospace, monospace">@rpath</font>.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><blockquote type="cite"><div>DYLD_FALLBACK_LIBRARY_PATH=/<wbr>Users/dom/Library/Haskell/ghc-<wbr>8.0.1/lib/test-via-c-0.1.0.0/<wbr>bin:/Library/Frameworks/GHC.<wbr>framework/Versions/8.0.1-x86_<wbr>64/usr/lib/ghc-8.0.1/rts</div><div>~/Dropbox/Private/TestU01-1.2.<wbr>3/examples/src $ ./a.out</div></blockquote></div></blockquote><div>This is odd, unless Apple changed things yet again (I should not be surprised, the loader stuff is about as stable as water /o\ )</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div></div><div>It’s not clear to me why it’s looking for `gcc/5` which is not installed when it looks as though it should be looking for `gcc/6`.</div></div></blockquote><div><br></div><div>That might be indicated by the RPATH entries, since <font face="monospace, monospace">DYLD_FALLBACK_LIBRARY_PATH</font> changes how lookups work (so does <font face="monospace, monospace">DYLD_LIBRARY_PATH</font>, in a different way, which is why it's dangerous).</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>