From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP and running it Date: Wed, 26 Aug 1998 21:49:28 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 35 Message-ID: <35E4BB28.3DD2F097@cs.net> References: <6s24n1$6vl$1 AT supernews DOT com> NNTP-Posting-Host: ppp118.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > jud wrote: > > Ive downloaded and unziped all the djgpp files into the corecet > directories, but i cant get it to run, ive put all the set command > stuff in my autoexec file before the win command, but every time i try > do use it it says "invalid file name" or something close. any help > would be apriciated. What exactly are you trying to run? :-) To compile a program, first you must write one, using the text editor or IDE of your choice. Then you must compile it, using either the 'gcc' compiler or the builtin compilation commands of the IDE. An example command line might look like: gcc -Wall -O -g -o myprog.exe myprog.c If you want to use RHIDE, a Turbo C look-alike that is designed specifically for DJGPP, just run 'rhide', enter your program, and use the menu commands to compile it. A comprehensive (although incomplete) DJGPP User's Guide is available at http://www.delorie.com/doc/ug/. I also suggest the DJGPP Frequently Asked Questions list, available as v2/faq210b.zip from SimTel or online at http://www.delorie.com/djgpp/v2faq/. hth! -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT net | | ICQ UIN#: 7406319 | http://www.cs.net/fighteer/ | | ObJoke: If Bill Gates were a robber, not only would he | | shoot you, but he'd send you a bill for the bullets. | ---------------------------------------------------------------------