Error atom.h:265: undefined reference to `LAMMPS_NS::Atom::map_find_hash(long)'

Did any one get the below error while doing make mpi on centos with intel composer and mvapich 2.0 ?

write_data.o write_dump.o write_restart.o xdr_compat.o -lreax -lmeam -lcolvars -lpoems -lfftw3_mpi -lgfortran -lgfortran -lpthread -ldl -lutil -lm -lpython2.6 -o …/lmp_mpi
atom.o: In function LAMMPS_NS::Atom::map(long)': /home/askr/softs/lammps-10Aug15/src/Obj_mpi/../atom.h:265: undefined reference to LAMMPS_NS::atom::map_find_hash(long)’
/home/askr/softs/lammps-10Aug15/src/Obj_mpi/…/atom.h:265: undefined reference to LAMMPS_NS::Atom::map_find_hash(long)' /home/askr/softs/lammps-10Aug15/src/Obj_mpi/../atom.h:265: undefined reference to LAMMPS_NS::atom::map_find_hash(long)’
/home/askr/softs/lammps-10Aug15/src/Obj_mpi/…/atom.h:265: undefined reference to LAMMPS_NS::Atom::map_find_hash(long)' /home/askr/softs/lammps-10Aug15/src/Obj_mpi/../atom.h:265: undefined reference to LAMMPS_NS::atom::map_find_hash(long)’
atom.o:/home/askr/softs/lammps-10Aug15/src/Obj_mpi/…/atom.h:265: more undefined references to LAMMPS_NS::Atom::map_find_hash(long)' follow fix_rattle.o:(.data._ZTVN9LAMMPS_NS9FixRattleE[_ZTVN9LAMMPS_NS9FixRattleE]+0xe8): undefined reference to LAMMPS_NS::FixShake::set_molecule(int, long, int, double*, double*, double*)’
fix_rigid.o: In function LAMMPS_NS::FixRigid::setup(int)': /home/askr/softs/lammps-10Aug15/src/Obj_mpi/../fix_rigid.cpp:755: undefined reference to LAMMPS_NS::Domain::unmap(double*, int, double*)’
fix_rigid.o: In function LAMMPS_NS::FixRigid::final_integrate()': /home/askr/softs/lammps-10Aug15/src/Obj_mpi/../fix_rigid.cpp:942: undefined reference to LAMMPS_NS::Domain::unmap(double*, int, double*)’
fix_rigid.o: In function `LAMMPS_NS::FixRigid::pre_neighbor()’:

Did any one get the below error while doing make mpi on centos with intel
composer and mvapich 2.0 ?

​the only way that i can imagine this could happen is when you change
settings in the makefile (e.g. add -DLAMMPS_BIGBIG) without doing a make
clean-all afterwards.

axel.​

Thank Axel it worked.