GNU Compiler collections – Dell

Introduction

The GNU Compiler Collection (usually shortened to GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC has been adopted as the standard compiler by most modern Unix-like computer operating systems with GNU/Linux. GCC has been ported to a wide variety of processor architectures, and is widely deployed as a tool in commercial, proprietary and closed source software development environments.

Vendor : GNU Compiler Collection.

Architecture :x86_64

Release :4.3.2

Language :

The standard compiler includes front ends for

1. C (gcc), 2. C++ (g++),

Environmental Setup

Bash Shell

Add the following lines in your .bashrc

export PATH=$PATH:/usr/bin
LIBRARY_PATH = $PATH:/usr/lib64:/usr/lib:/usr/lib64/gcc/x86_64-suse-linux/4.3:/lib64:/lib
export LIBRARY_PATHINCLUDE_PATH = $PATH:/usr/include:/usr/libi64/gcc/x86_64-suse linux/4.3/include
export INCLUDE_PATH

Run the command source ~/.bashrc

C Shell

Add the following lines in your .cshrc

set PATH = ($PATH /usr/bin)
LIBRARY_PATH = ($PATH /usr/lib64 /usr/lib /usr/lib64/gcc/x86_64-suse-linux/4.3 /lib64 /lib)
set LIBRARY_PATH
INCLUDE_PATH = ($PATH /usr/include /usr/lib64/gcc/x86_64-suse-linux/4.3/include)
set INCLUDE_PATH

Run the command source ~/.cshrc

Documentation

GCC C/C++ Compiler

Report Problems to:

If you encounter any problem in using this software Please report to us at the following email address helpdesk.serc@iisc.ac.in or contact System Administrator, #109, SERC.