|
执行了如下代码后:
------------------------------
../glibc-2.3.2/configure --prefix=/stage1 \
--disable-profile --enable-add-ons \
--with-headers=/stage1/include \
--with-binutils=/stage1/bin \
--without-gd
------------------------------
教程中说:
------------------------------
在这个阶段你会看到下面的警告:
configure: warning:
*** These auxiliary programs are missing or too old: msgfmt
*** some features will be disabled.
*** Check the INSTALL file for required versions.
------------------------------
但是我并没有看到上面的警告,反而看到了下面的警告:
------------------------------
*** 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.
------------------------------
请问应该如何解决,谢谢~! |
|