Chris I wrote:
> gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include
> -march=pentium4 -O3 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -msse
> -msse2 -march=i686 -O3 -ffast-math -funroll-loops -fomit-frame-pointer
> -fexpensive-optimizations -fstrict-aliasing -pipe -Wall -fno-common -MT
> d_fill.lo -MD -MP -MF .deps/d_fill.Tpo -c d_fill.c  -fPIC -DPIC -o .
> libs/d_fill.lo
> {standard input}: Assembler messages:
> {standard input}:45: Error: suffix or operands invalid for `movd'
> {standard input}:226: Error: suffix or operands invalid for `movd'

Hmmmm.... Drop your optimizations... Try -march=pentium3 -O2 -pipe.

These are mine just in case:

CFLAGS="-march=pentium3 -O2 -mmmx -msse -mfpmath=sse -pipe 
-fomit-frame-pointer -ffast-math -fprefetch-loop-arrays 
-maccumulate-outgoing-args -ftracer"

Regards,
Norberto

Attachment: pgp00000.pgp
Description: signature

Reply via email to