Date: Fri, 31 Mar 2000 10:11:07 +0200 (WET) From: Andris Pavenis To: Dieterle cc: djgpp AT delorie DOT com Subject: Re: problem: no exe-file In-Reply-To: <001501bf9a39$ec4f5a20$818a06d5@katrin01> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 30 Mar 2000, Dieterle wrote: > Hi there, > > yesterday I installed the DJGPP-Compiler Version 2.02 (Windows 95). > First I had the message: > The solution was declared in the book: 'Jetzt lerne ich C++, Markt und Technik': > Delet the last line including the word stubify in the file secs. > After deleting that line, there was no problem while compiling the hello.cpp. > But I got NO executable file hello.exe. > With Borland-Compiler I got an executable. Why not with gxx? > > Please, may sombody help me? > You should NOT modify file specs. Restore it and after that search CD for file stubify.exe and put it in the same directory where gcc.exe and gxx.exe are located (perhaps C:/DJGPP/BIN if You installed on C: drive) Also You can complain about this problem to the publisher of this book. Andris PS. Consider upgrading to newer versions. See http://www.delorie.com/djgpp for details