Bug 567 - --enable-static does not work on i686
--enable-static does not work on i686
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
PC All
: P4 minor
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-15 06:21 UTC by Andrey Hippo
Modified: 2009-05-19 09:39 UTC (History)
1 user (show)

See Also:


Attachments
Fix using regular expressions (664 bytes, patch)
2009-05-15 06:21 UTC, Andrey Hippo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Hippo 2009-05-15 06:21:42 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
Comment 1 Mathieu Lacage 2009-05-19 09:39:26 UTC
changeset: 0ca9b9b410a0