|
|
发表于 2005-4-13 14:00:15
|
显示全部楼层
Post by zswlb9999
出错信息:(LFS6.0)
../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.3/include -isystem /tools/glibc-kernheaders -D_LIBC_REENTRANT -D_LIBC_REENTRANT -include ../include/libc-symbols.h -D'LOCALEDIR="/tools/share/locale"' -D'LOCALE_ALIAS_PATH="/tools/share/locale"' -o /mnt/lfs/sources/gcc-build/intl/bindtextdom.o -MD -MP -MF /mnt/lfs/sources/gcc-build/intl/bindtextdom.o.dt -MT /mnt/lfs/sources/gcc-build/intl/bindtextdom.o
In file included from ../nptl/sysdeps/i386/i686/tls.h:34,
from ../include/tls.h:6,
from ../nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h:248,
from ../nptl/sysdeps/pthread/bits/libc-lock.h:35,
from ../iconv/gconv_int.h:25,
from gettextP.h:27,
from bindtextdom.c:33:
../nptl/sysdeps/i386/i686/../tls.h:58:3: #error "TLS support is required."
make[2]: *** [/mnt/lfs/sources/gcc-build/intl/bindtextdom.o] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4/intl'
make[1]: *** [intl/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.4'
make: *** [all] Error 2
所提供的信息是没有TLS支持,可能是头文件配置不正确。
试试重新./configure [书中的参数] > config.log
然后把config.log贴上来。这里面应该会指出系统的一些问题的。 |
|