Mail Archives: djgpp/1997/10/30/15:31:08
chris cummings <cwcndb AT nuri DOT net> wrote
> I am new (very) to this. I am beginning my first course in C programming
by
> distance education. Djgpp was
> recommended to me by a friend. I used the zip-picker to select which
> programs to download. However,
> when I tried to use Rhide to run the "Hello, world!" program, I got a
> "directory or file does not exist". Hope
> someone can help me out with this.
First check if your DJGPP installations is correct, go to the directory of
your hello.c and type:
gcc hello.c -o hello.exe
If this work than:
Have you writen the correct path in options/directories/source ?
Be sure that you have not opened a project, else you must add the *.c file
in the project window, go to windows/project and type the insert key.
hope this helps
Ingo
--
Ingo Ruhnke
ruhnke AT owl-online DOT de
http://www.geocities.com/SiliconValley/Horizon/2159/
- Raw text -