On Mon, May 16, 2005 7:59 pm, Benno Schulenberg said: >> -I. -I../include -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686 > > Compiling things for the wrong processor maybe? > Isn't your VIA a 586 instead of a 686?
Indeed, compiling for i686 will break things as the VIA C3 does not support the full i686 instruction set. It's more like an i586.9. If you are usng GCC 3.4, set -mcpu=c3. -- gentoo-user@gentoo.org mailing list