Hi - I am having trouble compiling the non-MPI version of Gromacs 3.2.1 on Mac OS X 10.4.8 on an Intel Mac.<br>I am compiling against FFTW 2.1.5.<br><br>I've tried:<br><br>export CPPFLAGS=-I/Users/chzelingwee<div id="mb_0">
/lib/fftw-2.1.5
/include
<br>export LDFLAGS=-L/Users/chzelingwee/lib/fftw-2.1.5/lib
<br>make distclean
<br>./configure --prefix=/Users/chzelingwee/bin/gromacs-3.2.1 
--disable-float --enable-all-static --without-x --with-fft=fftw2
<br>make<br><br>'make' runs for a bit before exiting with an error (I've only shown the final few lines):<br><br>========================================================================
<br>
<br>cc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../include 
-DGMXLIBDIR=\&quot;/Users/chzelingwee/bin/gromacs-3.2.1/share/top\&quot; 
-I/Users/chzelingwee/lib/fftw-2.1.5/include -I/usr/include/libxml2 -O6 
-fomit-frame-pointer -finline-functions -Wall -Wno-unused -malign-double 
-funroll-all-loops -I/usr/include/libxml2 -MT innerc.lo -MD -MP -MF 
.deps/innerc.Tpo -c innerc.c -o innerc.o
<br>/bin/sh ../../libtool --mode=compile cc&nbsp; -O6 -fomit-frame-pointer 
-finline-functions -Wall -Wno-unused -malign-double -funroll-all-loops 
-I/usr/include/libxml2 -c -o x86_cpuid.lo `test -f 'x86_cpuid.s' || echo 
'./'`x86_cpuid.s
<br>cc -O6 -fomit-frame-pointer -finline-functions -Wall -Wno-unused 
-malign-double -funroll-all-loops -I/usr/include/libxml2 -c x86_cpuid.s 
-o x86_cpuid.o
<br>x86_cpuid.s:62:Expected comma after segment-name
<br>make[3]: *** [x86_cpuid.lo] Error 1
<br>make[2]: *** [all-recursive] Error 1
<br>make[1]: *** [all] Error 2
<br>make: *** [all-recursive] Error 1
<br>
<br>========================================================================
<br><br>Can anyone help?<br><br>Cheers<br>Chze Ling<br><span class="sg"><br>--<br>Chze Ling Wee<br>Department of Biochemistry<br>University of Oxford<br>
South Parks Road<br>
Oxford <br>
OX1 3QU<br>
U.K.</span></div>