From owner-freebsd-ports Wed Aug 21 10:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C5B37B401 for ; Wed, 21 Aug 2002 10:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C798B43E7B for ; Wed, 21 Aug 2002 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LHo2JU000330 for ; Wed, 21 Aug 2002 10:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LHo2AC000329; Wed, 21 Aug 2002 10:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F242437B400 for ; Wed, 21 Aug 2002 10:42:54 -0700 (PDT) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D9943E97 for ; Wed, 21 Aug 2002 10:42:54 -0700 (PDT) (envelope-from bruno@mail.tinkerbox.org) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id BD2B119B5 for ; Wed, 21 Aug 2002 10:47:49 -0700 (PDT) Received: from duron.bschwand.net (localhost [127.0.0.1]) by duron.bschwand.net (8.12.5/8.12.5) with ESMTP id g7LHlmMR020855 for ; Wed, 21 Aug 2002 10:47:48 -0700 (PDT) (envelope-from bruno@duron.bschwand.net) Received: (from bruno@localhost) by duron.bschwand.net (8.12.5/8.12.5/Submit) id g7LHlmmH020854; Wed, 21 Aug 2002 10:47:48 -0700 (PDT) Message-Id: <200208211747.g7LHlmmH020854@duron.bschwand.net> Date: Wed, 21 Aug 2002 10:47:48 -0700 (PDT) From: bruno Reply-To: bruno To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41852: port wx-gtk-devel is not linked with pthread libs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41852 >Category: ports >Synopsis: port wx-gtk-devel is not linked with pthread libs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 21 10:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: bruno >Release: FreeBSD 4.6-STABLE i386 >Organization: tinkerbox.org >Environment: System: FreeBSD duron.bschwand.net 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 30 11:15:37 PDT 2002 bruno@duron.bschwand.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: when building an application linking with wx-gtk, the following messages appear: unresolved reference to pthread_create etc. >How-To-Repeat: build a port dependent on wx-gtk-devel >Fix: --- Makefile.orig Wed Aug 21 10:30:04 2002 +++ Makefile Wed Aug 21 10:32:26 2002 @@ -37,6 +37,7 @@ -I${LOCALBASE}/include \ -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv \ + ${PTHREAD_LIBS} \ -L${X11BASE}/lib" \ GTK_CONFIG_2_0="no" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message