|
发表于 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啦。
- ../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。 |
|