On Thu, May 29, 2008 at 12:41 AM, martin joseph <[EMAIL PROTECTED]> wrote:
> Hey Callweavers?
>
> Still trying, still failing.  New message follows...
>
> make  all-am
> make[2]: Entering directory `/usr/src/CW/1.2/pbx'
> /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -
> include ../include/confdefs.h -I. -I../include -I../include     -g -
> O2 -MT pbx_spool.lo -MD -MP -MF .deps/pbx_spool.Tpo -c -o
> pbx_spool.lo pbx_spool.c
> mkdir .libs
>  gcc -DHAVE_CONFIG_H -include ../include/confdefs.h -I. -I../include
> -I../include -g -O2 -MT pbx_spool.lo -MD -MP -MF .deps/pbx_spool.Tpo -
> c pbx_spool.c  -fno-common -DPIC -o .libs/pbx_spool.o
> mv -f .deps/pbx_spool.Tpo .deps/pbx_spool.Plo
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -module -avoid-
> version -no-undefined  -o pbx_spool.la -rpath /usr/local/lib/
> callweaver/modules pbx_spool.lo ../corelib/libcallweaver.la -lresolv -
> lpthread -lreadline -lncurses -lm -lc
> gcc  -o .libs/pbx_spool.so -bundle  .libs/pbx_spool.o  ../
> corelib/.libs/libcallweaver.dylib /usr/local/lib/libspandsp.dylib /
> usr/local/lib/libtiff.dylib /usr/local/lib/callweaver/
> libcwsqlite3.dylib /usr/local/lib/callweaver/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:
> _cw_jb_destroy referenced from libcallweaver expected to be defined
> in libcwjb
> _cw_jb_do_usecheck referenced from libcallweaver expected to be
> defined in libcwjb
> _cw_jb_get_and_deliver referenced from libcallweaver expected to be
> defined in libcwjb
> _cw_jb_get_when_to_wakeup referenced from libcallweaver expected to
> be defined in libcwjb
> _cw_jb_put referenced from libcallweaver expected to be defined in
> libcwjb
> collect2: ld returned 1 exit status
> make[2]: *** [pbx_spool.la] Error 1
> make[2]: Leaving directory `/usr/src/CW/1.2/pbx'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/CW/1.2/pbx'
> make: *** [all-recursive] Error 1
> ibookguts:/usr/src/cw/1.2 root#
>
> Thanks for any suggestions and or ideas.
> Marty
>
> _______________________________________________
> Callweaver-users mailing list
> [email protected]
> http://lists.callweaver.org/mailman/listinfo/callweaver-users
>

hmm, the only thing I can think of is that the ld cache is old.
Try running 'ldconfig' as root.  (I assume OSX has a ldconfig).

Ive never played with OSX so I wont be much help, but I'll ask
in the IRC channel if anyone else has OSX build problems.

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

Reply via email to