The JIT currently goes out of its way to make sure it can find symbols in the local program. While that's a polite thing to check for novice users, it blocks the ability to use the JIT with symbol searching off and adding mappings for all symbols explicitly.<br>
<br>Is there some other reason that the JIT needs no -static? Otherwise, I'd like to apply the attached patch to remove it.<br><br>Nick<br><br>