On Fri, 11 May 2001, Frank Heckenbach wrote:
I suspect the `-g' option (line broken by me to make marking easier ;-). Unfortunately, debug info is quite unstable with GPC.
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 `}'.
<snip>
../faq.texi:807: Misplaced `}'. ../faq.texi:810: Unknown command `uref'. Too many errors! Gave up. Making info file `gpc.info' from `gpc.texi'. gmake[1]: *** [../../gcc-2.95.2/gcc/p/doc/en/info/gpc.info] Error 1 gmake[1]: Leaving directory `/usr/local/src/gpc/build/gcc' gmake: *** [all-gcc] Error 2
Cheers,
miklos