From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29634 invoked by alias); 3 Sep 2003 02:55:44 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29627 invoked from network); 3 Sep 2003 02:55:43 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 3 Sep 2003 02:55:43 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h832tfYI006143; Tue, 2 Sep 2003 21:55:41 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h832tfHK032746; Tue, 2 Sep 2003 21:55:41 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h832tfPu032745; Tue, 2 Sep 2003 22:55:41 -0400 Date: Wed, 03 Sep 2003 02:55:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309030255.h832tfPu032745@duracef.shout.net> To: drow@mvista.com Subject: Re: GDB 5.3.91 available Cc: gdb@sources.redhat.com X-SW-Source: 2003-09/txt/msg00023.txt.bz2 Here is the standard output: creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking for i686-pc-linux-gnu-ar... no checking for ar... ar checking for i686-pc-linux-gnu-as... no checking for as... as checking for i686-pc-linux-gnu-dlltool... no checking for dlltool... dlltool checking for i686-pc-linux-gnu-ld... /berman/migchain/install/host/binutils-baseline/bin/ld checking for i686-pc-linux-gnu-nm... no checking for nm... nm checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-pc-linux-gnu-windres... no checking for windres... windres checking for i686-pc-linux-gnu-objcopy... no checking for objcopy... objcopy checking for i686-pc-linux-gnu-objdump... no checking for objdump... objdump checking for i686-pc-linux-gnu-ar... no checking for ar... ar checking for i686-pc-linux-gnu-as... no checking for as... as checking for i686-pc-linux-gnu-dlltool... no checking for dlltool... dlltool checking for i686-pc-linux-gnu-ld... no checking for ld... ld checking for i686-pc-linux-gnu-nm... no checking for nm... nm checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-pc-linux-gnu-windres... no checking for windres... windres checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache creating ./config.status creating Makefile Here is config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:581: checking host system type configure:602: checking target system type configure:620: checking build system type configure:675: checking for a BSD compatible install configure:2789: checking for i686-pc-linux-gnu-ar configure:2822: checking for ar configure:2861: checking for i686-pc-linux-gnu-as configure:2894: checking for as configure:2933: checking for i686-pc-linux-gnu-dlltool configure:2966: checking for dlltool configure:3005: checking for i686-pc-linux-gnu-ld configure:3077: checking for i686-pc-linux-gnu-nm configure:3110: checking for nm configure:3149: checking for i686-pc-linux-gnu-ranlib configure:3182: checking for ranlib configure:3221: checking for i686-pc-linux-gnu-windres configure:3254: checking for windres configure:3293: checking for i686-pc-linux-gnu-objcopy configure:3326: checking for objcopy configure:3365: checking for i686-pc-linux-gnu-objdump configure:3398: checking for objdump configure:3446: checking for i686-pc-linux-gnu-ar configure:3479: checking for ar configure:3518: checking for i686-pc-linux-gnu-as configure:3551: checking for as configure:3590: checking for i686-pc-linux-gnu-dlltool configure:3623: checking for dlltool configure:3662: checking for i686-pc-linux-gnu-ld configure:3695: checking for ld configure:3734: checking for i686-pc-linux-gnu-nm configure:3767: checking for nm configure:3806: checking for i686-pc-linux-gnu-ranlib configure:3839: checking for ranlib configure:3878: checking for i686-pc-linux-gnu-windres configure:3911: checking for windres configure:3978: checking whether to enable maintainer-specific portions of Makefiles My BuildBinutils.pl script sets the path to: /berman/migchain/install/host/bison-1.875/bin /berman/migchain/install/host/flex-2.5.4/bin /berman/migchain/install/host/gcc-baseline/bin /berman/migchain/install/host/binutils-baseline/bin /berman/migchain/install/host/make-baseline-bin /bin /usr/bin binutils-baseline is an install directory for binutils 2.14. Its contents are: [mgnu@berman _today_]$ ls /berman/migchain/install/host/binutils-baseline/bin/ addr2line as gprof nm objdump readelf strings ar c++filt ld objcopy ranlib size strip I configure with: /berman/fsf/_today_/source/binutils/HEAD/src/configure --prefix=/berman/fsf/_today_/berman/install/target/native/binutils/HEAD > /berman/fsf/_today_/berman/install/target/native/binutils/HEAD/Migbat-Configure.log 2>&1 I will try stripping off my layer of perl automation and see whether the problem still occurs. Michael C