Hello Tom,

 
> > What kind of CPU do you have?
> 
> Celeron (Mendocino) 333MHz
> 
> > And what are your CFLAGS in make.conf?
> 
> Oops.  Nothing was set.  Bet that isn't going to be a good sign, is
> it? I suspect it should be:
> CFLAGS="-march=pentium3 -03 -pipe"
>

A Celeron Mendicio is a pentium2-class cpu so you have to use
something like that:

CFLAGS="-march=pentium2 -O3 -pipe"

HTH
        Florian Huber

--
[EMAIL PROTECTED] mailing list

Reply via email to