AC_FUNC_MALLOC, AC_FUNC_REALLOC and crossbuilding with mingw

2007-12-29 Thread David Bruce
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

Re: AC_FUNC_MALLOC, AC_FUNC_REALLOC and crossbuilding with mingw

2007-12-29 Thread Keith Marshall
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 >