From: efaaborg AT vii DOT com (Eric F) Newsgroups: comp.os.msdos.djgpp Subject: RHIDE compile problem: no response needed Date: Wed, 18 Mar 1998 05:41:11 GMT Organization: INTERNET AMERICA Lines: 16 Message-ID: NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Tue Mar 17 23:41:18 1998 NNTP-Posting-Host: bc-0123.vii.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm new to DJGPP and had a problem compiling with RHIDE which took me some time to solve. This might be a "It'll never happen to anyone again" situation but I thought it would be worth posting so that it would show up in a Deja News search just in case it does. OTOH, if this problem is discussed in the documents: sorry, I looked. Compiling in RHIDE gave: Compiling: c:/eric/c/hello.c There were some errors This happened whether or not there were errors in the code. Compiling outside RHIDE went as expected. It turned out I had an empty file named ‘gcc’ in my source code directory. I don’t know where it came from. Deleting it fixed the problem, whatever it was.