From: Olivier C. <oli...@fr...> - 2003-06-09 14:27:54
|
On Sun, Jun 08, 2003 at 09:56:49AM -0400, Joshua Moore-Oliva wrote: > > What system are you running? > > The only time I got that error was when I was running gentoo and ran the > march=pentium[34] gcc flags.. > > Currently I have compiled my system with > > march=i686 =O2 pipe -fomit-frame-pointer > > and it works well. > > Josh. > Yes I compiled X with these options (as I've a pentium4): -O2 -march=pentium4 -fno-strength-reduce -pipe will try with march=i686. Thanks, Olivier |