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

========================================
--
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to