On Dec 22, 2010, at 10:37 AM, Marc Feeley wrote:
I believe that on Mac OS X you have to add the C linker flags
-flat_namespace -undefined suppress
if you want to preserve the symbols.
I've tried introducing those flags in various places, but no luck so far. The linker always complains that the init function and any symbols I try to export are not found. I have the sense that I am overlooking some very obvious linker behavior.
I'll try again later after I've had some sleep.
--me