> Could you try this patch for the Hurd’s configure.in?
I had to put one more line after AC_NO_EXECUTABLES, otherwise it would fail with
>> syntax error near unexpected token `fi'.
I sent the mail by mistake incomplete, I am sorry.
> Could you try this patch for the Hurd’s configure.in?
I had to put one more line after AC_NO_EXECUTABLES, otherwise it would fail with
>> syntax error near unexpected token `fi'.
Other than that it works as expected for me.
diff --git a/config
Hello,
I have a query:
This makelog[1] indicates that I should #include "vki/vki-gnu.h"[2].
Now this vki-gnu.h is supposed to be the gnu/hurd specific kernel
interface as the linux one ("vki/vki-linux.h") tells.
Further there are warnings(I may ignore them, might I?) and errors -
which rela
Subhashish, le Thu 29 May 2014 04:57:55 +0530, a écrit :
> This makelog[1] indicates that I should #include "vki/vki-gnu.h"[2].
>
> Now this vki-gnu.h is supposed to be the gnu/hurd specific kernel interface
> as the linux one ("vki/vki-linux.h") tells.
Ah, so that's the interesting part :)
> Fu