lambdamoo icon indicating copy to clipboard operation
lambdamoo copied to clipboard

Mac OS X: clang/ld: unknown option: -soname

Open PLG opened this issue 12 years ago • 1 comments

Solution: I had a similar issue on OS X which I resolved using the the install_name switch instead of soname. http://stackoverflow.com/questions/4580789/cmake-mac-os-x-ld-unknown-option-soname

PLG avatar Jun 18 '12 12:06 PLG

from ... https://github.com/mxcl/homebrew/issues/11972#issuecomment-6394815

I got this reply... which was very nice of them =) For Macs, the answer is to use -dynamiclib

PLG avatar Jun 18 '12 13:06 PLG