Matt, Thanks. I do have the patches on for Mozilla. The build ends very quickly if you don't. Can you give me a direct pointer to the gcc 3.3.1 patches?
Thanks, Mark Post -----Original Message----- From: Matt Zimmerman [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 2:24 PM To: [EMAIL PROTECTED] Subject: Re: gcc 3.3 internal compiler error On Mon, Sep 08, 2003 at 12:19:36PM -0400, Post, Mark K wrote: > I'm trying to compile Mozilla with gcc 3.3. I'm getting the following ICE, > on the same module, every time. Has anybody else seen this, or know of a > patch that will correct it? I can say that the gcc 3.3.1 (+patches) in Debian unstable builds the Mozilla 1.4-3 Debian package without problems. You may want to look at the Debian patches to gcc and the Debian patches to mozilla. The ICE is definitely a compiler problem, but there are also s390-specific patches to mozilla which you will probably need. http://buildd.debian.org/fetch.php?&pkg=mozilla&ver=2%3A1.4-4&arch=s390&stam p=1063019704&file=log&as=raw [...] nsAFMObject.cpp g++ -o nsAFMObject.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -I../.. -I./.. -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/pref -I../../../dist/include/caps -I../../../dist/include/locale -I../../../dist/include/uconv -I../../../dist/include/view -I../../../dist/include/necko -I../../../dist/include/imglib2 -I../../../dist/include/gfx -I../../../dist/include -I/build/buildd/mozilla-1.4/build-tree/mozilla/dist/include/nspr -I/usr/include/freetype2 -fPIC -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O2 -DDEBIAN -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -DDEPENDENT_LIBS="\"libgkgfx.so\", \"libxpcom.so\", \"libplds4.so\", \"libplc4.so\", \"libnspr4.so\", \"libpthread.so\", \"libdl.so\", \"libc.so\", \"libpthread.so\"," -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsAFMObject.pp nsAFMObject.cpp n [...] -- - mdz
