http://images.macrumors.com/vb/images/smilies/blackapple.gif Hi All:
This is an advanced question, I admit. I have a plugin that uses MySQL and I need to build a universal binary for it. The problem is that the library I link to for PowerPC is different from the library I link to for Intel Mac. It seems that when the actual link takes place, one or the other of the libraries is ignored.
How can I get both libraries noticed and paired up with the correct binary when I link the plugin?
TIA!
John
This is an advanced question, I admit. I have a plugin that uses MySQL and I need to build a universal binary for it. The problem is that the library I link to for PowerPC is different from the library I link to for Intel Mac. It seems that when the actual link takes place, one or the other of the libraries is ignored.
How can I get both libraries noticed and paired up with the correct binary when I link the plugin?
TIA!
John