From: "Paulo J. Matos aka PDestroy" Newsgroups: comp.os.msdos.djgpp Subject: Error debugging Date: Mon, 13 Nov 2000 22:51:23 -0000 Lines: 32 Message-ID: <8uprbl$cd9$1@venus.telepac.pt> NNTP-Posting-Host: 212.113.181.165 X-Trace: venus.telepac.pt 974155957 12713 212.113.181.165 (13 Nov 2000 22:52:37 GMT) X-Complaints-To: abuse AT mail DOT telepac DOT pt NNTP-Posting-Date: 13 Nov 2000 22:52:37 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm using gdb from DJGPP to debug a program of mine called simul.c After compilation: gcc -g -Wall -c simul.c gcc -g -o simul.exe simul.o I do: gdb simul And then: list And i receive the following: 1 frame.c: No such file or directory (ENOENT). And I don't have any frame.c in my program nor I know what this means. Can anybody help me? Best regards, -- Paulo J. Matos aka PDestroy http://www.pdestroy.net ICQ UIN - 361853 -- Keep away from people who try to belittle your ambitions. Small people always do that, but the really great make you feel that you, too, can become great. - Twain, Mark