Gentoo Archives: gentoo-user

From: Grant Edwards <grante@××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How to get a static libtcl built?
Date: Fri, 14 Sep 2007 22:16:28
Message-Id: fcf0dk$lo1$1@sea.gmane.org
In Reply to: [gentoo-user] How to get a static libtcl built? by Grant Edwards
1 On 2007-09-14, Grant Edwards <grante@××××.com> wrote:
2 > I need to create a statically linked program that uses libtcl,
3 > but I only seem to have a shared libtcl. The ebuild for
4 > dev-lang/tcl doesn't appear to have any sort of static/dynamic
5 > USE flags.
6 >
7 > Hmm. What does the "debug" flag do? Is that a cryptic way of
8 > saying "also build static libraries"?
9
10
11 Apparently not. Addign debug to tcl's USE flags didn't do
12 anything (that I can see).
13
14 EXTRA_ECONF="--enable-static" didn't do anything either.
15
16 EXTRA_ECONF="--disable-shared" built static libraries but
17 didn't build shared ones (and removed the existing ones).
18
19 I need both shared and static libraries, so --disable-shared
20 isn't an option.
21
22 How do I get both static and shared libraries?
23
24 --
25 Grant Edwards grante Yow! I'm not an Iranian!!
26 at I voted for Dianne
27 visi.com Feinstein!!
28
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: How to get a static libtcl built? Rumen Yotov <rumen@××××××.org>