Mail Archives: djgpp/2000/06/27/01:00:42
>
> Ok, i got DJGPP on CD-ROM. it has a setup.exe and i am sure that everything is done
> automatically right< what do you think?? after that, how in the world do i use it. say if i
> wanted to do just a simple prgm, Thanks
You could use RHIDE, EMACS or whatever is installed. Just type "rhide"
or "emacs" at the command prompt.
To use the command-line tools,
gcc -o foo.exe foo.c (for C programs)
gpp -o foo.exe foo.cc (for C++ programs)
This should all be in the README.1st file in the distribution (hopefully).
http://www.midpec.com/djgpp/installation.html also has info on this.
--
Prashant TR <tr AT midpec DOT com>
Web: http://www.midpec.com/
- Raw text -