<html><body>
<p><tt>Hello, and thank you for the initial response. &nbsp;I have used --enable-type-prefix for FFTW as instructed on the gromacs.org website, and I have also directed the gromacs configure script to the FFTW libs I built with the CPPFLAGS and LDFLAGS environment variables, but I still cannot get gromacs to find the FFTW includes.</tt><br>
<br>
<tt>Is there a chance that this is broken for Linux on PowerPC?</tt><br>
<br>
<tt>Thank you again,</tt><br>
<br>
<tt>Matt</tt><br>
<br>
<tt>On Fri, 2005-08-12 at 15:32 -0500, Matthew Davis wrote:<br>
&gt; Hello,<br>
&gt; <br>
&gt; I'm using the CVS tree, though also have tried 3.2.1 tarball, with<br>
&gt; fftw 2.1.5. I build fftw both with --enable-float and without, doing a<br>
&gt; make distclean in between. I put them both in a directory in my home<br>
&gt; directory. Then I point the gromacs configure to them with $LDFLAGS<br>
&gt; and $CPPFLAGS, but I cannot get gromacs to find sfftw.h or fftw.h (or<br>
&gt; dfftw.h if I configure that way).<br>
<br>
If fftw is installed in &nbsp;/home/matt/fftw<br>
you want<br>
CPPFLAGS = /home/matt/fftw/include<br>
LDFLAGS = /home/matt/fftw/lib<br>
You also want to do<br>
./configure --enable-type-prefix for FFTW<br>
and to be on the safe side I always do a make distclean between building<br>
single and double precision.<br>
</tt></body></html>