Date: Fri, 10 Mar 2006 12:13:05 -0600 From: Josh Paetzel <josh@tcbug.org> To: questions@freebsd.org Subject: Compiling an app made for linux Message-ID: <200603101213.05977.josh@tcbug.org>
next in thread | raw e-mail | index | archive | help
I'm trying to compile a browser called flock from source. My hope is to create a FBSD port for it. The compile bombs out with the following error: updater.o(.text+0x1373):/usr/home/jpaetzel/flock/mozilla/toolkit/mozapps/update/src/updater/updater.cpp:220: undefined reference to `pthread_join' gmake[6]: *** [updater] Error 1 I have linux compat enabled. What library do I have to feed to it so that it can use this function? -- Thanks, Josh Paetzel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603101213.05977.josh>