This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Having multiple GCC Version at the same time
- From: "Olivier Delannoy" <olivier dot delannoy at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 23 Feb 2006 11:11:38 +0100
- Subject: Having multiple GCC Version at the same time
Hello,
I am trying to have various GCC environment in parallel to make some
validation on my code and test the behaviour of those various
compiler. I am using C/C++ I would like to clarify the need of having
various version of libraries and the condition to decide whether a
library must be compiled and installed for the various GCC
environment. Does C libraries have to be available for the various
compiler version ? Does C++ libraries have to be available for the
various compiler version ?