"The Senator" <[EMAIL PROTECTED]> writes:
>
> checking for restartable system calls... configure: error: cannot run
> test program while cross compiling

You should be able to force it with

        ./configure ac_cv_sys_restartable_syscalls=yes

or "no" if that's the right answer, I don't know how system calls and
signals interact on mingw.

> --- configure-old-with-errors   2006-05-13 20:19:06.000000000 +1200
> +++ configure   2006-05-15 02:44:35.000000000 +1200
> @@ -37596,7 +37596,7 @@
> See \`config.log' for more details." >&5
> echo "$as_me: error: cannot run test program while cross compiling
> See \`config.log' for more details." >&2;}
> -   { (exit 1); exit 1; }; }
> +  }

That's probably not what you want.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to