Date: Tue, 27 Jun 2000 10:37:10 +0530
Message-Id: <200006270507.KAA01025@midpec.com>
From: Prashant TR
To: brianh AT mc-online DOT net
CC: djgpp AT delorie DOT com
In-reply-to: <200006270231.WAA75381@mail.pinehurst.net> (brianh@mc-online.net)
Subject: Re: HELP???
References: <200006270231 DOT WAA75381 AT mail DOT pinehurst DOT net>
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk
>
> 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
Web: http://www.midpec.com/