Xref: news-dnh.mv.net comp.os.msdos.djgpp:2658 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!usenet.eel.ufl.edu!afn24681 From: afn24681 AT afn DOT org (Joseph B. Ottinger) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp Date: 15 Oct 1995 10:25:31 GMT Lines: 16 References: Nntp-Posting-Host: freenet4.afn.org To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp BELECTRON AT aol DOT com wrote: : i cant figure out exactly how to work this crazy compiler i dont know if i : got all the doc files or what but i just need a simple manuel that will tell : me what the commands do and there operands and whatnot.for instanc if i : wanted to compile a program what would the proper syntax be...and so on and : so forth so any way if you could point me in the right direction as to where : i could find this sort of thing please let me know. thank you kindly and keep : up the excellent work.... Nothing personal but GEEZ, if you want correct syntax, get a manual of ENGLISH and then move on to C. Try "info gcc". If you don't have "info," get it. Then try "gcc name.c" and you'll get either a series of error messages, or an executable. Then go from there.