Date: Mon, 8 Nov 1999 18:29:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Harry Hiratos cc: djgpp AT delorie DOT com Subject: Re: hello.cpp won't execute In-Reply-To: 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, 8 Nov 1999, Harry Hiratos wrote: > I have successfully compiled hello.cpp in Rhide, but when I try to create an > executable file using Make, I get the following error message: > > Error: gcc.exe: installation problem, cannot exec 'stubify': No such file or > directory (ENOENT) You don't have stubify.exe in your DJGPP bin subdirectory. If you installed DJGPP from some CDROM, look for this program on the CD and manually copy it to the same directory on your hard disk where you have gcc.exe. Then complain to the vendor who sold you the CDROM because their installation program has a bug (it doesn't copy stubify.exe).