LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 757|回复: 9

第六章安装 Glibc-2.2.5时候出问题

[复制链接]
发表于 2003-1-10 19:55:10 | 显示全部楼层 |阅读模式
running configure fragment for ../glibc-2.2.5/sysdeps/unix/sysv/linux
checking installed Linux kernel header files... 2.0.10 or later
*** On GNU/Linux systems it is normal to compile GNU libc with the
*** `linuxthreads' add-on.  Without that, the library will be
*** incompatible with normal GNU/Linux systems.
*** If you really mean to not use this add-on, run configure again
*** using the extra parameter `--disable-sanity-checks'.
发表于 2003-1-10 20:31:51 | 显示全部楼层
你的核心源代码安装了没有?  
发表于 2003-1-10 20:33:25 | 显示全部楼层
你加上--disable-sanity-checks这个试试先
发表于 2003-1-10 20:54:58 | 显示全部楼层
最初由 passion 发布
你加上--disable-sanity-checks这个试试先

这个最好不要加,如果加上了会使编译出来的库文件与正常的GNU/Linux系统不兼容。
 楼主| 发表于 2003-1-12 21:13:27 | 显示全部楼层
我是完全按照文档的顺序装的

好像没有让我装核心
 楼主| 发表于 2003-1-12 21:33:10 | 显示全部楼层
可能是我装内核头文件时候出问题了
下面这些应该是在那里执行
ln -s /static/bin/pwd /bin/pwd &&
make mrproper &&
make include/linux/version.h &&
make symlinks &&
cp -HR include/asm /usr/include &&
cp -R include/asm-generic /usr/include &&
cp -R include/linux /usr/include &&
touch /usr/include/linux/autoconf.h &&
rm /bin/pwd

我看这个不像包的命令
到是编译的命令
但是我根本就没有装linux-xx的包呀
 楼主| 发表于 2003-1-12 21:36:29 | 显示全部楼层
并且我解开的包里没有include/linux/version.h
这个文件

急急急急急急急
发表于 2003-1-12 22:17:06 | 显示全部楼层
把你的内核源码解开,在那个目录下运行这些命令就行了。
最初由 chenaj 发布
可能是我装内核头文件时候出问题了
下面这些应该是在那里执行
ln -s /static/bin/pwd /bin/pwd &&
make mrproper &&
make include/linux/version.h &&
make symlinks &&
cp -HR include/asm /usr/include &&
cp -R include/asm-generic /usr/include &&
cp -R include/linux /usr/include &&
touch /usr/include/linux/autoconf.h &&
rm /bin/pwd

我看这个不像包的命令
到是编译的命令
但是我根本就没有装linux-xx的包呀
发表于 2003-1-12 23:18:04 | 显示全部楼层
if u have a directory like /usr/src/linux-2.4.18??
发表于 2003-1-12 23:53:26 | 显示全部楼层
是没有把linuxthreads解到glibc下面的原因
会出现缺少linux头文件的错误

先把linuxthreads解开!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表