views:

261

answers:

1

I get 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
A: 

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.

ocdcoder
Amazing coincidence, many thanks for the heads up.Unfortunately I cannot even finish the compile now, it hangs on chan_sip.c which is something I have seen reported before, hmmmm
Jeremy Quinn
If I use make menuselect to remove the SIP Channel, Asterisk now compiles and links. But of course it’s not much good without SIP ;-)
Jeremy Quinn
Have you searched through or reported this to https://issues.asterisk.org/main_page.php ?
ocdcoder
I could find nothing quite like it, so posted it as a new issue : https://issues.asterisk.org/view.php?id=16997
Jeremy Quinn
already patched, tested, and committed, go asterisk dev team!
ocdcoder
Jeremy Quinn
haha yea, i work for Digium, so no problem. Glad to help :-)
ocdcoder