Advertisement
Guest User

ns-3.14.1 waf configure

a guest
Jul 12th, 2012
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. $ python2 waf configure --enable-examples --enable-tests
  2. Setting top to : /mnt/dev/CEID/MyDIP/src/ns-allinone-3.14.1/ns-3.14.1
  3. Setting out to : /mnt/dev/CEID/MyDIP/src/ns-allinone-3.14.1/ns-3.14.1/build
  4. Checking for 'gcc' (c compiler) : /usr/bin/gcc
  5. Checking for 'g++' (c++ compiler) : /usr/bin/g++
  6. Checking for program pkg-config : /usr/bin/pkg-config
  7. Checking for compilation flag -Wl,--soname=foo... support : ok
  8. Checking for program python : /usr/bin/python
  9. python executable '/usr/bin/python' different from sys.executable '/usr/bin/python2'
  10. Checking for python version : (3, 2, 3, 'final', 0)
  11. Checking for library python3.2 in LIBDIR : not found
  12. Checking for library python3.2 in python_LIBPL : not found
  13. Checking for library python3.2 in $prefix/libs : not found
  14. Checking for library python32 in LIBDIR : not found
  15. Checking for library python32 in python_LIBPL : not found
  16. Checking for library python32 in $prefix/libs : not found
  17. Checking for program python3.2-config,python-config-3.2,python3.2m-config : /usr/bin/python3.2-config
  18. Checking for header Python.h : Could not find the python development headers
  19. Checking for '/usr/bin/python3.2-config' : yes
  20. Getting the python flags from python-config : Could not find the python development headers elsewhere
  21. Checking for click location : not found
  22. Checking for pkg-config flags for GTK_CONFIG_STORE : ok
  23. Checking for pkg-config flags for LIBXML2 : ok
  24. Checking for type uint128_t : not found
  25. Checking for type __uint128_t : yes
  26. Checking high precision time implementation : 128-bit integer
  27. Checking for header stdint.h : yes
  28. Checking for header inttypes.h : yes
  29. Checking for header sys/inttypes.h : not found
  30. Checking for header sys/types.h : yes
  31. Checking for header sys/stat.h : yes
  32. Checking for header dirent.h : yes
  33. Checking for header stdlib.h : yes
  34. Checking for header signal.h : yes
  35. Checking for header pthread.h : yes
  36. Checking for header stdint.h : yes
  37. Checking for header inttypes.h : yes
  38. Checking for header sys/inttypes.h : not found
  39. Checking for library rt : yes
  40. Checking for header netpacket/packet.h : yes
  41. Checking for NSC location : ../nsc-0.5.3 (guessed)
  42. Checking for library dl : yes
  43. Checking for NSC supported architecture x86_64 : ok
  44. Checking for header sys/socket.h : yes
  45. Checking for header netinet/in.h : yes
  46. Checking boost includes : 1_49
  47. Checking boost libs : ok
  48. Checking for OpenFlow location : not found
  49. Checking for library sqlite3 : yes
  50. Checking for header linux/if_tun.h : yes
  51. Checking for program sudo : /usr/bin/sudo
  52. Checking for program valgrind : /usr/bin/valgrind
  53. Checking for pkg-config flags for GSL : ok
  54. Checking for compilation flag -Wno-error=deprecated-d... support : ok
  55. Checking for compilation flag -Wno-error=deprecated-d... support : ok
  56. Checking for compilation flag -fstrict-aliasing... support : ok
  57. Checking for compilation flag -fstrict-aliasing... support : ok
  58. Checking for compilation flag -Wstrict-aliasing... support : ok
  59. Checking for compilation flag -Wstrict-aliasing... support : ok
  60. Checking for program doxygen : /usr/bin/doxygen
  61. ---- Summary of optional NS-3 features:
  62. Python Bindings : not enabled (Python library or headers missing)
  63. NS-3 Click Integration : not enabled (nsclick not enabled (see option --with-nsclick))
  64. GtkConfigStore : enabled
  65. XmlIo : enabled
  66. Threading Primitives : enabled
  67. Real Time Simulator : enabled
  68. Emulated Net Device : enabled
  69. Network Simulation Cradle : enabled
  70. MPI Support : not enabled (option --enable-mpi not selected)
  71. NS-3 OpenFlow Integration : not enabled (OpenFlow not enabled (see option --with-openflow))
  72. SQlite stats data output : enabled
  73. Tap Bridge : enabled
  74. PyViz visualizer : not enabled (Python Bindings are needed but not enabled)
  75. Use sudo to set suid bit : not enabled (option --enable-sudo not selected)
  76. Build tests : enabled
  77. Build examples : enabled
  78. GNU Scientific Library (GSL) : enabled
  79. 'configure' finished successfully (5.987s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement