FFTW/fftw3

Error encountered when running 'make' after modifying Makefile.am

Miroier opened this issue · 0 comments

According to the instructions on https://www.fftw.org/fftw3_doc/Generating-your-own-code.html, I made modifications to the file dft/scalar/codelets/Makefile.am as follows:

image

After running "sh bootstrap.sh" in the top-level directory, I encountered an error when trying to run "make" as shown below:

image

Could you please advise on how to resolve this issue?