solved-building lammps with meam package

Thank you so much I could able to build lammps with meam package by
making the following settings to "Makefile.lammps" in meam library.

original settings:
meam_SYSINC =
meam_SYSLIB = -lifcore........ (refers to intel fortran compilers but
i dont have intel compiler installed but gnu fortran compiler is
installed)
meam_SYSPATH = -L/opt/intel........ (path of intel fortran compiler compiler)

changed to: gfortran compiler and its path
meam_SYSINC =
meam_SYSLIB = -lgfortran
meam_SYSPATH = -L/usr/bin/gfortran