bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test-string-c++.o:(.data+0x0): undefined reference to `rpl_memchr'


From: Bruno Haible
Subject: Re: test-string-c++.o:(.data+0x0): undefined reference to `rpl_memchr'
Date: Thu, 22 Apr 2010 10:37:37 +0200
User-agent: KMail/1.9.9

> > Can you show the result of 'grep MEMCHR config.status' and the relevant
> > portion of gllib/string.h ?
> 
> S["REPLACE_MEMCHR"]="1"
> S["HAVE_RAWMEMCHR"]="1"
> S["HAVE_MEMCHR"]="1"
> S["GNULIB_RAWMEMCHR"]="0"
> S["GNULIB_MEMCHR"]="1"
> D["HAVE_MEMCHR"]=" 1"
> D["GNULIB_TEST_MEMCHR"]=" 1"
> 
> See below for string.h contents.

Thanks, this is as expected for a cross-compile. Two more pieces of data
are needed:

   $ nm gllib/libgnu.a | grep memchr

   $ nm gllib/memchr.o

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]