From: dgrampsas AT aol DOT com (DGrampsas) Newsgroups: comp.os.msdos.djgpp Subject: Can't link using gcc Lines: 19 NNTP-Posting-Host: ladder07.news.aol.com X-Admin: news AT aol DOT com Date: 06 Nov 1999 18:18:04 GMT Organization: AOL http://www.aol.com Message-ID: <19991106131804.09545.00001437@ng-fp1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I purchased a book which contained DJGPP, along with an IDE called RHIDE. It had an install wizard and it seemed to install just fine. I created a program in RHIDE and it seemed to generate an object file okay, but had problems linking the object file into an executable. Here is the log I got: Compiling: hello2.c no errors Creating: hello2.exe Error: gcc.exe: installation problem, cannot execute 'stubify': no such file or directory (ENOENT) There were some errors Any ideas as to what is going wrong?