How to get old toolchain for Linux

358 views Asked by At

We have a project that was working fine in Red Hat Enterprise Linux Server release 6.2. Since GCC version is getting updated periodically, we wanted to have our project to be independent of GCC upgrade in local system. Hence we wanted to keep GCC toolchain (binaries and libraries) in our project rather than standard location in the machine. ldd of our binaries generated out of our project should depend on the libraries in my our project not from the gcc libraries available in local system (because it might change at any time).

How do I do that? Where I shall get specific GCC toolchain for intel 64 bit (C & C++ compilers) ?

Current GCC Version: gcc-4.4.6-3.el6.x86_64

0

There are 0 answers