LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2173|回复: 3

编译glibc出错, Need linker with .init_array/.fini_array support.

[复制链接]
发表于 2008-6-14 20:24:56 | 显示全部楼层 |阅读模式
BUILD_CC="gcc" CC="${BUILD_TARGET}-gcc -Wl,--hash-style=gnu" AR="${BUILD_TARGET}-ar" \
          RANLIB="${BUILD_TARGET}-ranlib" \
          CFLAGS="-march=$(cut -d- -f1 <<< ${BUILD_TARGET}) -mtune=generic -g -O2" ../glibc-2.7/configure \
          --prefix=/usr --libexecdir=/usr/lib/glibc --host=${BUILD_TARGET} --build=${BUILD_HOST} \
                    --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.18 --with-__thread \
          --with-binutils=${TARGET_DIR}/systools/bin --with-headers=${TARGET_DIR}/usr/include \
          --cache-file=config.cache


checking for ld --version-script... no
*** WARNING: You should not compile GNU libc without versioning. Not using
*** versioning will introduce incompatibilities so that old binaries
*** will not run anymore.
*** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer).
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... no
configure: error: Need linker with .init_array/.fini_array support.
slfs:/slfs/build/glibc-build$      


glibc-2.7
 楼主| 发表于 2008-6-14 20:57:21 | 显示全部楼层
binutils版本太低,NND。。换成2.18.0的就OK了。。
回复 支持 反对

使用道具 举报

发表于 2008-7-26 12:41:25 | 显示全部楼层
binutils版本太低,那再LIVECD怎样省升级呢,麻烦哦。。救命啊,在等。。。。
回复 支持 反对

使用道具 举报

发表于 2009-7-2 09:05:02 | 显示全部楼层
我直接用的lfslivecd,第一次编译没问题,第二次出了这个问题!!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表