Indiana University
University Information Technology Services
  
What are archived documents?

At IU, what C compilers are available on the UITS central systems?

All of the UITS central system Unix computers and clusters (Big Red, Libra, and Quarry) at Indiana University have at least two C compilers: GNU C (gcc) and a vendor-specific compiler (often cc).

To use gcc on any of these systems, at the Unix prompt, enter:

gcc filename.c

For the ANSI gcc compiler, at the Unix prompt, enter:

gcc -ansi filename.c

In both examples, replace filename.c with the name of your C file.

For documentation on the GNU C compiler, refer to the gcc man page. For vendor-specific compilers, documentation is often available under the man pages for cc.

Also see:

This is document abby in domain all.
Last modified on June 23, 2008.
Please tell us, did you find the answer to your question?