我在Windows上安装FFTW库时遇到问题。我按照以下链接说明:
1) 下载minGW 64位后,我想知道如何访问"内核"和" simd-support"目录,按照建议编译c文件。
2) 由于我不熟悉这个库,有没有更好的方法使用命令行安装库?
如本链接所示,在副标题下,在minGW"下构建FFTW3:
http://www.fftw.org/install/windows.html
当我运行以下命令时:
./configure --with-our-malloc16 --with-windows-f77-mangling --enable-shared --disable-static --enable-threads --with-combined-threads --enable-portable-binary --enable-sse2 --with-incoming-stack-boundary=2
我明白了:
'.' is not recognized as an internal or external command
任何帮助将不胜感激
答案 0 :(得分:0)
您正在cmd / power shell中运行配置脚本。您必须在MinGW shell中运行configure命令。
http://www.fftw.org/install/windows.html有预建库。它们为32位和64位应用提供维护良好且经过优化的构建。