[gmx-users] Installing gromacs from git

Justin A. Lemkul jalemkul at vt.edu
Sun Jun 20 01:28:53 CEST 2010



Sai Pooja wrote:
> Hi,
> 
> I followed the following steps to install gromacs from the git repository:
> 
> 1) installed git
> 2) got a clone of gromacs using the anonymous option
> 
> 3) installed fftw libraries using
> ./configure --enable-float --prefix=/fs/home/sm868
> make
> make install
> 
> 4)export CPPFLAGS=-I/fs/home/sm868/include
>    export LDFLAGS=-L/fs/home/sm868/include
> 
> 6)ran ./bootstrap
> 7)ran ./configure --prefix=/fs/home/sm868
> 8)I get the error - 
> checking for sqrt in -lm... yes
> checking for fftw3.h... yes
> checking for main in -lfftw3f... no
> configure: error: Cannot find fftw3f library
> 

You set your LDFLAGS to the /include subdirectory; you want to set it to the 
/lib subdirectory.

-Justin

> Can someone help me with this?
> 
> 
> Pooja
> 
> -- 
> Quaerendo Invenietis-Seek and you shall discover.
> 

-- 
========================================

Justin A. Lemkul
Ph.D. Candidate
ICTAS Doctoral Scholar
MILES-IGERT Trainee
Department of Biochemistry
Virginia Tech
Blacksburg, VA
jalemkul[at]vt.edu | (540) 231-9080
http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin

========================================



More information about the gromacs.org_gmx-users mailing list