打印

emerge -e world finished

emerge -e world finished

[code:1]
localhost / # /lib/libc.so.6
GNU C Library development release version 2.4, 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.0 (Gentoo 4.1.0).
Compiled on a Linux 2.6.11 system on 2006-05-03.
Available extensions:
        The C stubs add-on version 2.1.2.
        crypt add-on version 2.1 by Michael Glad and others
        GNU Libidn by Simon Josefsson
        GNU libio by Per Bothner
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
        Native POSIX Threads Library by Ulrich Drepper et al
        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>
[/code:1]

MagicLinux -Be yourself

TOP

用localhost的都是懒人............
我的blog 域名已更换

TOP

[quote:e088d1285e="三翻领"]用localhost的都是懒人............[/quote]

TOP

我已经finish了快一周了……
即使各种网络展现在眼前 想让进化为光与电子的意识 朝向同一目标 但这个时代情报化的程度 仍然无法使孤独的个人 统合成为复合的个体 ——《Stand Alone Complex_Ghost in the Shell》

TOP

引用:
用localhost的都是懒人............
_________________
唉, 偶不是都说了嘛,gentoo的livecd没法加载我的nf4的千兆网卡,只好装了一个rhel4然后chroot装的,localhost只是chroot出来的,偶可还没看到有谁装gentoo时chroot进去就是'gentoo#'的   

Freezesnake, 你没碰到那个coreutils的patch的bug吧

MagicLinux -Be yourself

TOP

我以前还把hostname专门改成localhost呢

TOP

[quote:ff63b6d774="cnhnln"]我以前还把hostname专门改成localhost呢[/quote]
懒人
我的blog 一块积木 http://blog.csdn.net/goodboy1881 我MM的blog http://sunjueqian.spaces.live.com/

TOP

DONE with xorg 7 and cvs-e17 mythtv, also the xawtv is perfect for me.

PS AMD's cool'n is so useful and so cool.  
附件: 您所在的用户组无法下载或查看附件

MagicLinux -Be yourself

TOP

一向打开c 'n' q,cpu温度真是低,大热天只有40度不到,可是风扇狂转,5000RPM,我到宁愿RPM低一点,cpu温度稍微高一点。
我的blog 域名已更换

TOP

引用:
GNU C Library development release version 2.4, by Roland McGrath et al.
为啥不是stable?

[code:1]
[root@HouLFS ~]# /lib/libc.so.6
GNU C Library stable release version 2.3.6, by Roland McGrath et al.
Copyright (C) 2005 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 3.4.6.
Compiled on a Linux 2.6.16.11 system on 2006-04-26.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        GNU Libidn by Simon Josefsson
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B
        NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.[/code:1]

TOP

http://forums.gentoo.org/viewtopic-t-435659-highlight-glibc.html

Its my glibc, as you can see it is a tweaked glibc 2.4 + 2.5 snapshot ebuild, so that's why unstable.   

MagicLinux -Be yourself

TOP

glibc-2.4源码里面的version.h
[code:1]
/* This file just defines the current version number of libc.  */

#define RELEASE "development"
#define VERSION "2.4"
[/code:1]

glibc-2.3.6源码里面的version.h
[code:1]
/* This file just defines the current version number of libc.  */

#define RELEASE "stable"
#define VERSION "2.3.6"

[/code:1]

glibc-2.4到底是不是stable版本?有些迷惑。

TOP

应该是稳定版吧 http://www.gnu.org/software/libc/libc.html#CurrentStatus

TOP