LinuxSir.cn,穿越时空的Linuxsir!

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

第一遍安装glibc-2.3.2出现问题

[复制链接]
发表于 2004-2-4 09:37:34 | 显示全部楼层 |阅读模式
../glibc-2.3.2/configure --prefix=/tools --disable-profile --enable-add-ons--with-headers=/tools/include--with-binutils=/tools/bin--without-gd
编译时出现下面的警告:
*** 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'.

如果用make 则提示:make: *** No targets specified and no makefile found.  Stop.

请各位高手帮帮忙!
发表于 2004-2-4 23:26:46 | 显示全部楼层

回复: 第一遍安装glibc-2.3.2出现问题

最初由 lin_lin13 发表
../glibc-2.3.2/configure --prefix=/tools --disable-profile --enable-add-ons--with-headers=/tools/include--with-binutils=/tools/bin--without-gd
编译时出现下面的警告:
*** 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'.

如果用make 则提示:make: *** No targets specified and no makefile found.  Stop.

请各位高手帮帮忙!


configure没有成功当然不能make啦。

  1. ../glibc-2.3.2/configure --prefix=/tools --disable-profile --enable-add-ons--with-headers=/tools/include--with-binutils=/tools/bin--without-gd
复制代码

--enable-add-ons和--with-headers两个参数之间应该有空格啊,之所以出现错误,就是因为这里没有了--enable-add-ons=linuxthreads。
发表于 2004-2-5 01:47:04 | 显示全部楼层
可能是忘了解压。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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