Arsen Arsenović wrote: > Comparing stages 2 and 3 > Bootstrap comparison failure! > gettext/libasprintf/autosprintf.o differs > make[2]: *** [Makefile:23435: compare] Error 1
You should be able to work around this by passing the additional option --disable-libasprintf to gettext-runtime/configure. Nothing in GCC needs libasprintf; therefore there is no need to build it. And while at it, I would also pass --disable-java and --disable-csharp. Bruno