On Fri 02 Mar 2001, Christopher C. Chimelis wrote: > On Fri, 2 Mar 2001, Paul Slootman wrote: > > > Does this mean we can also get all the not-yet-in-alpha KDE stuff > > working? I'll have a go... > > Already tried...still problematic. Same with mozilla. At least Qt works > somewhat :-)
I'm using a g++ wrapper at the moment that re-execs g++ with s/-O2/-O0/ done on the args if the first g++ invocation fails, seems to work OK :-) These are the "Internal compiler error in `gen_reload_inhi', at insn-emit.c:5550" type errors which apparently can be prevented by not optimizing. Paul

