Hello,
I am trying to compile c32b1 CHARMM with `./install.com gnu xxlarge M mpich ifc`. I am able to compile the xxlarge version _without_ MPI, and a large version _with_ MPI. However, the installation as described crashes with:

/nfs/user05/patsalov/software/c32b1/lib/gnu/machdep.a(cstuff.o): In function `gethdir_':
cstuff.c:(.text+0xc5d): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/nfs/user05/patsalov/software/c32b1/lib/gnu/machdep.a(cstuff.o): In function `getunamef_':
cstuff.c:(.text+0x918): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/nfs/user05/patsalov/software/c32b1/lib/gnu/machdep.a(cstuff.o): In function `uninf_':
cstuff.c:(.text+0x72a): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
mpi/libfmpich.a(dup_fnf.o): In function `mpi_dup_fn_':
dup_fnf.c:(.text+0x58): undefined reference to `MPIR_F_TRUE'
dup_fnf.c:(.text+0x63): undefined reference to `MPIR_F_FALSE'
mpi/libfmpich.a(null_copyfnf.o): In function `mpi_null_copy_fn_':
null_copyfnf.c:(.text+0x1d): undefined reference to `MPIR_F_FALSE'
make: *** [/nfs/user05/patsalov/software/c32b1/exec/gnu/charmm] Error 1

I compiled MPI with ifort. Is there anything that I need to do? Thanks for your help!

Vadim