From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide 1.4 compiling error Date: Sun, 23 Nov 1997 20:05:37 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 20 Message-ID: <34795b26.3518167@news.uni-duisburg.de> References: <880285007 DOT 252979 AT moon DOT aa DOT net> NNTP-Posting-Host: ppp109.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 23 Nov 1997 03:42:15 -0800, "Roger W. Huggins" wrote: > I have a simple hello.c world program that I can compile in DOS using gcc, > but when I compile in Rhide, it compiles and says there are no errors or > warnings, but it will not create an exe file. I need help. I am sure that > it is some enviroment setting, but I am not sure exactly what to do to fix > it. Did you choose Compile->Compile (Alt-F9) or Compile->Make (F9)? "Compile" means compiling only, that is producing an object (.o) from your source file. "Make" on the other hand does not only compile your .c or .cc to a .o file, but link it into a .exe file as well. If that was not your problem, please be more specific with your question and tell us what you did when it happened. Also you could post the bug report (Alt-Space) which could give us a clue where the problem is. Regards... Michael