background preloader

Compilers and Tools

Facebook Twitter

 Tag: Introduction to Ceylon. ANTLR Parser Generator.

Open-Source

Open64 Compiler. CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & Debuggers. How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS or RHEL or Fedora Linux from a shell prompt?

CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & Debuggers

You need to install 'Development Tools' group on RHEL/CentOS/Fedora/Scientific/Red Hat Enterprise Linux. These tools include core development tools such as automake, gcc, perl, python, and debuggers which is required to compile software and build new rpms:flexgcc c/c++ compilerredhat-rpm-configstracerpm-buildmakepkgconfiggettextautomakestrace64gdbbisonlibtoolautoconfgcc-c++ compilerbinutils and all dependencies. Installation Open the terminal or login over ssh session and type the following command as root user: # yum groupinstall 'Development Tools' Sample outputs: Now you can compile and use any application on your system. Jens' (un-)official debian-repository for the Code.