The opensuse binary doesn't have the fft option, so I am trying to install from source. I have tried the -fPIC flag as suggested, but it doesn't solve the problem.
OS opensuse 11.2 64 bit
./configure CFLAGS=-fPIC
After running make, I get this error:
CCLD magick/libMagickCore.la
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: /usr/local/lib/libfftw3.a(plan-dft-c2r-2d.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libfftw3.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [magick/libMagickCore.la] Error 1
make[1]: Leaving directory `/usr/local/src/imagemagick/ImageMagick-6.6.1-4'
make: *** [all] Error 2
Suggestions?