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

fft configure problems and make errors #37

Closed
kafka-91 opened this issue Sep 17, 2013 · 5 comments
Closed

fft configure problems and make errors #37

kafka-91 opened this issue Sep 17, 2013 · 5 comments
Assignees

Comments

@kafka-91
Copy link

I am trying to install LibXtract on my MacOSX, but it won't work.
First of all, when I configure everything, I get the following message:

Summary:

fft: no (not using fftw3, no fft functions)
simpletest example: yes
PD external: yes

Although I have installed fftw 3.3.3. I tried by adding --with-ooura, but it won't change to fft: yes. Then when I hit make, the following message appears:

Undefined symbols for architecture x86_64:
"_xtract_init_fft", referenced from:
_main in simpletest.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[3]: *** [simpletest] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Are these problems linked? Does the make not work because it cannot find the fftw3 or is it another problem?

Thanks for helping!

@ghost ghost assigned jamiebullock Sep 17, 2013
@jamiebullock
Copy link
Owner

Hi, it sounds like you are using an old version of the code. Have you definitely pulled down all the latest changes from GitHub? LibXtract doesn't use FFTW any more. On OS X, it will automatically use Apple's Accelerate framework unless you specify --with-ooura

@kafka-91
Copy link
Author

I downloaded the tar form https://github.com/jamiebullock/LibXtract/downloads. The folder that was unzipped is "libxtract-0.6.6"

@jamiebullock
Copy link
Owner

Ah, I didn't realise that downloads page was still there—I thought GitHub had removed that feature. Version 0.6.6 is no longer supported.

Currently the best way to get the latest LibXtract, is to clone the git repository.

If you don't use git, you can just download the latest snapshot as a zip by clicking the "Download ZIP" link, which takes you to: https://github.com/jamiebullock/LibXtract/archive/master.zip

You will need autotools to compile it, which you can install using Homebrew

@kafka-91
Copy link
Author

Ah ok, I thought they were the same. Now it worked.

Thank you very much!

@jamiebullock
Copy link
Owner

No problem. Don't hesitate to open another issue if you have any further problems.

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

2 participants