Guest User

NS2allinone - output of compilation

a guest
Jul 24th, 2010
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.33 KB | None | 0 0
  1. ============================================================
  2. * Build ns-2.34
  3. ============================================================
  4. ============================================================
  5. Going to make distclean
  6. for i in indep-utils/cmu-scen-gen/setdest indep-utils/webtrace-conv/dec indep-utils/webtrace-conv/epa indep-utils/webtrace-conv/nlanr indep-utils/webtrace-conv/ucb; do ( cd $i; make clean; rm -f Makefile; ) done
  7. make[1]: Entering directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest'
  8. make[1]: Leaving directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest'
  9. make[1]: Entering directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec'
  10. rm -f *.o *~ dec-tr-stat *core
  11. make[1]: Leaving directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec'
  12. make[1]: Entering directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa'
  13. make[1]: Leaving directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa'
  14. make[1]: Entering directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr'
  15. rm -f *.o *~ nlanr-tr-stat *core
  16. make[1]: Leaving directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr'
  17. make[1]: Entering directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'
  18. /bin/rm -f *.o *~ ucb-tr-stat *core
  19. make[1]: Leaving directory `/home/gapo/Programs/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'
  20. rm -f ns nse nsx ns.dyn  tools/random.o tools/rng.o tools/ranvar.o common/misc.o common/timer-handler.o common/scheduler.o common/object.o common/packet.o \  gen/version.o gen/ns_tcl.o gen/ptypes.o  common/win32.o emulate/net-ip.o emulate/net.o emulate/tap.o emulate/ether.o emulate/internet.o emulate/ping_responder.o emulate/arp.o emulate/icmp.o emulate/net-pcap.o emulate/nat.o emulate/iptap.o emulate/tcptap.o emulate/inet.o common/tclAppInit.o common/tkAppInit.o nstk gen/* ns.core core core.ns core.nsx core.nse common/ptypes2tcl common/ptypes2tcl.o  Makefile config.cache config.log config.status \
  21.         autoconf.h gnuc.h os-proto.h tcl/lib/ns-autoconf.tcl; \
  22.     mv .configure .configure- ;\
  23.     echo "Moved .configure to .configure-"
  24. mv: cannot stat `.configure': No such file or directory
  25. Moved .configure to .configure-
  26. Going to configure
  27. ============================================================
  28. Going to configure normal
  29. checking for gcc... gcc
  30. checking for C compiler default output file name... a.out
  31. checking whether the C compiler works... yes
  32. checking whether we are cross compiling... no
  33. checking for suffix of executables...
  34. checking for suffix of object files... o
  35. checking whether we are using the GNU C compiler... yes
  36. checking whether gcc accepts -g... yes
  37. checking for gcc option to accept ISO C89... none needed
  38. checking how to run the C preprocessor... gcc -E
  39. checking for grep that handles long lines and -e... /bin/grep
  40. checking for egrep... /bin/grep -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking minix/config.h usability... no
  52. checking minix/config.h presence... no
  53. checking for minix/config.h... no
  54. checking whether it is safe to define __EXTENSIONS__... yes
  55. No .configure file found in current directory
  56. Continuing with default options...
  57. checking build system type... x86_64-unknown-linux-gnu
  58. checking host system type... x86_64-unknown-linux-gnu
  59. checking target system type... x86_64-unknown-linux-gnu
  60. checking for gcc... (cached) gcc
  61. checking whether we are using the GNU C compiler... (cached) yes
  62. checking whether gcc accepts -g... (cached) yes
  63. checking for gcc option to accept ISO C89... (cached) none needed
  64. checking for g++... g++
  65. checking whether we are using the GNU C++ compiler... yes
  66. checking whether g++ accepts -g... yes
  67. checking for ANSI C header files... (cached) yes
  68. checking for string.h... (cached) yes
  69. checking for main in -lXbsd... no
  70. checking for socket in -lsocket... no
  71. checking for gethostbyname in -lnsl... yes
  72. checking for dcgettext in -lintl... no
  73. checking for getnodebyname in -ldnet_stub... no
  74. checking that g++ can handle -O2... no
  75. checking if C++ libraries work without any namespace... no
  76. checking if C++ libraries work with namespace std... yes
  77. checking if STL works without any namespace... no
  78. checking if STL works with namespace std... yes
  79. checking should use STL... yes
  80. checking for tcl.h... -I../include
  81. checking for tclInt.h... -I../include
  82. checking for libtcl8.4... -L../lib -ltcl8.4
  83. checking for init.tcl... ../lib/tcl8.4
  84. checking for http.tcl... ../lib/tcl8.4/http1.0
  85. checking Tcl http.tcl library... yes
  86. checking for tclsh8.4.18... no
  87. checking for tclsh8.4... ../bin/tclsh8.4
  88. checking for tk.h... -I../include
  89. checking for libtk8.4... -L../lib -ltk8.4
  90. checking for tk.tcl... ../lib/tk8.4
  91. checking for otcl.h... -I../otcl-1.13
  92. checking for libotcl1.13... -L../otcl-1.13 -lotcl
  93. checking for tclcl.h... -I../tclcl-1.19
  94. checking for libtclcl... -L../tclcl-1.19 -ltclcl
  95. checking for tcl2c++... ../tclcl-1.19
  96. checking for X11 header files
  97. checking for X11 library archive
  98. checking for XOpenDisplay in -lX11... yes
  99. checking for XShmAttach in -lXext... yes
  100. checking for libtcldbg... no
  101. checking dmalloc... not requested with --with-dmalloc
  102. checking for perl... /usr/bin
  103. checking for ANSI C header files... (cached) yes
  104. checking arpa/inet.h usability... yes
  105. checking arpa/inet.h presence... yes
  106. checking for arpa/inet.h... yes
  107. checking fenv.h usability... yes
  108. checking fenv.h presence... yes
  109. checking for fenv.h... yes
  110. checking netinet/in.h usability... yes
  111. checking netinet/in.h presence... yes
  112. checking for netinet/in.h... yes
  113. checking for string.h... (cached) yes
  114. checking for strings.h... (cached) yes
  115. checking time.h usability... yes
  116. checking time.h presence... yes
  117. checking for time.h... yes
  118. checking for unistd.h... (cached) yes
  119. checking net/ethernet.h usability... yes
  120. checking net/ethernet.h presence... yes
  121. checking for net/ethernet.h... yes
  122. checking for main in -lm... yes
  123. checking for bcopy... yes
  124. checking for bzero... yes
  125. checking for fesetprecision... no
  126. checking for feenableexcept... yes
  127. checking for getrusage... yes
  128. checking for sbrk... yes
  129. checking for snprintf... yes
  130. checking return type of random... long
  131. checking for int8_t... yes
  132. checking for int16_t... yes
  133. checking for int32_t... yes
  134. checking for u_int8_t... yes
  135. checking for u_int16_t... yes
  136. checking for u_int32_t... yes
  137. checking for u_char... yes
  138. checking for u_int... yes
  139. checking for strtoq... yes
  140. checking for strtoll... yes
  141. checking size of long... 8
  142. checking for strtol... yes
  143. checking for __int64_t... no
  144. checking for long long... yes
  145. checking for int64_t... yes
  146. checking which kind of 64-bit int to use... int64_t
  147. checking system version (for dynamic loading)... Linux-2.6.34-ARCH
  148. checking for dlopen in -ldl... yes
  149. checking dlfcn.h usability... yes
  150. checking dlfcn.h presence... yes
  151. checking for dlfcn.h... yes
  152. checking for ns library name... libns.so
  153. checking for struct ether_header... found
  154. checking for struct ether_addr... found
  155. checking for addr2ascii... no
  156. checking for Linux compliant tcphdr... found
  157. checking for BSD compliant tcphdr... not found
  158. checking for socklen_t... yes
  159. checking for main in -lpcap... yes
  160. checking to make nse... yes
  161. Explicitly disabling static compilation
  162. checking for dlopen in -ldl... (cached) yes
  163. checking for a BSD-compatible install... /bin/install -c
  164. configure: creating ./config.status
  165. config.status: creating Makefile
  166. config.status: creating tcl/lib/ns-autoconf.tcl
  167. config.status: creating indep-utils/webtrace-conv/ucb/Makefile
  168. config.status: creating indep-utils/webtrace-conv/dec/Makefile
  169. config.status: creating indep-utils/webtrace-conv/nlanr/Makefile
  170. config.status: creating indep-utils/webtrace-conv/epa/Makefile
  171. config.status: creating indep-utils/cmu-scen-gen/setdest/Makefile
  172. config.status: creating autoconf.h
  173. ============================================================
  174. Going to make
  175. ./install: line 561: cd: ./ns-2.34: No such file or directory
  176. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o tools/random.o tools/random.cc
  177. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o tools/rng.o tools/rng.cc
  178. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o tools/ranvar.o tools/ranvar.cc
  179. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/misc.o common/misc.cc
  180. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/timer-handler.o common/timer-handler.cc
  181. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/scheduler.o common/scheduler.cc
  182. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/object.o common/object.cc
  183. g++ -c -g -Wall -Wno-write-strings -Wno-parentheses -Werror  -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR  -fsigned-char -fno-inline -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION -DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. -I. -I/home/gapo/Programs/ns-allinone-2.34/tclcl-1.19 -I/home/gapo/Programs/ns-allinone-2.34/otcl-1.13 -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/home/gapo/Programs/ns-allinone-2.34/include -I/usr/include/pcap -I./tcp -I./sctp -I./common -I./link -I./queue -I./adc -I./apps -I./mac -I./mobile -I./trace -I./routing -I./tools -I./classifier -I./mcast -I./diffusion3/lib/main -I./diffusion3/lib -I./diffusion3/lib/nr -I./diffusion3/ns -I./diffusion3/filter_core -I./asim/ -I./qs -I./diffserv -I./satellite -I./wpan -o common/packet.o common/packet.cc
  184. make: *** No rule to make target ` ', needed by `ns'.  Stop.
  185. Ns make failed!
Advertisement
Add Comment
Please, Sign In to add comment