betatoy 发表于 2007-1-28 23:48:26

請問glibc-2.4需要什麽版本的頭文件庫啊

請問glibc-2.4需要什麽版本的頭文件庫啊 我編譯configure的時候總是出現
cannot compute size of (long double), 77這個錯誤
我用的系統是lfs6.1.1

betatoy 发表于 2007-1-29 10:10:25

Keith Antoine wrote:
> checking size of long double... configure: error: cannot compute sizeof (long
> double), 77

Known bug, introduced in glibc on April, 17. Details: Glibc configure
script wants to run a test program linked against
/tools/lib/libgcc_s.so.1. But this directroy is not in the library
search path, and therefore the compiled program won't run. To work
around this:

LD_LIBRARY_PATH=/tools/lib ../glibc-2.3.4-20040510/configure --stuff
make
make install
页: [1]
查看完整版本: 請問glibc-2.4需要什麽版本的頭文件庫啊