<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 22/04/2012 9:30 AM, vijaya subramanian wrote:
    <blockquote cite="mid:SNT124-W34B7C2A49711031EA43ACBC0230@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        Hi <br>
        I am trying to install gromacs 4.5.5 on cygwin following the
        instructions in the wiki.<br>
        I first installed fftw3 using the following commands:<br>
        ./configure --enable-float<br>
        make<br>
        make install<br>
        <br>
        I then tried installing gromacs using:<br>
        ./configure --disable-threads <br>
        <br>
        as well as<br>
        ./configure --disable-threads --enable-all-static<br>
        <br>
        but I get the following error message and configure exits:<br>
        <br>
        checking for fftw3.h... yes<br>
        checking for main in -lfftw3f... no<br>
        configure: error: Cannot find fftw3f library<br>
        <br>
        I checked /usr/local/lib, it has:<br>
        libfftw3f.a&nbsp; libfftw3f.la&nbsp; pkgconfig<br>
        <br>
        Can anyone help with this issue.<br>
      </div>
    </blockquote>
    <br>
    configure doesn't look in /usr/local/lib by default. See
<a class="moz-txt-link-freetext" href="http://www.gromacs.org/Documentation/Installation_Instructions#Using_autoconf">http://www.gromacs.org/Documentation/Installation_Instructions#Using_autoconf</a><br>
    <br>
    Mark<br>
  </body>
</html>