Bugzilla – Bug 567
--enable-static does not work on i686
Last modified: 2009-05-19 09:39:26 UTC
Created attachment 439 [details] Fix using regular expressions Steps to reproduce: 1) me@mycomp ~ $ uname -ms Linux i686 2) me@mycomp ~ $ ./waf configure --enable-static [...] SQlite stats data output : enabled Network Simulation Cradle : not enabled (NSC not found (see option --with-nsc)) Python Bindings : not enabled (disabled by user request) Use sudo to set suid bit : not enabled (option --enable-sudo not selected) 'configure' finished successfully (2.238s) 3) Line "Static build : enabled" is missing. Reason: os.uname()[4] report i686 instead of i386
changeset: 0ca9b9b410a0