On Jun 22, 2007, at 3:10 AM, Martin Joseph wrote: > Thanks for the pointers and the help, unfortunately, that didn't fix > my problem. > > Any other ideas? > Marty >
I also have compiled many bootstrapped versions of the callweaver code over the last two months, and have had no problem with those. However I too am having the same problem with the rc4 build. I completely followed the directions in doc/osnotes/README.Darwin even though I had already compiled those things before for the other versions of callweaver. libncurses.dylib and libreadline.dylib both give those warnings that you experienced throughout the entire build process, but it seems to be hanging on these top two lines that say: /usr/bin/ld: Undefined symbols: _opbx_LOG collect2: ld returned 1 exit status make[1]: *** [func_strings.la] Error 1 make: *** [all-recursive] Error 1 The command that it seems to be running that generates this error is: gcc -o .libs/func_strings.so -bundle .libs/func_strings_la- func_strings.o -L/usr/local/callweaver.org/lib ../corelib/.libs/ libcallweaver.dylib /usr/local/lib/libspandsp.dylib /usr/local/lib/ libtiff.dylib /usr/local/callweaver.org/lib/libtiff.dylib -L/usr/lib / Users/cwserver/dev/callweaver-1.2.0_rc4/sqlite3-embedded/.libs/ libcwsqlite3.dylib /Users/cwserver/dev/callweaver-1.2.0_rc4/corelib/ jitterbuffer/.libs/libcwjb.dylib /usr/local/callweaver.org/lib/ libreadline.dylib -lresolv -lpthread -lreadline -lncurses -lm -lc Sorry that I can't provide much help because I don't know the internals of cw.org fluently enough. Hopefully this will enable someone that does to understand the issue though. Thanks, Jason _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
