Mail Archives: djgpp/1997/11/23/15:46:51
On Sun, 23 Nov 1997 03:42:15 -0800, "Roger W. Huggins" <rogerwh AT aa DOT net>
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
- Raw text -