Brandon Perry wrote:
Even compiling with --enable-float results in the same error.
The error means that "libfftw3f" is not installed correctly on your system/was not found by mono.
Check for the fftw3f libraries by: # ls -al /usr/lib/libfftw3f*I guess that the library has to be in your MONO_PATH. so /usr/local/lib could not be enough.
greetings, domi.