Node:No stubify, Previous:Libraries, Up:Compiling

8.23 GCC Cannot find stubify.

Q: Whenever I try to compile something, GCC says "Installation problem, cannot exec stubify: No such file or directory (ENOENT)". The compiler came on a CD with one of those "Teach yourself C++" books....

A: Blame the vendor who created the CD: their installation program failed to copy the program stubify.exe to your hard disk. The compiler needs stubify.exe when it links your programs.

To solve the problem, find stubify.exe on the CD and manually copy it into the same directory where gcc.exe lives.