This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB 5.3.91 available


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]