C, C++ Compilers
Software Description
Software Description: Complier software
Platform: Unix
Cost: No charge
Request a Server Account
- Request account on compile.vcu.edu
- Request account on koti.vcu.edu
- Request account on watson.vcu.edu (via VCU helpIT Center)
Additional Resources:
Gnu Compiler Collection 4.1.2 (Default)
-
C, Objective C, Objective C++ - gcc
-
C++ - g++
-
Java (compiler) - gcj
-
Ada - gnat
-
Fortran 90 - gfortran
Gnu Compiler Collection 4.4.4:
-
C - gcc44
-
C++ - g++44
-
Fortran 90 - gfortran44
Gnu Compiler Collection 3.4.6:
-
C - gcc34
-
C++ - g++34
-
Fortran 77 - g77
Overview
Tutorials & Training
Command to compile
Overview
C and C++ Compilers are available on several centrally managed VCU Unix servers:
|
Server |
Who can use it |
Sensitive Data? |
Account Request |
| Compile | Current VCU faculty, staff and all students |
No | Request Compile Account |
| Koti | Current VCU faculty, staff and students (students must have faculty sponsor) Requires VPN access from off campus |
Yes | Request Koti Account |
| Medusa | Current VCU faculty, staff and graduate students | No |
Request Medusa Account via VCU helpIT Center Ticket |
| Watson | Current VCU faculty, staff and graduate students | No | Request Watson Account via VCU helpIT Center Ticket |
Tutorials & Training:
Command to compile a program named myprog:
- For C: cc myprog
- For C++: c++ myprog
- For GNU C: gcc myprog
You may also be interested in:
This article was last updated on Thursday, September 20, 2012.