Christian Franke <[EMAIL PROTECTED]> writes: > Unlike the other GRUB2 utils, grub-emu uses the glibc extension > argp_parse(). It is unavailable on Cygwin, which might also be the > case for other platforms where glibc is not the native runtime.
This has been brought up before, BSD has the same problem. The outcome of the discussion was (IIRC) that we will use argp. When argp is not available we can use gnulib or a standalone argp parser ("argp-standalone") to support this. In that case it will mean changing configure.ac. -- Marco _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel