Doug Barton wrote: >> (Over 2GBs of RAM + Swap being used). It does this consistently when it >> tries to compile xf86PciScan.c (hope thats the right file). > > May not be the answer you want to hear, but I built all the xorg stuff > multiple times on -current systems both pre and post the gcc + symver > + version bump eras, and didn't have the problems you're seeing.
It's the well-known problem of new gcc 4.2 optimizations (bug). Simply compile with -O0 instead of -O2. -- Alex Dupre _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"