CCompilers: Difference between revisions
Jump to navigation
Jump to search
(Removed rhel6 entry) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
We currently have | We currently have a number of C/C++ compilers available on [[RHEL | Red Hat Enterprise Linux (RHEL)]]. | ||
=== | ===RHEL=== | ||
* gcc | * Various versions of gcc compiled from source | ||
* [[IntelCompilers|Intel Compilers]] | * [[IntelCompilers|Intel Compilers]] | ||
In order to load different versions of gcc into your environment, you can use [[ | In order to load different versions of gcc into your environment, you can use [[Modules]], which provides a way to add and later if needed remove environmental variables that provide access to UMIACS large set of software we offer. | ||
Also see: [[CDebuggers]] | Also see: [[CDebuggers]] |
Latest revision as of 13:53, 23 October 2024
We currently have a number of C/C++ compilers available on Red Hat Enterprise Linux (RHEL).
RHEL
- Various versions of gcc compiled from source
- Intel Compilers
In order to load different versions of gcc into your environment, you can use Modules, which provides a way to add and later if needed remove environmental variables that provide access to UMIACS large set of software we offer.
Also see: CDebuggers