From owner-freebsd-current@FreeBSD.ORG Thu Nov 11 18:43:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B4416A4CE for ; Thu, 11 Nov 2004 18:43:04 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6975943D1F for ; Thu, 11 Nov 2004 18:43:04 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 5B59F72DF8; Thu, 11 Nov 2004 10:43:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 58D8872DD4; Thu, 11 Nov 2004 10:43:04 -0800 (PST) Date: Thu, 11 Nov 2004 10:43:04 -0800 (PST) From: Doug White To: mkucenski@cox.net In-Reply-To: <20041110144422.FJIA20686.lakermmtao07.cox.net@smtp.east.cox.net> Message-ID: <20041111104036.K61555@carver.gumbysoft.com> References: <20041110144422.FJIA20686.lakermmtao07.cox.net@smtp.east.cox.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Errors building libbfd (binutils) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 18:43:04 -0000 On Wed, 10 Nov 2004 mkucenski@cox.net wrote: > Any ideas what might be going on here? It is looking for libintl.h. > Where should that be and where do I get it? FreeBSD doesn't ship an libintl.h. That inclusion is protected by an #ifdef ENABLE_NLS that we don't set. Make sure your checkout isn't corrupted (which it appears to be based on the later syntax errors), or you don't have errrant options set in /etc/make.conf or in your envrionment. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org