[lammps-users] Bug or not?

Hi folks,

why Lammps (recent version) can not be debuged under eclipse? I am not sure whether it is a bug. I attached two pictures.
Why we use g++4 as a compiler, I just can not find any info from internet.
Thank for your attentions.

Sincerely, yours

version_07Jan09.png

version_23Sep10.png

hi,

there is no problem debugging lammps. you have to make sure that
the -g flag is included when compiling and linking and that the source
directoryis known to the debugger.

g++4 is the same as g++. on older red hat installatiions based
on gcc v3.x, g++4 name is used to have two g++ compilers
installed at the same time.

axel

2010/9/18 毛益进 <[email protected]...>: