<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
</div>Happy to hear that it works in general (would be pretty bad if it<br>
didn't...).  I'm more concerned about whether we're currently<br>
specifying everything completely, or unknowingly exploiting<br>
overlinkage.<br>
<br>
I guess the only way to find out is to build and test everything with<br>
that option included.<br><font class="Apple-style-span" color="#888888"><br></font></blockquote><div><br></div><div>I just did two quick tests:</div><div> 1) .so that overrides a global symbol (strstr in this case)</div>

<div> 2) .so with a global object that has a constructor/destructor</div><div><br></div><div>#1 worked, #2 failed (the .so was removed).</div><div><br></div><div>If #1 failed I'd say we can't default to it.  Not sure how important #2 is, but it's something that could definitely cause problems that would be difficult to track down.</div>

<div><br></div><div>Josh </div></div>