Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 309.87 KB | None | 0 0
  1. colin@debian:~/evol-all/tools/localserver$ ./build.sh old
  2. make: *** No rule to make target 'clean'. Arrêt.
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for ANSI C header files... yes
  16. checking for sys/types.h... yes
  17. checking for sys/stat.h... yes
  18. checking for stdlib.h... yes
  19. checking for string.h... yes
  20. checking for memory.h... yes
  21. checking for strings.h... yes
  22. checking for inttypes.h... yes
  23. checking for stdint.h... yes
  24. checking for unistd.h... yes
  25. checking minix/config.h usability... no
  26. checking minix/config.h presence... no
  27. checking for minix/config.h... no
  28. checking whether it is safe to define __EXTENSIONS__... yes
  29. checking for Linux epoll(4)... yes
  30. checking whether make sets $(MAKE)... yes
  31. checking for gcc... (cached) gcc
  32. checking whether we are using the GNU C compiler... (cached) yes
  33. checking whether gcc accepts -g... (cached) yes
  34. checking for gcc option to accept ISO C89... (cached) none needed
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ar... /usr/bin/ar
  37. checking whether byte ordering is bigendian... no
  38. checking whether gcc produces 32bit code... no
  39. checking whether gcc supports __thread specifier (TLS)... yes
  40. checking whether gcc accepts -rdynamic... yes
  41. checking whether gcc supports -Wno-unused-parameter... yes
  42. checking whether gcc can actually use -Wno-unused-parameter... yes
  43. checking whether gcc supports -Wno-clobbered... yes
  44. checking whether gcc supports -Wempty-body... yes
  45. checking whether gcc supports -Wnewline-eof... no
  46. checking whether gcc supports -Wint-conversion... no
  47. checking whether gcc supports -Winit-self... yes
  48. checking whether gcc supports -Wpointer-arith... yes
  49. checking whether gcc supports -Wswitch-bool... no
  50. checking whether gcc supports -Wenum-conversion... no
  51. checking whether gcc supports -Wshorten-64-to-32... no
  52. checking whether gcc supports -Wconstant-conversion... no
  53. checking whether gcc supports -Wbool-conversion... no
  54. checking whether gcc supports -Wformat-security... yes
  55. checking whether gcc supports -Wformat... yes
  56. checking whether gcc supports -Wformat-signedness... no
  57. checking whether gcc supports -Wformat-y2k... yes
  58. checking whether gcc supports -Wmissing-include-dirs... no
  59. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  60. checking whether gcc supports -Wundef... yes
  61. checking whether gcc supports -Wnested-externs... yes
  62. checking whether gcc supports -Wold-style-definition... yes
  63. checking whether gcc supports -Woverlength-strings... yes
  64. checking whether gcc supports -Wredundant-decls... yes
  65. checking whether gcc supports -Wcast-qual... yes
  66. checking whether gcc supports -Wmisleading-indentation... no
  67. checking whether gcc supports -Wnull-dereference... no
  68. checking whether gcc supports -Wno-format-nonliteral... yes
  69. checking whether gcc supports -Wno-switch... yes
  70. checking whether gcc supports -Wno-missing-field-initializers... yes
  71. checking whether gcc supports -Wno-suggest-attribute=format... yes
  72. checking whether gcc supports -Wshadow... yes
  73. checking whether gcc can efficiently use -Wshadow... yes
  74. checking whether gcc supports -fPIC... yes
  75. checking how to make shared objects... -shared yes
  76. checking whether gcc needs -Wl,--no-undefined to check for undefined references in shared objects... yes
  77. checking whether gcc supports -fno-strict-aliasing... yes
  78. checking for setrlimit... yes
  79. checking for strnlen... yes
  80. checking for uselocale... yes
  81. checking for newlocale... yes
  82. checking for freelocale... yes
  83. checking xlocale.h usability... yes
  84. checking xlocale.h presence... yes
  85. checking for xlocale.h... yes
  86. checking whether gcc supports -fno-omit-frame-pointer... yes
  87. checking host OS... Linux
  88. checking for MinGW... no
  89. checking for library containing inflateEnd... -lz
  90. checking zlib.h usability... yes
  91. checking zlib.h presence... yes
  92. checking for zlib.h... yes
  93. checking for library containing sqrt... -lm
  94. checking for library containing clock_gettime... none required
  95. checking whether CLOCK_MONOTONIC is supported and works... yes
  96. checking for library containing pthread_create... -lpthread
  97. checking for library containing pthread_sigmask... none required
  98. checking for library containing pthread_attr_init... none required
  99. checking for library containing pthread_attr_setstacksize... none required
  100. checking for library containing pthread_attr_destroy... none required
  101. checking for library containing pthread_cancel... none required
  102. checking for library containing pthread_join... none required
  103. checking execinfo.h usability... yes
  104. checking execinfo.h presence... yes
  105. checking for execinfo.h... yes
  106. checking for library containing backtrace... none required
  107. checking for mysql_config... no
  108. checking for mysql_init... no
  109. checking mysql.h usability... no
  110. checking mysql.h presence... no
  111. checking for mysql.h... no
  112. checking MySQL library (required)... no
  113. configure: error: MySQL not found or incompatible
  114. make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
  115. make: *** No rule to make target 'install'. Arrêt.
  116. mkdir: cannot create directory 'build': File exists
  117. mkdir: cannot create directory 'm4': File exists
  118. checking for a BSD-compatible install... /usr/bin/install -c
  119. checking whether build environment is sane... yes
  120. checking for a thread-safe mkdir -p... /bin/mkdir -p
  121. checking for gawk... gawk
  122. checking whether make sets $(MAKE)... yes
  123. checking whether make supports nested variables... yes
  124. checking for gcc... gcc
  125. checking whether the C compiler works... yes
  126. checking for C compiler default output file name... a.out
  127. checking for suffix of executables...
  128. checking whether we are cross compiling... no
  129. checking for suffix of object files... o
  130. checking whether we are using the GNU C compiler... yes
  131. checking whether gcc accepts -g... yes
  132. checking for gcc option to accept ISO C89... none needed
  133. checking whether gcc understands -c and -o together... yes
  134. checking for style of include used by make... GNU
  135. checking dependency style of gcc... gcc3
  136. checking build system type... x86_64-unknown-linux-gnu
  137. checking host system type... x86_64-unknown-linux-gnu
  138. checking how to print strings... printf
  139. checking for a sed that does not truncate output... /bin/sed
  140. checking for grep that handles long lines and -e... /bin/grep
  141. checking for egrep... /bin/grep -E
  142. checking for fgrep... /bin/grep -F
  143. checking for ld used by gcc... /usr/bin/ld
  144. checking if the linker (/usr/bin/ld) is GNU ld... yes
  145. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  146. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  147. checking whether ln -s works... yes
  148. checking the maximum length of command line arguments... 1572864
  149. checking whether the shell understands some XSI constructs... yes
  150. checking whether the shell understands "+="... yes
  151. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  152. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  153. checking for /usr/bin/ld option to reload object files... -r
  154. checking for objdump... objdump
  155. checking how to recognize dependent libraries... pass_all
  156. checking for dlltool... no
  157. checking how to associate runtime and link libraries... printf %s\n
  158. checking for ar... ar
  159. checking for archiver @FILE support... @
  160. checking for strip... strip
  161. checking for ranlib... ranlib
  162. checking command to parse /usr/bin/nm -B output from gcc object... ok
  163. checking for sysroot... no
  164. checking for mt... mt
  165. checking if mt is a manifest tool... no
  166. checking how to run the C preprocessor... gcc -E
  167. checking for ANSI C header files... yes
  168. checking for sys/types.h... yes
  169. checking for sys/stat.h... yes
  170. checking for stdlib.h... yes
  171. checking for string.h... yes
  172. checking for memory.h... yes
  173. checking for strings.h... yes
  174. checking for inttypes.h... yes
  175. checking for stdint.h... yes
  176. checking for unistd.h... yes
  177. checking for dlfcn.h... yes
  178. checking for objdir... .libs
  179. checking if gcc supports -fno-rtti -fno-exceptions... no
  180. checking for gcc option to produce PIC... -fPIC -DPIC
  181. checking if gcc PIC flag -fPIC -DPIC works... yes
  182. checking if gcc static flag -static works... yes
  183. checking if gcc supports -c -o file.o... yes
  184. checking if gcc supports -c -o file.o... (cached) yes
  185. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  186. checking whether -lc should be explicitly linked in... no
  187. checking dynamic linker characteristics... GNU/Linux ld.so
  188. checking how to hardcode library paths into programs... immediate
  189. checking whether stripping libraries is possible... yes
  190. checking if libtool supports shared libraries... yes
  191. checking whether to build shared libraries... yes
  192. checking whether to build static libraries... yes
  193. checking whether gcc accepts -rdynamic... yes
  194. checking whether gcc supports -Wempty-body... yes
  195. checking whether gcc supports -Wnewline-eof... no
  196. checking whether gcc supports -Wint-conversion... no
  197. checking whether gcc supports -Winit-self... yes
  198. checking whether gcc supports -Wpointer-arith... yes
  199. checking whether gcc supports -Wswitch-bool... no
  200. checking whether gcc supports -Wenum-conversion... no
  201. checking whether gcc supports -Wshorten-64-to-32... no
  202. checking whether gcc supports -Wconstant-conversion... no
  203. checking whether gcc supports -Wbool-conversion... no
  204. checking whether gcc supports -Wformat-security... no
  205. checking whether gcc supports -Wformat... yes
  206. checking whether gcc supports -Wformat-signedness... no
  207. checking whether gcc supports -Wformat-y2k... yes
  208. checking whether gcc supports -Wmissing-include-dirs... yes
  209. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  210. checking whether gcc supports -Wundef... yes
  211. checking whether gcc supports -Wlogical-op... yes
  212. checking whether gcc supports -Wnested-externs... yes
  213. checking whether gcc supports -Wold-style-definition... yes
  214. checking whether gcc supports -Woverlength-strings... yes
  215. checking whether gcc supports -Wredundant-decls... yes
  216. checking whether gcc supports -Wunused-but-set-parameter... yes
  217. checking whether gcc supports -Wunused-but-set-variable... yes
  218. checking whether gcc supports -Wunreachable-code... yes
  219. checking whether gcc supports -Wunused-const-variable=2... no
  220. checking whether gcc supports -Wunused-function... yes
  221. checking whether gcc supports -Wunused-local-typedefs... yes
  222. checking whether gcc supports -Wunused-macros... no
  223. checking whether gcc supports -Wunused-parameter... yes
  224. checking whether gcc supports -Wunused-result... yes
  225. checking whether gcc supports -Wunused-value... yes
  226. checking whether gcc supports -Wunused-variable... yes
  227. checking for strnlen... yes
  228. checking for setrlimit... yes
  229. checking PCRE library... checking pcre.h usability... yes
  230. checking pcre.h presence... yes
  231. checking for pcre.h... yes
  232. checking for library containing pcre_study... -lpcre
  233. checking that generated files are newer than configure... done
  234. configure: creating ./config.status
  235. config.status: creating Makefile
  236. config.status: creating src/Makefile
  237. config.status: executing depfiles commands
  238. config.status: executing libtool commands
  239. Making all in src
  240. make[1]: Entering directory '/home/colin/evol-all/server-code/src/evol/build/src'
  241. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-config.lo -MD -MP -MF ecommon/.deps/libevol_map_la-config.Tpo -c -o ecommon/libevol_map_la-config.lo `test -f 'ecommon/config.c' || echo '../../src/'`ecommon/config.c
  242. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-init.lo -MD -MP -MF ecommon/.deps/libevol_map_la-init.Tpo -c -o ecommon/libevol_map_la-init.lo `test -f 'ecommon/init.c' || echo '../../src/'`ecommon/init.c
  243. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-char.lo -MD -MP -MF echar/.deps/libevol_char_la-char.Tpo -c -o echar/libevol_char_la-char.lo `test -f 'echar/char.c' || echo '../../src/'`echar/char.c
  244. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-init.lo -MD -MP -MF ecommon/.deps/libevol_map_la-init.Tpo -c ../../src/ecommon/init.c -fPIC -DPIC -o ecommon/.libs/libevol_map_la-init.o
  245. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-config.lo -MD -MP -MF ecommon/.deps/libevol_map_la-config.Tpo -c ../../src/ecommon/config.c -fPIC -DPIC -o ecommon/.libs/libevol_map_la-config.o
  246. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-char.lo -MD -MP -MF echar/.deps/libevol_char_la-char.Tpo -c ../../src/echar/char.c -fPIC -DPIC -o echar/.libs/libevol_char_la-char.o
  247. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-config.lo -MD -MP -MF ecommon/.deps/libevol_map_la-config.Tpo -c ../../src/ecommon/config.c -o ecommon/libevol_map_la-config.o >/dev/null 2>&1
  248. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_map_la-init.lo -MD -MP -MF ecommon/.deps/libevol_map_la-init.Tpo -c ../../src/ecommon/init.c -o ecommon/libevol_map_la-init.o >/dev/null 2>&1
  249. mv -f ecommon/.deps/libevol_map_la-init.Tpo ecommon/.deps/libevol_map_la-init.Plo
  250. mv -f ecommon/.deps/libevol_map_la-config.Tpo ecommon/.deps/libevol_map_la-config.Plo
  251. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-config.lo -MD -MP -MF echar/.deps/libevol_char_la-config.Tpo -c -o echar/libevol_char_la-config.lo `test -f 'echar/config.c' || echo '../../src/'`echar/config.c
  252. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-init.lo -MD -MP -MF echar/.deps/libevol_char_la-init.Tpo -c -o echar/libevol_char_la-init.lo `test -f 'echar/init.c' || echo '../../src/'`echar/init.c
  253. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-config.lo -MD -MP -MF echar/.deps/libevol_char_la-config.Tpo -c ../../src/echar/config.c -fPIC -DPIC -o echar/.libs/libevol_char_la-config.o
  254. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-init.lo -MD -MP -MF echar/.deps/libevol_char_la-init.Tpo -c ../../src/echar/init.c -fPIC -DPIC -o echar/.libs/libevol_char_la-init.o
  255. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-char.lo -MD -MP -MF echar/.deps/libevol_char_la-char.Tpo -c ../../src/echar/char.c -o echar/libevol_char_la-char.o >/dev/null 2>&1
  256. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-config.lo -MD -MP -MF echar/.deps/libevol_char_la-config.Tpo -c ../../src/echar/config.c -o echar/libevol_char_la-config.o >/dev/null 2>&1
  257. mv -f echar/.deps/libevol_char_la-config.Tpo echar/.deps/libevol_char_la-config.Plo
  258. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-config.lo -MD -MP -MF ecommon/.deps/libevol_char_la-config.Tpo -c -o ecommon/libevol_char_la-config.lo `test -f 'ecommon/config.c' || echo '../../src/'`ecommon/config.c
  259. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT echar/libevol_char_la-init.lo -MD -MP -MF echar/.deps/libevol_char_la-init.Tpo -c ../../src/echar/init.c -o echar/libevol_char_la-init.o >/dev/null 2>&1
  260. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-config.lo -MD -MP -MF ecommon/.deps/libevol_char_la-config.Tpo -c ../../src/ecommon/config.c -fPIC -DPIC -o ecommon/.libs/libevol_char_la-config.o
  261. mv -f echar/.deps/libevol_char_la-char.Tpo echar/.deps/libevol_char_la-char.Plo
  262. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-init.lo -MD -MP -MF ecommon/.deps/libevol_char_la-init.Tpo -c -o ecommon/libevol_char_la-init.lo `test -f 'ecommon/init.c' || echo '../../src/'`ecommon/init.c
  263. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-config.lo -MD -MP -MF ecommon/.deps/libevol_char_la-config.Tpo -c ../../src/ecommon/config.c -o ecommon/libevol_char_la-config.o >/dev/null 2>&1
  264. mv -f ecommon/.deps/libevol_char_la-config.Tpo ecommon/.deps/libevol_char_la-config.Plo
  265. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-config.lo -MD -MP -MF elogin/.deps/libevol_login_la-config.Tpo -c -o elogin/libevol_login_la-config.lo `test -f 'elogin/config.c' || echo '../../src/'`elogin/config.c
  266. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-init.lo -MD -MP -MF ecommon/.deps/libevol_char_la-init.Tpo -c ../../src/ecommon/init.c -fPIC -DPIC -o ecommon/.libs/libevol_char_la-init.o
  267. mv -f echar/.deps/libevol_char_la-init.Tpo echar/.deps/libevol_char_la-init.Plo
  268. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-init.lo -MD -MP -MF elogin/.deps/libevol_login_la-init.Tpo -c -o elogin/libevol_login_la-init.lo `test -f 'elogin/init.c' || echo '../../src/'`elogin/init.c
  269. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_char_la-init.lo -MD -MP -MF ecommon/.deps/libevol_char_la-init.Tpo -c ../../src/ecommon/init.c -o ecommon/libevol_char_la-init.o >/dev/null 2>&1
  270. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-config.lo -MD -MP -MF elogin/.deps/libevol_login_la-config.Tpo -c ../../src/elogin/config.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-config.o
  271. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-init.lo -MD -MP -MF elogin/.deps/libevol_login_la-init.Tpo -c ../../src/elogin/init.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-init.o
  272. mv -f ecommon/.deps/libevol_char_la-init.Tpo ecommon/.deps/libevol_char_la-init.Plo
  273. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-config.lo -MD -MP -MF elogin/.deps/libevol_login_la-config.Tpo -c ../../src/elogin/config.c -o elogin/libevol_login_la-config.o >/dev/null 2>&1
  274. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-login.lo -MD -MP -MF elogin/.deps/libevol_login_la-login.Tpo -c -o elogin/libevol_login_la-login.lo `test -f 'elogin/login.c' || echo '../../src/'`elogin/login.c
  275. mv -f elogin/.deps/libevol_login_la-config.Tpo elogin/.deps/libevol_login_la-config.Plo
  276. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-md5calc.lo -MD -MP -MF elogin/.deps/libevol_login_la-md5calc.Tpo -c -o elogin/libevol_login_la-md5calc.lo `test -f 'elogin/md5calc.c' || echo '../../src/'`elogin/md5calc.c
  277. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-login.lo -MD -MP -MF elogin/.deps/libevol_login_la-login.Tpo -c ../../src/elogin/login.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-login.o
  278. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-init.lo -MD -MP -MF elogin/.deps/libevol_login_la-init.Tpo -c ../../src/elogin/init.c -o elogin/libevol_login_la-init.o >/dev/null 2>&1
  279. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-md5calc.lo -MD -MP -MF elogin/.deps/libevol_login_la-md5calc.Tpo -c ../../src/elogin/md5calc.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-md5calc.o
  280. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-login.lo -MD -MP -MF elogin/.deps/libevol_login_la-login.Tpo -c ../../src/elogin/login.c -o elogin/libevol_login_la-login.o >/dev/null 2>&1
  281. mv -f elogin/.deps/libevol_login_la-init.Tpo elogin/.deps/libevol_login_la-init.Plo
  282. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-mt_rand.lo -MD -MP -MF elogin/.deps/libevol_login_la-mt_rand.Tpo -c -o elogin/libevol_login_la-mt_rand.lo `test -f 'elogin/mt_rand.c' || echo '../../src/'`elogin/mt_rand.c
  283. mv -f elogin/.deps/libevol_login_la-login.Tpo elogin/.deps/libevol_login_la-login.Plo
  284. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-parse.lo -MD -MP -MF elogin/.deps/libevol_login_la-parse.Tpo -c -o elogin/libevol_login_la-parse.lo `test -f 'elogin/parse.c' || echo '../../src/'`elogin/parse.c
  285. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-mt_rand.lo -MD -MP -MF elogin/.deps/libevol_login_la-mt_rand.Tpo -c ../../src/elogin/mt_rand.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-mt_rand.o
  286. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-parse.lo -MD -MP -MF elogin/.deps/libevol_login_la-parse.Tpo -c ../../src/elogin/parse.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-parse.o
  287. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-mt_rand.lo -MD -MP -MF elogin/.deps/libevol_login_la-mt_rand.Tpo -c ../../src/elogin/mt_rand.c -o elogin/libevol_login_la-mt_rand.o >/dev/null 2>&1
  288. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-md5calc.lo -MD -MP -MF elogin/.deps/libevol_login_la-md5calc.Tpo -c ../../src/elogin/md5calc.c -o elogin/libevol_login_la-md5calc.o >/dev/null 2>&1
  289. mv -f elogin/.deps/libevol_login_la-mt_rand.Tpo elogin/.deps/libevol_login_la-mt_rand.Plo
  290. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-send.lo -MD -MP -MF elogin/.deps/libevol_login_la-send.Tpo -c -o elogin/libevol_login_la-send.lo `test -f 'elogin/send.c' || echo '../../src/'`elogin/send.c
  291. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-parse.lo -MD -MP -MF elogin/.deps/libevol_login_la-parse.Tpo -c ../../src/elogin/parse.c -o elogin/libevol_login_la-parse.o >/dev/null 2>&1
  292. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-send.lo -MD -MP -MF elogin/.deps/libevol_login_la-send.Tpo -c ../../src/elogin/send.c -fPIC -DPIC -o elogin/.libs/libevol_login_la-send.o
  293. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT elogin/libevol_login_la-send.lo -MD -MP -MF elogin/.deps/libevol_login_la-send.Tpo -c ../../src/elogin/send.c -o elogin/libevol_login_la-send.o >/dev/null 2>&1
  294. mv -f elogin/.deps/libevol_login_la-parse.Tpo elogin/.deps/libevol_login_la-parse.Plo
  295. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-config.lo -MD -MP -MF ecommon/.deps/libevol_login_la-config.Tpo -c -o ecommon/libevol_login_la-config.lo `test -f 'ecommon/config.c' || echo '../../src/'`ecommon/config.c
  296. mv -f elogin/.deps/libevol_login_la-md5calc.Tpo elogin/.deps/libevol_login_la-md5calc.Plo
  297. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-init.lo -MD -MP -MF ecommon/.deps/libevol_login_la-init.Tpo -c -o ecommon/libevol_login_la-init.lo `test -f 'ecommon/init.c' || echo '../../src/'`ecommon/init.c
  298. mv -f elogin/.deps/libevol_login_la-send.Tpo elogin/.deps/libevol_login_la-send.Plo
  299. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-atcommand.lo -MD -MP -MF emap/.deps/libevol_map_la-atcommand.Tpo -c -o emap/libevol_map_la-atcommand.lo `test -f 'emap/atcommand.c' || echo '../../src/'`emap/atcommand.c
  300. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-config.lo -MD -MP -MF ecommon/.deps/libevol_login_la-config.Tpo -c ../../src/ecommon/config.c -fPIC -DPIC -o ecommon/.libs/libevol_login_la-config.o
  301. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-init.lo -MD -MP -MF ecommon/.deps/libevol_login_la-init.Tpo -c ../../src/ecommon/init.c -fPIC -DPIC -o ecommon/.libs/libevol_login_la-init.o
  302. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-atcommand.lo -MD -MP -MF emap/.deps/libevol_map_la-atcommand.Tpo -c ../../src/emap/atcommand.c -fPIC -DPIC -o emap/.libs/libevol_map_la-atcommand.o
  303. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-config.lo -MD -MP -MF ecommon/.deps/libevol_login_la-config.Tpo -c ../../src/ecommon/config.c -o ecommon/libevol_login_la-config.o >/dev/null 2>&1
  304. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/libevol_login_la-init.lo -MD -MP -MF ecommon/.deps/libevol_login_la-init.Tpo -c ../../src/ecommon/init.c -o ecommon/libevol_login_la-init.o >/dev/null 2>&1
  305. mv -f ecommon/.deps/libevol_login_la-config.Tpo ecommon/.deps/libevol_login_la-config.Plo
  306. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battleground.lo -MD -MP -MF emap/.deps/libevol_map_la-battleground.Tpo -c -o emap/libevol_map_la-battleground.lo `test -f 'emap/battleground.c' || echo '../../src/'`emap/battleground.c
  307. mv -f ecommon/.deps/libevol_login_la-init.Tpo ecommon/.deps/libevol_login_la-init.Plo
  308. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clif.lo -MD -MP -MF emap/.deps/libevol_map_la-clif.Tpo -c -o emap/libevol_map_la-clif.lo `test -f 'emap/clif.c' || echo '../../src/'`emap/clif.c
  309. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battleground.lo -MD -MP -MF emap/.deps/libevol_map_la-battleground.Tpo -c ../../src/emap/battleground.c -fPIC -DPIC -o emap/.libs/libevol_map_la-battleground.o
  310. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clif.lo -MD -MP -MF emap/.deps/libevol_map_la-clif.Tpo -c ../../src/emap/clif.c -fPIC -DPIC -o emap/.libs/libevol_map_la-clif.o
  311. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-atcommand.lo -MD -MP -MF emap/.deps/libevol_map_la-atcommand.Tpo -c ../../src/emap/atcommand.c -o emap/libevol_map_la-atcommand.o >/dev/null 2>&1
  312. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-battleground.lo -MD -MP -MF emap/.deps/libevol_map_la-battleground.Tpo -c ../../src/emap/battleground.c -o emap/libevol_map_la-battleground.o >/dev/null 2>&1
  313. mv -f emap/.deps/libevol_map_la-battleground.Tpo emap/.deps/libevol_map_la-battleground.Plo
  314. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-config.lo -MD -MP -MF emap/.deps/libevol_map_la-config.Tpo -c -o emap/libevol_map_la-config.lo `test -f 'emap/config.c' || echo '../../src/'`emap/config.c
  315. mv -f emap/.deps/libevol_map_la-atcommand.Tpo emap/.deps/libevol_map_la-atcommand.Plo
  316. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craft.lo -MD -MP -MF emap/.deps/libevol_map_la-craft.Tpo -c -o emap/libevol_map_la-craft.lo `test -f 'emap/craft.c' || echo '../../src/'`emap/craft.c
  317. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-config.lo -MD -MP -MF emap/.deps/libevol_map_la-config.Tpo -c ../../src/emap/config.c -fPIC -DPIC -o emap/.libs/libevol_map_la-config.o
  318. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-config.lo -MD -MP -MF emap/.deps/libevol_map_la-config.Tpo -c ../../src/emap/config.c -o emap/libevol_map_la-config.o >/dev/null 2>&1
  319. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craft.lo -MD -MP -MF emap/.deps/libevol_map_la-craft.Tpo -c ../../src/emap/craft.c -fPIC -DPIC -o emap/.libs/libevol_map_la-craft.o
  320. mv -f emap/.deps/libevol_map_la-config.Tpo emap/.deps/libevol_map_la-config.Plo
  321. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craftconf.lo -MD -MP -MF emap/.deps/libevol_map_la-craftconf.Tpo -c -o emap/libevol_map_la-craftconf.lo `test -f 'emap/craftconf.c' || echo '../../src/'`emap/craftconf.c
  322. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craftconf.lo -MD -MP -MF emap/.deps/libevol_map_la-craftconf.Tpo -c ../../src/emap/craftconf.c -fPIC -DPIC -o emap/.libs/libevol_map_la-craftconf.o
  323. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-clif.lo -MD -MP -MF emap/.deps/libevol_map_la-clif.Tpo -c ../../src/emap/clif.c -o emap/libevol_map_la-clif.o >/dev/null 2>&1
  324. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craft.lo -MD -MP -MF emap/.deps/libevol_map_la-craft.Tpo -c ../../src/emap/craft.c -o emap/libevol_map_la-craft.o >/dev/null 2>&1
  325. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-craftconf.lo -MD -MP -MF emap/.deps/libevol_map_la-craftconf.Tpo -c ../../src/emap/craftconf.c -o emap/libevol_map_la-craftconf.o >/dev/null 2>&1
  326. mv -f emap/.deps/libevol_map_la-craftconf.Tpo emap/.deps/libevol_map_la-craftconf.Plo
  327. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-hashtable.lo -MD -MP -MF emap/.deps/libevol_map_la-hashtable.Tpo -c -o emap/libevol_map_la-hashtable.lo `test -f 'emap/hashtable.c' || echo '../../src/'`emap/hashtable.c
  328. mv -f emap/.deps/libevol_map_la-craft.Tpo emap/.deps/libevol_map_la-craft.Plo
  329. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-horse.lo -MD -MP -MF emap/.deps/libevol_map_la-horse.Tpo -c -o emap/libevol_map_la-horse.lo `test -f 'emap/horse.c' || echo '../../src/'`emap/horse.c
  330. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-hashtable.lo -MD -MP -MF emap/.deps/libevol_map_la-hashtable.Tpo -c ../../src/emap/hashtable.c -fPIC -DPIC -o emap/.libs/libevol_map_la-hashtable.o
  331. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-horse.lo -MD -MP -MF emap/.deps/libevol_map_la-horse.Tpo -c ../../src/emap/horse.c -fPIC -DPIC -o emap/.libs/libevol_map_la-horse.o
  332. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-hashtable.lo -MD -MP -MF emap/.deps/libevol_map_la-hashtable.Tpo -c ../../src/emap/hashtable.c -o emap/libevol_map_la-hashtable.o >/dev/null 2>&1
  333. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-horse.lo -MD -MP -MF emap/.deps/libevol_map_la-horse.Tpo -c ../../src/emap/horse.c -o emap/libevol_map_la-horse.o >/dev/null 2>&1
  334. mv -f emap/.deps/libevol_map_la-hashtable.Tpo emap/.deps/libevol_map_la-hashtable.Plo
  335. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-init.lo -MD -MP -MF emap/.deps/libevol_map_la-init.Tpo -c -o emap/libevol_map_la-init.lo `test -f 'emap/init.c' || echo '../../src/'`emap/init.c
  336. mv -f emap/.deps/libevol_map_la-horse.Tpo emap/.deps/libevol_map_la-horse.Plo
  337. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-itemdb.lo -MD -MP -MF emap/.deps/libevol_map_la-itemdb.Tpo -c -o emap/libevol_map_la-itemdb.lo `test -f 'emap/itemdb.c' || echo '../../src/'`emap/itemdb.c
  338. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-init.lo -MD -MP -MF emap/.deps/libevol_map_la-init.Tpo -c ../../src/emap/init.c -fPIC -DPIC -o emap/.libs/libevol_map_la-init.o
  339. mv -f emap/.deps/libevol_map_la-clif.Tpo emap/.deps/libevol_map_la-clif.Plo
  340. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-lang.lo -MD -MP -MF emap/.deps/libevol_map_la-lang.Tpo -c -o emap/libevol_map_la-lang.lo `test -f 'emap/lang.c' || echo '../../src/'`emap/lang.c
  341. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-itemdb.lo -MD -MP -MF emap/.deps/libevol_map_la-itemdb.Tpo -c ../../src/emap/itemdb.c -fPIC -DPIC -o emap/.libs/libevol_map_la-itemdb.o
  342. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-lang.lo -MD -MP -MF emap/.deps/libevol_map_la-lang.Tpo -c ../../src/emap/lang.c -fPIC -DPIC -o emap/.libs/libevol_map_la-lang.o
  343. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-lang.lo -MD -MP -MF emap/.deps/libevol_map_la-lang.Tpo -c ../../src/emap/lang.c -o emap/libevol_map_la-lang.o >/dev/null 2>&1
  344. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-itemdb.lo -MD -MP -MF emap/.deps/libevol_map_la-itemdb.Tpo -c ../../src/emap/itemdb.c -o emap/libevol_map_la-itemdb.o >/dev/null 2>&1
  345. mv -f emap/.deps/libevol_map_la-lang.Tpo emap/.deps/libevol_map_la-lang.Plo
  346. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-mail.lo -MD -MP -MF emap/.deps/libevol_map_la-mail.Tpo -c -o emap/libevol_map_la-mail.lo `test -f 'emap/mail.c' || echo '../../src/'`emap/mail.c
  347. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-mail.lo -MD -MP -MF emap/.deps/libevol_map_la-mail.Tpo -c ../../src/emap/mail.c -fPIC -DPIC -o emap/.libs/libevol_map_la-mail.o
  348. mv -f emap/.deps/libevol_map_la-itemdb.Tpo emap/.deps/libevol_map_la-itemdb.Plo
  349. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-map.lo -MD -MP -MF emap/.deps/libevol_map_la-map.Tpo -c -o emap/libevol_map_la-map.lo `test -f 'emap/map.c' || echo '../../src/'`emap/map.c
  350. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-map.lo -MD -MP -MF emap/.deps/libevol_map_la-map.Tpo -c ../../src/emap/map.c -fPIC -DPIC -o emap/.libs/libevol_map_la-map.o
  351. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-init.lo -MD -MP -MF emap/.deps/libevol_map_la-init.Tpo -c ../../src/emap/init.c -o emap/libevol_map_la-init.o >/dev/null 2>&1
  352. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-mail.lo -MD -MP -MF emap/.deps/libevol_map_la-mail.Tpo -c ../../src/emap/mail.c -o emap/libevol_map_la-mail.o >/dev/null 2>&1
  353. mv -f emap/.deps/libevol_map_la-mail.Tpo emap/.deps/libevol_map_la-mail.Plo
  354. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-mob.lo -MD -MP -MF emap/.deps/libevol_map_la-mob.Tpo -c -o emap/libevol_map_la-mob.lo `test -f 'emap/mob.c' || echo '../../src/'`emap/mob.c
  355. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-mob.lo -MD -MP -MF emap/.deps/libevol_map_la-mob.Tpo -c ../../src/emap/mob.c -fPIC -DPIC -o emap/.libs/libevol_map_la-mob.o
  356. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-map.lo -MD -MP -MF emap/.deps/libevol_map_la-map.Tpo -c ../../src/emap/map.c -o emap/libevol_map_la-map.o >/dev/null 2>&1
  357. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-mob.lo -MD -MP -MF emap/.deps/libevol_map_la-mob.Tpo -c ../../src/emap/mob.c -o emap/libevol_map_la-mob.o >/dev/null 2>&1
  358. mv -f emap/.deps/libevol_map_la-init.Tpo emap/.deps/libevol_map_la-init.Plo
  359. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-npc.lo -MD -MP -MF emap/.deps/libevol_map_la-npc.Tpo -c -o emap/libevol_map_la-npc.lo `test -f 'emap/npc.c' || echo '../../src/'`emap/npc.c
  360. mv -f emap/.deps/libevol_map_la-mob.Tpo emap/.deps/libevol_map_la-mob.Plo
  361. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-parse.lo -MD -MP -MF emap/.deps/libevol_map_la-parse.Tpo -c -o emap/libevol_map_la-parse.lo `test -f 'emap/parse.c' || echo '../../src/'`emap/parse.c
  362. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-npc.lo -MD -MP -MF emap/.deps/libevol_map_la-npc.Tpo -c ../../src/emap/npc.c -fPIC -DPIC -o emap/.libs/libevol_map_la-npc.o
  363. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-parse.lo -MD -MP -MF emap/.deps/libevol_map_la-parse.Tpo -c ../../src/emap/parse.c -fPIC -DPIC -o emap/.libs/libevol_map_la-parse.o
  364. mv -f emap/.deps/libevol_map_la-map.Tpo emap/.deps/libevol_map_la-map.Plo
  365. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-pc.lo -MD -MP -MF emap/.deps/libevol_map_la-pc.Tpo -c -o emap/libevol_map_la-pc.lo `test -f 'emap/pc.c' || echo '../../src/'`emap/pc.c
  366. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-pc.lo -MD -MP -MF emap/.deps/libevol_map_la-pc.Tpo -c ../../src/emap/pc.c -fPIC -DPIC -o emap/.libs/libevol_map_la-pc.o
  367. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-parse.lo -MD -MP -MF emap/.deps/libevol_map_la-parse.Tpo -c ../../src/emap/parse.c -o emap/libevol_map_la-parse.o >/dev/null 2>&1
  368. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-npc.lo -MD -MP -MF emap/.deps/libevol_map_la-npc.Tpo -c ../../src/emap/npc.c -o emap/libevol_map_la-npc.o >/dev/null 2>&1
  369. mv -f emap/.deps/libevol_map_la-parse.Tpo emap/.deps/libevol_map_la-parse.Plo
  370. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-permission.lo -MD -MP -MF emap/.deps/libevol_map_la-permission.Tpo -c -o emap/libevol_map_la-permission.lo `test -f 'emap/permission.c' || echo '../../src/'`emap/permission.c
  371. mv -f emap/.deps/libevol_map_la-npc.Tpo emap/.deps/libevol_map_la-npc.Plo
  372. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-quest.lo -MD -MP -MF emap/.deps/libevol_map_la-quest.Tpo -c -o emap/libevol_map_la-quest.lo `test -f 'emap/quest.c' || echo '../../src/'`emap/quest.c
  373. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-permission.lo -MD -MP -MF emap/.deps/libevol_map_la-permission.Tpo -c ../../src/emap/permission.c -fPIC -DPIC -o emap/.libs/libevol_map_la-permission.o
  374. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-pc.lo -MD -MP -MF emap/.deps/libevol_map_la-pc.Tpo -c ../../src/emap/pc.c -o emap/libevol_map_la-pc.o >/dev/null 2>&1
  375. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-quest.lo -MD -MP -MF emap/.deps/libevol_map_la-quest.Tpo -c ../../src/emap/quest.c -fPIC -DPIC -o emap/.libs/libevol_map_la-quest.o
  376. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-permission.lo -MD -MP -MF emap/.deps/libevol_map_la-permission.Tpo -c ../../src/emap/permission.c -o emap/libevol_map_la-permission.o >/dev/null 2>&1
  377. mv -f emap/.deps/libevol_map_la-permission.Tpo emap/.deps/libevol_map_la-permission.Plo
  378. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-script.lo -MD -MP -MF emap/.deps/libevol_map_la-script.Tpo -c -o emap/libevol_map_la-script.lo `test -f 'emap/script.c' || echo '../../src/'`emap/script.c
  379. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-quest.lo -MD -MP -MF emap/.deps/libevol_map_la-quest.Tpo -c ../../src/emap/quest.c -o emap/libevol_map_la-quest.o >/dev/null 2>&1
  380. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-script.lo -MD -MP -MF emap/.deps/libevol_map_la-script.Tpo -c ../../src/emap/script.c -fPIC -DPIC -o emap/.libs/libevol_map_la-script.o
  381. mv -f emap/.deps/libevol_map_la-quest.Tpo emap/.deps/libevol_map_la-quest.Plo
  382. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-script_buildins.lo -MD -MP -MF emap/.deps/libevol_map_la-script_buildins.Tpo -c -o emap/libevol_map_la-script_buildins.lo `test -f 'emap/script_buildins.c' || echo '../../src/'`emap/script_buildins.c
  383. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-script_buildins.lo -MD -MP -MF emap/.deps/libevol_map_la-script_buildins.Tpo -c ../../src/emap/script_buildins.c -fPIC -DPIC -o emap/.libs/libevol_map_la-script_buildins.o
  384. mv -f emap/.deps/libevol_map_la-pc.Tpo emap/.deps/libevol_map_la-pc.Plo
  385. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-send.lo -MD -MP -MF emap/.deps/libevol_map_la-send.Tpo -c -o emap/libevol_map_la-send.lo `test -f 'emap/send.c' || echo '../../src/'`emap/send.c
  386. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-send.lo -MD -MP -MF emap/.deps/libevol_map_la-send.Tpo -c ../../src/emap/send.c -fPIC -DPIC -o emap/.libs/libevol_map_la-send.o
  387. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-script.lo -MD -MP -MF emap/.deps/libevol_map_la-script.Tpo -c ../../src/emap/script.c -o emap/libevol_map_la-script.o >/dev/null 2>&1
  388. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-send.lo -MD -MP -MF emap/.deps/libevol_map_la-send.Tpo -c ../../src/emap/send.c -o emap/libevol_map_la-send.o >/dev/null 2>&1
  389. mv -f emap/.deps/libevol_map_la-script.Tpo emap/.deps/libevol_map_la-script.Plo
  390. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill.lo -MD -MP -MF emap/.deps/libevol_map_la-skill.Tpo -c -o emap/libevol_map_la-skill.lo `test -f 'emap/skill.c' || echo '../../src/'`emap/skill.c
  391. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill.lo -MD -MP -MF emap/.deps/libevol_map_la-skill.Tpo -c ../../src/emap/skill.c -fPIC -DPIC -o emap/.libs/libevol_map_la-skill.o
  392. mv -f emap/.deps/libevol_map_la-send.Tpo emap/.deps/libevol_map_la-send.Plo
  393. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_const.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_const.Tpo -c -o emap/libevol_map_la-skill_const.lo `test -f 'emap/skill_const.c' || echo '../../src/'`emap/skill_const.c
  394. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_const.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_const.Tpo -c ../../src/emap/skill_const.c -fPIC -DPIC -o emap/.libs/libevol_map_la-skill_const.o
  395. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_const.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_const.Tpo -c ../../src/emap/skill_const.c -o emap/libevol_map_la-skill_const.o >/dev/null 2>&1
  396. mv -f emap/.deps/libevol_map_la-skill_const.Tpo emap/.deps/libevol_map_la-skill_const.Plo
  397. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_ground.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_ground.Tpo -c -o emap/libevol_map_la-skill_ground.lo `test -f 'emap/skill_ground.c' || echo '../../src/'`emap/skill_ground.c
  398. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill.lo -MD -MP -MF emap/.deps/libevol_map_la-skill.Tpo -c ../../src/emap/skill.c -o emap/libevol_map_la-skill.o >/dev/null 2>&1
  399. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_ground.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_ground.Tpo -c ../../src/emap/skill_ground.c -fPIC -DPIC -o emap/.libs/libevol_map_la-skill_ground.o
  400. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-script_buildins.lo -MD -MP -MF emap/.deps/libevol_map_la-script_buildins.Tpo -c ../../src/emap/script_buildins.c -o emap/libevol_map_la-script_buildins.o >/dev/null 2>&1
  401. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_ground.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_ground.Tpo -c ../../src/emap/skill_ground.c -o emap/libevol_map_la-skill_ground.o >/dev/null 2>&1
  402. mv -f emap/.deps/libevol_map_la-skill.Tpo emap/.deps/libevol_map_la-skill.Plo
  403. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_targeted.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_targeted.Tpo -c -o emap/libevol_map_la-skill_targeted.lo `test -f 'emap/skill_targeted.c' || echo '../../src/'`emap/skill_targeted.c
  404. mv -f emap/.deps/libevol_map_la-skill_ground.Tpo emap/.deps/libevol_map_la-skill_ground.Plo
  405. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-status.lo -MD -MP -MF emap/.deps/libevol_map_la-status.Tpo -c -o emap/libevol_map_la-status.lo `test -f 'emap/status.c' || echo '../../src/'`emap/status.c
  406. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_targeted.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_targeted.Tpo -c ../../src/emap/skill_targeted.c -fPIC -DPIC -o emap/.libs/libevol_map_la-skill_targeted.o
  407. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-status.lo -MD -MP -MF emap/.deps/libevol_map_la-status.Tpo -c ../../src/emap/status.c -fPIC -DPIC -o emap/.libs/libevol_map_la-status.o
  408. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-skill_targeted.lo -MD -MP -MF emap/.deps/libevol_map_la-skill_targeted.Tpo -c ../../src/emap/skill_targeted.c -o emap/libevol_map_la-skill_targeted.o >/dev/null 2>&1
  409. mv -f emap/.deps/libevol_map_la-skill_targeted.Tpo emap/.deps/libevol_map_la-skill_targeted.Plo
  410. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-unit.lo -MD -MP -MF emap/.deps/libevol_map_la-unit.Tpo -c -o emap/libevol_map_la-unit.lo `test -f 'emap/unit.c' || echo '../../src/'`emap/unit.c
  411. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-unit.lo -MD -MP -MF emap/.deps/libevol_map_la-unit.Tpo -c ../../src/emap/unit.c -fPIC -DPIC -o emap/.libs/libevol_map_la-unit.o
  412. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-status.lo -MD -MP -MF emap/.deps/libevol_map_la-status.Tpo -c ../../src/emap/status.c -o emap/libevol_map_la-status.o >/dev/null 2>&1
  413. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/libevol_map_la-unit.lo -MD -MP -MF emap/.deps/libevol_map_la-unit.Tpo -c ../../src/emap/unit.c -o emap/libevol_map_la-unit.o >/dev/null 2>&1
  414. mv -f emap/.deps/libevol_map_la-status.Tpo emap/.deps/libevol_map_la-status.Plo
  415. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-bgd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-bgd.Tpo -c -o emap/data/libevol_map_la-bgd.lo `test -f 'emap/data/bgd.c' || echo '../../src/'`emap/data/bgd.c
  416. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-bgd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-bgd.Tpo -c ../../src/emap/data/bgd.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-bgd.o
  417. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-bgd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-bgd.Tpo -c ../../src/emap/data/bgd.c -o emap/data/libevol_map_la-bgd.o >/dev/null 2>&1
  418. mv -f emap/.deps/libevol_map_la-unit.Tpo emap/.deps/libevol_map_la-unit.Plo
  419. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-itemd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-itemd.Tpo -c -o emap/data/libevol_map_la-itemd.lo `test -f 'emap/data/itemd.c' || echo '../../src/'`emap/data/itemd.c
  420. mv -f emap/data/.deps/libevol_map_la-bgd.Tpo emap/data/.deps/libevol_map_la-bgd.Plo
  421. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-mapd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-mapd.Tpo -c -o emap/data/libevol_map_la-mapd.lo `test -f 'emap/data/mapd.c' || echo '../../src/'`emap/data/mapd.c
  422. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-itemd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-itemd.Tpo -c ../../src/emap/data/itemd.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-itemd.o
  423. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-mapd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-mapd.Tpo -c ../../src/emap/data/mapd.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-mapd.o
  424. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-itemd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-itemd.Tpo -c ../../src/emap/data/itemd.c -o emap/data/libevol_map_la-itemd.o >/dev/null 2>&1
  425. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-mapd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-mapd.Tpo -c ../../src/emap/data/mapd.c -o emap/data/libevol_map_la-mapd.o >/dev/null 2>&1
  426. mv -f emap/.deps/libevol_map_la-script_buildins.Tpo emap/.deps/libevol_map_la-script_buildins.Plo
  427. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-mobd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-mobd.Tpo -c -o emap/data/libevol_map_la-mobd.lo `test -f 'emap/data/mobd.c' || echo '../../src/'`emap/data/mobd.c
  428. mv -f emap/data/.deps/libevol_map_la-itemd.Tpo emap/data/.deps/libevol_map_la-itemd.Plo
  429. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-npcd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-npcd.Tpo -c -o emap/data/libevol_map_la-npcd.lo `test -f 'emap/data/npcd.c' || echo '../../src/'`emap/data/npcd.c
  430. mv -f emap/data/.deps/libevol_map_la-mapd.Tpo emap/data/.deps/libevol_map_la-mapd.Plo
  431. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-session.lo -MD -MP -MF emap/data/.deps/libevol_map_la-session.Tpo -c -o emap/data/libevol_map_la-session.lo `test -f 'emap/data/session.c' || echo '../../src/'`emap/data/session.c
  432. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-mobd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-mobd.Tpo -c ../../src/emap/data/mobd.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-mobd.o
  433. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-npcd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-npcd.Tpo -c ../../src/emap/data/npcd.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-npcd.o
  434. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-session.lo -MD -MP -MF emap/data/.deps/libevol_map_la-session.Tpo -c ../../src/emap/data/session.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-session.o
  435. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-mobd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-mobd.Tpo -c ../../src/emap/data/mobd.c -o emap/data/libevol_map_la-mobd.o >/dev/null 2>&1
  436. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-npcd.lo -MD -MP -MF emap/data/.deps/libevol_map_la-npcd.Tpo -c ../../src/emap/data/npcd.c -o emap/data/libevol_map_la-npcd.o >/dev/null 2>&1
  437. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-session.lo -MD -MP -MF emap/data/.deps/libevol_map_la-session.Tpo -c ../../src/emap/data/session.c -o emap/data/libevol_map_la-session.o >/dev/null 2>&1
  438. mv -f emap/data/.deps/libevol_map_la-npcd.Tpo emap/data/.deps/libevol_map_la-npcd.Plo
  439. mv -f emap/data/.deps/libevol_map_la-mobd.Tpo emap/data/.deps/libevol_map_la-mobd.Plo
  440. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-skilld.lo -MD -MP -MF emap/data/.deps/libevol_map_la-skilld.Tpo -c -o emap/data/libevol_map_la-skilld.lo `test -f 'emap/data/skilld.c' || echo '../../src/'`emap/data/skilld.c
  441. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/utils/libevol_map_la-formatutils.lo -MD -MP -MF emap/utils/.deps/libevol_map_la-formatutils.Tpo -c -o emap/utils/libevol_map_la-formatutils.lo `test -f 'emap/utils/formatutils.c' || echo '../../src/'`emap/utils/formatutils.c
  442. mv -f emap/data/.deps/libevol_map_la-session.Tpo emap/data/.deps/libevol_map_la-session.Plo
  443. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"foobar\ 1.0\" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/utils/libevol_map_la-strutil.lo -MD -MP -MF ecommon/utils/.deps/libevol_map_la-strutil.Tpo -c -o ecommon/utils/libevol_map_la-strutil.lo `test -f 'ecommon/utils/strutil.c' || echo '../../src/'`ecommon/utils/strutil.c
  444. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/utils/libevol_map_la-formatutils.lo -MD -MP -MF emap/utils/.deps/libevol_map_la-formatutils.Tpo -c ../../src/emap/utils/formatutils.c -fPIC -DPIC -o emap/utils/.libs/libevol_map_la-formatutils.o
  445. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-skilld.lo -MD -MP -MF emap/data/.deps/libevol_map_la-skilld.Tpo -c ../../src/emap/data/skilld.c -fPIC -DPIC -o emap/data/.libs/libevol_map_la-skilld.o
  446. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/utils/libevol_map_la-strutil.lo -MD -MP -MF ecommon/utils/.deps/libevol_map_la-strutil.Tpo -c ../../src/ecommon/utils/strutil.c -fPIC -DPIC -o ecommon/utils/.libs/libevol_map_la-strutil.o
  447. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/data/libevol_map_la-skilld.lo -MD -MP -MF emap/data/.deps/libevol_map_la-skilld.Tpo -c ../../src/emap/data/skilld.c -o emap/data/libevol_map_la-skilld.o >/dev/null 2>&1
  448. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT ecommon/utils/libevol_map_la-strutil.lo -MD -MP -MF ecommon/utils/.deps/libevol_map_la-strutil.Tpo -c ../../src/ecommon/utils/strutil.c -o ecommon/utils/libevol_map_la-strutil.o >/dev/null 2>&1
  449. libtool: compile: gcc -DPACKAGE_NAME=\"foobar\" -DPACKAGE_TARNAME=\"foobar\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"foobar 1.0\"" -DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"foobar\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../../src -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -MT emap/utils/libevol_map_la-formatutils.lo -MD -MP -MF emap/utils/.deps/libevol_map_la-formatutils.Tpo -c ../../src/emap/utils/formatutils.c -o emap/utils/libevol_map_la-formatutils.o >/dev/null 2>&1
  450. mv -f ecommon/utils/.deps/libevol_map_la-strutil.Tpo ecommon/utils/.deps/libevol_map_la-strutil.Plo
  451. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -avoid-version -Wl,--no-undefined -rdynamic -o libevol_char.la -rpath /usr/local/lib echar/libevol_char_la-char.lo echar/libevol_char_la-config.lo echar/libevol_char_la-init.lo ecommon/libevol_char_la-config.lo ecommon/libevol_char_la-init.lo -lpcre
  452. mv -f emap/data/.deps/libevol_map_la-skilld.Tpo emap/data/.deps/libevol_map_la-skilld.Plo
  453. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -avoid-version -Wl,--no-undefined -rdynamic -o libevol_login.la -rpath /usr/local/lib elogin/libevol_login_la-config.lo elogin/libevol_login_la-init.lo elogin/libevol_login_la-login.lo elogin/libevol_login_la-md5calc.lo elogin/libevol_login_la-mt_rand.lo elogin/libevol_login_la-parse.lo elogin/libevol_login_la-send.lo ecommon/libevol_login_la-config.lo ecommon/libevol_login_la-init.lo -lpcre
  454. libtool: link: gcc -shared -fPIC -DPIC echar/.libs/libevol_char_la-char.o echar/.libs/libevol_char_la-config.o echar/.libs/libevol_char_la-init.o ecommon/.libs/libevol_char_la-config.o ecommon/.libs/libevol_char_la-init.o -lpcre -O2 -O3 -O2 -Wl,--no-undefined -Wl,-soname -Wl,libevol_char.so -o .libs/libevol_char.so
  455. libtool: link: gcc -shared -fPIC -DPIC elogin/.libs/libevol_login_la-config.o elogin/.libs/libevol_login_la-init.o elogin/.libs/libevol_login_la-login.o elogin/.libs/libevol_login_la-md5calc.o elogin/.libs/libevol_login_la-mt_rand.o elogin/.libs/libevol_login_la-parse.o elogin/.libs/libevol_login_la-send.o ecommon/.libs/libevol_login_la-config.o ecommon/.libs/libevol_login_la-init.o -lpcre -O2 -O3 -O2 -Wl,--no-undefined -Wl,-soname -Wl,libevol_login.so -o .libs/libevol_login.so
  456. copying selected object files to avoid basename conflicts...
  457. copying selected object files to avoid basename conflicts...
  458. libtool: link: ln ecommon/libevol_char_la-config.o .libs/libevol_char.lax/lt1-libevol_char_la-config.o || cp ecommon/libevol_char_la-config.o .libs/libevol_char.lax/lt1-libevol_char_la-config.o
  459. libtool: link: ln ecommon/libevol_login_la-config.o .libs/libevol_login.lax/lt1-libevol_login_la-config.o || cp ecommon/libevol_login_la-config.o .libs/libevol_login.lax/lt1-libevol_login_la-config.o
  460. libtool: link: ln ecommon/libevol_char_la-init.o .libs/libevol_char.lax/lt2-libevol_char_la-init.o || cp ecommon/libevol_char_la-init.o .libs/libevol_char.lax/lt2-libevol_char_la-init.o
  461. libtool: link: ln ecommon/libevol_login_la-init.o .libs/libevol_login.lax/lt2-libevol_login_la-init.o || cp ecommon/libevol_login_la-init.o .libs/libevol_login.lax/lt2-libevol_login_la-init.o
  462. libtool: link: ar cru .libs/libevol_char.a echar/libevol_char_la-char.o echar/libevol_char_la-config.o echar/libevol_char_la-init.o .libs/libevol_char.lax/lt1-libevol_char_la-config.o .libs/libevol_char.lax/lt2-libevol_char_la-init.o
  463. libtool: link: ar cru .libs/libevol_login.a elogin/libevol_login_la-config.o elogin/libevol_login_la-init.o elogin/libevol_login_la-login.o elogin/libevol_login_la-md5calc.o elogin/libevol_login_la-mt_rand.o elogin/libevol_login_la-parse.o elogin/libevol_login_la-send.o .libs/libevol_login.lax/lt1-libevol_login_la-config.o .libs/libevol_login.lax/lt2-libevol_login_la-init.o
  464. libtool: link: ranlib .libs/libevol_login.a
  465. libtool: link: ranlib .libs/libevol_char.a
  466. libtool: link: rm -fr .libs/libevol_char.lax
  467. libtool: link: rm -fr .libs/libevol_login.lax
  468. libtool: link: ( cd ".libs" && rm -f "libevol_char.la" && ln -s "../libevol_char.la" "libevol_char.la" )
  469. libtool: link: ( cd ".libs" && rm -f "libevol_login.la" && ln -s "../libevol_login.la" "libevol_login.la" )
  470. mv -f emap/utils/.deps/libevol_map_la-formatutils.Tpo emap/utils/.deps/libevol_map_la-formatutils.Plo
  471. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty -DPACKETVER=20150000 -Wno-strict-aliasing -g -O2 -Wempty-body -Winit-self -Wpointer-arith -Wformat -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-function -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -DHAVE_STRNLEN -avoid-version -Wl,--no-undefined -rdynamic -o libevol_map.la -rpath /usr/local/lib emap/libevol_map_la-atcommand.lo emap/libevol_map_la-battleground.lo emap/libevol_map_la-clif.lo emap/libevol_map_la-config.lo emap/libevol_map_la-craft.lo emap/libevol_map_la-craftconf.lo emap/libevol_map_la-hashtable.lo emap/libevol_map_la-horse.lo emap/libevol_map_la-init.lo emap/libevol_map_la-itemdb.lo emap/libevol_map_la-lang.lo emap/libevol_map_la-mail.lo emap/libevol_map_la-map.lo emap/libevol_map_la-mob.lo emap/libevol_map_la-npc.lo emap/libevol_map_la-parse.lo emap/libevol_map_la-pc.lo emap/libevol_map_la-permission.lo emap/libevol_map_la-quest.lo emap/libevol_map_la-script.lo emap/libevol_map_la-script_buildins.lo emap/libevol_map_la-send.lo emap/libevol_map_la-skill.lo emap/libevol_map_la-skill_const.lo emap/libevol_map_la-skill_ground.lo emap/libevol_map_la-skill_targeted.lo emap/libevol_map_la-status.lo emap/libevol_map_la-unit.lo emap/data/libevol_map_la-bgd.lo emap/data/libevol_map_la-itemd.lo emap/data/libevol_map_la-mapd.lo emap/data/libevol_map_la-mobd.lo emap/data/libevol_map_la-npcd.lo emap/data/libevol_map_la-session.lo emap/data/libevol_map_la-skilld.lo emap/utils/libevol_map_la-formatutils.lo ecommon/libevol_map_la-config.lo ecommon/libevol_map_la-init.lo ecommon/utils/libevol_map_la-strutil.lo -lpcre
  472. libtool: link: gcc -shared -fPIC -DPIC emap/.libs/libevol_map_la-atcommand.o emap/.libs/libevol_map_la-battleground.o emap/.libs/libevol_map_la-clif.o emap/.libs/libevol_map_la-config.o emap/.libs/libevol_map_la-craft.o emap/.libs/libevol_map_la-craftconf.o emap/.libs/libevol_map_la-hashtable.o emap/.libs/libevol_map_la-horse.o emap/.libs/libevol_map_la-init.o emap/.libs/libevol_map_la-itemdb.o emap/.libs/libevol_map_la-lang.o emap/.libs/libevol_map_la-mail.o emap/.libs/libevol_map_la-map.o emap/.libs/libevol_map_la-mob.o emap/.libs/libevol_map_la-npc.o emap/.libs/libevol_map_la-parse.o emap/.libs/libevol_map_la-pc.o emap/.libs/libevol_map_la-permission.o emap/.libs/libevol_map_la-quest.o emap/.libs/libevol_map_la-script.o emap/.libs/libevol_map_la-script_buildins.o emap/.libs/libevol_map_la-send.o emap/.libs/libevol_map_la-skill.o emap/.libs/libevol_map_la-skill_const.o emap/.libs/libevol_map_la-skill_ground.o emap/.libs/libevol_map_la-skill_targeted.o emap/.libs/libevol_map_la-status.o emap/.libs/libevol_map_la-unit.o emap/data/.libs/libevol_map_la-bgd.o emap/data/.libs/libevol_map_la-itemd.o emap/data/.libs/libevol_map_la-mapd.o emap/data/.libs/libevol_map_la-mobd.o emap/data/.libs/libevol_map_la-npcd.o emap/data/.libs/libevol_map_la-session.o emap/data/.libs/libevol_map_la-skilld.o emap/utils/.libs/libevol_map_la-formatutils.o ecommon/.libs/libevol_map_la-config.o ecommon/.libs/libevol_map_la-init.o ecommon/utils/.libs/libevol_map_la-strutil.o -lpcre -O2 -O3 -O2 -Wl,--no-undefined -Wl,-soname -Wl,libevol_map.so -o .libs/libevol_map.so
  473. copying selected object files to avoid basename conflicts...
  474. libtool: link: ln ecommon/libevol_map_la-config.o .libs/libevol_map.lax/lt1-libevol_map_la-config.o || cp ecommon/libevol_map_la-config.o .libs/libevol_map.lax/lt1-libevol_map_la-config.o
  475. libtool: link: ln ecommon/libevol_map_la-init.o .libs/libevol_map.lax/lt2-libevol_map_la-init.o || cp ecommon/libevol_map_la-init.o .libs/libevol_map.lax/lt2-libevol_map_la-init.o
  476. libtool: link: ar cru .libs/libevol_map.a emap/libevol_map_la-atcommand.o emap/libevol_map_la-battleground.o emap/libevol_map_la-clif.o emap/libevol_map_la-config.o emap/libevol_map_la-craft.o emap/libevol_map_la-craftconf.o emap/libevol_map_la-hashtable.o emap/libevol_map_la-horse.o emap/libevol_map_la-init.o emap/libevol_map_la-itemdb.o emap/libevol_map_la-lang.o emap/libevol_map_la-mail.o emap/libevol_map_la-map.o emap/libevol_map_la-mob.o emap/libevol_map_la-npc.o emap/libevol_map_la-parse.o emap/libevol_map_la-pc.o emap/libevol_map_la-permission.o emap/libevol_map_la-quest.o emap/libevol_map_la-script.o emap/libevol_map_la-script_buildins.o emap/libevol_map_la-send.o emap/libevol_map_la-skill.o emap/libevol_map_la-skill_const.o emap/libevol_map_la-skill_ground.o emap/libevol_map_la-skill_targeted.o emap/libevol_map_la-status.o emap/libevol_map_la-unit.o emap/data/libevol_map_la-bgd.o emap/data/libevol_map_la-itemd.o emap/data/libevol_map_la-mapd.o emap/data/libevol_map_la-mobd.o emap/data/libevol_map_la-npcd.o emap/data/libevol_map_la-session.o emap/data/libevol_map_la-skilld.o emap/utils/libevol_map_la-formatutils.o .libs/libevol_map.lax/lt1-libevol_map_la-config.o .libs/libevol_map.lax/lt2-libevol_map_la-init.o ecommon/utils/libevol_map_la-strutil.o
  477. libtool: link: ranlib .libs/libevol_map.a
  478. libtool: link: rm -fr .libs/libevol_map.lax
  479. libtool: link: ( cd ".libs" && rm -f "libevol_map.la" && ln -s "../libevol_map.la" "libevol_map.la" )
  480. cp: target '../../../../../server-data/plugins' is not a directory
  481. cp: target '../../../../server-data/plugins' is not a directory
  482. cp: target '../../../server-data/plugins' is not a directory
  483. cp: target '../../server-data/plugins' is not a directory
  484. Makefile:1447: recipe for target 'all-local' failed
  485. make[1]: *** [all-local] Error 1
  486. make[1]: Leaving directory '/home/colin/evol-all/server-code/src/evol/build/src'
  487. Makefile:370: recipe for target 'all-recursive' failed
  488. make: *** [all-recursive] Error 1
  489. /home/colin/evol-all/server-code/src/evol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement