Hi all, I'm trying to compile gcc 4.1 source (from debian). I need to be able to compile it because I have to modify and add some code and recompile. When I try to compile gcc I get the following error message:
../.././fastjar/fastjar.texi:119: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:119: Misplaced {. ../.././fastjar/fastjar.texi:119: Misplaced }. ../.././fastjar/fastjar.texi:122: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:122: Misplaced {. ../.././fastjar/fastjar.texi:122: Misplaced }. ../.././fastjar/fastjar.texi:125: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:125: Misplaced {. ../.././fastjar/fastjar.texi:125: Misplaced }. ../.././fastjar/fastjar.texi:128: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:128: Misplaced {. ../.././fastjar/fastjar.texi:128: Misplaced }. ../.././fastjar/fastjar.texi:137: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:137: Misplaced {. ../.././fastjar/fastjar.texi:137: Misplaced }. ../.././fastjar/fastjar.texi:142: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:142: Misplaced {. ../.././fastjar/fastjar.texi:142: Misplaced }. ../.././fastjar/fastjar.texi:145: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:145: Misplaced {. ../.././fastjar/fastjar.texi:145: Misplaced }. ../.././fastjar/fastjar.texi:151: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:151: Misplaced {. ../.././fastjar/fastjar.texi:151: Misplaced }. ../.././fastjar/fastjar.texi:154: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:154: Misplaced {. ../.././fastjar/fastjar.texi:154: Misplaced }. ../.././fastjar/fastjar.texi:158: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:158: Misplaced {. ../.././fastjar/fastjar.texi:158: Misplaced }. ../.././fastjar/fastjar.texi:161: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:161: Misplaced {. ../.././fastjar/fastjar.texi:161: Misplaced }. ../.././fastjar/fastjar.texi:162: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:162: Misplaced {. ../.././fastjar/fastjar.texi:162: Misplaced }. ../.././fastjar/fastjar.texi:165: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:165: Misplaced {. ../.././fastjar/fastjar.texi:165: Misplaced }. ../.././fastjar/fastjar.texi:168: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:168: Misplaced {. ../.././fastjar/fastjar.texi:168: Misplaced }. ../.././fastjar/fastjar.texi:171: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:171: Misplaced {. ../.././fastjar/fastjar.texi:171: Misplaced }. ../.././fastjar/fastjar.texi:204: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:204: Misplaced {. ../.././fastjar/fastjar.texi:204: Misplaced }. ../.././fastjar/fastjar.texi:207: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:207: Misplaced {. ../.././fastjar/fastjar.texi:207: Misplaced }. ../.././fastjar/fastjar.texi:210: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:210: Misplaced {. ../.././fastjar/fastjar.texi:210: Misplaced }. ../.././fastjar/fastjar.texi:213: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:213: Misplaced {. ../.././fastjar/fastjar.texi:213: Misplaced }. ../.././fastjar/fastjar.texi:216: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:216: Misplaced {. ../.././fastjar/fastjar.texi:216: Misplaced }. ../.././fastjar/fastjar.texi:219: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:219: Misplaced {. ../.././fastjar/fastjar.texi:219: Misplaced }. ../.././fastjar/fastjar.texi:222: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:222: Misplaced {. ../.././fastjar/fastjar.texi:222: Misplaced }. ../.././fastjar/fastjar.texi:225: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:225: Misplaced {. ../.././fastjar/fastjar.texi:225: Misplaced }. ../.././fastjar/fastjar.texi:228: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:228: Misplaced {. ../.././fastjar/fastjar.texi:228: Misplaced }. ../.././fastjar/fastjar.texi:229: Unknown command `gcctabopt'. ../.././fastjar/fastjar.texi:229: Misplaced {. ../.././fastjar/fastjar.texi:229: Misplaced }. makeinfo: Removing output file `fastjar.info' due to errors; use --force to preserve. make[3]: *** [fastjar.info] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-fastjar] Error 2 make: *** [all] Error 2 what can I do? Thank you all Andrea