This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: build error in binutils-strings.c


On Mon, Jun 10, 2002 at 09:38:27AM -0400, Mark Cianfaglione wrote:
> I'm trying to build binutils-2.12pre1 as a cross compiler for mcore-elf. I
> get the error listed below...
> 
> Can anyone suggest a solution?

Reconfigure in a clean build dir.  The line causing the complaint is

typedef off64_t file_off;

which is protected by #ifdef HAVE_FOPEN64.  So somehow you've managed
to get HAVE_FOPEN64 defined without off64_t being available.  This
might be an autoconf problem.  If reconfiguring doesn't help, you
might need to edit config.h yourself.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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