How does one build bundles for loadable modules
Posted: Wed Sep 30, 2009 9:50 am
Hello!
It's great to see that PB is now able to create shared object (.so) files under MacOS X - but how does one create complete "bundles" (for what is called "loadable modules") under MacOS X?
I've already tried a script that seems to come with the Gnu libtool: the result looked like a .bundle, but it could not be loaded.
Surprisingly, the "strings" command does not come up with any output when I run it over the .so (with ProcedureDLLs it it, of course)
Thanks in advance for any response!
It's great to see that PB is now able to create shared object (.so) files under MacOS X - but how does one create complete "bundles" (for what is called "loadable modules") under MacOS X?
I've already tried a script that seems to come with the Gnu libtool: the result looked like a .bundle, but it could not be loaded.
Surprisingly, the "strings" command does not come up with any output when I run it over the .so (with ProcedureDLLs it it, of course)
Thanks in advance for any response!