From owner-freebsd-multimedia Sat Aug 5 8: 0:10 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id D19D937B572 for ; Sat, 5 Aug 2000 08:00:05 -0700 (PDT) (envelope-from darius@guppy.dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id AAA10760; Sun, 6 Aug 2000 00:29:54 +0930 (CST) (envelope-from darius@guppy.dons.net.au) Received: (from darius@localhost) by guppy.dons.net.au (8.9.3/8.9.3) id AAA06873; Sun, 6 Aug 2000 00:29:47 +0930 (CST) (envelope-from darius) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 06 Aug 2000 00:29:46 +0930 (CST) From: "Daniel O'Connor" To: "Jason J. Horton" Subject: Re: aviplay Cc: freebsd-multimedia@freebsd.org, Mathew KANNER Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 04-Aug-00 Jason J. Horton wrote: > When I run configure, it dies at: > checking for pthread_mutex_init in -lpthread... no > configure: error: Cannot find pthread libraries! > > This is on a -CURRENT box compiled on Sun Jul 23 2000. > Any ideas why this is dying? Well, this sort of problem pretty much always happens when porting threaded Linux apps.. The fix is to hack configure so that it tests for -pthread instead of -lpthread. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message