Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Building static libraries
Date: Mon, 14 Dec 2009 02:04:10
Message-Id: 1260755595.29442.22.camel@centar
In Reply to: Re: [gentoo-user] Re: Building static libraries by Renat Golubchyk
1 On Mon, 2009-12-14 at 01:27 +0100, Renat Golubchyk wrote:
2 > Since portage does not build static libraries by default...
3
4 But portage *does*. I think it does build static libs for packages that
5 provide them, it's just that I don't think many do (for the reasons I
6 mentioned in the previous post). In fact:
7
8 $ equery l \*| while read l; do equery f $l|grep '\.a$' | \
9 sed 's/^/'"${l/"/"/\\/} "'-> /' ; done |wc -l
10
11 Shows I have 756 static libs on my system (cut off the "|wc -l" to see
12 what they are).

Replies

Subject Author
Re: [gentoo-user] Re: Building static libraries Renat Golubchyk <ragermany@×××.net>