User correct linker flags to create a shared libary on Mac OS X.
When using the compiler (clang) to link object files, passing the -shared flag is OK, but when talking directly to the linker, the -dylib flag needs to be used instead.
Showing
Please register or sign in to comment