|
|
- localhost ~ # ACCEPT_KEYWORDS="~x86" USE="nptl nptlonly" eix -p glibc
- [i] sys-libs/glibc
- Available versions: (2.2) 2.2.5-r10 2.3.2-r12 2.3.3.20040420-r2 (~)2.3.4.20040619-r2 2.3.4.20040808-r1 2.3.4.20041102-r1 *2.3.4.20041102-r2 (~)2.3.4.20050125-r1 2.3.5-r2 2.3.5-r3 2.3.6-r3 2.3.6-r4 2.3.6-r5 2.4-r3 2.4-r4 (~)2.5
- Installed: 2.5(2.2)(12:21:06 PM 02/06/2007)(-build -glibc-compat20 -glibc-omitfp -hardened -multilib nls -nptl -nptlonly -profile -selinux)
- Homepage: http://www.gnu.org/software/libc/libc.html
- Description: GNU libc6 (also called glibc2) C library
复制代码
- localhost ~ # /lib/libc.so.6
- GNU C Library stable release version 2.5, by Roland McGrath et al.
- Copyright (C) 2006 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.
- There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE.
- Compiled by GNU CC version 4.1.1 (Gentoo 4.1.1-r3).
- Compiled on a Linux 2.6.17 system on 2007-02-06.
- Available extensions:
- C stubs add-on version 2.1.2
- crypt add-on version 2.1 by Michael Glad and others
- Gentoo patchset 1.3
- GNU Libidn by Simon Josefsson
- GNU libio by Per Bothner
- linuxthreads-0.10 by Xavier Leroy
- libthread_db work sponsored by Alpha Processor Inc
- NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
- Support for some architectures added on, not maintained in glibc core.
- BIND-8.2.3-T5B
- Thread-local storage support included.
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/libc/bugs.html>.
复制代码- localhost ~ # cat /etc/make.conf
- # These settings were set by the catalyst build script that automatically built this stage
- # Please consult /etc/make.conf.example for a more detailed example
- CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer -finline-functions"
- #CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
- CHOST="i686-pc-linux-gnu"
- CXXFLAGS="${CFLAGS}"
- LDFLAGS="-Wl,-O1"
- MAKEOPTS="-j3"
- AUTOCLEAN="yes"
- PORTDIR_OVERLAY="/usr/local/layman/xeffects /usr/local/layman/xeffects-experimental /usr/local/portage"
- GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo http://mirror.pacific.net.au/linux/Gentoo http://ftp.twaren.net/Linux/Gentoo http://mirror.gentoo.gr.jp http://gentoo.osuosl.org"
- #GENTOO_MIRRORS=" http://ftp.twaren.net/Linux/Gentoo http://mirror.gentoo.gr.jp http://gentoo.osuosl.org"
- #SYNC="rsync://gentoo.prz.rzeszow.pl/gentoo"
- ALSA_CARDS="emu10k1 hda-intel"
- FEATURES="parallel-fetch"
- USE="glitz svg userlocales pdf 3dnow X a52 aac aalib acpi alsa apm avi dbus divx4linux bitmap-fonts blas berkdb bonobo breakme cdr cjk crypt cairo cscope cups directfb dbus dvb dvdr dvdread encode esd faad flac ffmpeg foomaticdb gdbm gif gnome gnome2 gpm gstreamer gtk gtk2 gtkhtml immqt-bc imlib java jpeg nvidia-card kde ldap libg++ libwww mad mikmod mmx motfi mpeg mysql nas ncurses nls oggvoribs opengl oss pdflib perl python qt3 quicktime readline ruby samba pam sdl slang scanner spell sockets stats ssl svga vorbis win32coders wxwindows xvid truetype-fonts type1-fonts usb v4l png tcltk tcpd tetex truetype x86 xine xml2 xinerama xv zlib fortran gcj hal iconv ieee1394 imagemagick ipv6 libcaca mikmod mono mp3 nptl nptlonly unicode "
复制代码
l- ocalhost ~ # uname -a
- Linux localhost 2.6.18-gentoo-r6 #1 SMP Sun Feb 4 01:26:45 CST 2007 i686 Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz GenuineIntel GNU/Linux
复制代码
今天编译了三遍GLIBC,前两次只是emergc glibc,编译的2.3.6-R6版的,三次结果都 一样都没有启用NPTL
怎么了? |
|