Miklos Cserzo wrote:
Thanks for th hint Frank, it works. This time the compilation went further after manual modification of the Makefile (suppressing the -g cflag). This time it went down at the texinfo section. It is not that critical as far as I can see, but how can I correct/suppress it?
Here goes the tail of the log:
if [ -f true ] || ( [ mips-sgi-irix6.5 = mips-sgi-irix6.5 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ); then true ../../libgpc.a; else true; fi gmake[2]: Leaving directory `/usr/local/src/gpc/build/gcc/p/rts' /usr/local/src/gpc/build/gcc/xgcc -B/usr/local/src/gpc/build/gcc/ -B/usr/local/test/mips-sgi-irix6.5/bin/ -I/usr/local/test/mips-sgi-irix6.5/include -dumpspecs > tmp-specs mv tmp-specs specs cd ../../gcc-2.95.2/gcc/p/doc/en/info && makeinfo -I .. -I ../.. -I ../../generated -o gpc.info gpc.texi ../about.texi:29: Unknown command `uref'. ../about.texi:29: Misplaced `{'. ../about.texi:29: Misplaced `}'. ../about.texi:31: Unknown command `uref'. ../about.texi:31: Misplaced `{'. ../about.texi:31: Misplaced `}'. ../about.texi:32: Unknown command `uref'. ../about.texi:32: Misplaced `{'. ../about.texi:32: Misplaced `}'.
Standard answer: Maybe your makeinfo is too old, you might want to upgrade it (I use 4.0).
You can also get pre-made info files in the GPC source distributions (not CVS).
Frank