bug-hurd
[Top][All Lists]
Advanced

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

AC_NO_EXECUTABLES


From: Samuel Thibault
Subject: AC_NO_EXECUTABLES
Date: Tue, 18 Aug 2015 23:05:40 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

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_name exec_exec_file_name _hurd_exec_file_name)

would shout (this is a patch in Debian not yet in upstream).

I wonder why AC_NO_EXECUTABLES would be called when cross-compiling:
when one doesn't have a libc yet, we can't link executables of course,
but AIUI, we (Manolis and thus I) explicit which targets we want to
see built, so we don't care that automake cleans up targets for us;
conversely, once one *has* a libc, one wants to link executables (and
BTW run the above test).

So should we perhaps revert dc7e6a136e9baf98a2323758765aeab7ebae336c?

Samuel



reply via email to

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