|
楼主 |
发表于 2004-11-23 09:54:02
|
显示全部楼层
我用gcc3.4.3编译了核心和xorg,还没发现问题
我编译libc的时候用了nptlonly,lib下没有tsl目录
[code:1]
localhost / # /lib/libc.so.6
GNU C Library 20041102 release version 2.3.4, by Roland McGrath et al.
Copyright (C) 2004 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.3 (Gentoo Hardened Linux 3.4.3, ssp-3.4.3-0, pie-8.7.6.6).
Compiled on a Linux 2.6.8 system on 2004-11-18.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
Native POSIX Threads Library by Ulrich Drepper et al
The C stubs add-on version 2.1.2.
GNU Libidn by Simon Josefsson
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>.
localhost / # gcc-config -l
[1] i386-pc-linux-gnu-3.3.4
[2] i686-pc-linux-gnu-3.4.3 *
[3] i686-pc-linux-gnu-3.4.3-hardenednossp
[4] i686-pc-linux-gnu-3.4.3-vanilla[/code:1]
glibc编译了两次,可能是为了打开nptl。但是我已经先emerge了linux26-headers,而且第一次编译后已经可以看到nptl了,结果又花了超长时间编译了一次glibc ![](static/image/smiley/default/icon_confused.gif) |
|