[Mono-list] OSX Class libraries

Benjamin Reed ranger@befunk.com
Sun, 9 Feb 2003 12:41:35 -0500


On Saturday, February 8, 2003, at 02:26 PM, John Duncan wrote:

> What does the code for this look like? On OS X .dylib == .so.

Well, with libtool-built libraries, dylib != so.  "dylib" is what 
libtool calls macosx shared libraries, and "so" is what it calls 
bundles (loadable modules).