|
发表于 2004-2-18 12:36:55
|
显示全部楼层
最初由 adiascem 发表
lfs@debian:/mnt/lfs/work/glibc-build$ ../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,
lfs@debian:/mnt/lfs/work/glibc-build$ make
make: *** No targets specified and no makefile found. Stop.
glibc-build下面就一个config.log呀, 怎么回事?
要解压缩linuxthreads包到glibc的源码目录,也就是glibc-2.3.2。 |
|