hi Kassen, > /usr/bin/ld: /usr/local/lib/libfftw3.a(mapflags.o): relocation > R_X86_64_32 against `.rodata' 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 my blind guess is that you are trying to link against a static library instead of a dynamic one. is the dynamic library installed?
best, gabor
