Gentoo Archives: gentoo-dev

From: "Xianwen Chen (陈贤文)" <x@××××.ac>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: How to set CXX compiler?
Date: Tue, 07 Jul 2020 12:32:51
Message-Id: 18ee9ed4c8caa08691f77d10a1bcb34f@chen.ac
In Reply to: [gentoo-dev] Re: How to set CXX compiler? by Nikos Chantziaras
1 > The ebuild is missing an "inherit" line below the "EAPI" one that specifies "toolchain-funcs" (which is the eclass that provides the "tc-*" functions. Try
2 >
3 > EAPI=7
4 > inherit toolchain-funcs
5
6 Fantastic! Thank you very much! This fixed the problem!