From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 28 04:56:51 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 133901065674; Mon, 28 Apr 2008 04:56:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC4928FC22; Mon, 28 Apr 2008 04:56:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3S4uoRi014396; Mon, 28 Apr 2008 04:56:50 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3S4uohd014392; Mon, 28 Apr 2008 04:56:50 GMT (envelope-from marcus) Date: Mon, 28 Apr 2008 04:56:50 GMT Message-Id: <200804280456.m3S4uohd014392@freefall.freebsd.org> To: edwin@mavetju.org, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/123159: devel/nspr - Not properly linked to libraries X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 04:56:51 -0000 Synopsis: devel/nspr - Not properly linked to libraries State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Mon Apr 28 04:55:28 UTC 2008 State-Changed-Why: We've seen this before. Perl needs to be linked with PTHREAD_LIBS. This is not done by default, but you can certainly build it that way. Nspr is already built with PTHREAD_LIBS, but -pthread does nothing unless the executable is linked as well. http://www.freebsd.org/cgi/query-pr.cgi?pr=123159