From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 02:01:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4382116AA21 for ; Sat, 11 Mar 2006 02:00:54 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD0B484AC for ; Fri, 10 Mar 2006 18:14:07 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc13) with ESMTP id <2006031018133601300nvnvoe>; Fri, 10 Mar 2006 18:13:36 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Fri, 10 Mar 2006 12:13:05 -0600 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603101213.05977.josh@tcbug.org> Cc: Subject: Compiling an app made for linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 02:01:06 -0000 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