This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: xcoff.h is missing
- To: Andreas Jaeger <aj at suse dot de>
- Subject: Re: xcoff.h is missing
- From: Clinton Popetz <cpopetz at cygnus dot com>
- Date: Sat, 29 Apr 2000 09:39:43 -0500
- Cc: binutils at sourceware dot cygnus dot com
- References: <u8d7n986qd.fsf@gromit.rhein-neckar.de>
On Sat, Apr 29, 2000 at 01:52:10PM +0200, Andreas Jaeger wrote:
>
> Building binutils (from the development branch) on i686-linux with:
> configure --prefix=/opt/binutils --enable-shared \
> --disable-nls \
> --enable-build-warnings --enable-targets=all --enable-64-bit-bfd
>
>
> I get:
> *** No rule to make target `xcoff.h', needed by `coff64-rs6000.lo'. Stop.
>
> Clinton,
> your last patch has:
>
> Fri Apr 28 14:58:37 2000 Clinton Popetz <cpopetz@cygnus.com>
>
> * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
> coffdu-rs6000.{lo,c}.
> (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
> on xcoff.h
> * Makefile.in: Regenerate.
> * xcoff.h: New file.
>
> but you forgot to check in xcoff.h :-( Could you fix this, please?
Done. It has simply not been a good week :\
-Clint