Message-Id: <3.0.5.16.19981009124858.38277444@mail.geocities.com> X-Sender: john_meyer AT mail DOT geocities DOT com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (16) Date: Fri, 09 Oct 1998 12:48:58 To: djgpp AT delorie DOT com From: John Meyer Subject: Re: djgpp compiler In-Reply-To: <001301bdf3ad$77bb5760$d1eb5cc3@steve-furniss> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com At 06:41 PM 10/9/98 +0100, you wrote: >hello i wondered if anybody could help me,i have just obtained a copy >of the "c" compiler "djgpp",i have unzipped all the files as per the instructions >but i do not know which program to start that allows me to write a "c" program >and which program to use to compile and run it. >i am new to using this compiler so i would really appreciate some help >in this matter. >up to now i have tried to run the program "gcc",but all i get back is >no input file,does this mean i am trying to compile a program before >i have even written it ?. >if this is so i need to now what application to start that allows me to >write the program. > >thanks in advance >steve furniss >stephen AT 1074furn DOT karoo DOT co DOT uk "gcc" is a command line compiler. That means you have to feed it a file (I don't remember the proper syntax, however). sort of like gcc hello.cpp -o hello.exe or something like that. Try RHIDE. Rhide looks like a DOS-based word processor and is a lot easier to use than gcc if you don't know all of the options you can use with gcc.