On Wed, 19 Jan 2005, Kees Cook wrote:
Seems like it was explicitly added. I've removed it and changed it around a little. It doesn't break for me, so I guess I'll keep my ears open and see if this blows anyone up.
Did you remove the -lpthread also?
I don't see in the sourceforge cvs web yet at http://cvs.sourceforge.net/viewcvs.py/inkscape/inkscape/configure.ac
I maintain the Pkgsrc (NetBSD) package for inkscape.
--- configure.orig 2004-11-28 23:21:53.000000000 -0800 +++ configure @@ -21463,7 +21463,7 @@ if test "${ac_cv_lib_gc_GC_malloc+set}" echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lgc -lpthread -ldl $LIBS" +LIBS="-lgc $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF
(I only provide patch for configure instead of configure.ac because we don't want to rebuild configure in pkgsrc for this small issue.)
Jeremy C. Reed open source, Unix, *BSD, Linux training http://www.pugetsoundtechnology.com/
p.s. pkgsrc is a portable package building system for Linux, NetBSD, Darwin, Mac OS X, Irix, SunOS/Solaris, AIX, HPUX, BSD/OS, FreeBSD, Interix, and other operating systems for managing over 5000 software suites. It provides: 1) a categorized collection of specifications that help automate fetching, checking checksums, patching, configuring, building, installing and packaging software suites; 2) package installation and maintenance tools (like pkg_add, pkg_info, pkg_delete and others). Visit http://www.pkgsrc.org/ for information.