Gentoo Archives: gentoo-dev

From: Christophe Vanfleteren <gentoo@×××××××.be>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] How to merge GCC 3.1
Date: Wed, 29 May 2002 19:29:09
Message-Id: 200205300229.06555.gentoo@pandora.be
In Reply to: [gentoo-dev] How to merge GCC 3.1 by Matteo Sasso
1 On Tuesday 28 May 2002 13:45, Matteo Sasso wrote:
2 > I rsync'd lately but a 'emerge gcc -s' says my version of GCC (2.95.x) is
3 > the latest available, even though there are many ebuilds in sys-devel/gcc
4 > such as gcc-3.1.ebuild.
5 > Why doesn't Portage see them? Is it because GCC>2.95 is not fully tested?
6 > How can I override so that I can have both versions on my system?
7 >
8 > Thank you very much.
9
10 Default profile at the moment is still /usr/portage/profiles/default-1.0
11
12 You have to link /etc/make.profile to the profile you actually want:
13
14 rm /etc/make.profile
15 ln -s /usr/portage/profiles/default-1.0-gcc3 /etc/make.profile
16
17 --
18 Christophe Vanfleteren