From: Mike_and_Beth Newsgroups: comp.os.msdos.djgpp Subject: Re: very new user needs help Date: Sun, 29 Nov 1998 14:19:35 -0800 Organization: Verio Northern California's Usenet News Service Lines: 27 Message-ID: <3661C877.3FA@wco.com> References: <199811292013 DOT UAA15051 AT remus DOT clara DOT net> NNTP-Posting-Host: venus160.wco.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.04Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Arthur wrote: > > > I've downloaded DJGPP and extracted all the files(the correct > > ones I think) > > to C:\DJGPP . > > Now I'm lost. > > I want to run DJGPP but I dont know how. > > Do I have to be in MSDOS mode? > > I've read FAQ but cant seem to get any further forward. > > I feel like such a lamer to have to come to a newsgroup to run a program > > but it seems the quickest way forward. > > help much appreciated. > > Read the readme.1st file - it'll tell you what you need to do to complete > the installation. To compile a C program type the following: > > gcc myfile.c -o myfile.exe > and you need these lines in your autoexec.bat PATH=\DJGPP\BIN; set DJGPP=c:\djgpp\djgpp.env assuming you extracted all you djgpp to c:\djgpp This is called out in the readme.1st Mike Purtell