Compiling Asterisk 1.6.2 on MacOSX Server
I ge开发者_JAVA百科t this error while trying to compile Asterisk 1.6.2 on Snow Leopard Server :
ld: symbol dyld_stub_binding_helper not defined
(usually in crt1.o/dylib1.o/bundle1.o)
Googling this I’ve found nothing enlightening so far.
This is what I am trying:
./configure --without-h323 --without-zaptel --host=x86_64-darwin
make menuselect
make
Jeremy, Magically, there was a patch committed today to Asterisk trunk that "make[s] Mac OS X 10.6 happy". http://svnview.digium.com/svn/asterisk?view=revision&revision=251262
This has also been merged to 1.6.2: http://svnview.digium.com/svn/asterisk?view=revision&revision=251268
Try checking out the latest rev of 1.6.2 in svn and see if this resolves your issue.
精彩评论