[lammps-users] question about compiling with meam library

  1. I installed intel c++ and fortran compiler and tried to compile meam library (lib/meam) as following "

$ make -f Makefile.ifort

but I failed to compile with several errors like :

2009/5/27 YooJun Hwan <[email protected]...>:

1. I installed intel c++ and fortran compiler and tried to compile meam
library (lib/meam) as following "

$ make -f Makefile.ifort

but I failed to compile with several errors like :

--------------------------------------------------------------------
/opt/intel/Compiler/11.0/081/bin/intel64/fortcom: error while loading shared
libraries: libstdc++.so.5: cannot open shared object file: No such file or
directory
ifort: error #10273: Fatal error in
/opt/intel/Compiler/11.0/081/bin/intel64/fortcom, terminated by 0x7f
make: *** [meam_data.o] error 127
--------------------------------------------------------------------

this is not the fault of lammps. your compiler is not working.
you need to install the gcc v3.x c++ runtime. please check
the installation instructions of the compiler package and
look for requirements. which package you have to install
depends on your linux distribution. if you search the website
of your linux distribution, you may be able to find that out.