From owner-freebsd-current@FreeBSD.ORG Sun May 9 10:48:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B57AE16A4CE for ; Sun, 9 May 2004 10:48:35 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37AA043D5C for ; Sun, 9 May 2004 10:48:35 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i49HmXpW010598; Sun, 9 May 2004 13:48:33 -0400 (EDT) Date: Sun, 9 May 2004 13:48:33 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Christer Solskogen In-Reply-To: <1084123063.89173.1.camel@funshine.carebears.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: mplayer X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 17:48:35 -0000 On Sun, 9 May 2004, Christer Solskogen wrote: > On Sun, 2004-05-09 at 15:54, Daniel Eischen wrote: > > > > > Read src/UPDATING and search for nvidia. > > Tried that too, unless I have to do some magic than putting the > following lines in /etc/libmap.conf: > > libc_r.so.5 libpthread.so.1 > libc_r.so libpthread.so Read closer. nvidia (probably more accutately nvidia's opengl) does not play well with libpthread or libthr. The ports system now defaults to libpthread, so you have to map it in reverse (libpthread -> libc_r). -- Dan Eischen