Date: Sat, 12 Sep 1998 15:35:35 -0400 (EDT) Message-Id: <199809121935.PAA04412@delorie.com> From: DJ Delorie To: vhatz AT ccf DOT auth DOT gr CC: djgpp AT delorie DOT com In-reply-to: <6teh3g$a10$1@evia.ccf.auth.gr> (vhatz@ccf.auth.gr) Subject: Re: HELP!!!URGENT!! Precedence: bulk > program=C:\WINDOWS\ΕΠΙΦΆΝ~1\PHYSICS\MUON\SIMUL2.EXE > Does anyone know what this means??? It means you should use the debugger. Compile your program with "gcc -g ..." and then do this: C:\WINDOWS\ΕΠΙΦΆΝ~1\PHYSICS\MUON> gdb simul2.exe ... version info ... (gdb) run ... crashes ... (gdb) where