On 11/9/05, Richard Watson <[EMAIL PROTECTED]> wrote: > > You didn't post the output of emerge --info, but it looks like you may > > have -mmx, -msse2, and -mfpmath in your CFLAGS. If so, take them out, > > and it should compile just fine. > > > > -Richard > > Hi Richard, thanks very much for your reply. Yes I do have -mmx -mmse2 > and -mfpmath. I'll try your suggestion. As a matter of interest if I > change my CFLAG setting how would I apply it to the whole system? Would > I use the emerge --newuse option or do I have to bootstrap the system > again from scratch.
--newuse doesn't take CFLAGS into account. If you really want to rebuild your whole system, the standard way is: emerge -e world But I don't think it is really necessary. These flags can cause build failures, but not really any runtime problems, AFAIK. -Richard -- gentoo-user@gentoo.org mailing list