On Thu, Mar 06, 2003 at 06:22:50PM -0500, Lj?s?lfr wrote: > <gripe> > I built from the CVS, and I am able to work with that build for my XUL > and XPConnect stuff. Unfortunately the compiler on my SuSE 8.1 is gcc > 3.2 which doesn't like the JDK, so my Java stuff is broken in that > build. I tried to install the older gcc 2.95.3, but I coldn't get > Mozilla to build, and I don't have time to figure out why, so I am back > to trying to straddle two different Mozilla builds. Whine...sniffle... > </gripe>
You can download a J2SDK 1.4 build for Linux built with GCC 3.2 from here : http://blackdown.org ( you probably want to use a mirror, like Metalab ) : ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/JDK-1.4.1/i386/01/ You should find a j2sdk-1.4.1-01-linux-i586-gcc3.2.bin in there that should work fine. HTH, Rob Helmer
