This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build glibc error


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
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]