Bug 567 - --enable-static does not work on i686
: --enable-static does not work on i686
Status: RESOLVED FIXED
: ns-3
build system
: ns-3-dev
: PC All
: P4 minor
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2009-05-15 06:21 EDT by
Modified: 2009-05-19 09:39 EDT (History)


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


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-05-15 06:21:42 EDT
Created an attachment (id=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 From 2009-05-19 09:39:26 EDT -------
changeset: 0ca9b9b410a0