From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 4 20:05:33 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9ECF16A500; Mon, 4 Sep 2006 20:05:33 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.233.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B51743D4C; Mon, 4 Sep 2006 20:05:33 +0000 (GMT) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([192.168.1.111]) by relay.sw.ru (8.13.4/8.13.6) with ESMTP id k84K5FKV003100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Sep 2006 00:05:16 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GKKh1-0004sr-2E; Tue, 05 Sep 2006 00:05:15 +0400 From: Vladimir Grebenschikov To: Jeremy Messenger In-Reply-To: References: <1157368776.1362.23.camel@localhost> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Tue, 05 Sep 2006 00:05:14 +0400 Message-Id: <1157400314.1283.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: dryice@dryice.name, gnome , ale@freebsd.org Subject: Re: Well-known linkning problem for gnome applications (net/gq, graphics/gqview) ? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 20:05:34 -0000 =F7 =D0=CE, 04/09/2006 =D7 12:12 -0500, Jeremy Messenger =D0=C9=DB=C5=D4: > On Mon, 04 Sep 2006 06:19:36 -0500, Vladimir Grebenschikov = =20 > wrote: >=20 > > Hi > > > > I have following problem > > > > % gqview > > /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined =20 > > symbol "pthread_getschedparam > > % > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D102844 >=20 > No patch, but I am sure that it's easy to add ${PTHREAD_LIBS}. Yes, really easy, patch here (and in PR): Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/ncvs/ports/net/gq/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 21 May 2006 12:33:35 -0000 1.33 +++ Makefile 4 Sep 2006 19:51:24 -0000 @@ -46,4 +46,7 @@ CONFIGURE_ARGS+=3D --enable-cache .endif =20 +CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ + LDFLAGS=3D"-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + .include Thank you. > Cheers, > Mezz --=20 Vladimir B. Grebenschikov vova@fbsd.ru