Hi,
I cross-build my native linux program for Windows using mingw. I recently ran
autoscan to see if my configure.ac was lacking anything that ought to be in
there, and the recommendations included adding AC_FUNC_MALLOC and
AC_FUNC_REALLOC. These macros cause the cross-build to fail with erro
Hi David,
On Sat, 2007-12-29 at 15:38 -0500, David Bruce wrote:
> I cross-build my native linux program for Windows using mingw. I recently
> ran
> autoscan to see if my configure.ac was lacking anything that ought to be in
> there, and the recommendations included adding AC_FUNC_MALLOC and
>