[lammps-users] MAKING PROBLEM

I want to make LAMMPS with FTTW without mpi,so I edit the makefile.g++ like this:

g++ = RedHat Linux box, g++,no MPICH, FFTW

SHELL = /bin/sh
#.IGNORE:

System-specific settings

CC = g++
CCFLAGS = -g -O -I…/STUBS
-I/usr/local/fftw/include -DFFT_FFTW -DGZIP
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -g -O -L…/STUBS
-L/usr/local/fftw/lib
USRLIB = -lmpi -ldfftw
SYSLIB =
ARCHIVE = ar
ARFLAGS = -rc
SIZE = size

Link target

(EXE): (OBJ)
(LINK) (LINKFLAGS) (OBJ) (USRLIB) (SYSLIB) -o (EXE)
(SIZE) (EXE)

Library target

lib: (OBJ) (ARCHIVE) (ARFLAGS) (EXE) $(OBJ)

Compilation rules

.o:.cpp
(CC) (CCFLAGS) -c < %.d:%.cpp (CC) (CCFLAGS) (DEPFLAGS) < > @

Individual dependencies

DEPENDS = (OBJ:.o=.d) include (DEPENDS)

when I type ‘make g++ yes-all’ there is some errors happened at the beginning:
Makefile:43: angle_charmm.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: angle_class2.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: angle_cosine.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: angle_cosine_squared.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: angle.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: angle_harmonic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: angle_hybrid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_angle.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_atomic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_bond.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_charge.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_dpd.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_full.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_granular.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_hybrid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: atom_molecular.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_class2.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_fene.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_fene_expand.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_harmonic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_hybrid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_morse.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_nonlinear.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: bond_quartic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: comm.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: create_atoms.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: create_box.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: delete_atoms.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: delete_bonds.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_charmm.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_class2.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_harmonic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_helix.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_hybrid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_multi_harmonic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dihedral_opls.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: displace_atoms.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: domain.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump_atom.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump_bond.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump_custom.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump_dcd.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump_xtc.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: dump_xyz.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: error.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: ewald.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fft3d.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fft3d_wrap.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: finish.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_add_force.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_ave_force.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_centro.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_com.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_deposit.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_drag.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_efield.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_energy.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_enforce2d.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_freeze.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_gran_diag.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_gravity.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_gyration.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_indent.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_langevin.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_line_force.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_minimize.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_momentum.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_msd.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_nph.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_npt.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_nve.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_nve_gran.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_nvt.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_orient_fcc.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_plane_force.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_poems.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_pour.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_print.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_rdf.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_recenter.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_respa.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_rigid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_set_force.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_shake.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_shear_history.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_spring.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_spring_rg.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_spring_self.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_stress.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_temp_rescale.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_tmd.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_uniaxial.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_viscous.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_volume_rescale.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_wall_gran.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_wall_lj126.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_wall_lj93.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_wall_reflect.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: fix_wiggle.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: force.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: group.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: improper_class2.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: improper.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: improper_cvff.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: improper_harmonic.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: improper_hybrid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: input.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: kspace.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: lammps.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: lattice.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: library.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: main.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: memory.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: min_cg.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: min_cg_fr.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: min.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: minimize.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: min_sd.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: modify.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: neigh_bond.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: neighbor.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: neigh_full.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: neigh_gran.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: neigh_half.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: neigh_respa.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: output.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pack.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_buck_coul_cut.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_buck_coul_long.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_buck.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_dpd.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_eam_alloy.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_eam.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_eam_fs.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_gran_hertzian.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_gran_history.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_gran_no_history.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_hybrid.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_charmm_coul_charmm.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_charmm_coul_charmm_implicit.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_charmm_coul_long.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_class2_coul_cut.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_class2_coul_long.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_class2.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_cut_coul_cut.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_cut_coul_debye.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_cut_coul_long.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_cut_coul_long_tip4p.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_cut.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_expand.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_lj_smooth.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_morse.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_soft.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_sw.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_table.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_tersoff.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pair_yukawa.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pppm.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pppm_tip4p.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: pressure.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: random_mars.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: random_park.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: read_data.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: read_restart.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region_block.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region_cylinder.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region_intersect.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region_prism.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region_sphere.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: region_union.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: remap.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: remap_wrap.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: replicate.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: respa.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: run.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: set.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: shell.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: special.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: system.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: temperature.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: temper.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: temp_full.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: temp_partial.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: temp_ramp.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: temp_region.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: thermo.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: timer.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: universe.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: update.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: variable.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: velocity.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: verlet.d: û���Ǹ��ļ���Ŀ¼
Makefile:43: write_restart.d: û���Ǹ��ļ���Ŀ¼

"û���Ǹ��ļ���Ŀ¼"is chinese expression of “no file or no document”
but it do not stop the making process,the making LAMMPS process can going on without errors after this.
Why do this happen?Will it cause the lammps to be deformity?
if will,how can I deal with it?