[Asterisk-Users] Asterisk-addons/OS X woes
TC
trclark at shaw.ca
Tue Mar 22 10:09:57 MST 2005
> I've been having the same problem... The trouble is, the version of
> gcc that Apple releases for OS X does not support the "-shared"
> option, so any makefile directive which uses that can't be built.
I have never done any OS X compiles but
http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en
see section 2.4 it looks like you might just be able to use the
-dynamiclib in place of the -shared flag
and it still looks like any so file that is ,
loadable using dlopen will also need some xtra flags
need special handling
More information about the asterisk-users
mailing list