Mail Archives: djgpp/2000/03/31/03:41:01
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: <gxx.exe: installation problem: Cannot exec 'stubify': No such file or directory>
> 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
- Raw text -