<br clear="all">Hi, gmx' users,<br>
<br>
I have tried to install gromacs on Alpha True64 UNIX. I made the process below:<br>
<br>
with fftw-3.0.1.tar.gz (uncompress and cd ./fftw-3.0.1<br>
<br>
# ./configure --enable-float --prefix=/usr/users/fftw<br>
# make<br>
# make install<br>
<br>
it was ok !<br>
<br>
but I when was to install gromacs:<br>
<br>
# export CPPFLAGS=-I/usr/users/fftw/include<br>
# export LDFLAGS=-L/usr/users/fftw/lib<br>
# ./configure<br>
<br>
it shows:<br>
configure: error: Cannot find any single precision sfftw.h or fftw.h<br>
Do you have single precision FFTW installed? If you are using packages,<br>
note that you also need fftw-devel to compile GROMACS. You can find the<br>
software at <a href="http://www.fftw.org">www.fftw.org</a>, and detailed instructions at <a href="http://www.gromacs.org">www.gromacs.org</a>.<br>
If you compiled FFTW yourself:<br>
Note that the default FFTW setup is double precision. Change the FFTW<br>
configuration to single with --enable-float. If you want MPI support,<br>
use --enable-mpi. It is a good idea to install both single &amp; double.<br>
If your sysadm doesn't want to install it you can do it to a location<br>
in your home directory and provide the correct paths in the CPPFLAGS<br>
and LDFLAGS environment variables before running configure.<br>
That is also necessary to do if your compiler doesn't search<br>
/usr/local/include and /usr/local/lib by default.<br>
You can find information at <a href="http://www.gromacs.org">www.gromacs.org</a>, or in the INSTALL file.<br>
<br>
<br>
I think that the flags in the installation of fftw are correct. It's such as the INSTALL file:<br>
<br>
* FFTW OR OTHER LIBRARIES IN NON-STANDARD LOCATIONS:<br>
<br>
If you install FFTW in your homedirectory or some other place where<br>
it isn't found automatically (not all systems search /usr/local)<br>
by the compiler you should set the environment variables before<br>
executing configure. Assume we configured and installed FFTW with<br>
--prefix=/home/erik/fftw. If your shell is tcsh, you set<br>
<br>
setenv CPPFLAGS -I/home/erik/fftw/include<br>
setenv LDFLAGS&nbsp; -L/home/erik/fftw/lib<br>
<br>
or, if you are using a bash shell:<br>
<br>
export CPPFLAGS=-I/home/erik/fftw/include<br>
export LDFLAGS=-L/home/erik/fftw/lib<br>
<br>
<br>
---------&gt;&nbsp; What should I do ?! Someone can I help me ?!<br>
<br>
Thanks in advance !!<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>-- <br>### Luciano Tavares da Costa ###<br>##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100 % Linux<br>
##&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:ltcnikit@gmail.com">ltcnikit@gmail.com</a><br>#############################