<HTML>
<HEAD>
<TITLE>Gromacs installation on Mac OSX, again</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I read with interest a recent (11/11) posting regarding an error message seen when installing Gromacs 3.2.1 on Mac OSX:<BR>
<BR>
&#8220;checking for sfftw.h... no<BR>
checking for fftw.h... no<BR>
configure: error: Cannot find any single precision sfftw.h or fftw.h<BR>
Do you have single precision FFTW installed?...(remainder of longer error message)&#8221;<BR>
<BR>
I am getting the same message. I have installed FFTW 3.0.1 using the &#8212;enable-float flag, and since I am setting it up in a different location, I have also set the CPPFLAGS and LDFLAGS to point at the new location. There&#8217;s a couple of interesting things that I have observed. First, if I go to the directory where I installed FFTW, I find the files &#8220;fftw3.f&#8221; and &#8220;fftw3.h&#8221; from the FFTW installation. Since the file names did not appear to be what Gromacs was seeking, I simply copied the &#8220;fftw3.h&#8221; file into two renamed files &#8220;sfftw.h&#8221; and &#8220;fftw.h&#8221;. When the configure command is entered, the error message changes slightly:<BR>
<BR>
&#8220;checking for sfftw.h... yes<BR>
checking for fftw.h... yes<BR>
configure: error: Cannot find any single precision sfftw.h or fftw.h<BR>
Do you have single precision FFTW installed?...( remainder of longer error message)&#8221;<BR>
<BR>
Thus, the flags appear to be working since the configuration sees the file names in the proper location, but it looks like the required files are not being recognized. &nbsp;I am trying to install on Mac Powerbook G4, OS 10.3.6, using the Apple developer tools that are bundled with the software.<BR>
<BR>
Full disclosure: I am by no means a Unix expert, thus, I am hoping that the pros on the list will recognize something simple that I have overlooked.<BR>
<BR>
Thanks for any help.<BR>
<BR>
Joe Bozell<BR>
National Renewable Energy Laboratory<BR>
Golden, CO<BR>
USA<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>