So I'm trying to compile FFTW with shared and OpenMP enabled, like this:
./configure --enable-shared --enable-openmp
And I'm getting the error:
checking for OpenMP flag of C compiler... unknown
configure: error: don't know how to enable OpenMP
I'm a little new to this kind of thing, but I'm fairly sure that whatever compiler the script is using can't see OpenMP, but it's beyond my skill to know how to change it right now. This is on OSX High Sierra.
What is happening here, and how do I fix it?