Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GCC 6.2.0
Date: Tue, 18 Oct 2016 07:45:37
Message-Id: 20161018084523.09f50d90@digimed.co.uk
In Reply to: [gentoo-user] GCC 6.2.0 by Maxim Reshetnyak
1 On Tue, 18 Oct 2016 08:43:33 +0300, Maxim Reshetnyak wrote:
2
3 > 1) Can you help me with installation of gcc 6.2.0 at Gentoo for amd64?
4 > I need it for the parallel computing. I tried to use ~amd64, but it is
5 > only gcc 5.4 there. And I did not find higher version in the layman's
6 > list (layman -L ).
7
8 6.2.0 is in the portage tree but keyword masked. To install it, add
9 "~sys-devel/gcc-6.2.0 **" to /etc/portage/package.accept_keywords. Then
10 use gcc-config to enable it globally or call the 6.2.0 executable
11 directly when needed if you don't want to risk using it for system
12 compiles.
13
14
15 --
16 Neil Bothwick
17
18 The dark ages were caused by the Y1K problem.

Replies

Subject Author
Re: [gentoo-user] GCC 6.2.0 Maxim Reshetnyak <m.reshetnyak@×××××.com>