On Mon, May 09, 2005 at 02:54:12PM +1200, Nick Rout wrote

> i586-pc-linux-gnu-gcc -O3 -Wall -Wno-switch -march=c3 -m3dnow -O3 -pipe 
> -fomit-frame-pointer

  Out of curiousity, why don't you have "mmx" in your CFLAGS?  It is a
valid compile option.  Here's my CFLAGS line in /etc/make.conf

CFLAGS="-O2 -march=i686 -fomit-frame-pointer -mmmx -msse -mfpmath=sse"

  Note... minus followed by *THREE* "m" followed by "x".  I wonder if
your system was getting confused because your USE flag said it had mmx
but your CFLAGS said it didn't.

-- 
Walter Dnes <[EMAIL PROTECTED]>
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to