Date: Sun, 14 Aug 2005 21:44:56 +0200 From: "albi@scii.nl" <albi@scii.nl> To: freebsd-questions@freebsd.org Subject: madman compilation Message-ID: <20050814214456.56c987e7.albi@scii.nl>
next in thread | raw e-mail | index | archive | help
just started to try to compile madman, a music manager, ( http://madman.sourceforge.net ) on FreeBSD 6.0 BETA-2 after creating the dir /usr/share/qt and some symlinks in there include -> /usr/X11R6/include/ lib -> /usr/X11R6/lib/ to satisfy the configure-script, it bails out with this (amongst others) in the config.log : -o .sconf_temp/conftest_1 .sconf_temp/conftest_1.o -L/usr/share/qt/lib -lqt-mt /usr/share/qt/lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop' /usr/share/qt/lib/libqt-mt.so: undefined reference to `pthread_attr_destroy' /usr/share/qt/lib/libqt-mt.so: undefined reference to `pthread_attr_init' /usr/share/qt/lib/libqt-mt.so: undefined reference to `pthread_exit' /usr/share/qt/lib/libqt-mt.so: undefined reference to `pthread_cancel' /usr/share/qt/lib/libqt-mt.so: undefined reference to `pthread_testcancel' which port [/usr/ports/devel/linuxthreads or /usr/ports/devel/ngpt] is recommended to install to overcome this problem ? or is there some kernel-level threading to be compiled ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050814214456.56c987e7.albi>