Mail Archives: djgpp/1995/10/15/08:46:59
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.
- Raw text -