> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I.. -I./.. -g -O2 -c y_tab.c > y.tab.c: In function `yyparse': > y.tab.c:3338: internal compiler error: in final_scan_insn, at final.c:1790
This means that you have a broken version of gcc. You could try to get a working one. > "lex.yy.c", line 975: undefined symbol: yy_prev_more_offset This means that you are using a broken version of flex. The file PROBLEMS (in the teTeX sources) explains it and also gives a solution (pointer to a fix which is even included in teTeX). > ! METAFONT capacity exceeded, sorry [main memory size=1000000] > for all fonts, so no fonts are actually created. When I test out tex I hate to say it, but again: it sounds like a compiler bug. Please, try to recompile metafont with less (or even no) optimization. Thomas