From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: help starting out Date: Fri, 10 Aug 2001 08:43:17 +0300 Lines: 12 Message-ID: <3B737475.24D17CE9@is.elta.co.il> References: <001301c1214d$edfc0700$fb7e183f AT hppav> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 997422214 7368893 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > vcif_1 wrote: > > Hi! Thank you in advance for your help. I have windows ME and Sams teach > yourself C which had installations of DJGPP, RHide etc. I typed in the > hello world program which compiles but when make or link or run is used I > get gcc.exe: installation problem, cannot execute 'stubify': no such file > or directory {ENOENT} That's a bug in the installation program which came with that book: it doesn't copy stubify.exe from the CD. Find stubify.exe on the CD and manually copy it to the same directory where gcc.exe lives on your hard disk.