Gentoo Archives: gentoo-dev

From: Thomas de Grenier de Latour <degrenier@×××××××××××.fr>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Say no to static libraries!
Date: Fri, 23 Sep 2005 09:05:29
Message-Id: 20050923110214.3dbb9069@eusebe
In Reply to: [gentoo-dev] Re: Say no to static libraries! by Ervin Nemeth
1 On Fri, 23 Sep 2005 10:10:11 +0200
2 Ervin Nemeth <ervin.nemeth@×××××.com> wrote:
3
4 > Do you feel the need for a new USE flag?
5
6 There is already a "static" flag, and that's what it actually does
7 for some packages (most gnome-related libs for instance).
8
9 Side note: i'm not saying it's the perfect solution though, at
10 least not until USE-deps get supported by portage... Imho,
11 it's two different things to "statically compile an application"
12 and to "also provide the static version of a library". If it was
13 two separate flags, i would probably leave the first one off, but
14 turn on the second, because i care less about the wasted space than
15 about random compilation issues with packages who want libxml2.a or
16 things like that. Sure with USE-deps it would be different since
17 this packages could depend on "dev-libs/libxml2:+static" (or
18 whatever syntax it will be).
19
20 --
21 TGL.
22 --
23 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: Say no to static libraries! Mike Frysinger <vapier@g.o>