Gentoo Archives: gentoo-server

From: Ryan Lynch <rlynch@××××××××.edu>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] glibc-2.3.4 with NPTL in Gentoo 2005.0
Date: Fri, 15 Apr 2005 15:28:00
Message-Id: 20050415112751.2b31491a@BlueBox
In Reply to: Re: [gentoo-server] glibc-2.3.4 with NPTL in Gentoo 2005.0 by Sergey Syroezhkin
1 On Fri, 15 Apr 2005 15:58:45 +0300
2 Sergey Syroezhkin <dragon@××××××.ru> wrote:
3
4 > Javier Barrio wrote:
5 >
6 > >>Any ideas?
7 > >>
8 > >>
9 > >
10 > >Look into lib/tls or USE nptonly
11 > >
12 > >
13 > >
14 > Yes! Realy!
15 > star7 # cd /lib/tls
16 > star7 # ./libc.so.6
17 > GNU C Library stable release version 2.3.4, by Roland McGrath et al.
18 > Copyright (C) 2004 Free Software Foundation, Inc.
19 > This is free software; see the source for copying conditions.
20 > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
21 > PARTICULAR PURPOSE.
22 > Compiled by GNU CC version 3.4.3-20050110
23 > Compiled on a Linux 2.6.8 system on 2005-04-14.
24 > Available extensions:
25 > GNU libio by Per Bothner
26 > crypt add-on version 2.1 by Michael Glad and others
27 > Native POSIX Threads Library by Ulrich Drepper et al !!!! :)
28 > The C stubs add-on version 2.1.2.
29 > GNU Libidn by Simon Josefsson
30 > BIND-8.2.3-T5B
31 > NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
32 > Thread-local storage support included.
33 >
34 > What does it mean? Will my applications be working with NPTL extensions?
35 > Or I should do something for this?
36 >
37 > --
38 > Yours faithfully,
39 > Sergey Syroezhkin
40 >
41 > Galaktika-Kaliningrad Russia
42 > E-mail: dragon@××××××.ru
43 >
44 >
45 > --
46 > gentoo-server@g.o mailing list
47 >
48 Your applications will be compiled by default against glibc with NPTL, the glibc compiled against linuxthreads is only used in case an application doesn't work with NPTL. The only reason to use the "nptlonly" useflag is to save you compile time and hard disk space if you know all the applications you plan on running are NPTL compatable.
49
50 - Ryan Lynch
51 --
52 gentoo-server@g.o mailing list