Hi thanks for reply Paul,

I've been checking the m4 folder in which the project has declared all the
.m4 files and there isn't any funciton called malloc.m4. The only reference
to malloc is done in the configure.ac file with the instance *AC_FUNC_MALLOC
* *.

*
I'm not sure if my platform would pass through the condition since it is a
linux-gnueabi ( when crosscompiling --host=arm-mv5sft-linux-gnueabi)

Thanks in advance,

Regards


**


2013/2/5 Paul Eggert <egg...@cs.ucla.edu>

> One possible way to fix it is to alter these lines in
> m4/malloc.m4:
>
>        [case "$host_os" in
>           # Guess yes on platforms where we know the result.
>           *-gnu* | freebsd* | netbsd* | openbsd* \
>           | hpux* | solaris* | cygwin* | mingw*)
>             ac_cv_func_malloc_0_nonnull=yes ;;
>           # If we don't know, assume the worst.
>           *) ac_cv_func_malloc_0_nonnull=no ;;
>         esac
>
> Is your platform is one where 'yes' is the appropriate
> answer?  If so, what is the value of "$host_os" for you?
> Perhaps we should change gnulib by adding your platform to the list.
>
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to