[gmx-users] Problems compiling gromacs-3.1.4 using MIPSpro 7.3.1.3m compiler on IRIX 6.5
Markus Meier
m.meier at unibas.ch
Mon Oct 14 18:50:37 CEST 2002
Dear all
The problem is that f77 produces n32 objects per default, but I told
the c compiler to produce 64 bit objects. The incompatibility is the
cause that the fortran name-mangling is not regcognized correctly by
the configure script. The solution is, to provide 64 bit flags to both
compilers:
setenv FFLAGS "-64 -mips4"
setenv CFLAGS "-64 -mips4 -I/progs/include"
setenv LDFLAGS "-L/usr/lib64 -L/usr/lib64/mips4 -L/usr/lib64/r10000
-L/progs/lib64"
./configure --prefix=/progs/app/gromacs-3.1.4
--exec-prefix=/progs/app/gromacs-3.1.4 --enable-shared --with-x
Thanks to all people who helped to sort this out, especially Erik.
Cheers,
Markus
On Monday, October 14, 2002, at 05:53 pm, Erik Lindahl wrote:
>
> Hi Markus,
>
> In that case you should just turn of the fortran code with the
> "--disable-fortran" option to configure. Were you trying to combine
> SGI cc with gnu fortran or something?
>
> Cheers,
>
> Erik
Markus Meier
M. E. Müller Institut
Biozentrum der Universität Basel
Klingelbergstrasse 70
CH-4056 Basel
Tel.: +41 61 267 20 91
Fax: +41 61 267 21 09
More information about the gromacs.org_gmx-users
mailing list