Cross-compiling GPA for MinGW

Timo Schulz twoaday@freakmail.de
Thu Nov 28 22:37:02 2002


On Thu Nov 28 2002; 22:12, Markus Gerwinski wrote:

>   checking whether va_lists must be copied by value... configure: error: 
> cannot run test program while cross compiling
> 
> Can someone tell me how to fix this?

Due to the fact, the va_list code is just used for debugging (debug.c)
you can disable it:
dnl if test "$ac_cv_func_vasprintf" != yes; then
dnl  GNUPG_CHECK_VA_COPY
dnl fi

I know this is dirty and a hack, but I don't know any workaround.


        Timo