Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dyld: Symbol not found: _fftwf_make_planner_thread_safe (Mac 10.15.6) #11

Open
groucho86 opened this issue Oct 7, 2020 · 2 comments
Open

Comments

@groucho86
Copy link

Hi,
I'm getting the following error:
dyld: Symbol not found: _fftwf_make_planner_thread_safe Referenced from: /usr/local/lib/vapoursynth/libdfttest.dylib Expected in: flat namespace

I tried installing libfftw3f view brew and manually compiling it with the same end result. Any help would be much appreciated.

@HolyWu
Copy link
Member

HolyWu commented Aug 18, 2021

Sorry for late response. Did you still have this issue after applying 89034df?

@kennyfs
Copy link

kennyfs commented Aug 9, 2022

Sorry for late response. Did you still have this issue after applying 89034df?

I'm running Ubuntu 22.04
I found that the problem still occurs, but if I change:

if not cxx.links(test_fftwf_threads, dependencies: fftw3f_dep)
  deps += cxx.find_library('fftw3f_threads')
endif

from here
into

deps += cxx.find_library('fftw3f_threads')

then the program runs without dependency problems
maybe if not cxx.links(test_fftwf_threads, dependencies: fftw3f_dep) doesn't work well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants