There is a problem building Bacula 5.2.0 RC1 on FreeBSD 8.0: Compiling bsys.c bsys.c:757:22: error: execinfo.h: No such file or directory bsys.c: In function 'void stack_trace()': bsys.c:765: error: 'backtrace' was not declared in this scope bsys.c:766: error: 'backtrace_symbols' was not declared in this scope gmake[1]: *** [bsys.lo] Error 1 gmake[1]: Leaving directory `/u/ldisk/bacula/tmp/bacula-5.2.0rc1/src/lib'
I have /usr/local/include/execinfo.h, but the Makefile doesn't know that. It would also need to link with libexecinfo from /usr/local/lib, because execinfo isn't part of libc on FreeBSD. Alternatively, the problem may be that configure incorrectly sets HAVE_BACKTRACE to 1 because the other header file (cxxabi.h) is found (see the documentation for AC_CHECK_HEADERS). __Martin ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel