|

楼主 |
发表于 2003-7-6 10:16:59
|
显示全部楼层
chroot 里的 第六章
[root@freel root]# file /stage1/bin/gcc
/stage1/bin/gcc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped
[root@freel root]#
[root@freel root]# ldd /stage1/bin/gcc
libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[root@freel root]# |
|