fft include files and Mac installation

Hello,
I’m trying to do a mac installation. It looked like the only option
was: . This resulted in an error where it cannot find
fftw.h from within fft3d.h . In fact it doesn’t have sfftw.h or dfftw.h either.
Are these files available anywhere or have they been replace by something

else? Thanks.

-Julie

Hello,
     I'm trying to do a mac installation. It looked like the only option
was: <make fink>. This resulted in an error where it cannot find
fftw.h from within fft3d.h . In fact it doesn't have sfftw.h or dfftw.h
either.
Are these files available anywhere or have they been replace by something
else? Thanks.

they are part of the fftw installation and more specifically part of
fftw-2, which can or cannot have them prefixed with d/s to indicate
the precision. if you use the current version of FFTW (3.x), this
ambiguity is resolved and header files have consistent names. but - as
was discussed - in another thread just a few minutes ago, you can
simply use the internal FFT via -DFFT_NONE and then won't have to
worry about anything related to the FFTs at all. :wink:

axel.