Date: Sat, 13 Apr 1996 21:50:46 -0700 From: David Greenman <davidg@Root.COM> To: "Marc G. Fournier" <scrappy@ki.net> Cc: current@freebsd.org Subject: Re: Can someone explain why... Message-ID: <199604140450.VAA03095@Root.COM> In-Reply-To: Your message of "Sun, 14 Apr 1996 00:29:21 EDT." <Pine.BSI.3.92.960414002413.200A-100000@freebsd.ki.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>> The only way to troubleshoot this kind of problem is to first look at your >> motherboard settings for correctness and then start replacing components until >> the problem goes away. I would try changing the memory first. >> > Okay, I could probably accept this (and most likely will in the end), >but why would disabling -O allow it to compile, and then if I remove the >object file, re-enable -O cause it to fail exactly the same way? Simple - you have a memory problem and the part of memory that is caching gcc is wrong. It just happens that the code involved is only exercised when you use -O. It's easy to test this: just reboot your computer and see if the problem goes away. If it persists, then you might have a corrupt gcc binary. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604140450.VAA03095>