<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On Aug 16, 2015, at 14:46, Brandon Allbery wrote:</div><div><br></div><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Aug 16, 2015 at 3:43 PM, Ben Greenfield wrote:<br></div></div></div></div><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>I think I fixed the problem by adding&nbsp;-L/opt/local/lib to the LDFLAGS in macosx specific section.</div><div>Does that sound like the expected fix?</div><div></div></blockquote></div><br>Depends. If it's based on autoconf then you sometimes have to read through all the aclocal stuff to find the right place to bodge it in; for a simple Makefile, just adding to LDFLAGS is usually sufficient.</div></div></blockquote><div><br></div><div><span style="background-color: rgba(255, 255, 255, 0);">I would answer this exactly the other way round: autoconf based build systems are largely well behaved and will respond correctly to LDFLAGS being set, though it's certainly possible to use autoconf incorrectly such that that doesn't work. Simple handmade Makefiles are, on the other hand, much more likely to have been written without regard for this.&nbsp;</span></div><div><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><blockquote type="cite"><div dir="ltr"><div class="gmail_extra">(If it's cmake, $DEITY have mercy on you.)</div></div></blockquote><br><div>Agreed. Same for scons or Xcode other build systems. All build systems are horrible, basically.&nbsp;</div></body></html>