Mail Archives: djgpp/1997/09/15/23:20:22
At 07:09 9/15/1997 +0100, shane randall wrote:
>I have just dowmloaded djgpp and would like to know where i start to
>compile programes from is it gcc,ccp, or is it the dos text editor.
This is explained in README.1ST, the FAQ and doubtless several other places
as well. But since you're here...
gcc is the compiler. You invoke it like:
gcc -o myprog.exe myprog.c
Note that there are literally hundreds of other options for optimizations,
extensions to C, warnings, debugging, profiling... the list goes on and on.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -