We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OouraFft.cpp:-1: error: undefined reference to cdft' /usr/local/lib/libAquila.a(OouraFft.cpp.o):-1: In functionAquila::OouraFft::ifft(std::vectorstd::complex<double, std::allocatorstd::complex >, double*)': OouraFft.cpp:-1: error: undefined reference to `cdft'
cdft' /usr/local/lib/libAquila.a(OouraFft.cpp.o):-1: In function
The text was updated successfully, but these errors were encountered:
If you're not using cmake, you'll have to make sure you link the Ooura-fft library (located at aquila-src/lib/libOoura_fft.a after building). You can copy libOoura_fft.a to /usr/local/lib and link it by adding -lOoura_fft http://stackoverflow.com/questions/22033417/undefined-reference-with-extern-c
aquila-src/lib/libOoura_fft.a
libOoura_fft.a
/usr/local/lib
-lOoura_fft
Sorry, something went wrong.
No branches or pull requests
OouraFft.cpp:-1: error: undefined reference to
cdft' /usr/local/lib/libAquila.a(OouraFft.cpp.o):-1: In function
Aquila::OouraFft::ifft(std::vectorstd::complex<double, std::allocatorstd::complex >, double*)':OouraFft.cpp:-1: error: undefined reference to `cdft'
The text was updated successfully, but these errors were encountered: