gpt4 book ai didi

octave - 配置 : WARNING: FFTW3F library not found. 将使用较慢的 FFTPACK 库代替

转载 作者:行者123 更新时间:2023-12-04 14:10:21 25 4
gpt4 key购买 nike

我正在我的 LFS - Linux 从头开始​​ - 系统上编译 Octave 。
在配置 Octave 时,我收到一个警告:

configure: WARNING: FFTW3F library not found. The slower FFTPACK library will be used instead.


我编译安装了 FFTW 3.3.4 ,然后重新配置 Octave 音程,但是我仍然收到以下消息:

checking fftw3.h usability... yes

checking fftw3.h presence... yes

checking for fftw3.h... yes

checking for fftw_plan_dft_1d in -lfftw3... yes

checking for fftw3.h... (cached) yes

checking for fftwf_plan_dft_1d in -lfftw3f... no

configure: WARNING: FFTW3F library not found. The slower FFTPACK library will be used instead.


我注意到 FFTW 3.3.4 安装了 libfftw3.so但不是 libfftw3f.so ,这就是为什么即使在安装 FFTW 3.3.4 之后,octave 也找不到 FFTW3F 库的原因。现在,我想知道如何安装 libfftw3f.so .

最佳答案

看起来你有 double FFTW 库 ( libfftw3 ) 但不是 单精度版本 ( libfftw3f )。再次构建它:

./configure --enable-float --enable-sse && make install

(假设我们在这里谈论的是 x86)。

然后应该安装 libfftw3f现有图书馆旁边 libfftw3库。

关于octave - 配置 : WARNING: FFTW3F library not found. 将使用较慢的 FFTPACK 库代替,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37267441/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com