Technical Briefs ROHAN help Files gcc The gcc command is used to compile an ANSI C program. Syntax is: rohan% gcc filename.c where filename.c is the name of your ANSI C program. The executable produced is named a.out in your directory. To run the executable, Syntax is: rohan% a.out
gcc The gcc command is used to compile an ANSI C program. Syntax is: rohan% gcc filename.c where filename.c is the name of your ANSI C program. The executable produced is named a.out in your directory. To run the executable, Syntax is: rohan% a.out
rohan% gcc filename.c
To run the executable, Syntax is:
rohan% a.out
SDSU Faculty and Students may send questions about software on ROHAN or ROHAN UNIX problems to problems@rohan.sdsu.edu