bug-guile
[Top][All Lists]
Advanced

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

Re: "configure cannot test when cross-compiling" should be ok


From: Kevin Ryde
Subject: Re: "configure cannot test when cross-compiling" should be ok
Date: Mon, 15 May 2006 09:22:08 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

"The Senator" <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]