Guest User

cmangos-ace-freebsd10

a guest
Feb 28th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.70 KB | None | 0 0
  1. wow@server1:~/mangos/build % cmake .. -DCMAKE_INSTALL_PREFIX=/usr/home/wow/server -DINCLUDE_BINDINGS_DIR=ScriptDev2
  2. -- The C compiler identification is Clang 3.3.0
  3. -- The CXX compiler identification is Clang 3.3.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/CC
  9. -- Check for working CXX compiler: /usr/bin/CC -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12.  
  13. This script builds the MaNGOS server.
  14. Options that can be used in order to configure the process:
  15. CMAKE_INSTALL_PREFIX Path where the server should be installed to
  16. PCH Use precompiled headers
  17. DEBUG Debug mode
  18. INCLUDE_BINDINGS_DIR Include a script library in src/bindings/ with the
  19. defined name. the name must corespond to the name of
  20. the folder and the folder must contain a valid
  21. CMakeLists.txt
  22. TBB_USE_EXTERNAL Use external TBB
  23. USE_STD_MALLOC Use standard malloc instead of TBB
  24. ACE_USE_EXTERNAL Use external ACE
  25. To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
  26. Also, you can specify the generator with -G. see 'cmake --help' for more details
  27. For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos
  28.  
  29. -- Detected 64-bit platform.
  30. -- Found Git: /usr/local/bin/git (found version "1.8.5.4")
  31. -- Using mysql-config: /usr/local/bin/mysql_config
  32. -- Found MySQL library: /usr/local/lib/mysql/libmysqlclient_r.so
  33. -- Found MySQL headers: /usr/local/include/mysql
  34. -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so (found version "1.0.1e")
  35. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.8")
  36. -- MaNGOS-Core revision : 59d1aa508774bd9622ec500fd91f052a6682ed38
  37. -- Install server to : /home/wow/server
  38. -- Build script library : Yes (using ScriptDev2)
  39. -- Use PCH : No
  40. -- Build in debug-mode : No (default)
  41. -- Configuring done
  42. -- Generating done
  43. -- Build files have been written to: /home/wow/mangos/build
  44. wow@server1:~/mangos/build % make
  45. Scanning dependencies of target genrev
  46. [ 0%] Building CXX object CMakeFiles/genrev.dir/src/tools/genrevision/genrevision.cpp.o
  47. Linking CXX executable genrev
  48. [ 0%] Built target genrev
  49. Scanning dependencies of target revision.h
  50. [ 0%] Built target revision.h
  51. Scanning dependencies of target TBB_Project
  52. [ 0%] Creating directories for 'TBB_Project'
  53. [ 0%] No download step for 'TBB_Project'
  54. [ 0%] No update step for 'TBB_Project'
  55. [ 0%] No patch step for 'TBB_Project'
  56. [ 1%] No configure step for 'TBB_Project'
  57. [ 1%] Performing build step for 'TBB_Project'
  58. gmake[3]: Entering directory `/usr/home/wow/mangos/dep/tbb'
  59. cd "./build/libs_release" && sh ../../build/generate_tbbvars.sh libs_release
  60. cd "./build/libs_debug" && sh ../../build/generate_tbbvars.sh libs_debug
  61. gmake -C "./build/libs_debug" -r -f ../../build/Makefile.tbb cfg=debug tbb_root=../..
  62. gmake[4]: Entering directory `/usr/home/wow/mangos/dep/tbb/build/libs_debug'
  63. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_hash_map.cpp
  64. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_queue.cpp
  65. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_vector.cpp
  66. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/dynamic_link.cpp
  67. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/itt_notify.cpp
  68. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/cache_aligned_allocator.cpp
  69. ../../src/tbb/cache_aligned_allocator.cpp: In function 'void* tbb::internal::NFS_Allocate(std::size_t, std::size_t, void*)':
  70. ../../src/tbb/cache_aligned_allocator.cpp:201:5: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  71. ../../src/tbb/cache_aligned_allocator.cpp: In function 'bool tbb::internal::is_malloc_used_v3()':
  72. ../../src/tbb/cache_aligned_allocator.cpp:302:5: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  73. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/pipeline.cpp
  74. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::clear(tbb::filter*)':
  75. ../../src/tbb/pipeline.cpp:169:50: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  76. ../../src/tbb/pipeline.cpp: In member function 'bool tbb::internal::input_buffer::return_item(tbb::internal::task_info&, bool)':
  77. ../../src/tbb/pipeline.cpp:180:54: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  78. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::put_item(tbb::internal::task_info&)':
  79. ../../src/tbb/pipeline.cpp:207:32: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  80. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::grow(tbb::internal::input_buffer::size_type)':
  81. ../../src/tbb/pipeline.cpp:222:30: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  82. ../../src/tbb/pipeline.cpp:222:56: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  83. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::note_done(tbb::internal::Token, StageTask&) [with StageTask = tbb::internal::stage_task, tbb::internal::Token = long unsigned int]':
  84. ../../src/tbb/pipeline.cpp:337:66: instantiated from here
  85. ../../src/tbb/pipeline.cpp:154:67: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  86. ../../src/tbb/pipeline.cpp: In member function 'bool tbb::internal::input_buffer::put_token(StageTask&) [with StageTask = tbb::internal::stage_task]':
  87. ../../src/tbb/pipeline.cpp:346:60: instantiated from here
  88. ../../src/tbb/pipeline.cpp:136:17: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  89. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/queuing_mutex.cpp
  90. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/queuing_rw_mutex.cpp
  91. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/spin_rw_mutex.cpp
  92. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/spin_mutex.cpp
  93. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/task.cpp
  94. sh ../../build/version_info_linux.sh g++ -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include >version_string.tmp
  95. getconf: no such configuration parameter `GNU_LIBC_VERSION'
  96. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/mutex.cpp
  97. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/recursive_mutex.cpp
  98. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/tbb_thread.cpp
  99. gcc -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/itt_notify_proxy.c
  100. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/private_server.cpp
  101. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/rml/client/rml_tbb.cpp
  102. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/old/concurrent_vector_v2.cpp
  103. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/old/concurrent_queue_v2.cpp
  104. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/old/spin_rw_mutex_v2.cpp
  105. ../../src/old/concurrent_queue_v2.cpp: In member function 'void tbb::internal::micro_queue::push(const void*, tbb::internal::micro_queue::ticket, tbb::internal::concurrent_queue_base&)':
  106. ../../src/old/concurrent_queue_v2.cpp:157:75: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  107. ../../src/old/concurrent_queue_v2.cpp: In member function 'bool tbb::internal::micro_queue::pop(void*, tbb::internal::micro_queue::ticket, tbb::internal::concurrent_queue_base&)':
  108. ../../src/old/concurrent_queue_v2.cpp:189:75: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  109. ../../src/old/concurrent_queue_v2.cpp: In member function 'void* tbb::internal::concurrent_queue_iterator_rep::choose(std::size_t)':
  110. ../../src/old/concurrent_queue_v2.cpp:334:82: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  111. ../../src/old/concurrent_queue_v2.cpp: In member function 'void tbb::internal::concurrent_queue_iterator_base::advance()':
  112. ../../src/old/concurrent_queue_v2.cpp:366:71: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  113. sh ../../build/generate_tbbvars.sh
  114. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I. -I../../src -I../../src/rml/include -I../../include ../../src/tbb/tbb_misc.cpp
  115. g++ -fPIC -o libtbb_debug.so concurrent_hash_map.o concurrent_queue.o concurrent_vector.o dynamic_link.o itt_notify.o cache_aligned_allocator.o pipeline.o queuing_mutex.o queuing_rw_mutex.o spin_rw_mutex.o spin_mutex.o task.o tbb_misc.o mutex.o recursive_mutex.o tbb_thread.o itt_notify_proxy.o private_server.o rml_tbb.o concurrent_vector_v2.o concurrent_queue_v2.o spin_rw_mutex_v2.o -lpthread -shared -m64
  116. gmake[4]: Leaving directory `/usr/home/wow/mangos/dep/tbb/build/libs_debug'
  117. gmake -C "./build/libs_release" -r -f ../../build/Makefile.tbb cfg=release tbb_root=../..
  118. gmake[4]: Entering directory `/usr/home/wow/mangos/dep/tbb/build/libs_release'
  119. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_hash_map.cpp
  120. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_queue.cpp
  121. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_vector.cpp
  122. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/dynamic_link.cpp
  123. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/itt_notify.cpp
  124. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/cache_aligned_allocator.cpp
  125. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/pipeline.cpp
  126. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::clear(tbb::filter*)':
  127. ../../src/tbb/pipeline.cpp:169:50: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  128. ../../src/tbb/pipeline.cpp: In member function 'bool tbb::internal::input_buffer::return_item(tbb::internal::task_info&, bool)':
  129. ../../src/tbb/pipeline.cpp:180:54: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  130. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::put_item(tbb::internal::task_info&)':
  131. ../../src/tbb/pipeline.cpp:207:32: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  132. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::grow(tbb::internal::input_buffer::size_type)':
  133. ../../src/tbb/pipeline.cpp:222:30: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  134. ../../src/tbb/pipeline.cpp:222:56: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  135. ../../src/tbb/pipeline.cpp: In member function 'void tbb::internal::input_buffer::note_done(tbb::internal::Token, StageTask&) [with StageTask = tbb::internal::stage_task, tbb::internal::Token = long unsigned int]':
  136. ../../src/tbb/pipeline.cpp:337:66: instantiated from here
  137. ../../src/tbb/pipeline.cpp:154:67: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  138. ../../src/tbb/pipeline.cpp: In member function 'bool tbb::internal::input_buffer::put_token(StageTask&) [with StageTask = tbb::internal::stage_task]':
  139. ../../src/tbb/pipeline.cpp:346:60: instantiated from here
  140. ../../src/tbb/pipeline.cpp:136:17: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  141. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/queuing_mutex.cpp
  142. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/queuing_rw_mutex.cpp
  143. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/spin_rw_mutex.cpp
  144. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/spin_mutex.cpp
  145. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/task.cpp
  146. sh ../../build/version_info_linux.sh g++ -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include >version_string.tmp
  147. getconf: no such configuration parameter `GNU_LIBC_VERSION'
  148. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/mutex.cpp
  149. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/recursive_mutex.cpp
  150. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/tbb_thread.cpp
  151. gcc -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/itt_notify_proxy.c
  152. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/tbb/private_server.cpp
  153. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/rml/client/rml_tbb.cpp
  154. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/old/concurrent_vector_v2.cpp
  155. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/old/concurrent_queue_v2.cpp
  156. ../../src/old/concurrent_queue_v2.cpp: In member function 'void tbb::internal::micro_queue::push(const void*, tbb::internal::micro_queue::ticket, tbb::internal::concurrent_queue_base&)':
  157. ../../src/old/concurrent_queue_v2.cpp:157:75: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  158. ../../src/old/concurrent_queue_v2.cpp: In member function 'bool tbb::internal::micro_queue::pop(void*, tbb::internal::micro_queue::ticket, tbb::internal::concurrent_queue_base&)':
  159. ../../src/old/concurrent_queue_v2.cpp:189:75: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  160. ../../src/old/concurrent_queue_v2.cpp: In member function 'void* tbb::internal::concurrent_queue_iterator_rep::choose(std::size_t)':
  161. ../../src/old/concurrent_queue_v2.cpp:334:82: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  162. ../../src/old/concurrent_queue_v2.cpp: In member function 'void tbb::internal::concurrent_queue_iterator_base::advance()':
  163. ../../src/old/concurrent_queue_v2.cpp:366:71: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
  164. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I../../src -I../../src/rml/include -I../../include ../../src/old/spin_rw_mutex_v2.cpp
  165. sh ../../build/generate_tbbvars.sh
  166. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fPIC -D__TBB_BUILD=1 -Wall -I. -I../../src -I../../src/rml/include -I../../include ../../src/tbb/tbb_misc.cpp
  167. g++ -fPIC -o libtbb.so concurrent_hash_map.o concurrent_queue.o concurrent_vector.o dynamic_link.o itt_notify.o cache_aligned_allocator.o pipeline.o queuing_mutex.o queuing_rw_mutex.o spin_rw_mutex.o spin_mutex.o task.o tbb_misc.o mutex.o recursive_mutex.o tbb_thread.o itt_notify_proxy.o private_server.o rml_tbb.o concurrent_vector_v2.o concurrent_queue_v2.o spin_rw_mutex_v2.o -lpthread -shared -m64
  168. gmake[4]: Leaving directory `/usr/home/wow/mangos/dep/tbb/build/libs_release'
  169. gmake -C "./build/libs_debug" -r -f ../../build/Makefile.tbbmalloc cfg=debug malloc tbb_root=../..
  170. gmake[4]: Entering directory `/usr/home/wow/mangos/dep/tbb/build/libs_debug'
  171. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fno-rtti -fno-exceptions -fno-schedule-insns2 -D__TBB_BUILD=1 -fPIC -I../../src -I../../src/rml/include -I../../include -I../../src/tbbmalloc -I../../src/tbbmalloc ../../src/tbbmalloc/tbbmalloc.cpp
  172. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fno-rtti -fno-exceptions -fno-schedule-insns2 -D__TBB_BUILD=1 -fPIC -o tbb_misc_malloc.o -I. -I../../src -I../../src/rml/include -I../../include ../../src/tbb/tbb_misc.cpp
  173. g++ -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -m64 -fno-rtti -fno-exceptions -fno-schedule-insns2 -D__TBB_BUILD=1 -fPIC -I../../src -I../../src/rml/include -I../../include -I../../src/tbbmalloc -I../../src/tbbmalloc ../../src/tbbmalloc/MemoryAllocator.cpp
  174. g++ -fPIC -o libtbbmalloc_debug.so tbbmalloc.o dynamic_link.o tbb_misc_malloc.o MemoryAllocator.o itt_notify_proxy.o -lpthread -shared -m64
  175. gmake[4]: Leaving directory `/usr/home/wow/mangos/dep/tbb/build/libs_debug'
  176. gmake -C "./build/libs_release" -r -f ../../build/Makefile.tbbmalloc cfg=release malloc tbb_root=../..
  177. gmake[4]: Entering directory `/usr/home/wow/mangos/dep/tbb/build/libs_release'
  178. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fno-rtti -fno-exceptions -fno-schedule-insns2 -D__TBB_BUILD=1 -fPIC -I../../src -I../../src/rml/include -I../../include -I../../src/tbbmalloc -I../../src/tbbmalloc ../../src/tbbmalloc/tbbmalloc.cpp
  179. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fno-rtti -fno-exceptions -fno-schedule-insns2 -D__TBB_BUILD=1 -fPIC -o tbb_misc_malloc.o -I. -I../../src -I../../src/rml/include -I../../include ../../src/tbb/tbb_misc.cpp
  180. g++ -c -MMD -O2 -DUSE_PTHREAD -m64 -fno-rtti -fno-exceptions -fno-schedule-insns2 -D__TBB_BUILD=1 -fPIC -I../../src -I../../src/rml/include -I../../include -I../../src/tbbmalloc -I../../src/tbbmalloc ../../src/tbbmalloc/MemoryAllocator.cpp
  181. g++ -fPIC -o libtbbmalloc.so tbbmalloc.o dynamic_link.o tbb_misc_malloc.o MemoryAllocator.o itt_notify_proxy.o -lpthread -shared -m64
  182. gmake[4]: Leaving directory `/usr/home/wow/mangos/dep/tbb/build/libs_release'
  183. gmake[3]: Leaving directory `/usr/home/wow/mangos/dep/tbb'
  184. [ 1%] Performing install step for 'TBB_Project'
  185. [ 1%] Completed 'TBB_Project'
  186. [ 1%] Built target TBB_Project
  187. Scanning dependencies of target ACE_Project
  188. [ 1%] Creating directories for 'ACE_Project'
  189. [ 1%] No download step for 'ACE_Project'
  190. [ 1%] No update step for 'ACE_Project'
  191. [ 1%] No patch step for 'ACE_Project'
  192. [ 1%] Performing configure step for 'ACE_Project'
  193. checking build system type... x86_64-unknown-freebsd10.0
  194. checking host system type... x86_64-unknown-freebsd10.0
  195. checking target system type... x86_64-unknown-freebsd10.0
  196. checking for a BSD-compatible install... /usr/bin/install -c
  197. checking whether build environment is sane... yes
  198. checking for a thread-safe mkdir -p... /home/wow/mangos/dep/ACE_wrappers/aux_config/install-sh -c -d
  199. checking for gawk... no
  200. checking for mawk... no
  201. checking for nawk... nawk
  202. checking whether make sets $(MAKE)... yes
  203. checking for grep that handles long lines and -e... /usr/bin/grep
  204. checking for egrep... /usr/bin/grep -E
  205. checking whether #! works in shell scripts... yes
  206. checking for g++... g++
  207. checking whether the C++ compiler works... yes
  208. checking for C++ compiler default output file name... a.out
  209. checking for suffix of executables...
  210. checking whether we are cross compiling... no
  211. checking for suffix of object files... o
  212. checking whether we are using the GNU C++ compiler... yes
  213. checking whether g++ accepts -g... yes
  214. checking for style of include used by make... GNU
  215. checking dependency style of g++... gcc3
  216. checking how to run the C++ preprocessor... g++ -E
  217. checking for gawk... (cached) nawk
  218. checking whether ln -s works... yes
  219. checking for flex... flex
  220. checking lex output file root... lex.yy
  221. checking lex library... none needed
  222. checking whether yytext is a pointer... no
  223. checking for bison... bison -y
  224. checking for gperf... gperf
  225. checking for gprof... gprof
  226. checking for library containing socket... none required
  227. checking for library containing gethostbyname... none required
  228. checking for fltk-config... no
  229. checking for X... libraries , headers
  230. checking for gethostbyname... yes
  231. checking for connect... yes
  232. checking for remove... yes
  233. checking for shmat... yes
  234. checking for IceConnectionNumber in -lICE... yes
  235. checking for pkg-config... /usr/local/bin/pkg-config
  236. checking pkg-config is at least version 0.9.0... yes
  237. checking for Qt... not found
  238. /tmp//ccYqNqbG.o: In function `__static_initialization_and_destruction_0(int, int)':
  239. conftest.cpp:(.text+0x45): undefined reference to `std::ios_base::Init::Init()'
  240. conftest.cpp:(.text+0x4a): undefined reference to `std::ios_base::Init::~Init()'
  241. collect2: ld returned 1 exit status
  242. ldd: conftest.out: No such file or directory
  243. not using lib directory suffix
  244. checking whether tclConfig.sh exists in ... no
  245. checking whether tkConfig.sh exists in ... no
  246. checking for fox-config... no
  247. checking for Kerberos include flags needed by OpenSSL... no
  248. checking for OpenSSL libraries... no
  249. configure: WARNING: gperf program already exists
  250. configure: WARNING: existing gperf may be overwritten during installation
  251. checking whether to compile/use the ACE_QoS library... no
  252. checking whether to compile/use the ACE_SSL library... (cached) no
  253. checking whether to compile/use the ACEXML library... (cached) yes
  254. checking whether to use wide characters internally... no
  255. checking for library containing dlopen... none required
  256. checking for library containing getservbyname... none required
  257. checking for library containing compile... no
  258. checking for library containing exc_continue... no
  259. checking for library containing ctime_r... none required
  260. checking for library containing t_getprotaddr... no
  261. checking for library containing t_accept... no
  262. checking if compiler may need a command line thread flag... yes
  263. checking for compiler thread flag... -pthread
  264. checking for POSIX threads library... none required
  265. checking for gcc... gcc
  266. checking whether we are using the GNU C compiler... yes
  267. checking whether gcc accepts -g... yes
  268. checking for gcc option to accept ISO C89... none needed
  269. checking dependency style of gcc... gcc3
  270. checking for a sed that does not truncate output... /usr/bin/sed
  271. checking for fgrep... /usr/bin/grep -F
  272. checking for ld used by gcc... /usr/local/bin/ld
  273. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  274. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  275. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  276. checking the maximum length of command line arguments... 196608
  277. checking whether the shell understands some XSI constructs... yes
  278. checking whether the shell understands "+="... no
  279. checking for /usr/local/bin/ld option to reload object files... -r
  280. checking for objdump... objdump
  281. checking how to recognize dependent libraries... pass_all
  282. checking for ar... ar
  283. checking for strip... strip
  284. checking for ranlib... ranlib
  285. checking command to parse /usr/bin/nm -B output from gcc object... ok
  286. checking how to run the C preprocessor... gcc -E
  287. checking for ANSI C header files... yes
  288. checking for sys/types.h... yes
  289. checking for sys/stat.h... yes
  290. checking for stdlib.h... yes
  291. checking for string.h... yes
  292. checking for memory.h... yes
  293. checking for strings.h... yes
  294. checking for inttypes.h... yes
  295. checking for stdint.h... yes
  296. checking for unistd.h... yes
  297. checking for dlfcn.h... yes
  298. checking whether we are using the GNU C++ compiler... (cached) yes
  299. checking whether g++ accepts -g... (cached) yes
  300. checking dependency style of g++... (cached) gcc3
  301. checking how to run the C++ preprocessor... g++ -E
  302. checking for objdir... .libs
  303. checking if gcc supports -fno-rtti -fno-exceptions... no
  304. checking for gcc option to produce PIC... -fPIC -DPIC
  305. checking if gcc PIC flag -fPIC -DPIC works... yes
  306. checking if gcc static flag -static works... yes
  307. checking if gcc supports -c -o file.o... yes
  308. checking if gcc supports -c -o file.o... (cached) yes
  309. checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
  310. checking whether -lc should be explicitly linked in... no
  311. checking dynamic linker characteristics... no
  312. checking how to hardcode library paths into programs... immediate
  313. checking for shl_load... no
  314. checking for shl_load in -ldld... no
  315. checking for dlopen... yes
  316. checking whether a program can dlopen itself... yes
  317. checking whether a statically linked program can dlopen itself... no
  318. checking whether stripping libraries is possible... yes
  319. checking if libtool supports shared libraries... no
  320. checking whether to build shared libraries... no
  321. checking whether to build static libraries... yes
  322. checking for ld used by g++... /usr/local/bin/ld
  323. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  324. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... no
  325. checking for g++ option to produce PIC... -fPIC -DPIC
  326. checking if g++ PIC flag -fPIC -DPIC works... yes
  327. checking if g++ static flag -static works... yes
  328. checking if g++ supports -c -o file.o... yes
  329. checking if g++ supports -c -o file.o... (cached) yes
  330. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... no
  331. checking dynamic linker characteristics... no
  332. checking how to hardcode library paths into programs... immediate
  333. checking for library containing sched_yield... none required
  334. checking for library containing aio_read... none required
  335. checking for working asynchronous IO... no
  336. checking to see if _NO_BITFIELDS needed to compile netinet/ip.h... no
  337. checking types of arguments for ioctl()... unsigned long
  338. checking whether getsockname() and getpeername() return random values in sockaddr_in.sin_zero... no
  339. checking whether platform lacks perfect multicast filtering... yes
  340. checking whether dlsym() segfaults when passed an invalid handle... no
  341. checking for dirent.h that defines DIR... yes
  342. checking for library containing opendir... none required
  343. checking for sys/wait.h that is POSIX.1 compatible... yes
  344. checking for dlfcn.h... (cached) yes
  345. checking for inttypes.h... (cached) yes
  346. checking malloc.h usability... no
  347. checking malloc.h presence... no
  348. checking for malloc.h... no
  349. checking for memory.h... (cached) yes
  350. checking for stdint.h... (cached) yes
  351. checking sys/msg.h usability... yes
  352. checking sys/msg.h presence... yes
  353. checking for sys/msg.h... yes
  354. checking if _KERNEL is needed for msg prototypes... no
  355. checking sys/sem.h usability... yes
  356. checking sys/sem.h presence... yes
  357. checking for sys/sem.h... yes
  358. checking sys/shm.h usability... yes
  359. checking sys/shm.h presence... yes
  360. checking for sys/shm.h... yes
  361. checking sys/param.h usability... yes
  362. checking sys/param.h presence... yes
  363. checking for sys/param.h... yes
  364. checking sys/priocntl.h usability... no
  365. checking sys/priocntl.h presence... no
  366. checking for sys/priocntl.h... no
  367. checking ucontext.h usability... yes
  368. checking ucontext.h presence... yes
  369. checking for ucontext.h... yes
  370. checking sys/procfs.h usability... yes
  371. checking sys/procfs.h presence... yes
  372. checking for sys/procfs.h... yes
  373. checking if sys/procfs.h conflicts with ucontext.h... no
  374. checking arpa/inet.h usability... yes
  375. checking arpa/inet.h presence... yes
  376. checking for arpa/inet.h... yes
  377. checking bytesex.h usability... no
  378. checking bytesex.h presence... no
  379. checking for bytesex.h... no
  380. checking byteswap.h usability... no
  381. checking byteswap.h presence... no
  382. checking for byteswap.h... no
  383. checking dirent.h usability... yes
  384. checking dirent.h presence... yes
  385. checking for dirent.h... yes
  386. checking for dlfcn.h... (cached) yes
  387. checking errno.h usability... yes
  388. checking errno.h presence... yes
  389. checking for errno.h... yes
  390. checking execinfo.h usability... yes
  391. checking execinfo.h presence... yes
  392. checking for execinfo.h... yes
  393. checking fcntl.h usability... yes
  394. checking fcntl.h presence... yes
  395. checking for fcntl.h... yes
  396. checking pdh.h usability... no
  397. checking pdh.h presence... no
  398. checking for pdh.h... no
  399. checking pthread_np.h usability... yes
  400. checking pthread_np.h presence... yes
  401. checking for pthread_np.h... yes
  402. checking sched.h usability... yes
  403. checking sched.h presence... yes
  404. checking for sched.h... yes
  405. checking search.h usability... yes
  406. checking search.h presence... yes
  407. checking for search.h... yes
  408. checking select.h usability... no
  409. checking select.h presence... no
  410. checking for select.h... no
  411. checking semaphore.h usability... yes
  412. checking semaphore.h presence... yes
  413. checking for semaphore.h... yes
  414. checking signal.h usability... yes
  415. checking signal.h presence... yes
  416. checking for signal.h... yes
  417. checking for stdlib.h... (cached) yes
  418. checking for string.h... (cached) yes
  419. checking for strings.h... (cached) yes
  420. checking netdb.h usability... yes
  421. checking netdb.h presence... yes
  422. checking for netdb.h... yes
  423. checking netinet/in.h usability... yes
  424. checking netinet/in.h presence... yes
  425. checking for netinet/in.h... yes
  426. checking netinet/tcp.h usability... yes
  427. checking netinet/tcp.h presence... yes
  428. checking for netinet/tcp.h... yes
  429. checking sys/socket.h usability... yes
  430. checking sys/socket.h presence... yes
  431. checking for sys/socket.h... yes
  432. checking for net/if.h... yes
  433. checking sys/filio.h usability... yes
  434. checking sys/filio.h presence... yes
  435. checking for sys/filio.h... yes
  436. checking intrin.h usability... no
  437. checking intrin.h presence... no
  438. checking for intrin.h... no
  439. checking ia64intrin.h usability... no
  440. checking ia64intrin.h presence... no
  441. checking for ia64intrin.h... no
  442. checking ia32intrin.h usability... no
  443. checking ia32intrin.h presence... no
  444. checking for ia32intrin.h... no
  445. checking sys/ioctl.h usability... yes
  446. checking sys/ioctl.h presence... yes
  447. checking for sys/ioctl.h... yes
  448. checking sys/ipc.h usability... yes
  449. checking sys/ipc.h presence... yes
  450. checking for sys/ipc.h... yes
  451. checking sys/loadavg.h usability... no
  452. checking sys/loadavg.h presence... no
  453. checking for sys/loadavg.h... no
  454. checking sys/mman.h usability... yes
  455. checking sys/mman.h presence... yes
  456. checking for sys/mman.h... yes
  457. checking sys/pstat.h usability... no
  458. checking sys/pstat.h presence... no
  459. checking for sys/pstat.h... no
  460. checking sys/resource.h usability... yes
  461. checking sys/resource.h presence... yes
  462. checking for sys/resource.h... yes
  463. checking for sys/sem.h... (cached) yes
  464. checking for sys/shm.h... (cached) yes
  465. checking sys/select.h usability... yes
  466. checking sys/select.h presence... yes
  467. checking for sys/select.h... yes
  468. checking sys/sockio.h usability... yes
  469. checking sys/sockio.h presence... yes
  470. checking for sys/sockio.h... yes
  471. checking for sys/stat.h... (cached) yes
  472. checking for sys/types.h... (cached) yes
  473. checking for sys/sysctl.h... yes
  474. checking sys/time.h usability... yes
  475. checking sys/time.h presence... yes
  476. checking for sys/time.h... yes
  477. checking sys/uio.h usability... yes
  478. checking sys/uio.h presence... yes
  479. checking for sys/uio.h... yes
  480. checking sys/un.h usability... yes
  481. checking sys/un.h presence... yes
  482. checking for sys/un.h... yes
  483. checking for sys/wait.h... (cached) yes
  484. checking sysent.h usability... no
  485. checking sysent.h presence... no
  486. checking for sysent.h... no
  487. checking time.h usability... yes
  488. checking time.h presence... yes
  489. checking for time.h... yes
  490. checking termio.h usability... no
  491. checking termio.h presence... no
  492. checking for termio.h... no
  493. checking termios.h usability... yes
  494. checking termios.h presence... yes
  495. checking for termios.h... yes
  496. checking wctype.h usability... yes
  497. checking wctype.h presence... yes
  498. checking for wctype.h... yes
  499. checking for struct termio... no
  500. checking for struct termios... yes
  501. checking for sys/mman.h... (cached) yes
  502. checking bstring.h usability... no
  503. checking bstring.h presence... no
  504. checking for bstring.h... no
  505. checking for strings.h... (cached) yes
  506. checking sys/syscall.h usability... yes
  507. checking sys/syscall.h presence... yes
  508. checking for sys/syscall.h... yes
  509. checking poll.h usability... yes
  510. checking poll.h presence... yes
  511. checking for poll.h... yes
  512. checking pwd.h usability... yes
  513. checking pwd.h presence... yes
  514. checking for pwd.h... yes
  515. checking regexpr.h usability... no
  516. checking regexpr.h presence... no
  517. checking for regexpr.h... no
  518. checking stropts.h usability... no
  519. checking stropts.h presence... no
  520. checking for stropts.h... no
  521. checking siginfo.h usability... no
  522. checking siginfo.h presence... no
  523. checking for siginfo.h... no
  524. checking for unistd.h... (cached) yes
  525. checking utime.h usability... yes
  526. checking utime.h presence... yes
  527. checking for utime.h... yes
  528. checking wchar.h usability... yes
  529. checking wchar.h presence... yes
  530. checking for wchar.h... yes
  531. checking for wchar.h... (cached) yes
  532. checking new usability... yes
  533. checking new presence... yes
  534. checking for new... yes
  535. checking memory usability... yes
  536. checking memory presence... yes
  537. checking for memory... yes
  538. checking iomanip usability... yes
  539. checking iomanip presence... yes
  540. checking for iomanip... yes
  541. checking ios usability... yes
  542. checking ios presence... yes
  543. checking for ios... yes
  544. checking iostream usability... yes
  545. checking iostream presence... yes
  546. checking for iostream... yes
  547. checking istream usability... yes
  548. checking istream presence... yes
  549. checking for istream... yes
  550. checking ostream usability... yes
  551. checking ostream presence... yes
  552. checking for ostream... yes
  553. checking fstream usability... yes
  554. checking fstream presence... yes
  555. checking for fstream... yes
  556. checking streambuf usability... yes
  557. checking streambuf presence... yes
  558. checking for streambuf... yes
  559. checking for old malloc() prototype... no
  560. checking whether recv_timedwait is declared... no
  561. checking whether getrlimit is declared... yes
  562. checking whether setrlimit is declared... yes
  563. checking for cpu_set_t... no
  564. checking for idtype_t... no
  565. checking for key_t... yes
  566. checking for sem_t... yes
  567. checking for pri_t... no
  568. checking for sig_atomic_t... yes
  569. checking for union sigval... yes
  570. checking for union sigval.sigval_int... yes
  571. checking for union sigval.sigval_ptr... yes
  572. checking for ssize_t... yes
  573. checking for suseconds_t... yes
  574. checking for useconds_t... yes
  575. checking for ucontext_t... yes
  576. checking for u_longlong_t... no
  577. checking for wchar_t... yes
  578. checking for socklen_t... yes
  579. checking for struct dirent... yes
  580. checking for struct flock... yes
  581. checking for rwlock_t... no
  582. checking for struct strbuf... no
  583. checking for prusage_t... no
  584. checking for struct strrecvfd... no
  585. checking for struct sigaction... yes
  586. checking for sigset_t... yes
  587. checking for struct lifnum... no
  588. checking for struct utsname... yes
  589. checking for struct sembuf... yes
  590. checking for siginfo_t... yes
  591. checking for siginfo_t.si_addr... yes
  592. checking for struct msghdr... yes
  593. checking for condition variable support... yes
  594. checking for POSIX timer structure... yes
  595. checking for timespec_t... no
  596. checking for union semun... yes
  597. checking for limited struct rusage... no
  598. checking for struct sockaddr_in.sin_len... yes
  599. checking for struct sockaddr_in6.sin6_len... yes
  600. checking for sys_siglist... yes
  601. checking if compiler accepts "pragma once" directive... no
  602. checking if "-pipe" compiler flag is supported... yes
  603. checking whether byte ordering is bigendian... no
  604. checking size of wchar_t... 4
  605. checking size of short... 2
  606. checking size of int... 4
  607. checking size of long... 8
  608. checking size of long long... 8
  609. checking size of void *... 8
  610. checking size of float... 4
  611. checking size of double... 8
  612. checking size of long double... 16
  613. checking size of signed char... 1
  614. checking for intmax_t... yes
  615. checking for uintmax_t... yes
  616. checking for intptr_t... yes
  617. checking for uintptr_t... yes
  618. checking for int8_t... yes
  619. checking for uint8_t... yes
  620. checking for int16_t... yes
  621. checking for uint16_t... yes
  622. checking for int32_t... yes
  623. checking for uint32_t... yes
  624. checking for int64_t... yes
  625. checking for uint64_t... yes
  626. checking for std::numeric_limits<>... yes
  627. checking for timezone variable... no
  628. checking for istream operator>> for char types... no
  629. checking for istream operator>> for char * types... no
  630. checking to see if template destructor call takes template args... yes
  631. checking for C++ "std" namespace... yes
  632. checking for new style C++ include file support... yes
  633. checking for C++ auto_ptr class... yes
  634. checking for C++ auto_ptr reset method... yes
  635. checking for C++ placement delete operator... no
  636. checking if templates require source... yes
  637. checking for template typedefs... yes
  638. checking for static data member templates... yes
  639. checking if definition is needed for hidden functions... no
  640. checking for C++ exceptions... yes
  641. checking for strcasecmp... yes
  642. checking whether strcasecmp is declared... yes
  643. checking for strncasecmp... yes
  644. checking whether strncasecmp is declared... yes
  645. checking for strdup... yes
  646. checking for wcscasecmp... yes
  647. checking for wcsncasecmp... yes
  648. checking for wcsdup... yes
  649. checking whether closedir returns void... no
  650. checking for getpwnam... yes
  651. checking for setpwent... yes
  652. checking for endpwent... yes
  653. checking for getpwent... yes
  654. checking for getpwuid... yes
  655. checking checking if ACE cuserid() implementation should be used... yes
  656. checking for strftime... yes
  657. checking for _InterlockedIncrement... no
  658. checking for _InterlockedDecrement... no
  659. checking for _InterlockedExchangeAdd... no
  660. checking for GCC atomic builtin... yes
  661. checking for access... yes
  662. checking for alphasort... yes
  663. checking for asctime... yes
  664. checking for asctime_r... yes
  665. checking for alarm... yes
  666. checking for bsearch... yes
  667. checking for bswap16... no
  668. checking for bswap_16... no
  669. checking for bswap32... no
  670. checking for bswap_32... no
  671. checking for bswap64... no
  672. checking for bswap_64... no
  673. checking for chdir... yes
  674. checking for clock_gettime... yes
  675. checking for clock_settime... yes
  676. checking for nanosleep... yes
  677. checking for difftime... yes
  678. checking for dup... yes
  679. checking for dup2... yes
  680. checking for execv... yes
  681. checking for execvp... yes
  682. checking for execve... yes
  683. checking for fgetwc... yes
  684. checking for fcntl... yes
  685. checking for fork... yes
  686. checking for fsync... yes
  687. checking for getcwd... yes
  688. checking for gethostent... yes
  689. checking for getipnodebyaddr... yes
  690. checking for getipnodebyname... yes
  691. checking for getifaddrs... yes
  692. checking for getegid... yes
  693. checking for geteuid... yes
  694. checking for getgid... yes
  695. checking for setenv... yes
  696. checking for unsetenv... yes
  697. checking for getopt... yes
  698. checking whether getopt is declared... yes
  699. checking for getpagesize... yes
  700. checking for getpid... yes
  701. checking for getpgid... yes
  702. checking for getpgid prototype... yes
  703. checking for getppid... yes
  704. checking for getprogname... yes
  705. checking for getrusage... yes
  706. checking whether getrusage is declared... yes
  707. checking for getuid... yes
  708. checking for gmtime... yes
  709. checking for gmtime_r... yes
  710. checking for inet_aton... yes
  711. checking for isatty... yes
  712. checking for isastream... no
  713. checking for itoa... no
  714. checking for lseek64... no
  715. checking for llseek... no
  716. checking for kill... yes
  717. checking for localtime... yes
  718. checking for log2... no
  719. checking for lstat... yes
  720. checking for madvise... yes
  721. checking whether madvise is declared... yes
  722. checking for mkdir... yes
  723. checking for 1- or 2-param mkdir... 2
  724. checking for memchr... yes
  725. checking for mkfifo... yes
  726. checking for mkstemp... yes
  727. checking whether mkstemp is declared... yes
  728. checking for mktemp... yes
  729. checking whether mktemp is declared... yes
  730. checking for msync... yes
  731. checking for mprotect... yes
  732. checking for pipe... yes
  733. checking for qsort... yes
  734. checking for realpath... yes
  735. checking for setegid... yes
  736. checking for seteuid... yes
  737. checking for setgid... yes
  738. checking for setpgid... yes
  739. checking for setpgid prototype... yes
  740. checking for setprogname... yes
  741. checking for setregid... yes
  742. checking for setregid prototype... yes
  743. checking for setreuid... yes
  744. checking for setreuid prototype... yes
  745. checking for setsid... yes
  746. checking for setuid... yes
  747. checking for sigaction... yes
  748. checking for strnlen... yes
  749. checking whether strnlen is declared... yes
  750. checking for strsignal... yes
  751. checking for strchr... yes
  752. checking for strerror... yes
  753. checking for strftime... (cached) yes
  754. checking for strpbrk... yes
  755. checking for strrchr... yes
  756. checking for strspn... yes
  757. checking for strtod... yes
  758. checking for strtol... yes
  759. checking for strtoll... yes
  760. checking whether strtoll is declared... yes
  761. checking for strtoul... yes
  762. checking for strtoull... yes
  763. checking whether strtoull is declared... yes
  764. checking for swab... yes
  765. checking for sysconf... yes
  766. checking for sysctl... yes
  767. checking sys/sysinfo.h usability... no
  768. checking sys/sysinfo.h presence... no
  769. checking for sys/sysinfo.h... no
  770. checking sys/systeminfo.h usability... no
  771. checking sys/systeminfo.h presence... no
  772. checking for sys/systeminfo.h... no
  773. checking for sysinfo... no
  774. checking for system... yes
  775. checking for getmsg... no
  776. checking for gethostbyaddr... yes
  777. checking for gethrtime... no
  778. checking for readv... yes
  779. checking for writev... yes
  780. checking for set_t_errno... no
  781. checking for sigsuspend... yes
  782. checking for sigtimedwait... yes
  783. checking for socketpair... yes
  784. checking for strptime... yes
  785. checking whether strptime is declared... yes
  786. checking for wcslen... yes
  787. checking for syscall... yes
  788. checking for alarm... (cached) yes
  789. checking for signal... yes
  790. checking for getrlimit... yes
  791. checking for setrlimit... yes
  792. checking for readlink... yes
  793. checking for rename... yes
  794. checking for recvmsg... yes
  795. checking for sendmsg... yes
  796. checking for sbrk... yes
  797. checking for ualarm... yes
  798. checking whether ualarm is declared... yes
  799. checking for umask... yes
  800. checking for uname... yes
  801. checking for unlink... yes
  802. checking for vasprintf... yes
  803. checking for vaswprintf... no
  804. checking for vfwprintf... yes
  805. checking for vswprintf... yes
  806. checking for wcsnlen... yes
  807. checking for fgetws... yes
  808. checking for fputws... yes
  809. checking for isblank... yes
  810. checking for iswblank... yes
  811. checking for isctype... no
  812. checking for iswctype... yes
  813. checking for itow... no
  814. checking for towlower... yes
  815. checking for towupper... yes
  816. checking for wcscat... yes
  817. checking for wcschr... yes
  818. checking for wcscmp... yes
  819. checking for wcscpy... yes
  820. checking for wcscspn... yes
  821. checking for wcslen... (cached) yes
  822. checking for wcsncat... yes
  823. checking for wcsncmp... yes
  824. checking for wcsncpy... yes
  825. checking for wcsnicmp... no
  826. checking for wcspbrk... yes
  827. checking for wcsrchr... yes
  828. checking for wcsspn... yes
  829. checking for wcsstr... yes
  830. checking for wcstod... yes
  831. checking for wcstok... yes
  832. checking for 2- or 3-param wcstok... 3
  833. checking for wcstol... yes
  834. checking for wcstoll... yes
  835. checking whether wcstoll is declared... yes
  836. checking for wcstoul... yes
  837. checking for wcstoull... yes
  838. checking whether wcstoull is declared... yes
  839. checking for msgctl... yes
  840. checking for msgget... yes
  841. checking for msgrcv... yes
  842. checking for semctl... yes
  843. checking for semget... yes
  844. checking for semop... yes
  845. checking for shmat... (cached) yes
  846. checking for shmctl... yes
  847. checking for shmdt... yes
  848. checking for shmget... yes
  849. checking for read_real_time... no
  850. checking for shm_open... yes
  851. checking if shm_open requires one slash... yes
  852. checking for vsnprintf... yes
  853. checking for tempnam... yes
  854. checking for truncate... yes
  855. checking for library containing sem_init... none required
  856. checking for library containing sem_destroy... none required
  857. checking for sem_open... yes
  858. checking for sem_close... yes
  859. checking for sem_unlink... yes
  860. checking if sem_open works... no
  861. checking if sem_timedwait works... no
  862. checking for pthread_sigmask... yes
  863. checking whether pthread_sigmask is declared... yes
  864. checking for pthread_key_create... yes
  865. checking for pthread_condattr_setkind_np... no
  866. checking for pthread_mutexattr_setkind_np... yes
  867. checking for pthread_condattr_setpshared... yes
  868. checking for pthread_attr_setstack... yes
  869. checking for pthread_attr_setstackaddr... yes
  870. checking for pthread_attr_setstacksize... yes
  871. checking for pthread_cancel... yes
  872. checking for pthread_yield... yes
  873. checking for pthread_thr_sigsetmask... no
  874. checking for pthread_attr_setdetachstate... yes
  875. checking for sched_setscheduler... yes
  876. checking for pthread_attr_setschedpolicy... yes
  877. checking for pthread_attr_setscope... yes
  878. checking for pthread_mutexattr_setpshared... yes
  879. checking for pthread_mutexattr_create... no
  880. checking for pthread_mutexattr_delete... no
  881. checking for pthread_condattr_delete... no
  882. checking for pthread_condattr_create... no
  883. checking for pthread_setprio... yes
  884. checking for pthread_getprio... yes
  885. checking for pthread_setcancel... no
  886. checking for pthread_setasynccancel... no
  887. checking for pthread_kill... yes
  888. checking for pthread_attr_setprio... no
  889. checking for pthread_attr_getprio... no
  890. checking for pthread_setintr... no
  891. checking for pthread_setintrtype... no
  892. checking for pthread_mutexattr_init... yes
  893. checking for pthread_mutexattr_destroy... yes
  894. checking for pthread_condattr_init... yes
  895. checking for pthread_condattr_destroy... yes
  896. checking for pthread_setschedparam... yes
  897. checking for pthread_getschedparam... yes
  898. checking for pthread_setcancelstate... yes
  899. checking for pthread_setcanceltype... yes
  900. checking for pthread_rwlock_t... yes
  901. checking for pthread_rwlockattr_t... yes
  902. checking for pthread_continue... no
  903. checking for pthread_continue_np... no
  904. checking for pthread_resume_np... yes
  905. checking for pthread_suspend... no
  906. checking for pthread_suspend_np... yes
  907. checking for pthread_getconcurrency... yes
  908. checking for pthread_setconcurrency... yes
  909. checking for pthread_attr_setcreatesuspend_np... yes
  910. checking for pthread_rwlock_init... yes
  911. checking for pthread_rwlock_destroy... yes
  912. checking for pthread_rwlock_rdlock... yes
  913. checking for pthread_rwlock_wrlock... yes
  914. checking for pthread_rwlock_unlock... yes
  915. checking for pthread_rwlock_tryrdlock... yes
  916. checking for pthread_rwlock_trywrlock... yes
  917. checking for pthread_rwlockattr_init... yes
  918. checking for pthread_rwlockattr_destroy... yes
  919. checking for pthread_rwlockattr_setpshared... yes
  920. checking for pthread_self... yes
  921. checking for PTHREAD_PROCESS_* enumeration in pthread.h... no
  922. checking if pthread_create requires an extern "C" start routine... no
  923. checking if pthread_key_create has std arg thread destructor... no
  924. checking if pthread_key_create requires an extern "C" start routine... no
  925. checking for sched_get_priority_min... yes
  926. checking for sched_get_priority_max... yes
  927. checking for sigwait... yes
  928. checking for rand_r... yes
  929. checking for strtok_r... yes
  930. checking for strtok_r prototype... yes
  931. checking for getpwnam_r... yes
  932. checking for ctime_r... yes
  933. checking for localtime_r... yes
  934. checking for gmtime_r... (cached) yes
  935. checking for asctime_r... (cached) yes
  936. checking for getprotobyname_r... yes
  937. checking for getprotobynumber_r... yes
  938. checking for gethostbyaddr_r... yes
  939. checking for gethostbyname_r... yes
  940. checking for getservbyname_r... yes
  941. checking for readdir_r... yes
  942. checking for 2- or 3-param readdir_r... 3
  943. checking for seekdir... yes
  944. checking for telldir... yes
  945. checking if dlopen takes a char *... no
  946. checking "getby" functions take a non-const char *... no
  947. checking if new throws std::bad_alloc exception on failure... no
  948. checking if new throws xalloc exception on failure... no
  949. checking if compiler supports new(std::nothrow)... yes
  950. checking if setrlimit() takes an enum as 1st argument... no
  951. checking if getrusage() takes an enum as 1st argument... no
  952. checking if select takes a const struct timeval... no
  953. checking if sendmsg omits const qualifier from the msghdr argument... no
  954. checking if setrlimit omits const qualifier from the rlimit argument... no
  955. checking if readv omits const qualifier from the iovec argument... no
  956. checking if writev omits const qualifier from the iovec argument... no
  957. checking for (struct sockaddr *) msg_name field in msghdr... yes
  958. checking if setsockopt() takes a void* fourth argument... yes
  959. checking if mmap() takes a void* first argument... yes
  960. checking for iostream method ipfx()... no
  961. checking for line-buffered streambufs... no
  962. checking for unbuffered streambufs... no
  963. checking if signal takes a void (*)(int) as second argument... yes
  964. checking if signal takes a void (*)(void) as second argument... no
  965. checking if signal takes a void (*)(int, ...) as second argument... no
  966. checking if signal takes a void (*)(...) as second argument... no
  967. checking if signal returns a void (*)(int)... yes
  968. checking if signal returns a void (*)(void)... no
  969. checking if signal returns a void (*)(int, ...)... no
  970. checking if signal returns a void (*)(...)... no
  971. checking if struct sigaction takes a void (*)(int) handler... yes
  972. checking if struct sigaction takes a void (*)(void) handler... no
  973. checking if struct sigaction takes a void (*)(int, ...) handler... no
  974. checking if struct sigaction takes a void (*)(...) handler... no
  975. checking if msgsnd() takes a struct msgbuf* second argument... yes
  976. checking if msgrcv() takes a void* second argument... yes
  977. checking if shmat() takes a void* second argument... yes
  978. checking if shmdt() takes a void* argument... yes
  979. checking if sigaction() takes a const* second argument... yes
  980. checking if gettimeofday() takes a void * second argument... no
  981. checking if gettimeofday() takes a struct timezone * second argument... yes
  982. checking whether gettimeofday is declared... yes
  983. checking if ctime_r() takes two arguments... yes
  984. checking if struct msghdr has a msg_accrights member... no
  985. checking if struct msghdr has a msg_accrightslen member... no
  986. checking for 4.4 BSD style struct msghdr... yes
  987. checking for open() mode masks... yes
  988. checking for POSIX O_NONBLOCK semantics... yes
  989. checking for MAP_FAILED constant... yes
  990. checking if MAP_FAILED is a long constant... no
  991. checking if MAP_FAILED is not cast to void *... no
  992. checking for TCP_NODELAY support... yes
  993. checking for SO_SNDBUF/SO_RCVBUF socket options... yes
  994. checking if ACE memcpy needs loop unrolling... yes
  995. checking for automatic init/fini calls... yes
  996. checking for recursive thread exit semantics... yes
  997. checking for UNIX domain sockets... yes
  998. checking for raw sockets... yes
  999. checking for ACE_Handle_Set optimized for select()... yes
  1000. checking for IP multicast support... yes
  1001. checking if running on an Alpha... no
  1002. checking if running on a Power PC... no
  1003. checking if running on a Pentium(tm) processor... no
  1004. checking which POSIX thread library was found... POSIX Threads Draft Standard
  1005. checking if a UNIX International thread library was found... no
  1006. checking for pthread_join null status pointer support... yes
  1007. checking for mutex timeouts... yes
  1008. checking if sched.h is needed for thread scheduling definitions... no
  1009. checking if SCHED_OTHER is only scheduling policy... no
  1010. checking libc.h usability... no
  1011. checking libc.h presence... no
  1012. checking for libc.h... no
  1013. checking osfcn.h usability... no
  1014. checking osfcn.h presence... no
  1015. checking for osfcn.h... no
  1016. checking if generated ACE configuration is usable... yes
  1017. checking for ACE_IOStream support... yes
  1018. checking if ACE needs conversion to pass ACE_TTY_IO to DEV_Connector... yes
  1019. configure: creating ./config.status
  1020. config.status: creating Makefile
  1021. config.status: creating ace/Makefile
  1022. config.status: creating ace/ETCL/Makefile
  1023. config.status: creating ace/Monitor_Control/Makefile
  1024. config.status: creating ace/QoS/Makefile
  1025. config.status: creating ace/SSL/Makefile
  1026. config.status: creating bin/Makefile
  1027. config.status: creating bin/PerlACE/Makefile
  1028. config.status: creating ace/config.h
  1029. config.status: executing depfiles commands
  1030. config.status: executing libtool commands
  1031. config.status: executing default commands
  1032.  
  1033. Configuration of ACE 5.8.3 is now complete.
  1034.  
  1035. [ 2%] Performing build step for 'ACE_Project'
  1036. Making all in ace
  1037. make all-recursive
  1038. Making all in .
  1039. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ACE.lo -MD -MP -MF .deps/libACE_la-ACE.Tpo -c -o libACE_la-ACE.lo `test -f 'ACE.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ACE.cpp
  1040. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ACE.lo -MD -MP -MF .deps/libACE_la-ACE.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ACE.cpp -o libACE_la-ACE.o
  1041. mv -f .deps/libACE_la-ACE.Tpo .deps/libACE_la-ACE.Plo
  1042. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ACE_crc32.lo -MD -MP -MF .deps/libACE_la-ACE_crc32.Tpo -c -o libACE_la-ACE_crc32.lo `test -f 'ACE_crc32.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ACE_crc32.cpp
  1043. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ACE_crc32.lo -MD -MP -MF .deps/libACE_la-ACE_crc32.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ACE_crc32.cpp -o libACE_la-ACE_crc32.o
  1044. mv -f .deps/libACE_la-ACE_crc32.Tpo .deps/libACE_la-ACE_crc32.Plo
  1045. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ACE_crc_ccitt.lo -MD -MP -MF .deps/libACE_la-ACE_crc_ccitt.Tpo -c -o libACE_la-ACE_crc_ccitt.lo `test -f 'ACE_crc_ccitt.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ACE_crc_ccitt.cpp
  1046. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ACE_crc_ccitt.lo -MD -MP -MF .deps/libACE_la-ACE_crc_ccitt.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ACE_crc_ccitt.cpp -o libACE_la-ACE_crc_ccitt.o
  1047. mv -f .deps/libACE_la-ACE_crc_ccitt.Tpo .deps/libACE_la-ACE_crc_ccitt.Plo
  1048. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Acceptor.lo -MD -MP -MF .deps/libACE_la-ATM_Acceptor.Tpo -c -o libACE_la-ATM_Acceptor.lo `test -f 'ATM_Acceptor.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ATM_Acceptor.cpp
  1049. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Acceptor.lo -MD -MP -MF .deps/libACE_la-ATM_Acceptor.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ATM_Acceptor.cpp -o libACE_la-ATM_Acceptor.o
  1050. mv -f .deps/libACE_la-ATM_Acceptor.Tpo .deps/libACE_la-ATM_Acceptor.Plo
  1051. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Addr.lo -MD -MP -MF .deps/libACE_la-ATM_Addr.Tpo -c -o libACE_la-ATM_Addr.lo `test -f 'ATM_Addr.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ATM_Addr.cpp
  1052. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Addr.lo -MD -MP -MF .deps/libACE_la-ATM_Addr.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ATM_Addr.cpp -o libACE_la-ATM_Addr.o
  1053. mv -f .deps/libACE_la-ATM_Addr.Tpo .deps/libACE_la-ATM_Addr.Plo
  1054. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Connector.lo -MD -MP -MF .deps/libACE_la-ATM_Connector.Tpo -c -o libACE_la-ATM_Connector.lo `test -f 'ATM_Connector.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ATM_Connector.cpp
  1055. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Connector.lo -MD -MP -MF .deps/libACE_la-ATM_Connector.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ATM_Connector.cpp -o libACE_la-ATM_Connector.o
  1056. mv -f .deps/libACE_la-ATM_Connector.Tpo .deps/libACE_la-ATM_Connector.Plo
  1057. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Params.lo -MD -MP -MF .deps/libACE_la-ATM_Params.Tpo -c -o libACE_la-ATM_Params.lo `test -f 'ATM_Params.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ATM_Params.cpp
  1058. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_Params.lo -MD -MP -MF .deps/libACE_la-ATM_Params.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ATM_Params.cpp -o libACE_la-ATM_Params.o
  1059. mv -f .deps/libACE_la-ATM_Params.Tpo .deps/libACE_la-ATM_Params.Plo
  1060. /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_QoS.lo -MD -MP -MF .deps/libACE_la-ATM_QoS.Tpo -c -o libACE_la-ATM_QoS.lo `test -f 'ATM_QoS.cpp' || echo '/home/wow/mangos/dep/ACE_wrappers/ace/'`ATM_QoS.cpp
  1061. libtool: compile: g++ -DHAVE_CONFIG_H -I/home/wow/mangos/dep/ACE_wrappers -I.. -DACE_BUILD_DLL -D_REENTRANT -D_THREAD_SAFE -W -Wall -Wpointer-arith -g -O2 -pthread -pipe -I. -I/home/wow/mangos/dep/ACE_wrappers -MT libACE_la-ATM_QoS.lo -MD -MP -MF .deps/libACE_la-ATM_QoS.Tpo -c /home/wow/mangos/dep/ACE_wrappers/ace/ATM_QoS.cpp -o libACE_la-ATM_QoS.o
  1062. ........................................................................................................................................................
  1063. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `~ACE_Static_Function_Node':
  1064. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:847: undefined reference to `operator delete[](void*)'
  1065. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `~ACE_Function_Node':
  1066. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:716: undefined reference to `operator delete[](void*)'
  1067. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:717: undefined reference to `operator delete[](void*)'
  1068. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):/home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:566: more undefined references to `operator delete[](void*)' follow
  1069. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `ACE_Service_Type_Factory::make_service_type(ACE_Service_Gestalt*) const':
  1070. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:894: undefined reference to `std::nothrow'
  1071. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:894: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1072. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:894: undefined reference to `std::nothrow'
  1073. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:894: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1074. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `~ACE_Auto_Basic_Ptr':
  1075. /home/wow/mangos/dep/ACE_wrappers/ace/Auto_Ptr.inl:72: undefined reference to `operator delete(void*)'
  1076. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `ACE_Stream_Node::apply(ACE_Service_Gestalt*, int&)':
  1077. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:45: undefined reference to `__dynamic_cast'
  1078. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:53: undefined reference to `__dynamic_cast'
  1079. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:53: undefined reference to `__dynamic_cast'
  1080. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `__gnu_cxx::new_allocator<std::_List_node<ACE_Static_Node const*> >::allocate(unsigned long, void const*)':
  1081. /usr/local/lib/gcc46/include/c++/ext/new_allocator.h:92: undefined reference to `operator new(unsigned long)'
  1082. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `std::list<ACE_Static_Node const*, std::allocator<ACE_Static_Node const*> >::_M_insert(std::_List_iterator<ACE_Static_Node const*>, ACE_Static_Node const* const&)':
  1083. /usr/local/lib/gcc46/include/c++/bits/stl_list.h:1516: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
  1084. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `__gnu_cxx::new_allocator<std::_List_node<ACE_Static_Node const*> >::deallocate(std::_List_node<ACE_Static_Node const*>*, unsigned long)':
  1085. /usr/local/lib/gcc46/include/c++/ext/new_allocator.h:98: undefined reference to `operator delete(void*)'
  1086. /usr/local/lib/gcc46/include/c++/ext/new_allocator.h:98: undefined reference to `operator delete(void*)'
  1087. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `~ACE_Dummy_Node':
  1088. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:762: undefined reference to `operator delete(void*)'
  1089. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `~ACE_Remove_Node':
  1090. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:292: undefined reference to `operator delete(void*)'
  1091. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o): In function `~ACE_Resume_Node':
  1092. /home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:238: undefined reference to `operator delete(void*)'
  1093. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):/home/wow/mangos/dep/ACE_wrappers/ace/Parse_Node.cpp:218: more undefined references to `operator delete(void*)' follow
  1094. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI14ACE_Parse_Node[typeinfo for ACE_Parse_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1095. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI16ACE_Suspend_Node[typeinfo for ACE_Suspend_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1096. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI15ACE_Resume_Node[typeinfo for ACE_Resume_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1097. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI15ACE_Remove_Node[typeinfo for ACE_Remove_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1098. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI15ACE_Static_Node[typeinfo for ACE_Static_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1099. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI16ACE_Dynamic_Node[typeinfo for ACE_Dynamic_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1100. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI15ACE_Stream_Node[typeinfo for ACE_Stream_Node]+0x0): more undefined references to `vtable for __cxxabiv1::__si_class_type_info' follow
  1101. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI17ACE_Location_Node[typeinfo for ACE_Location_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1102. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI15ACE_Object_Node[typeinfo for ACE_Object_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1103. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI17ACE_Function_Node[typeinfo for ACE_Function_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1104. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTI24ACE_Static_Function_Node[typeinfo for ACE_Static_Function_Node]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1105. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTV14ACE_Parse_Node[vtable for ACE_Parse_Node]+0x20): undefined reference to `__cxa_pure_virtual'
  1106. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.rodata._ZTV17ACE_Location_Node[vtable for ACE_Location_Node]+0x28): undefined reference to `__cxa_pure_virtual'
  1107. ../ace/.libs/libACE.a(libACE_la-Parse_Node.o):(.eh_frame+0x5f): undefined reference to `__gxx_personality_v0'
  1108. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Reactor::instance(ACE_Reactor*, bool)':
  1109. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:164: undefined reference to `operator new(unsigned long)'
  1110. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:164: undefined reference to `operator delete(void*)'
  1111. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Reactor':
  1112. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:87: undefined reference to `std::nothrow'
  1113. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:87: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1114. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:87: undefined reference to `std::nothrow'
  1115. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:87: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1116. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Reactor::instance()':
  1117. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:138: undefined reference to `std::nothrow'
  1118. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:138: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1119. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:142: undefined reference to `operator new(unsigned long)'
  1120. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:142: undefined reference to `operator delete(void*)'
  1121. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:138: undefined reference to `std::nothrow'
  1122. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:138: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1123. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `~ACE_Reactor':
  1124. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor.cpp:116: undefined reference to `operator delete(void*)'
  1125. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `~ACE_Timer_Heap_Iterator_T':
  1126. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:54: undefined reference to `operator delete(void*)'
  1127. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `~ACE_Timer_Queue_Iterator_T':
  1128. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:74: undefined reference to `operator delete(void*)'
  1129. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `~ACE_Free_List':
  1130. /home/wow/mangos/dep/ACE_wrappers/ace/Free_List.cpp:18: undefined reference to `operator delete(void*)'
  1131. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Locked_Free_List<ACE_Timer_Node_T<ACE_Event_Handler*>, ACE_Null_Mutex>::dealloc(unsigned long)':
  1132. /home/wow/mangos/dep/ACE_wrappers/ace/Free_List.cpp:156: undefined reference to `operator delete(void*)'
  1133. ../ace/.libs/libACE.a(libACE_la-Reactor.o):/home/wow/mangos/dep/ACE_wrappers/ace/Free_List.cpp:50: more undefined references to `operator delete(void*)' follow
  1134. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `~ACE_Timer_Heap_T':
  1135. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:225: undefined reference to `operator delete[](void*)'
  1136. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:226: undefined reference to `operator delete[](void*)'
  1137. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:237: undefined reference to `operator delete[](void*)'
  1138. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:239: undefined reference to `operator delete(void*)'
  1139. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Locked_Free_List<ACE_Timer_Node_T<ACE_Event_Handler*>, ACE_Null_Mutex>::alloc(unsigned long)':
  1140. /home/wow/mangos/dep/ACE_wrappers/ace/Free_List.cpp:139: undefined reference to `std::nothrow'
  1141. /home/wow/mangos/dep/ACE_wrappers/ace/Free_List.cpp:139: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1142. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Timer_Queue_T':
  1143. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:179: undefined reference to `std::nothrow'
  1144. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:179: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1145. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:185: undefined reference to `std::nothrow'
  1146. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:185: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1147. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:179: undefined reference to `std::nothrow'
  1148. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Queue_T.cpp:179: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1149. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Timer_Heap_T':
  1150. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:185: undefined reference to `std::nothrow'
  1151. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:185: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1152. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:189: undefined reference to `std::nothrow'
  1153. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:189: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1154. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:198: undefined reference to `std::nothrow'
  1155. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:198: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1156. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Select_Reactor_T<ACE_Reactor_Token_T<ACE_Token> >::open(unsigned long, bool, ACE_Sig_Handler*, ACE_Timer_Queue_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>*, int, ACE_Reactor_Notify*)':
  1157. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:415: undefined reference to `std::nothrow'
  1158. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:415: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1159. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:405: undefined reference to `std::nothrow'
  1160. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:405: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1161. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:395: undefined reference to `std::nothrow'
  1162. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:395: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1163. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:415: undefined reference to `std::nothrow'
  1164. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_T.cpp:415: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1165. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Timer_Heap_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>::grow_heap()':
  1166. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:528: undefined reference to `std::nothrow'
  1167. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:528: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1168. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:534: undefined reference to `operator delete[](void*)'
  1169. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:541: undefined reference to `std::nothrow'
  1170. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:541: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1171. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:548: undefined reference to `operator delete[](void*)'
  1172. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:560: undefined reference to `std::nothrow'
  1173. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:560: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1174. ../ace/.libs/libACE.a(libACE_la-Reactor.o): In function `ACE_Timer_Heap_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>::alloc_node()':
  1175. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:625: undefined reference to `std::nothrow'
  1176. /home/wow/mangos/dep/ACE_wrappers/ace/Timer_Heap_T.cpp:625: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1177. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI11ACE_Reactor[typeinfo for ACE_Reactor]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1178. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTV26ACE_Timer_Queue_Iterator_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[vtable for ACE_Timer_Queue_Iterator_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x20): undefined reference to `__cxa_pure_virtual'
  1179. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTV26ACE_Timer_Queue_Iterator_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[vtable for ACE_Timer_Queue_Iterator_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x28): undefined reference to `__cxa_pure_virtual'
  1180. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTV26ACE_Timer_Queue_Iterator_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[vtable for ACE_Timer_Queue_Iterator_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x30): undefined reference to `__cxa_pure_virtual'
  1181. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTV26ACE_Timer_Queue_Iterator_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[vtable for ACE_Timer_Queue_Iterator_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x38): undefined reference to `__cxa_pure_virtual'
  1182. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTV17ACE_Timer_Queue_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[vtable for ACE_Timer_Queue_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x20): undefined reference to `__cxa_pure_virtual'
  1183. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTV17ACE_Timer_Queue_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[vtable for ACE_Timer_Queue_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x28): more undefined references to `__cxa_pure_virtual' follow
  1184. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI20ACE_Select_Reactor_TI19ACE_Reactor_Token_TI9ACE_TokenEE[typeinfo for ACE_Select_Reactor_T<ACE_Reactor_Token_T<ACE_Token> >]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1185. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI19ACE_Reactor_Token_TI9ACE_TokenE[typeinfo for ACE_Reactor_Token_T<ACE_Token>]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1186. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI16ACE_Lock_AdapterI19ACE_Reactor_Token_TI9ACE_TokenEE[typeinfo for ACE_Lock_Adapter<ACE_Reactor_Token_T<ACE_Token> >]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1187. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI16ACE_Timer_Heap_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[typeinfo for ACE_Timer_Heap_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1188. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI26ACE_Timer_Queue_Iterator_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[typeinfo for ACE_Timer_Queue_Iterator_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1189. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI25ACE_Timer_Heap_Iterator_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[typeinfo for ACE_Timer_Heap_Iterator_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1190. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI16ACE_Reverse_LockI26ACE_Recursive_Thread_MutexE[typeinfo for ACE_Reverse_Lock<ACE_Recursive_Thread_Mutex>]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1191. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI17ACE_Timer_Queue_TIP17ACE_Event_Handler39ACE_Event_Handler_Handle_Timeout_UpcallI26ACE_Recursive_Thread_MutexES3_E[typeinfo for ACE_Timer_Queue_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1192. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI13ACE_Free_ListI16ACE_Timer_Node_TIP17ACE_Event_HandlerEE[typeinfo for ACE_Free_List<ACE_Timer_Node_T<ACE_Event_Handler*> >]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1193. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI20ACE_Locked_Free_ListI16ACE_Timer_Node_TIP17ACE_Event_HandlerE14ACE_Null_MutexE[typeinfo for ACE_Locked_Free_List<ACE_Timer_Node_T<ACE_Event_Handler*>, ACE_Null_Mutex>]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1194. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.rodata._ZTI25ACE_Framework_Component_TI11ACE_ReactorE[typeinfo for ACE_Framework_Component_T<ACE_Reactor>]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1195. ../ace/.libs/libACE.a(libACE_la-Reactor.o):(.eh_frame+0x67b): undefined reference to `__gxx_personality_v0'
  1196. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o): In function `~ACE_Reactor_Impl':
  1197. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor_Impl.cpp:9: undefined reference to `operator delete(void*)'
  1198. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTI16ACE_Reactor_Impl[typeinfo for ACE_Reactor_Impl]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1199. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTV16ACE_Reactor_Impl[vtable for ACE_Reactor_Impl]+0x20): undefined reference to `__cxa_pure_virtual'
  1200. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTV16ACE_Reactor_Impl[vtable for ACE_Reactor_Impl]+0x28): undefined reference to `__cxa_pure_virtual'
  1201. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTV16ACE_Reactor_Impl[vtable for ACE_Reactor_Impl]+0x30): undefined reference to `__cxa_pure_virtual'
  1202. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTV16ACE_Reactor_Impl[vtable for ACE_Reactor_Impl]+0x38): undefined reference to `__cxa_pure_virtual'
  1203. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTV16ACE_Reactor_Impl[vtable for ACE_Reactor_Impl]+0x40): undefined reference to `__cxa_pure_virtual'
  1204. ../ace/.libs/libACE.a(libACE_la-Reactor_Impl.o):(.rodata._ZTV16ACE_Reactor_Impl[vtable for ACE_Reactor_Impl]+0x48): more undefined references to `__cxa_pure_virtual' follow
  1205. ../ace/.libs/libACE.a(libACE_la-Reactor_Timer_Interface.o): In function `~ACE_Reactor_Timer_Interface':
  1206. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor_Timer_Interface.cpp:9: undefined reference to `operator delete(void*)'
  1207. ../ace/.libs/libACE.a(libACE_la-Reactor_Timer_Interface.o):(.rodata._ZTI27ACE_Reactor_Timer_Interface[typeinfo for ACE_Reactor_Timer_Interface]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1208. ../ace/.libs/libACE.a(libACE_la-Reactor_Timer_Interface.o):(.rodata._ZTV27ACE_Reactor_Timer_Interface[vtable for ACE_Reactor_Timer_Interface]+0x20): undefined reference to `__cxa_pure_virtual'
  1209. ../ace/.libs/libACE.a(libACE_la-Reactor_Timer_Interface.o):(.rodata._ZTV27ACE_Reactor_Timer_Interface[vtable for ACE_Reactor_Timer_Interface]+0x28): undefined reference to `__cxa_pure_virtual'
  1210. ../ace/.libs/libACE.a(libACE_la-Reactor_Timer_Interface.o):(.rodata._ZTV27ACE_Reactor_Timer_Interface[vtable for ACE_Reactor_Timer_Interface]+0x30): undefined reference to `__cxa_pure_virtual'
  1211. ../ace/.libs/libACE.a(libACE_la-Reactor_Timer_Interface.o):(.rodata._ZTV27ACE_Reactor_Timer_Interface[vtable for ACE_Reactor_Timer_Interface]+0x38): undefined reference to `__cxa_pure_virtual'
  1212. ../ace/.libs/libACE.a(libACE_la-SOCK_Acceptor.o):(.eh_frame+0x63): undefined reference to `__gxx_personality_v0'
  1213. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o): In function `ACE_Select_Reactor_Notify::open(ACE_Reactor_Impl*, ACE_Timer_Queue_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>*, int)':
  1214. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_Base.cpp:603: undefined reference to `__dynamic_cast'
  1215. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o): In function `~ACE_Select_Reactor_Notify':
  1216. /home/wow/mangos/dep/ACE_wrappers/ace/Select_Reactor_Base.cpp:539: undefined reference to `operator delete(void*)'
  1217. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o): In function `~ACE_Reactor_Notify':
  1218. /home/wow/mangos/dep/ACE_wrappers/ace/Reactor_Impl.h:47: undefined reference to `operator delete(void*)'
  1219. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTI25ACE_Select_Reactor_Notify[typeinfo for ACE_Select_Reactor_Notify]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1220. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTI23ACE_Select_Reactor_Impl[typeinfo for ACE_Select_Reactor_Impl]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1221. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTV23ACE_Select_Reactor_Impl[vtable for ACE_Select_Reactor_Impl]+0x20): undefined reference to `__cxa_pure_virtual'
  1222. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTV23ACE_Select_Reactor_Impl[vtable for ACE_Select_Reactor_Impl]+0x28): undefined reference to `__cxa_pure_virtual'
  1223. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTV23ACE_Select_Reactor_Impl[vtable for ACE_Select_Reactor_Impl]+0x30): undefined reference to `__cxa_pure_virtual'
  1224. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTV23ACE_Select_Reactor_Impl[vtable for ACE_Select_Reactor_Impl]+0x38): undefined reference to `__cxa_pure_virtual'
  1225. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTV23ACE_Select_Reactor_Impl[vtable for ACE_Select_Reactor_Impl]+0x40): undefined reference to `__cxa_pure_virtual'
  1226. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTV23ACE_Select_Reactor_Impl[vtable for ACE_Select_Reactor_Impl]+0x48): more undefined references to `__cxa_pure_virtual' follow
  1227. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.rodata._ZTI18ACE_Reactor_Notify[typeinfo for ACE_Reactor_Notify]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1228. ../ace/.libs/libACE.a(libACE_la-Select_Reactor_Base.o):(.eh_frame+0xb7): undefined reference to `__gxx_personality_v0'
  1229. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o): In function `ACE_Sig_Handlers_Set::instance(int)':
  1230. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:317: undefined reference to `std::nothrow'
  1231. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:317: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1232. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o): In function `ACE_Sig_Handlers::register_handler(int, ACE_Event_Handler*, ACE_Sig_Action*, ACE_Event_Handler**, ACE_Sig_Action*)':
  1233. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:381: undefined reference to `std::nothrow'
  1234. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:381: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1235. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:394: undefined reference to `std::nothrow'
  1236. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:394: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1237. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:394: undefined reference to `std::nothrow'
  1238. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:394: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1239. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:381: undefined reference to `std::nothrow'
  1240. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:381: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1241. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o): In function `ACE_Sig_Handlers::handler(int, ACE_Event_Handler*)':
  1242. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:607: undefined reference to `std::nothrow'
  1243. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:607: undefined reference to `operator new(unsigned long, std::nothrow_t const&)'
  1244. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:607: undefined reference to `std::nothrow'
  1245. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:607: undefined reference to `operator delete(void*, std::nothrow_t const&)'
  1246. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o): In function `~ACE_Sig_Handler':
  1247. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.cpp:57: undefined reference to `operator delete(void*)'
  1248. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o): In function `~ACE_Sig_Handlers':
  1249. /home/wow/mangos/dep/ACE_wrappers/ace/Sig_Handler.h:160: undefined reference to `operator delete(void*)'
  1250. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o):(.rodata._ZTI15ACE_Sig_Handler[typeinfo for ACE_Sig_Handler]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1251. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o):(.rodata._ZTI16ACE_Sig_Handlers[typeinfo for ACE_Sig_Handlers]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1252. ../ace/.libs/libACE.a(libACE_la-Sig_Handler.o):(.eh_frame+0x7b): undefined reference to `__gxx_personality_v0'
  1253. ../ace/.libs/libACE.a(libACE_la-Sock_Connect.o): In function `get_ip_interfaces_getifaddrs':
  1254. /home/wow/mangos/dep/ACE_wrappers/ace/Sock_Connect.cpp:794: undefined reference to `std::nothrow'
  1255. /home/wow/mangos/dep/ACE_wrappers/ace/Sock_Connect.cpp:794: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1256. /home/wow/mangos/dep/ACE_wrappers/ace/Sock_Connect.cpp:794: undefined reference to `std::nothrow'
  1257. /home/wow/mangos/dep/ACE_wrappers/ace/Sock_Connect.cpp:794: undefined reference to `operator delete[](void*, std::nothrow_t const&)'
  1258. ../ace/.libs/libACE.a(libACE_la-Sock_Connect.o):(.eh_frame+0xa3): undefined reference to `__gxx_personality_v0'
  1259. ../ace/.libs/libACE.a(libACE_la-Token.o): In function `~ACE_Token':
  1260. /home/wow/mangos/dep/ACE_wrappers/ace/Token.cpp:181: undefined reference to `operator delete(void*)'
  1261. ../ace/.libs/libACE.a(libACE_la-Token.o):(.rodata._ZTI9ACE_Token[typeinfo for ACE_Token]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1262. ../ace/.libs/libACE.a(libACE_la-Token.o):(.eh_frame+0x3f): undefined reference to `__gxx_personality_v0'
  1263. ../ace/.libs/libACE.a(libACE_la-Lock.o): In function `~ACE_Adaptive_Lock':
  1264. /home/wow/mangos/dep/ACE_wrappers/ace/Lock.cpp:24: undefined reference to `operator delete(void*)'
  1265. ../ace/.libs/libACE.a(libACE_la-Lock.o): In function `~ACE_Lock':
  1266. /home/wow/mangos/dep/ACE_wrappers/ace/Lock.cpp:15: undefined reference to `operator delete(void*)'
  1267. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTI8ACE_Lock[typeinfo for ACE_Lock]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
  1268. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTI17ACE_Adaptive_Lock[typeinfo for ACE_Adaptive_Lock]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  1269. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTV8ACE_Lock[vtable for ACE_Lock]+0x20): undefined reference to `__cxa_pure_virtual'
  1270. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTV8ACE_Lock[vtable for ACE_Lock]+0x28): undefined reference to `__cxa_pure_virtual'
  1271. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTV8ACE_Lock[vtable for ACE_Lock]+0x30): undefined reference to `__cxa_pure_virtual'
  1272. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTV8ACE_Lock[vtable for ACE_Lock]+0x38): undefined reference to `__cxa_pure_virtual'
  1273. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTV8ACE_Lock[vtable for ACE_Lock]+0x40): undefined reference to `__cxa_pure_virtual'
  1274. ../ace/.libs/libACE.a(libACE_la-Lock.o):(.rodata._ZTV8ACE_Lock[vtable for ACE_Lock]+0x48): more undefined references to `__cxa_pure_virtual' follow
  1275. ../ace/.libs/libACE.a(libACE_la-Pipe.o): In function `ACE_Pipe::send(unsigned long, ...) const':
  1276. /home/wow/mangos/dep/ACE_wrappers/ace/Pipe.cpp:288: undefined reference to `std::nothrow'
  1277. /home/wow/mangos/dep/ACE_wrappers/ace/Pipe.cpp:288: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1278. /home/wow/mangos/dep/ACE_wrappers/ace/Pipe.cpp:312: undefined reference to `operator delete[](void*)'
  1279. ../ace/.libs/libACE.a(libACE_la-Pipe.o): In function `ACE_Pipe::recv(unsigned long, ...) const':
  1280. /home/wow/mangos/dep/ACE_wrappers/ace/Pipe.cpp:334: undefined reference to `std::nothrow'
  1281. /home/wow/mangos/dep/ACE_wrappers/ace/Pipe.cpp:334: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)'
  1282. /home/wow/mangos/dep/ACE_wrappers/ace/Pipe.cpp:358: undefined reference to `operator delete[](void*)'
  1283. collect2: ld returned 1 exit status
  1284. *** Error code 1
  1285.  
  1286. Stop.
  1287. make[5]: stopped in /usr/home/wow/mangos/build/dep/ACE_wrappers/bin
  1288. *** Error code 1
  1289.  
  1290. Stop.
  1291. make[4]: stopped in /usr/home/wow/mangos/build/dep/ACE_wrappers/bin
  1292. *** Error code 1
  1293.  
  1294. Stop.
  1295. make[3]: stopped in /usr/home/wow/mangos/build/dep/ACE_wrappers
  1296. *** Error code 1
  1297.  
  1298. Stop.
  1299. make[2]: stopped in /usr/home/wow/mangos/build
  1300. *** Error code 1
  1301.  
  1302. Stop.
  1303. make[1]: stopped in /usr/home/wow/mangos/build
  1304. *** Error code 1
  1305.  
  1306. Stop.
  1307. make: stopped in /usr/home/wow/mangos/build
  1308. wow@server1:~/mangos/build %
Add Comment
Please, Sign In to add comment