On Sat, Jan 20, 2001 at 07:03:15AM -0600, Michael Stroucken wrote: > > Has anyone got a recent mozilla to compile on Alpha? I can't seem > to get past the regxcom step (It segfaults in > nsDirectoryService::QueryInterface, apparently due to an invalid address > for *aInstancePtr).
It will compile, but don't expect it to work (unfortunately). Gcc is broken wrt C++ multiple inheritence code. It's a known problem, but not easy to fix at all (hence the delay in having a fix). C

