From owner-freebsd-ports@FreeBSD.ORG Sun Feb 8 22:15:44 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E441E16A500; Sun, 8 Feb 2004 22:15:44 -0800 (PST) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9748C43D1D; Sun, 8 Feb 2004 22:15:44 -0800 (PST) (envelope-from WillS@housing.ufl.edu) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 9 Feb 2004 01:15:41 -0500 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8CBBE41@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SDL uses incorrect thread flags Thread-Index: AcPu0vavpfpBHNQrReCofvJJUPhh6AAACVeA From: "Will Saxon" To: "Kris Kennaway" , , Subject: RE: SDL uses incorrect thread flags X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 06:15:45 -0000 > -----Original Message----- > From: Kris Kennaway [mailto:kris@obsecurity.org] > Sent: Monday, February 09, 2004 1:05 AM > To: Kris Kennaway; ports@FreeBSD.org; current@FreeBSD.org > Subject: Re: SDL uses incorrect thread flags >=20 >=20 > On Mon, Feb 09, 2004 at 12:06:25PM +0900, FUJISHIMA Satsuki wrote: > > At Sun, 8 Feb 2004 18:14:06 -0800, > > Kris Kennaway wrote: > > > kkenn@rot13:~ sdl11-config --libs > > > -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -lc_r > >=20 > > $ sdl11-config --libs > > -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -lpthread > >=20 > > Mine does not. In my case, -lc_r comes from artsc-config. >=20 > I rebuilt SDL from scratch and still get this error :( >=20 > Kris I rebuilt every package a few days ago after updating to the new system. I managed to get frozen-bubble to compile, but when I try to run it I get: [SDL Init] Not a HASH reference at /usr/local/bin/frozen-bubble.pl line 322. It worked a week or so ago before I updated things, not sure what is causing the above to happen now. FWIW I also had a hard time getting GAIM to work. Perl is not linking against libpthread for me even after application of the hints/freebsd.sh patch posted here a couple of days ago. This causes a perl.so module that GAIM uses to be linked against both libc_r and libpthread.=20 -Will=20