From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 04:16:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E51F616A420 for ; Mon, 6 Mar 2006 04:16:34 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 8ACB643D45 for ; Mon, 6 Mar 2006 04:16:34 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 9546 invoked from network); 6 Mar 2006 04:16:33 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.126.6.153 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 6 Mar 2006 04:16:33 -0000 Message-ID: <440BB79F.6030308@sbcglobal.net> Date: Sun, 05 Mar 2006 20:16:31 -0800 From: Jose Borquez User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: FreeBSD Questions group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Stop error when installing gcc42 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 04:16:35 -0000 I am attempting to install gcc42 and I keep getting the following errors: /usr/ports/lang/gcc42 >make install ===> gcc-4.2.0_20060218 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> gmake-3.80_2 depends on shared library: intl - not found ===> Verifying install for intl in /usr/ports/devel/gettext ===> gettext-0.14.5_2 depends on file: /usr/local/bin/libtool - not found ===> Verifying install for /usr/local/bin/libtool in /usr/ports/devel/libtool15 ===> Configuring for libtool-1.5.22_2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for gcc... cc configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org. checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ===> Script "configure" failed unexpectedly. Please report the problem to ade@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/libtool15/work/libtool-1.5.22/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/libtool15. *** Error code 1 Stop in /usr/ports/devel/gettext. *** Error code 1 Stop in /usr/ports/devel/gmake. *** Error code 1 Stop in /usr/ports/lang/gcc42. These are the following ports that I have installed: cvsup-without-gui-16.1h_2 General network file distribution system optimized for CVS db4-4.0.14_1,1 The Berkeley DB package, revision 4 perl-5.8.8 Practical Extraction and Report Language portupgrade-2.0.1_1,1 FreeBSD ports/packages administration and management tool s ruby18-bdb4-0.5.7 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat Finally, here is the output of the config.log file: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libtool configure 1.5.22, which was generated by GNU Autoconf 2.59c. Invocation command line was $ ./configure --disable-ltdl-install --infodir=/usr/local/info --prefix=/usr/l ocal --build=i386-portbld-freebsd5.4 ## --------- ## ## Platform. ## ## --------- ## hostname = gohan.home.local uname -m = i386 uname -r = 5.4-RELEASE-p12 uname -s = FreeBSD uname -v = FreeBSD 5.4-RELEASE-p12 #0: Wed Mar 1 22:52:57 PST 2006 root@goh an.home.local:/usr/obj/usr/src/sys/GOHAN /usr/bin/uname -p = i386 /bin/uname -X = unknown Could anyone please shed some light as to what the problem might be? Thank you in advance, Jose