I’ve downloaded the latest asterisk tarball. I receive the following error when compiling the code:
[LD] chan_agent.o -> chan_agent.so
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol __dyld_func_lookup
/usr/lib/gcc/i686-apple-darwin8/4.0.1/…/…/…/bundle1.o private external definition of __dyld_func_lookup in section (__TEXT,__text)
/usr/lib/bundle1.o private external definition of __dyld_func_lookup in section (__TEXT,__text)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol dyld_stub_binding_helper
/usr/lib/gcc/i686-apple-darwin8/4.0.1/…/…/…/bundle1.o private external definition of dyld_stub_binding_helper in section (__TEXT,__text)
/usr/lib/bundle1.o private external definition of dyld_stub_binding_helper in section (__TEXT,__text)
collect2: ld returned 1 exit status
make[1]: *** [chan_agent.so] Error 1
make: *** [channels] Error 2
Thoughts anyone?