|
发表于 2008-12-3 15:55:32
|
显示全部楼层
我来纠正一个错误吧,找了好久的
在编译glibc的时候出的错误:
../glibc-2.3.6/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
--without-gd --with-headers=/tools/include \
--without-selinux --build=i686-pc-linux-gnu --host=i686-linux libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
可以解决long double 值的问题“checking size of long double... configure: error: cannot compute sizeof (long double), 77”
解决configure: error: forced unwind support is required |
|