From: Inkel AT sion DOT com To: djgpp AT delorie DOT com Date: 19 May 1998 12:04:00 EDT Subject: I'm still having problems ... MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zzzz4d7c0e24b36080sion.comzzzz" Message-ID: <08d873508151358PROXY@sion.net> Precedence: bulk > If you are reading this text, then your mail reader does not support > the MIME (Multipurpose Internet Mail Extensions) standard. To take > full advantage of the features of this message, you need to upgrade > your mailer to a MIME V1.0 compliant package. Some parts of this > message may be in human readable form. --zzzz4d7c0e24b36080sion.comzzzz Content-Type: text/plain Content-Transfer-Encoding: 7bit with profiling a program. After run the program (ie foo.exe), I run gprof foo.exe And I have this error: gmon.out: No such file or directory (ENOENT) What mean this? I've read the FAQ, I'm doing everything OK, but I'm still having problems, why? TIA Leandro M. "Spawn" López (mailto:inkel AT sion DOT com) Directly from Argentina. (Excuse my english) "See you in the coffee shop" Jerry Senfield (14-5-98) --zzzz4d7c0e24b36080sion.comzzzz Content-Type: text/plain; name="foo.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="foo.c" #include int main(int argc, char argv[]) { char *s = "Leandro Mariano Lopez"; printf("\n%s\n",s); return 0; } --zzzz4d7c0e24b36080sion.comzzzz--