On Wednesday 19 October 2005 19:45, Andreas Karlsson wrote: > "configure:1708: checking for C compiler default output file name > configure:1711: i686-pc-linux-gnu-gcc -march=k8 -O3 -pipe > -fomit-frame-pointer -ftracer -msse3 -mfpmath=sse3 conftest.c >&5 > cc1: error: bad value (k8) for -march= switch > cc1: error: bad value (k8) for -mcpu= switch > cc1: error: bad value (sse3) for -mfpmath= switch"
Well, that's an easy one. The version of gcc you are using doesn't have support for k8. I bet your still on gcc 3.3.X, perhaps even an x86 profile, as an amd64 profile would pull in gcc 3.4.X, like my ppc profile does. x86 -> amd64 profile should be interesting. I'm sure it's perfectly possible, but interesting no doubt. -- Mike Williams -- gentoo-user@gentoo.org mailing list