Hello,I had a very strange problem when I build the mozilla-0.9.4-1.
My step is like below ./configure make It appears the "internel compile error" like below ../../../../dist/include/nsIServiceManager.h: In method `nsGetServiceByCID::~nsGetServiceByCID()': ../../../../dist/include/nsIServiceManager.h:233: Internal compiler error. ../../../../dist/include/nsIServiceManager.h:233: Please submit a full bug report. ../../../../dist/include/nsIServiceManager.h:233: Internal compiler error: ../../../../dist/include/nsIServiceManager.h:233: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. cpp0: output pipe has been closed make[2]: *** [xpcshell.o] Error 1 make[2]: Leaving directory `/tmp/mozilla/js/src/xpconnect/shell' make[1]: *** [install] Error 2 make[1]: Leaving directory `/tmp/mozilla/js/src/xpconnect' make: *** [install] Error 2 I had the packages of gcc like below too ii gcc 2.95.4-9 The GNU C compiler. ii gcc-2.95 2.95.4-1 The GNU C compiler. ii g++ 2.95.4-9 The GNU C++ compiler. Is anything wrong with my build?? Could someone teach me how to compile the mozilla package? thanks for all

