From owner-freebsd-ports@FreeBSD.ORG Fri Aug 12 00:49:06 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 891EC16A41F for ; Fri, 12 Aug 2005 00:49:06 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20B543D45 for ; Fri, 12 Aug 2005 00:49:05 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.3/8.13.3) with ESMTP id j7C0n1Hv015082; Thu, 11 Aug 2005 20:49:02 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Luke Macpherson In-Reply-To: References: <20050811004326.GA35300@xor.obsecurity.org> <42FAA6A3.3010802@magnesium.net> <1123727194.18409.8.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IE5SZ4Ko5Q6F0tTQ4Pmy" Organization: MarcusCom, Inc. Date: Thu, 11 Aug 2005 20:48:57 -0400 Message-Id: <1123807737.32266.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: Adam Weinberger , freebsd-ports@freebsd.org, lukem.freebsd@cse.unsw.edu.au, Kris Kennaway Subject: Re: Building gtk-2.6.9: problem and solution X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 00:49:06 -0000 --=-IE5SZ4Ko5Q6F0tTQ4Pmy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-08-12 at 09:31 +1000, Luke Macpherson wrote: > On Wed, 10 Aug 2005, Joe Marcus Clarke wrote: > > Check your CFLAGS, and any other make.conf or environment setting that > > could affect compilation. >=20 > Have done this. CFLAGS is empty and make.conf contains only: > MASTER_SITE_OVERRIDE?=3D"ftp://mirror.aarnet.edu.au/pub/FreeBSD/distfiles= /" > SUP_UPDATE=3Dtrue > PORTSSUPFILE=3D/etc/ports-supfile > # added by use.perl 2005-08-11 11:33:33 > PERL_VER=3D5.8.7 > PERL_VERSION=3D5.8.7 >=20 > Which is hardly seems cause for concern. >=20 > Could someone tell me whether the pthread_ functions should actually be=20 > defined in /usr/local/lib/libgthread-2.0.so. No, they shouldn't. They're defined in libpthread.so. However, they will not be linked into shared libraries. Instead, the pkg-config output for gthread-2.0 should contain -pthread. What does ``pkg-config --libs gthread-2.0'' report? If it doesn't contain -pthread, then you need to fix your glib20 installation. Joe >=20 > If someone who doesn't have this problem could run > nm /usr/local/lib/libgthread-2.0.so | pthread > and tell me the output, it would help eliminate one possibility for me. >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-IE5SZ4Ko5Q6F0tTQ4Pmy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBC+/H5b2iPiv4Uz4cRAoxsAJ97a8L7VKz+TpvoSIIb31wafc5m0ACgje7h StyV9sEBcPNGUbjvG/sIu4s= =cKTD -----END PGP SIGNATURE----- --=-IE5SZ4Ko5Q6F0tTQ4Pmy--