From owner-freebsd-current@FreeBSD.ORG Sun Sep 14 10:10:12 2003 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 D9D3716A52A for ; Sun, 14 Sep 2003 10:10:12 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6208443F75 for ; Sun, 14 Sep 2003 10:10:12 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4DED872DAD; Sun, 14 Sep 2003 10:10:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4BFA272DA8; Sun, 14 Sep 2003 10:10:12 -0700 (PDT) Date: Sun, 14 Sep 2003 10:10:12 -0700 (PDT) From: Doug White To: Matt In-Reply-To: <3F62F382.3000800@xtaz.co.uk> Message-ID: <20030914100908.R93499@carver.gumbysoft.com> References: <3F62F382.3000800@xtaz.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: mysql-client compiler error 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: Sun, 14 Sep 2003 17:10:13 -0000 On Sat, 13 Sep 2003, Matt wrote: > After building world as of late last night I decided to portupgrade > -rRaf, mainly due to having the libintl.so.4 missing problem when I > tried to start X. Everything compiled perfectly fine (and X is now > working fine) except for databases/mysql40-client. I get this error: > > checking for C compiler default output... configure: error: C compiler > cannot create executables > configure: error: could not configure Berkeley DB Whenever autoconf explodes, check config.log in the same directory as the configure script to find out why. All it does is compile a 'hello world' program which has no dependencies in this target (I think). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org