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? Mike -- Mike Jagdis Web: http://www.eris-associates.co.uk Eris Associates Limited Tel: +44 7780 608 368 Reading, England Fax: +44 118 926 6974 _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
