This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Several snapshots on the same system?
- From: mike stump <mrs at windriver dot com>
- To: gcc at gcc dot gnu dot org, tom at womack dot net
- Date: Wed, 6 Feb 2002 12:13:11 -0800 (PST)
- Subject: Re: Several snapshots on the same system?
> From: "Tom Womack" <tom@womack.net>
> To: <gcc@gcc.gnu.org>
> Date: Wed, 6 Feb 2002 00:24:43 -0000
> Reading install.texi, I expected to be able to have several
> different snapshots of gcc-3.1 installed in /usr/local on the same
> system simultaneously, by changing --program-suffix when I configure
> each snapshot.
--prefix works, I recommend it's use. If you want, you can clarify
the manual to dissuade users from building gcc multiple times with the
same --prefix value, if they want to use both compilers.