Compiling Asterisk 1.6.2 on MacOSX Server

Posted by Jeremy Quinn on Stack Overflow See other posts from Stack Overflow or by Jeremy Quinn
Published on 2010-03-08T11:46:23Z Indexed on 2010/03/08 11:51 UTC
Read the original article Hit count: 1036

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about macosx

Related posts about compiler