Message-Id: <01BE0C7F.20400900.ddomingu@mlg.cit.alcatel.es> From: Diego Dominguez Cazorla To: "'djgpp AT delorie DOT com'" Subject: RE: How can I read my error messages Date: Tue, 10 Nov 1998 07:52:53 +0100 X-Mailer: Correo electrónico de Internet de Microsoft/MAPI - 8.0.0.4211 Encoding: 20 TEXT Reply-To: djgpp AT delorie DOT com 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. Hola! I think what you want is "symify". Just make your program with -g option and when it crashes, type symify your_program.exe (((of course your_program.exe is the name of your program))) Good luck. ddomingu AT cit DOT alcatel DOT es => Diego Dominguez Cazorla <=