On Wed, Jan 19, 2005 at 01:34:53PM -0800, Jeremy C. Reed wrote:
Did you remove the -lpthread also?
Yup, it looks like this now:
gc_lib="" # used to have -lpthread and -ldl in it... doesn't need it now? AC_CHECK_LIB(gc, GC_malloc, [AC_CHECK_HEADERS([gc.h gc/gc.h], [gc_ok=yes; break], [gc_ok=no])], [gc_ok=no], [$gc_lib]) if test "x$gc_ok" != "xyes"; then AC_MSG_ERROR([libgc (the Boehm Conservative Collector), is needed to compile inkscape]) fi LIBS="-lgc $gc_libs $LIBS"
I don't see in the sourceforge cvs web yet at http://cvs.sourceforge.net/viewcvs.py/inkscape/inkscape/configure.ac
That (depending on sourceforge) can be up to 24 hours behind. :(
However, this updates every 20 min, if anything changes: