From: mcheu Newsgroups: comp.os.msdos.djgpp Subject: Re: help Date: Thu, 21 Jun 2001 16:00:13 -0400 Message-ID: References: <9d DOT 16fd1d9a DOT 285ea007 AT aol DOT com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cache-Post-Path: news.vaxxine.com!unknown AT ppp329 DOT digi-t3 DOT st-cath DOT niagara DOT net X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) NNTP-Posting-Host: Newsfeeds.com Lines: 46 X-Comments: This message was posted through Newsfeeds.com X-Comments2: IMPORTANT: Newsfeeds.com does not condone, nor support, spam or any illegal or copyrighted postings. X-Report: Report abuse to "abuse AT Newsfeeds DOT com" Organization: Newsfeeds.com http://www.newsfeeds.com 90,000+ UNCENSORED Newsgroups. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 17 Jun 2001 20:06:31 EDT, Wlidman AT aol DOT com wrote: >i finished the installation and the changing of the autoexec.bat and i dont >know what or where djgpp is and it is in the folder c:\djgpp >is there supposed to be a djgpp.exe file or what how do i run it >Sincerely >Chris McGuire You might want to read the readme.1st file. It was among the list of files you should have downloaded. I suspect that you wouldn't have known to change your autoexec.bat if you didn't at least skim that file. All of this should be in the readme.1st file. If it wasn't in your copy, see if you can snag another copy someplace. anyways, assuming you set it all up correctly... putting djgpp\bin in your path, and setting the DJGPP environment variable and all that... you would type up a c program in a text editor and save it with a C extension for C programs and a CPP extension for C programs. Then from whereever you saved it, you'd use one of these lines to compile it into a working program. There are also other features and command line options, but this is just to get you started. For C programs: gcc -o bonjourworld.exe bonjourworld.c For the equivalent C++ program... gxx -o bonjourworld.exe bonjourworld.cpp Windows NOTEPAD or the MSDOS EDIT command should be ok text editors for this. Later when you get more serious, you can use winEMACS/EMACS or RawHIDE (RHIDE) -- they're easily found and downloaded wherever you can find DJGPP. ----------- Thanks MCheu -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =-----