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