From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 09:15:39 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4515E16A4C0 for ; Thu, 28 Aug 2003 09:15:39 -0700 (PDT) Received: from chunky.global.net.uk (chunky.global.net.uk [80.189.91.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE3E43FFB for ; Thu, 28 Aug 2003 09:15:37 -0700 (PDT) (envelope-from john.REMOVE.ekins@brightview.com) Received: from sunof.brightview.com ([80.189.91.77] helo=jre.is.brightview.com) by chunky.global.net.uk with smtp (Exim 4.20) id 19sPQu-0005to-Hg for questions@freebsd.org; Thu, 28 Aug 2003 17:15:36 +0100 Date: Thu, 28 Aug 2003 17:13:22 +0100 From: John Ekins To: questions@freebsd.org Message-Id: <20030828171322.4414ab25.john.REMOVE.ekins@brightview.com> Organization: Brightview X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Problem building Perl5.8 port with threads X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 16:15:39 -0000 Hello All, I'm having a really bad time trying to compile Perl 5.8 with thread support on FreeBSD 5.1 release on i386. I've tried the port and do a "make -DWITH_THREADS", but it eventually bombs out with the following error: cd t && (rm -f perl; /bin/ln -s ../miniperl perl) && ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t