From owner-freebsd-ports@FreeBSD.ORG Thu Dec 28 18:30:30 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E53E916A412 for ; Thu, 28 Dec 2006 18:30:30 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx1.freebsd.org (Postfix) with ESMTP id B7D2013C493 for ; Thu, 28 Dec 2006 18:30:30 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-186-172.hsd1.mn.comcast.net[24.118.186.172]) by comcast.net (sccrmhc13) with ESMTP id <2006122818303001300ofu6le>; Thu, 28 Dec 2006 18:30:30 +0000 Content-Disposition: inline From: Josh Paetzel To: ports@freebsd.org Date: Thu, 28 Dec 2006 12:30:28 -0600 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200612281230.29107.josh@tcbug.org> Cc: Subject: FreeBSD lang/ruby18 pthread question 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: Thu, 28 Dec 2006 18:30:31 -0000 I originally sent this email to the ruby maintainer but haven't gotten a response so maybe someone else can enlighten me as to what is going on here. If I install lang/ruby18 with the pthread option turned off (which is the default) I get: # ruby -rrbconfig -e 'puts Config::CONFIG["LIBS"]' -lcrypt -lm -rpath=/usr/lib:/usr/local/lib -pthread If I turn pthreads on I get: # ruby -rrbconfig -e 'puts Config::CONFIG["LIBS"]' -pthread -lcrypt -lm -rpath=/usr/lib:/usr/local/lib -pthread Either way it looks like I get pthread support, unless I am interpreting the output wrong. Any thoughts on this? -- Thanks, Josh Paetzel