fftw and intel iMacs

May 31, 2006 21:03 · 37 words · 1 minute read

If you are trying to compile fftw3 on an intel iMac (or any Intel Core processor probably), you’ll need to pass to configure:

<br /> --with-gcc-arch=prescott<br />

That will prevent compiler errors complaining about illegal i386 instructions.