Dear GMX-users,<br>
<br>
Here are the script I used to install the GROMACS-3.3.1 double precision on a True64 Unix system.<br>
I installed fftw-3.0.1 first and it was successful.<br>
<br>
./configure --enable-float --enable-type-prefix; make; make install<br>
./configure --enable-type-prefix; make; make install<br>
<br>
Then I started the gromacs installation:<br>
./configure --enable-double --program-suffix=_d; make<br>
<br>
I got the following message on the screen:<br>
mkdir .libs<br>
rm -fr .libs/libgmx_d.lax<br>
mkdir .libs/libgmx_d.lax<br>
rm -fr .libs/libgmx_d.lax/libnonbonded.a<br>
mkdir .libs/libgmx_d.lax/libnonbonded.a<br>
(cd .libs/libgmx_d.lax/libnonbonded.a &amp;&amp; ar x
/usr/users/5/lzhou2/gmx/gromacs-3.3.1/src/gmxlib/nonbonded/.libs/libnonbonded.a)<br>
rm -fr .libs/libgmx_d.lax/libblas.a<br>
mkdir .libs/libgmx_d.lax/libblas.a<br>
(cd .libs/libgmx_d.lax/libblas.a &amp;&amp; ar x /usr/users/5/lzhou2/gmx/gromacs-3.3.1/src/gmxlib/gmx_blas/.libs/libblas.a)<br>
rm -fr .libs/libgmx_d.lax/liblapack.a<br>
mkdir .libs/libgmx_d.lax/liblapack.a<br>
sh: 210705 Memory fault - core dumped<br>
*** Exit 139<br>
<br>
In the config.log file, I got another error message:<br>
<br>
#define PACKAGE &quot;gromacs&quot;<br>
#define PACKAGE_BUGREPORT &quot;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a>&quot;<br>
#define PACKAGE_NAME &quot;GROMACS&quot;<br>
#define PACKAGE_STRING &quot;GROMACS 3.3.1&quot;<br>
#define PACKAGE_TARNAME &quot;gromacs&quot;<br>
#define PACKAGE_VERSION &quot;3.3.1&quot;<br>
#define RETSIGTYPE void<br>
#define SIZEOF_INT 4<br>
#define SIZEOF_LONG_INT 8<br>
#define SIZEOF_LONG_LONG_INT 8<br>
#define STDC_HEADERS 1<br>
#define VERSION &quot;3.3.1&quot;<br>
#define inline __inline<br>
#endif<br>
#endif<br>
#ifdef __cplusplus<br>
#ifndef __cplusplus<br>
extern &quot;C&quot; void std::exit (int) throw (); using std::exit;<br>
<br>
configure: exit 0<br>
<br>
<br>
I am wondering the connection between these two error messages and how to correct them.<br>
<br>
Thank you in advance for the help.<br>
<br>
Lei Zhou<br>
Columbia University<br>
<br>
<br>