From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 13:20:55 2004 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 CC4A816A4CE for ; Sun, 8 Aug 2004 13:20:55 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E2BC143D3F for ; Sun, 8 Aug 2004 13:20:54 +0000 (GMT) (envelope-from herbert.skuhra@gmx.at) Received: (qmail 15418 invoked by uid 65534); 8 Aug 2004 13:20:53 -0000 Received: from chello213047080026.4.14.vie.surfer.at (EHLO localhost) (213.47.80.26) by mail.gmx.net (mp005) with SMTP; 08 Aug 2004 15:20:53 +0200 X-Authenticated: #1511235 Date: Sun, 8 Aug 2004 15:21:23 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Message-ID: <20040808132123.GA18996@oslo.ath.cx> References: <20040808105834.GA44592@Pelargir.arda> <20040808123908.GF79491@ensign.laverenz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20040808123908.GF79491@ensign.laverenz.de> X-Operating-System: FreeBSD 5.2.1-RELEASE-p9 User-Agent: Mutt/1.5.6i Subject: Re: vim 6.3 pthread errors? 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: Sun, 08 Aug 2004 13:20:56 -0000 Uwe Laverenz wrote: > On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: > >> objects/os_unix.o: In function `get_stack_limit': >> objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' >> objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np' >> objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getstacksize' >> objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destroy' >> *** Error code 1 > > Yes, same error here on several 5.2.1p9-machines. The build works fine > without GTK2. > > cu, > Uwe The build works fine here if I run: portinstall -m 'WITH_GTK2=yes WITH_PYTHON=yes' vim This adds the missing "-pthread". - Herbert