1 FAQ
András Retzler edytuje tę stronę 2016-12-13 08:39:18 +01:00

If you get GCC error messages like this, when attempting to compile csdr:

undefined reference to `fftwf_malloc'

...then you should recompile FFTW with the --enable-float option given at the configure stage.

./configure --enable-float
make
sudo make install

Then compile csdr again.