Message-ID: <37625254.C322726C@hitech.net.au> From: leroy X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en,ja MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: can't debug with djgpp References: <3761AEF6 DOT 3FD81185 AT cloud9 DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Internet Primus Cache-Post-Path: diddley.primus.com.au!unknown AT ras39 DOT ports DOT bgn DOT primus DOT com DOT au X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Lines: 24 Date: Sat, 12 Jun 1999 22:28:05 +1000 NNTP-Posting-Host: 203.134.0.92 X-Complaints-To: abuse AT telstra DOT net X-Trace: wa.nnrp.telstra.net 929190865 203.134.0.92 (Sat, 12 Jun 1999 22:34:25 EST) NNTP-Posting-Date: Sat, 12 Jun 1999 22:34:25 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The .o file is a COFF file. COFF stands for Common Object File Format (or there abouts), COFF is an executable file (just not in DOS :) so to create the exe a stub loader is prefixed to it. Sorry I can't help with the debugging part though. Cheers, leroy. Paul Van Belinghen wrote: > I am using Rhide 1.4 with Djgpp 2.02 on Win98. > > I found that I could not debug a program with Rhide (I tried c, ada, and > fortran sources). Even though the "-g" option is used in compilation, > Rhide still displays the "debug info not available" message when I try > to step or trace. I found some other people who had this problem in this > newsgroup but no one could explain it. I tried using -gstabs and -Wall > but to no avail. Am I supposed to see a .coff file in the compilation > directory? All I see is .ali, .o, and .exe produced. I tried "gcc -g > file.c" from the command prompt, but still no .coff file - just a.exe.