This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: error at compiling the "make" command for binutils' compilation


On Thu, 2008-05-22 at 11:47 +0200, Khalifa ROUIS wrote:
> I had this very same problem a couple of days ago, and I found out
> that the problem is actually the missing makeinfo.
> So you need to install makeinfo,

Actually, this is not true.  The problem is that the package has
incorrect contents.  A properly-constructed distribution tarball will
NOT require extra tools like makeinfo.

If you want to avoid the need for makeinfo, you can run this after you
unpack binutils:

        touch binutils-2.18/bfd/doc/bfd.info

Now you won't get this error anymore.

(FYI, the error is that somehow the bfd/doc/elf.texi file is newer than
the .info file in the tarball, which should not be).

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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