This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 4.5 side-by-side with 4.4.3?
- From: Alex Flint <alex dot flint at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 27 May 2010 18:01:32 +0100
- Subject: gcc 4.5 side-by-side with 4.4.3?
Hi there,
I would like to experiment with gcc 4.5 while keeping my current gcc
4.4.3 installed. I am happy for all the current binaries and libraries
(of 4.4.3) to be found by default. I only want to try compiling some
toy programs with gcc 4.5. I guess this will involve passing some
custom -prefix to ./configure when I compile gcc 4.5 and then perhaps
something like "/path/to/4.5/gcc --sysroot=/path/to/gcc myprog.c". Can
anyone help me with specifics here?
Cheers,
Alex