<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 6/12/2011 9:09 PM, Efrat Exlrod wrote:
    <blockquote
      cite="mid:48806A9D97E6644EB9EFA081725CE8FF50CB0C71@phoenix.ad.biu.ac.il"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="GENERATOR" content="MSHTML 8.00.6001.19154">
      <style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
      <div style="direction: ltr;font-family: Tahoma;color:
        #000000;font-size: 10pt;">
        <div id="divBdy" class="bdyItmPrt" _fallwcm="1">
          <div>
            <div>
              <div dir="ltr"><span dir="ltr">
                  <pre style="MARGIN-TOP: 14pt; MARGIN-BOTTOM: 14pt">Hi everyone,

I have installed Gromacs 4.5.5 following the online installation guide without and with mpi.
My configure lines (after few tries) were:

./configure CC=/private/gnss/local/bin/gcc CXX=/private/gnss/local/bin/g++ --prefix=/private/gnss/Gromacs_455 --disable-float --with-fft=fftw3 --disable-shared --without-pic --program-suffix=_d


./configure CC=/private/gnss/local/bin/gcc CXX=/private/gnss/local/bin/g++ --prefix=/private/gnss/Gromacs_455 --disable-float --with-fft=fftw3 --disable-shared --without-pic --program-suffix=_d_mpi --enable-mpi


The binary files were created for both configurations but I get error messages in the config.log files (see below) and I was wondering if these errors are critical.

error messages for the installation without mpi:
conftest.c:20:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:20:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:40:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
conftest.c:54:4: error: 'not' undeclared (first use in this function)
conftest.c:54:8: error: expected ';' before 'big'
conftest.cpp:43:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.cpp:43:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:86:20: fatal error: direct.h: No such file or directory
conftest.c:53:20: fatal error: direct.h: No such file or directory
conftest.c:71:1: error: void value not ignored as it ought to be
conftest.c:102:20: error: expected expression before ')' token
conftest.c:110:13: error: 'bool' undeclared (first use in this function)
conftest.c:119:21: error: expected expression before ')' token
conftest.c:89:20: error: expected expression before ')' token
conftest.c:90:20: error: expected expression before ')' token
conftest.c:91:27: error: expected expression before ')' token


error messages for the installation with mpi:
conftest.c:24:2: error: #error not catamount
| #error not catamount
conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:24:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
conftest.c:38:4: error: 'not' undeclared (first use in this function)
conftest.c:38:8: error: expected ';' before 'big'
/private/gnss/local/bin/gcc: error trying to exec '/private/gnss/local/bin/x86_64-unknown-linux-gnu-gcc--I/opt/intel/impi/<a moz-do-not-send="true" href="http://3.2.2.006/include64" target="_blank">3.2.2.006/include64</a>': execvp: No such file or directory
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:70:20: fatal error: direct.h: No such file or directory
conftest.c:37:20: fatal error: direct.h: No such file or directory
conftest.c:55:1: error: void value not ignored as it ought to be
conftest.c:86:20: error: expected expression before ')' token
conftest.c:94:13: error: 'bool' undeclared (first use in this function)
conftest.c:103:21: error: expected expression before ')' token
conftest.c:73:20: error: expected expression before ')' token
conftest.c:74:20: error: expected expression before ')' token
conftest.c:75:27: error: expected expression before ')' token

I saw some of these errors in gromacs mailing list but couldn't understand if these errors were eventually solved and how.

</pre>
                </span></div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    configure runs a bunch of tests to see what properties your system
    has. Some of these tests will fail. This is not a problem if
    configure, make and GROMACS later succeed.<br>
    <br>
    Mark<br>
  </body>
</html>