Thanks for the pointer.  Here is what I have (below).  What do you suggest I do to make my cflags more conservative?

 

dana etc # grep -i cflags make.conf
# For optimal performance, enable a CFLAGS setting appropriate for your CPU
#CFLAGS="-mcpu=athlon-xp -O3 -pipe"
#CFLAGS="-march=pentium3 -O3 -pipe"
CFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings. If you don't set CFLAGS above, then comment this line out.
CXXFLAGS="${CFLAGS}"
dana etc # grep -i cflags make.globals
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS=${CFLAGS}
dana etc # cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 5
model           : 8
model name      : AMD-K6(tm) 3D processor
stepping        : 12
cpu MHz         : 500.025
cache size      : 64 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr
bogomips        : 996.14

dana etc #

>From: Jonathan Morton <[EMAIL PROTECTED]>
>To: "Jeremy Schneider" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: Re: [gentoo-user] newbie question not in the faq: what package supplies the command
>Date: Tue, 4 Mar 2003 04:21:50 +0100
>
>>/usr/X11R6/bin/xmkmf: line 70: 30112 Illegal instruction imake
>
>Looks like you built using over-aggressive CFLAGS.
>
>--
>--------------------------------------------------------------
>from: Jonathan "Chromatix" Morton
>mail: [EMAIL PROTECTED]
>website: http://www.chromatix.uklinux.net/
>tagline: The key to knowledge is not to rely on people to teach you
>it.
>
>--
>[EMAIL PROTECTED] mailing list


Help STOP SPAM with the new MSN 8 and get 2 months FREE* -- [EMAIL PROTECTED] mailing list

Reply via email to