|
Bugzilla – Full Text Bug Listing |
| Summary: | --enable-static does not work on i686 | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Andrey Hippo <ahippo> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | mathieu.lacage |
| Priority: | P4 | ||
| Version: | ns-3-dev | ||
| Hardware: | PC | ||
| OS: | All | ||
| Attachments: | Fix using regular expressions | ||
changeset: 0ca9b9b410a0 |
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