From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <001101be0c42$3170bf40$a52124c8 AT fsantiago DOT kbtel> Subject: Re: How can I read my error messages Lines: 23 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Tue, 10 Nov 1998 01:12:06 GMT NNTP-Posting-Host: 142.194.222.202 NNTP-Posting-Date: Tue, 10 Nov 1998 01:12:06 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Compile your EXE again, but this time use the -g command on the cmd-line. If and when your program crashes, run "symify program.exe" and you should see useful information on your screen pointing to function calls filenames and line numbers. -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked Francisco Santiago V wrote in message <001101be0c42$3170bf40$a52124c8 AT fsantiago DOT kbtel>... Hi everybody, I am using gcc to develop a C program and sometimes it aborts because of my code, I would like to analize the final message but i only see register and numbers. Someone can tell me how can i do that. thanks a lot.