On Thu, 2011-08-25 at 05:24 -0400, Luke Howard wrote: > If this for dlopen(), Darwin uses .so. For shared libraries, yes, it uses .dylib. You're correct. This presents a more serious architectural problem for verto on Darwin, since it assumes that shared libraries and loaded modules have the same suffix. I'm not immediately sure how to resolve this.