From: Mark Phillips Newsgroups: comp.os.msdos.djgpp Subject: Re: very new at this Date: Wed, 7 Jul 1999 11:51:36 -0500 Organization: The University of Manitoba Lines: 16 Message-ID: References: <7lvuh8$gu1$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: silver.cs.umanitoba.ca Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: canopus.cc.umanitoba.ca 931366301 28185 130.179.24.6 (7 Jul 1999 16:51:41 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 7 Jul 1999 16:51:41 GMT In-Reply-To: <7lvuh8$gu1$1@nnrp1.deja.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I have read through the readme file and the faq file but I can not > figure out how to run the compiler or where to write the program > itself. I have tried in notepad and then saving it. I then ran the file > name from dos but it just said "invalid file name." I have tried to > find the answers elsewhere but this is where the experts lie at least > what that is what the FAQ document read. Any help would be recieved > gratfully. If you're compiling a C program try: gcc -o filename.exe filename.c or if it's C++ try gxx -o filename.exe filename.cc