This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Regarding gcc testsuite


On 27 October 2014 15:46, Manpreet Singh wrote:
> Hi,
>      as is a shell-script with read and write permissions.

It should be executable.


> Also, when i am trying to build gcc-4.4.5, i am getting texi.info
> errors, but when i used echo "MAKEINFO = :" >> Makefile in command
> line, it get compiled without errors. Do i need to configure it again
> or not. I am building for powerpc(target).

That's an unrelated issue. You don't need to configure again.

Documentation in old versions of GCC is incompatible with modern
versions of Texinfo.  You can either add MAKEINFO=missing to the
configure command, or do something like your workaround.


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