On Mar 17, 2008, at 5:03 AM, Mike Jagdis wrote:

> On Sun, Mar 16, 2008 at 11:52:55AM -0700, martin joseph wrote:
>> My attempts to update via svn to 4602 have failed due to the
>> following...
>>
>> [...]
>> libreadline.dylib -lresolv -lpthread -lreadline -lncurses -lm -lc
>> /usr/bin/ld: warning multiple definitions of symbol _PC
>> /usr/local/lib/libreadline.dylib(terminal.so) definition of _PC
>> /usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC
>> /usr/bin/ld: warning multiple definitions of symbol _UP
>> /usr/local/lib/libreadline.dylib(terminal.so) definition of _UP
>> /usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP
>> /usr/bin/ld: warning multiple definitions of symbol _BC
>> /usr/local/lib/libreadline.dylib(terminal.so) definition of _BC
>> /usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC
>
> That looks more like an incompatibility between your locally built(?)
> readline and the system ncurses. Possibly readline was built against
> some other termcap library than ncurses?

Actually those messages aren't the issue.  I have always seen those  
when building on OSX and it's never been a show stopper.

I think the bottom missing _ast_log reference is the issue?  I am  
pasting the whole error message below, as you trimmed it.

gcc  -o .libs/chan_iax2.so -bundle  .libs/chan_iax2_la-
chan_iax2.o .libs/chan_iax2_la-iax2-parser.o .libs/chan_iax2_la-iax2-
provision.o  ../../corelib/.libs/libcallweaver.dylib /usr/local/lib/
libspandsp.dylib /usr/local/lib/libtiff.dylib /usr/src/CW/1.2/1.2/
sqlite3-embedded/.libs/libcwsqlite3.dylib /usr/src/CW/1.2/1.2/corelib/
jitterbuffer/.libs/libcwjb.dylib -L/usr/lib /usr/local/lib/
libreadline.dylib -lresolv -lpthread -lreadline -lncurses -lm -lc
/usr/bin/ld: warning multiple definitions of symbol _PC
/usr/local/lib/libreadline.dylib(terminal.so) definition of _PC
/usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC
/usr/bin/ld: warning multiple definitions of symbol _UP
/usr/local/lib/libreadline.dylib(terminal.so) definition of _UP
/usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP
/usr/bin/ld: warning multiple definitions of symbol _BC
/usr/local/lib/libreadline.dylib(terminal.so) definition of _BC
/usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC
/usr/bin/ld: Undefined symbols:
_ast_log
collect2: ld returned 1 exit status
make[2]: *** [chan_iax2.la] Error 1
make[2]: Leaving directory `/usr/src/CW/1.2/1.2/channels/iax2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/CW/1.2/1.2/channels'
make: *** [all-recursive] Error 1

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to