Advertisement
Guest User

Untitled

a guest
Feb 10th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.65 KB | None | 0 0
  1. ./configure --disable-doxygen-doc --prefix=/usr/
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether to enable maintainer-specific portions of Makefiles... no
  10. checking for /usr/bin/gcc-3.4... no
  11. checking for gcc... gcc
  12. checking for /usr/bin/c++... no
  13. checking for g++... g++
  14. checking for supported compiler version... checking for style of include used by make... GNU
  15. checking for C++ compiler default output file name... a.out
  16. checking whether the C++ compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables...
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking dependency style of g++... gcc3
  23. yes
  24. checking for gcc... gcc
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking dependency style of gcc... gcc3
  29. checking whether we are using the GNU C++ compiler... (cached) yes
  30. checking whether g++ accepts -g... (cached) yes
  31. checking dependency style of g++... (cached) gcc3
  32. checking how to run the C preprocessor... gcc -E
  33. checking for an ANSI C-conforming const... yes
  34. checking for a BSD-compatible install... /usr/bin/install -c
  35. checking whether ln -s works... yes
  36. checking whether make sets $(MAKE)... (cached) yes
  37. checking for a sed that does not truncate output... /bin/sed
  38. checking for grep that handles long lines and -e... /bin/grep
  39. checking for egrep... /bin/grep -E
  40. checking for ld used by gcc... /usr/bin/ld
  41. checking if the linker (/usr/bin/ld) is GNU ld... yes
  42. checking for /usr/bin/ld option to reload object files... -r
  43. checking for BSD-compatible nm... /usr/bin/nm -B
  44. checking how to recognize dependent libraries... pass_all
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking dlfcn.h usability... yes
  56. checking dlfcn.h presence... yes
  57. checking for dlfcn.h... yes
  58. checking how to run the C++ preprocessor... g++ -E
  59. checking for g77... no
  60. checking for xlf... no
  61. checking for f77... f77
  62. checking whether we are using the GNU Fortran 77 compiler... yes
  63. checking whether f77 accepts -g... yes
  64. checking the maximum length of command line arguments... 1572864
  65. checking command to parse /usr/bin/nm -B output from gcc object... ok
  66. checking for objdir... .libs
  67. checking for ar... ar
  68. checking for ranlib... ranlib
  69. checking for strip... strip
  70. checking if gcc supports -fno-rtti -fno-exceptions... no
  71. checking for gcc option to produce PIC... -fPIC
  72. checking if gcc PIC flag -fPIC works... yes
  73. checking if gcc static flag -static works... yes
  74. checking if gcc supports -c -o file.o... yes
  75. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... yes
  83. configure: creating libtool
  84. appending configuration tag "CXX" to libtool
  85. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  86. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  87. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking for g++ option to produce PIC... -fPIC
  89. checking if g++ PIC flag -fPIC works... yes
  90. checking if g++ static flag -static works... yes
  91. checking if g++ supports -c -o file.o... yes
  92. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. (cached) (cached) checking how to hardcode library paths into programs... immediate
  95. appending configuration tag "F77" to libtool
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... yes
  99. checking for f77 option to produce PIC... -fPIC
  100. checking if f77 PIC flag -fPIC works... yes
  101. checking if f77 static flag -static works... yes
  102. checking if f77 supports -c -o file.o... yes
  103. checking whether the f77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  104. checking dynamic linker characteristics... GNU/Linux ld.so
  105. (cached) (cached) checking how to hardcode library paths into programs... immediate
  106. checking for supported libc version... yes
  107. checking for X... libraries , headers
  108. checking for IceConnectionNumber in -lICE... yes
  109. checking for libXext... yes
  110. checking for extra includes... no
  111. checking for extra libs... no
  112. checking for libz... -lz
  113. checking for libpng... -lpng -lz -lm
  114. checking for Qt... yes
  115. >> Found version.:  3.3.8b
  116. >>> Headers......:  /usr/include/qt3/
  117. >>>> Libraries...:  /usr/lib/
  118. >>>> Documentation...:  Unable to locate?!?
  119. configure: WARNING: Qt documenation not installed?!
  120. >>>>> Workable...:  -*{ YES }*-
  121. checking for Qt MOC... yes
  122. checking for Qt UIC... yes
  123. checking if Qt compiles without flags... yes
  124. checking for pthread_create in -lpthread... yes
  125. setting Linux pthread compilation options
  126. checking for pcap_open_live in -lpcap... yes
  127. checking for gdImageCreate in -lgd... no
  128. checking for gdImagePng in -lgd... no
  129. checking for inflate in -lz... yes
  130. checking for ANSI C header files... (cached) yes
  131. checking deque usability... yes
  132. checking deque presence... yes
  133. checking for deque... yes
  134. checking for size_t... yes
  135. checking whether to enable debugging code and flags... yes
  136. checking whether to build with optimization enabled... yes
  137. checking whether to build with code inlined... yes
  138. checking whether to build with profiling... no
  139. checking whether to build for use with the test server... no
  140. checking for rpath... yes
  141. configure: creating ./config.status
  142. config.status: creating Makefile
  143. config.status: creating src/Makefile
  144. config.status: creating conf/Makefile
  145. config.status: creating config.h
  146. config.status: config.h is unchanged
  147. config.status: executing depfiles commands
  148. Success!
  149. Please run:
  150.   make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement