Bug 567

Summary: --enable-static does not work on i686
Product: ns-3 Reporter: Andrey Hippo <ahippo>
Component: build systemAssignee: 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

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