AFAIK, gmon.out is the default name for profiler call graph output file. Are you compiling with the -pg or -p switches? If so, turn it off (unless it is your intent to run gprof on the profiler output).
Yes, the profile was on... for some reason. I've turned it off and now it doesn't show. Thanks, JLBorges. Just out of curiosity, I attempted to open the file the compiler generated, and it wasn't readable. What goods' tha'?