The recommended flags require cython be installed to compile successfully. Note this in the documentation. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README b/README index b977e1f..4933268 100644 --- a/README +++ b/README @@ -63,7 +63,8 @@ Hacking ======= Run 'bootstrap' script before configure. If you want to accept the recommended -flags, you just need to run 'bootstrap-configure'. +flags, you just need to run 'bootstrap-configure'. Note that the recommended +flags require cython be installed to compile successfully. Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README and testsuite/README. -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
