On 8/30/06, Jonathan Johnson <email@hidden> wrote:
I have tried a variety of things: all plugins are required to use the
two-level namespace, and I've triple checked this. I've tried a few
pre-link options that I discovered on Google. But in the end, it still
happens.
So, I finally found out how to solve this. It's pretty simple -- don't
use dynamic libraries, but instead use bundles. I always thought the
Bundle option in Xcode generated a bundle structure, but I was wrong
-- it creates a separate type of library, of which can be loaded in
its own private namespace.
Only replying to hopefully save someone else some hair pulling in the
very unlikely event that it will bite someone else. :)