On Thu, Apr 08, 2004 at 12:24:19PM -0400, Weber, Michael J. (US SSA) wrote: > I have tried putting -march=i386 and -mcpu=i386 on the command line > before running configure, but it doesn't work How did you do this, exactly? Try: $ CFLAGS=-mcpu=i386 ./configure //Peter