build glibc error

Li Li fancyerii@gmail.com
Wed Feb 20 10:18:00 GMT 2013


no error in "make check" but there is a warning
make[4]: Entering directory `/home/work/lili/binutils-2.23/gas'
Making a new site.exp file...
if [ -d testsuite ]; then \
  true; \
else \
  mkdir testsuite; \
fi
rm -f testsuite/site.exp
cp site.exp testsuite/site.exp
rootme=`pwd`; export rootme; \
srcdir=`cd .; pwd` ; export srcdir ; \
LC_ALL=C; export LC_ALL; \
EXPECT=expect ; export EXPECT ; \
runtest=runtest; \
cd testsuite; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  $runtest --tool gas --srcdir ${srcdir}/testsuite \
        ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: could not find `runtest'

On Wed, Feb 20, 2013 at 6:09 PM, Allan McRae <allan@archlinux.org> wrote:
> On 20/02/13 20:02, Li Li wrote:
>> how to check the new ld.so?
>> I ran ld -V and it's correct
>> ld -V
>> GNU ld (GNU Binutils) 2.23
>>   Supported emulations:
>>    elf_x86_64
>>    elf32_x86_64
>>    elf_i386
>>    i386linux
>>    elf_l1om
>>    elf_k1om
>>
>
> The best way to check it is to run "make check" after building.
>
> Allan
>
>



More information about the Libc-help mailing list