Executable differ on twice compiled at the same time
When I compile an executable twice use command "/opt/SUNWspro/WS6U2/bin/cc -g" at he same time, and then use "diff" command to compare this twice output file, I found that they are different.
After use "strip" command to strip this two files, they are different also.
Why?

