使用MinGW 64位在非unix系统上安装FFTW库

时间:2018-04-29 03:22:27

标签: c mingw fftw

我在Windows上安装FFTW库时遇到问题。我按照以下链接说明:

http://www.fftw.org/fftw3_doc/Installation-on-non_002dUnix-systems.html#Installation-on-non_002dUnix-systems

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

任何帮助将不胜感激

1 个答案:

答案 0 :(得分:0)

  1. 您正在cmd / power shell中运行配置脚本。您必须在MinGW shell中运行configure命令。

  2. http://www.fftw.org/install/windows.html有预建库。它们为32位和64位应用提供维护良好且经过优化的构建。