如何使FFTW工作 [英] How to get FFTW working

查看:158
本文介绍了如何使FFTW工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用FFTW 3.3工作在我的系统上有问题。我从fftw.org网站下载文件,然后按照安装说明告诉我去终端,并键入

I am having problems getting FFTW 3.3 to work on my system.I downloaded the files from the fftw.org website, and then followed the installation instructions which told me to go to the terminal and type

./Configure
make

并且一切似乎都可以,但是当我使用 include< fft3> 语句在C代码中尝试使用FFTW时,我得到致命错误

and everything seemed OK, but when I try and use FFTW in my C code by using the include<fft3> statement I get the fatal error

fatal error: 'fftw3.h' file not found

有谁知道我在做错什么?

Does anyone know what I am doing wrong?

我的IDE:Eclipse,我的系统:OSX 10.8

My IDE: Eclipse, My System: OSX 10.8

推荐答案

./configure
make
make install

您忘记了安装命令。

这篇关于如何使FFTW工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆