Gentoo Archives: gentoo-dev

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: using specific gcc-version in ebuild
Date: Fri, 16 Jun 2006 20:09:11
Message-Id: e6v2rn$3c2$1@sea.gmane.org
In Reply to: Re: [gentoo-dev] using specific gcc-version in ebuild by Mike Frysinger
1 >> some software, like qemu and others, are simply not compatible with gcc
2 >> 4.x and they will not become compatible due to severe conceptional issues.
3 >
4 > then they stay broken ... add a warning to the ebuild if `gcc-major-version`
5 > is "4" (see toolchain-funcs.eclass)
6
7 Hmm, but ...
8
9 there is the possibility to have multiple gcc versions installed. So why
10 not set CC and/or CXX variables inside the ebuild, and then compile the
11 app with the "right" gcc-version?
12
13 At this point, it just bugs me, that gentoo is staying below its potential.
14
15 Well, hmmm, you might want to say, that there will be trouble because of
16 applications/libraries linked to different libstdc++ versions - or
17 something else.
18
19 I'm always willing to learn, but this really bugs me, because gentoo
20 really has potential for what's needed in this situation.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: using specific gcc-version in ebuild "Arek (James Potts)" <arek75@×××××.com>