FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.66k stars 651 forks source link

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

Open Miroier opened 10 months ago

Miroier commented 10 months ago

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?