Date: Wed, 29 Dec 1999 10:19:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: costas tsakiris cc: djgpp AT delorie DOT com Subject: Re: problem with the djgpp In-Reply-To: <19991227205753.21412.qmail@web1706.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 27 Dec 1999, costas tsakiris wrote: > The compilation is done succesfully and the > objective files are stored at the C:/djgpp/bin > directory, but the program does not run. When I > try "step over" or "trace into", comes out a > message like this : > > "Could not find the program. You must build at > first the program to use this function , because the > symbols are taken from that file " I'm guessing that you only compiled the sources, but didn't link them to produce an executable program. There should be a menu item that lets you build a program; use that.