[gmx-users] Problems compiling gromacs-3.1.4 using MIPSpro 7.3.1.3m compiler on IRIX 6.5
Erik Lindahl
lindahl at stanford.edu
Mon Oct 14 19:05:32 CEST 2002
Markus Meier wrote:
> 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 for taking the trouble to sort it out Markus. I'll add it to the FAQ.
Cheers,
Erik
More information about the gromacs.org_gmx-users
mailing list