Re: Malloc issue when cross-compiling with autotools

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

 



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 <eggert@xxxxxxxxxxx>

> 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@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux