Re: AC_NO_EXECUTABLES

2015-08-19 Thread Samuel Thibault
Samuel Thibault, le Tue 18 Aug 2015 23:05:40 +0200, a écrit : > I wonder why AC_NO_EXECUTABLES would be called when cross-compiling: > when one doesn't have a libc yet, Ok, apparently it's not completely forbidding executables, only if linking doesn't work :) I'll se

Re: AC_NO_EXECUTABLES

2015-08-19 Thread Manolis Ragkousis
On 19 August 2015 at 20:06, Samuel Thibault wrote: > I'll see around that, but it'd be more convenient that ac_no_link makes > link test fail only, not abort... That sounds great. :) Manolis

AC_NO_EXECUTABLES

2015-08-18 Thread Samuel Thibault
Hello, Today we started working on making Debian GNU/Hurd rebootstrappable. Thanks to Manolis' work, we have very clear ideas how to do it :) We however stumbled on an issue: when cross-compiling, configure.ac calls AC_NO_EXECUTABLES, and then AC_CHECK_FUNCS(file_exec_file