Hi, Thanks, now i can build it without error. But, when i run that make check(testsuite) in command line. Again giving lots of failure. e.g /tmp/cc7EMVR7.s: Assembler messages: /tmp/cc7EMVR7.s:8: Error: Unrecognized opcode: `pushq' /tmp/cc7EMVR7.s:10: Error: Unrecognized opcode: `movq' /tmp/cc7EMVR7.s:13: Error: Unrecognized opcode: `subq' same failure many thousand times. How would i get rid off this failure? Thanks & regards mappy On 10/27/14, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > 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. >