Compilation problem with MEAM in latest version of LAMMPS (19 july 2011)

Hi Greg,
I am confused as how to resolve the issue.
Thanks

It's not a MEAM issue and doesn't involve Greg.

To build and link a Fortran library (MEAM) with the
rest of LAMMPS (C++) you have to use compatible
compilers. You are using gfortran and all your MEAM settings
in your Makefile are for an Intell Fortran compiler. That is
one problem. The link error appears to be that the C-Fortran
interface is not figureing out the subroutine names with
underscores, etc. Again that is b/c the 2 compilers
you are using do not know how to talk to each other, so
you need to use a consistent set of compilers.

This is not really a LAMMPS issue, it's a dual-language-compilation
issue that you need to figure out for your box and your
compilers.

Steve