Advertisement
Guest User

Untitled

a guest
May 4th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 379.05 KB | None | 0 0
  1. make new
  2. cd ../tools/localserver/ ; ./build.sh
  3. make[1]: Entering directory '/home/Narouv/evol-all/server-code'
  4. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/common'
  5. CLEAN common (build temp files)
  6. CLEAN common
  7. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/common'
  8. make[2]: Entering directory '/home/Narouv/evol-all/server-code/3rdparty/mt19937ar'
  9. CLEAN mt19937ar (build temp files)
  10. CLEAN mt19937ar
  11. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/3rdparty/mt19937ar'
  12. make[2]: Entering directory '/home/Narouv/evol-all/server-code/3rdparty/libconfig'
  13. CLEAN libconfig (build temp files)
  14. CLEAN libconfig
  15. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/3rdparty/libconfig'
  16. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/login'
  17. CLEAN login (build temp files)
  18. CLEAN login
  19. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/login'
  20. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/char'
  21. CLEAN char (build temp files)
  22. CLEAN char
  23. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/char'
  24. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/map'
  25. CLEAN map (build temp files)
  26. CLEAN map
  27. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/map'
  28. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/plugins'
  29. CLEAN plugins (build temp files)
  30. CLEAN plugins
  31. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/plugins'
  32. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/tool'
  33. CLEAN tool (build temp files)
  34. CLEAN tool
  35. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/tool'
  36. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/test'
  37. CLEAN test (build temp files)
  38. CLEAN test
  39. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/test'
  40. make[2]: Entering directory '/home/Narouv/evol-all/server-code/tools/HPMHookGen'
  41. CLEAN HPMHookGen
  42. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/tools/HPMHookGen'
  43. make[2]: Entering directory '/home/Narouv/evol-all/server-code/tools/doxygen'
  44. CLEAN docs
  45. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/tools/doxygen'
  46. make[1]: Leaving directory '/home/Narouv/evol-all/server-code'
  47. checking for gcc... gcc
  48. checking whether the C compiler works... yes
  49. checking for C compiler default output file name... a.out
  50. checking for suffix of executables...
  51. checking whether we are cross compiling... no
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C compiler... yes
  54. checking whether gcc accepts -g... yes
  55. checking for gcc option to accept ISO C89... none needed
  56. checking how to run the C preprocessor... gcc -E
  57. checking for grep that handles long lines and -e... /bin/grep
  58. checking for egrep... /bin/grep -E
  59. checking for ANSI C header files... yes
  60. checking for sys/types.h... yes
  61. checking for sys/stat.h... yes
  62. checking for stdlib.h... yes
  63. checking for string.h... yes
  64. checking for memory.h... yes
  65. checking for strings.h... yes
  66. checking for inttypes.h... yes
  67. checking for stdint.h... yes
  68. checking for unistd.h... yes
  69. checking minix/config.h usability... no
  70. checking minix/config.h presence... no
  71. checking for minix/config.h... no
  72. checking whether it is safe to define __EXTENSIONS__... yes
  73. checking for Linux epoll(4)... yes
  74. checking whether make sets $(MAKE)... yes
  75. checking for gcc... (cached) gcc
  76. checking whether we are using the GNU C compiler... (cached) yes
  77. checking whether gcc accepts -g... (cached) yes
  78. checking for gcc option to accept ISO C89... (cached) none needed
  79. checking how to run the C preprocessor... gcc -E
  80. checking for ar... /usr/bin/ar
  81. checking whether byte ordering is bigendian... no
  82. checking whether gcc produces 32bit code... no
  83. checking whether gcc supports __thread specifier (TLS)... yes
  84. checking whether gcc accepts -rdynamic... yes
  85. checking whether gcc supports -Wno-unused-parameter... yes
  86. checking whether gcc can actually use -Wno-unused-parameter... yes
  87. checking whether gcc supports -Wno-clobbered... yes
  88. checking whether gcc supports -Wempty-body... yes
  89. checking whether gcc supports -Wnewline-eof... no
  90. checking whether gcc supports -Wint-conversion... yes
  91. checking whether gcc supports -Winit-self... yes
  92. checking whether gcc supports -Wpointer-arith... yes
  93. checking whether gcc supports -Wswitch-bool... yes
  94. checking whether gcc supports -Wenum-conversion... no
  95. checking whether gcc supports -Wshorten-64-to-32... no
  96. checking whether gcc supports -Wconstant-conversion... no
  97. checking whether gcc supports -Wbool-conversion... no
  98. checking whether gcc supports -Wformat-security... yes
  99. checking whether gcc supports -Wformat... yes
  100. checking whether gcc supports -Wformat-signedness... yes
  101. checking whether gcc supports -Wformat-y2k... yes
  102. checking whether gcc supports -Wmissing-include-dirs... no
  103. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  104. checking whether gcc supports -Wundef... yes
  105. checking whether gcc supports -Wnested-externs... yes
  106. checking whether gcc supports -Wold-style-definition... yes
  107. checking whether gcc supports -Woverlength-strings... yes
  108. checking whether gcc supports -Wredundant-decls... yes
  109. checking whether gcc supports -Wcast-qual... yes
  110. checking whether gcc supports -Wmisleading-indentation... no
  111. checking whether gcc supports -Wnull-dereference... no
  112. checking whether gcc supports -Wno-format-nonliteral... yes
  113. checking whether gcc supports -Wno-switch... yes
  114. checking whether gcc supports -Wno-missing-field-initializers... yes
  115. checking whether gcc supports -Wno-suggest-attribute=format... yes
  116. checking whether gcc supports -Wshadow... yes
  117. checking whether gcc can efficiently use -Wshadow... yes
  118. checking whether gcc supports -fPIC... yes
  119. checking how to make shared objects... -shared yes
  120. checking whether gcc needs -Wl,--no-undefined to check for undefined references in shared objects... yes
  121. checking whether gcc supports -fno-strict-aliasing... yes
  122. checking for setrlimit... yes
  123. checking for strnlen... yes
  124. checking for uselocale... yes
  125. checking for newlocale... yes
  126. checking for freelocale... yes
  127. checking xlocale.h usability... yes
  128. checking xlocale.h presence... yes
  129. checking for xlocale.h... yes
  130. checking whether gcc supports -fno-omit-frame-pointer... yes
  131. checking whether gcc supports -fno-var-tracking... yes
  132. checking host OS... Linux
  133. checking for MinGW... no
  134. checking for library containing inflateEnd... -lz
  135. checking zlib.h usability... yes
  136. checking zlib.h presence... yes
  137. checking for zlib.h... yes
  138. checking for library containing sqrt... -lm
  139. checking for library containing clock_gettime... none required
  140. checking whether CLOCK_MONOTONIC is supported and works... yes
  141. checking for library containing pthread_create... -lpthread
  142. checking for library containing pthread_sigmask... none required
  143. checking for library containing pthread_attr_init... none required
  144. checking for library containing pthread_attr_setstacksize... none required
  145. checking for library containing pthread_attr_destroy... none required
  146. checking for library containing pthread_cancel... none required
  147. checking for library containing pthread_join... none required
  148. checking execinfo.h usability... yes
  149. checking execinfo.h presence... yes
  150. checking for execinfo.h... yes
  151. checking for library containing backtrace... none required
  152. checking for mysql_init... yes
  153. checking mysql.h usability... yes
  154. checking mysql.h presence... yes
  155. checking for mysql.h... yes
  156. checking MySQL library (required)... yes (5.5.0)
  157. checking PCRE library... checking pcre.h usability... yes
  158. checking pcre.h presence... yes
  159. checking for pcre.h... yes
  160. checking for library containing pcre_study... -lpcre
  161. checking for doxygen... no
  162. checking for perl... yes
  163. configure: creating ./config.status
  164. config.status: creating Makefile
  165. config.status: creating src/common/Makefile
  166. config.status: creating 3rdparty/mt19937ar/Makefile
  167. config.status: creating 3rdparty/libconfig/Makefile
  168. config.status: creating src/char/Makefile
  169. config.status: creating src/login/Makefile
  170. config.status: creating src/map/Makefile
  171. config.status: creating src/plugins/Makefile
  172. config.status: creating src/tool/Makefile
  173. config.status: creating src/test/Makefile
  174. config.status: creating tools/HPMHookGen/Makefile
  175. config.status: creating tools/doxygen/Makefile
  176. make[1]: Entering directory '/home/Narouv/evol-all/server-code'
  177. MAKE mt19937ar
  178. MAKE libconfig
  179. make[2]: Entering directory '/home/Narouv/evol-all/server-code/3rdparty/mt19937ar'
  180. make[2]: Entering directory '/home/Narouv/evol-all/server-code/3rdparty/libconfig'
  181. CC mt19937ar.c
  182. CC libconfig.c
  183. CC grammar.c
  184. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/3rdparty/mt19937ar'
  185. CC scanctx.c
  186. CC scanner.c
  187. CC strbuf.c
  188. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/3rdparty/libconfig'
  189. MAKE common_sql
  190. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/common'
  191. MKDIR obj_all
  192. MKDIR obj_sql
  193. CC conf.c
  194. CC db.c
  195. CC des.c
  196. CC ers.c
  197. CC grfio.c
  198. CC HPM.c
  199. CC mapindex.c
  200. CC md5calc.c
  201. CC mutex.c
  202. CC nullpo.c
  203. CC random.c
  204. CC showmsg.c
  205. CC strlib.c
  206. CC sysinfo.c
  207. CC thread.c
  208. CC timer.c
  209. CC utils.c
  210. CC console.c
  211. CC core.c
  212. CC memmgr.c
  213. CC socket.c
  214. CC sql.c
  215. CC console.c
  216. CC core.c
  217. CC memmgr.c
  218. CC socket.c
  219. AR obj_sql/common_sql.a
  220. AR obj_all/common.a
  221. AR obj_all/common_mini.a
  222. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/common'
  223. MAKE login_sql
  224. MAKE char_sql
  225. MAKE map_sql
  226. MAKE tools
  227. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/char'
  228. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/login'
  229. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/map'
  230. MKDIR obj_sql
  231. MKDIR obj_sql
  232. MKDIR obj_sql
  233. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/tool'
  234. make[2]: Nothing to be done for 'all'.
  235. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/tool'
  236. CC char.c
  237. CC account.c
  238. MAKE plugins
  239. CC atcommand.c
  240. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/plugins'
  241. CC sample.c
  242. CC HPMlogin.c
  243. CC ipban.c
  244. CC db2sql.c
  245. CC lclif.c
  246. CC login.c
  247. CC HPMHooking.c (CHAR)
  248. CC loginlog.c
  249. LD login-server
  250. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/login'
  251. CC HPMchar.c
  252. CC loginif.c
  253. CC mapif.c
  254. CC geoip.c
  255. CC inter.c
  256. CC int_auction.c
  257. CC int_clan.c
  258. CC int_elemental.c
  259. CC int_guild.c
  260. CC int_homun.c
  261. CC int_mail.c
  262. CC battle.c
  263. CC int_mercenary.c
  264. CC int_party.c
  265. CC int_pet.c
  266. CC int_quest.c
  267. CC int_rodex.c
  268. CC int_storage.c
  269. CC pincode.c
  270. CC HPMHooking.c (LOGIN)
  271. LD char-server
  272. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/char'
  273. CC HPMHooking.c (MAP)
  274. CC battleground.c
  275. CC buyingstore.c
  276. CC channel.c
  277. CC chat.c
  278. CC chrif.c
  279. PLUGIN sample
  280. PLUGIN db2sql
  281. PLUGIN HPMHooking_login
  282. CC clan.c
  283. CC clif.c
  284. CC date.c
  285. CC duel.c
  286. PLUGIN HPMHooking_char
  287. CC elemental.c
  288. CC guild.c
  289. CC homunculus.c
  290. CC HPMmap.c
  291. CC instance.c
  292. CC intif.c
  293. CC irc-bot.c
  294. CC itemdb.c
  295. CC log.c
  296. CC mail.c
  297. CC map.c
  298. CC mapreg_sql.c
  299. CC mercenary.c
  300. CC mob.c
  301. CC npc.c
  302. CC npc_chat.c
  303. CC party.c
  304. CC path.c
  305. CC pc.c
  306. CC pc_groups.c
  307. CC pet.c
  308. CC quest.c
  309. CC rodex.c
  310. CC script.c
  311. CC searchstore.c
  312. CC skill.c
  313. CC status.c
  314. CC storage.c
  315. CC trade.c
  316. CC unit.c
  317. CC vending.c
  318. LD map-server
  319. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/map'
  320. PLUGIN HPMHooking_map
  321. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/plugins'
  322. make[1]: Leaving directory '/home/Narouv/evol-all/server-code'
  323. make[1]: Entering directory '/home/Narouv/evol-all/server-code'
  324. MAKE mt19937ar
  325. make[2]: Entering directory '/home/Narouv/evol-all/server-code/3rdparty/mt19937ar'
  326. make[2]: Nothing to be done for 'all'.
  327. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/3rdparty/mt19937ar'
  328. MAKE libconfig
  329. make[2]: Entering directory '/home/Narouv/evol-all/server-code/3rdparty/libconfig'
  330. make[2]: Nothing to be done for 'all'.
  331. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/3rdparty/libconfig'
  332. MAKE common_sql
  333. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/common'
  334. make[2]: Nothing to be done for 'sql'.
  335. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/common'
  336. MAKE login_sql
  337. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/login'
  338. make[2]: Nothing to be done for 'sql'.
  339. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/login'
  340. MAKE char_sql
  341. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/char'
  342. make[2]: Nothing to be done for 'all'.
  343. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/char'
  344. MAKE map_sql
  345. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/map'
  346. make[2]: Nothing to be done for 'sql'.
  347. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/map'
  348. MAKE tools
  349. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/tool'
  350. make[2]: Nothing to be done for 'all'.
  351. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/tool'
  352. MAKE plugins
  353. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/plugins'
  354. PLUGIN sample
  355. PLUGIN db2sql
  356. PLUGIN HPMHooking_char
  357. PLUGIN HPMHooking_login
  358. PLUGIN HPMHooking_map
  359. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/plugins'
  360. cp -f char-server ../server-data/
  361. cp -f login-server ../server-data/
  362. cp -f map-server ../server-data/
  363. mkdir ../server-data/plugins/ || true
  364. mkdir: cannot create directory ‘../server-data/plugins/’: File exists
  365. cp -f plugins/*.so ../server-data/plugins/
  366. make[1]: Leaving directory '/home/Narouv/evol-all/server-code'
  367. mkdir: cannot create directory 'build': File exists
  368. mkdir: cannot create directory 'm4': File exists
  369. checking for a BSD-compatible install... /usr/bin/install -c
  370. checking whether build environment is sane... yes
  371. checking for a thread-safe mkdir -p... /bin/mkdir -p
  372. checking for gawk... gawk
  373. checking whether make sets $(MAKE)... yes
  374. checking whether make supports nested variables... yes
  375. checking for gcc... gcc
  376. checking whether the C compiler works... yes
  377. checking for C compiler default output file name... a.out
  378. checking for suffix of executables...
  379. checking whether we are cross compiling... no
  380. checking for suffix of object files... o
  381. checking whether we are using the GNU C compiler... yes
  382. checking whether gcc accepts -g... yes
  383. checking for gcc option to accept ISO C89... none needed
  384. checking whether gcc understands -c and -o together... yes
  385. checking for style of include used by make... GNU
  386. checking dependency style of gcc... gcc3
  387. checking build system type... x86_64-pc-linux-gnu
  388. checking host system type... x86_64-pc-linux-gnu
  389. checking how to print strings... printf
  390. checking for a sed that does not truncate output... /bin/sed
  391. checking for grep that handles long lines and -e... /bin/grep
  392. checking for egrep... /bin/grep -E
  393. checking for fgrep... /bin/grep -F
  394. checking for ld used by gcc... /usr/bin/ld
  395. checking if the linker (/usr/bin/ld) is GNU ld... yes
  396. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  397. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  398. checking whether ln -s works... yes
  399. checking the maximum length of command line arguments... 1572864
  400. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  401. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  402. checking for /usr/bin/ld option to reload object files... -r
  403. checking for objdump... objdump
  404. checking how to recognize dependent libraries... pass_all
  405. checking for dlltool... no
  406. checking how to associate runtime and link libraries... printf %s\n
  407. checking for ar... ar
  408. checking for archiver @FILE support... @
  409. checking for strip... strip
  410. checking for ranlib... ranlib
  411. checking command to parse /usr/bin/nm -B output from gcc object... ok
  412. checking for sysroot... no
  413. checking for a working dd... /bin/dd
  414. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  415. checking for mt... mt
  416. checking if mt is a manifest tool... no
  417. checking how to run the C preprocessor... gcc -E
  418. checking for ANSI C header files... yes
  419. checking for sys/types.h... yes
  420. checking for sys/stat.h... yes
  421. checking for stdlib.h... yes
  422. checking for string.h... yes
  423. checking for memory.h... yes
  424. checking for strings.h... yes
  425. checking for inttypes.h... yes
  426. checking for stdint.h... yes
  427. checking for unistd.h... yes
  428. checking for dlfcn.h... yes
  429. checking for objdir... .libs
  430. checking if gcc supports -fno-rtti -fno-exceptions... no
  431. checking for gcc option to produce PIC... -fPIC -DPIC
  432. checking if gcc PIC flag -fPIC -DPIC works... yes
  433. checking if gcc static flag -static works... yes
  434. checking if gcc supports -c -o file.o... yes
  435. checking if gcc supports -c -o file.o... (cached) yes
  436. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  437. checking whether -lc should be explicitly linked in... no
  438. checking dynamic linker characteristics... GNU/Linux ld.so
  439. checking how to hardcode library paths into programs... immediate
  440. checking whether stripping libraries is possible... yes
  441. checking if libtool supports shared libraries... yes
  442. checking whether to build shared libraries... yes
  443. checking whether to build static libraries... yes
  444. checking whether gcc accepts -rdynamic... yes
  445. checking whether gcc supports -Wempty-body... yes
  446. checking whether gcc supports -Wnewline-eof... no
  447. checking whether gcc supports -Wint-conversion... yes
  448. checking whether gcc supports -Winit-self... yes
  449. checking whether gcc supports -Wpointer-arith... yes
  450. checking whether gcc supports -Wswitch-bool... yes
  451. checking whether gcc supports -Wenum-conversion... no
  452. checking whether gcc supports -Wshorten-64-to-32... no
  453. checking whether gcc supports -Wconstant-conversion... no
  454. checking whether gcc supports -Wbool-conversion... no
  455. checking whether gcc supports -Wformat-security... yes
  456. checking whether gcc supports -Wformat... yes
  457. checking whether gcc supports -Wformat-signedness... yes
  458. checking whether gcc supports -Wformat-y2k... yes
  459. checking whether gcc supports -Wmissing-include-dirs... yes
  460. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  461. checking whether gcc supports -Wundef... yes
  462. checking whether gcc supports -Wlogical-op... yes
  463. checking whether gcc supports -Wnested-externs... yes
  464. checking whether gcc supports -Wold-style-definition... yes
  465. checking whether gcc supports -Woverlength-strings... yes
  466. checking whether gcc supports -Wredundant-decls... yes
  467. checking whether gcc supports -Wunused-but-set-parameter... yes
  468. checking whether gcc supports -Wunused-but-set-variable... yes
  469. checking whether gcc supports -Wunreachable-code... yes
  470. checking whether gcc supports -Wunused-const-variable=2... no
  471. checking whether gcc supports -Wunused-function... yes
  472. checking whether gcc supports -Wunused-local-typedefs... yes
  473. checking whether gcc supports -Wunused-macros... no
  474. checking whether gcc supports -Wunused-parameter... yes
  475. checking whether gcc supports -Wunused-result... yes
  476. checking whether gcc supports -Wunused-value... yes
  477. checking whether gcc supports -Wunused-variable... yes
  478. checking for strnlen... yes
  479. checking for setrlimit... yes
  480. checking PCRE library... checking pcre.h usability... yes
  481. checking pcre.h presence... yes
  482. checking for pcre.h... yes
  483. checking for library containing pcre_study... -lpcre
  484. checking that generated files are newer than configure... done
  485. configure: creating ./config.status
  486. config.status: creating Makefile
  487. config.status: creating src/Makefile
  488. config.status: executing depfiles commands
  489. config.status: executing libtool commands
  490. make[1]: Entering directory '/home/Narouv/evol-all/server-code/src/evol/build'
  491. Making all in src
  492. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/evol/build/src'
  493. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  494. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  495. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  496. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  497. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  498. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  499. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  500. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  501. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-funclibtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  502. tion -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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  503. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  504. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  505. mv -f ecommon/.deps/libevol_map_la-init.Tpo ecommon/.deps/libevol_map_la-init.Plo
  506. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  507. mv -f ecommon/.deps/libevol_map_la-config.Tpo ecommon/.deps/libevol_map_la-config.Plo
  508. mv -f echar/.deps/libevol_char_la-config.Tpo echar/.deps/libevol_char_la-config.Plo
  509. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  510. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  511. mv -f echar/.deps/libevol_char_la-char.Tpo echar/.deps/libevol_char_la-char.Plo
  512. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  513. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  514. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  515. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  516. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-funclibtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  517. tion -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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  518. mv -f ecommon/.deps/libevol_char_la-config.Tpo ecommon/.deps/libevol_char_la-config.Plo
  519. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-funcmv -f ecommon/.deps/libevol_char_la-init.Tpo ecommon/.deps/libevol_char_la-init.Plo
  520. tion -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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  521. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  522. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  523. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  524. mv -f echar/.deps/libevol_char_la-init.Tpo echar/.deps/libevol_char_la-init.Plo
  525. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  526. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  527. mv -f elogin/.deps/libevol_login_la-config.Tpo elogin/.deps/libevol_login_la-config.Plo
  528. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  529. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  530. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  531. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  532. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  533. mv -f elogin/.deps/libevol_login_la-init.Tpo elogin/.deps/libevol_login_la-init.Plo
  534. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  535. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  536. mv -f elogin/.deps/libevol_login_la-login.Tpo elogin/.deps/libevol_login_la-login.Plo
  537. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  538. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  539. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  540. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  541. mv -f elogin/.deps/libevol_login_la-mt_rand.Tpo elogin/.deps/libevol_login_la-mt_rand.Plo
  542. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  543. mv -f elogin/.deps/libevol_login_la-md5calc.Tpo elogin/.deps/libevol_login_la-md5calc.Plo
  544. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  545. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  546. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  547. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  548. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  549. mv -f elogin/.deps/libevol_login_la-parse.Tpo elogin/.deps/libevol_login_la-parse.Plo
  550. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-but-set-parameter -Wunused-but-set-variable -Wunreachable-code -Wunused-func/bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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. -tion -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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  551. I../../src -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  552. mv -f elogin/.deps/libevol_login_la-send.Tpo elogin/.deps/libevol_login_la-send.Plo
  553. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-battle.lo -MD -MP -MF emap/.deps/libevol_map_la-battle.Tpo -c -o emap/libevol_map_la-battle.lo `test -f 'emap/battle.c' || echo '../../src/'`emap/battle.c
  554. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  555. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  556. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  557. mv -f ecommon/.deps/libevol_login_la-config.Tpo ecommon/.deps/libevol_login_la-config.Plo
  558. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  559. mv -f ecommon/.deps/libevol_login_la-init.Tpo ecommon/.deps/libevol_login_la-init.Plo
  560. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-clan.lo -MD -MP -MF emap/.deps/libevol_map_la-clan.Tpo -c -o emap/libevol_map_la-clan.lo `test -f 'emap/clan.c' || echo '../../src/'`emap/clan.c
  561. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  562. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-battle.lo -MD -MP -MF emap/.deps/libevol_map_la-battle.Tpo -c ../../src/emap/battle.c -fPIC -DPIC -o emap/.libs/libevol_map_la-battle.o
  563. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  564. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-battle.lo -MD -MP -MF emap/.deps/libevol_map_la-battle.Tpo -c ../../src/emap/battle.c -o emap/libevol_map_la-battle.o >/dev/null 2>&1
  565. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  566. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-clan.lo -MD -MP -MF emap/.deps/libevol_map_la-clan.Tpo -c ../../src/emap/clan.c -fPIC -DPIC -o emap/.libs/libevol_map_la-clan.o
  567. mv -f emap/.deps/libevol_map_la-battle.Tpo emap/.deps/libevol_map_la-battle.Plo
  568. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  569. mv -f emap/.deps/libevol_map_la-atcommand.Tpo emap/.deps/libevol_map_la-atcommand.Plo
  570. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-clan.lo -MD -MP -MF emap/.deps/libevol_map_la-clan.Tpo -c ../../src/emap/clan.c -o emap/libevol_map_la-clan.o >/dev/null 2>&1
  571. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  572. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  573. mv -f emap/.deps/libevol_map_la-battleground.Tpo emap/.deps/libevol_map_la-battleground.Plo
  574. mv -f emap/.deps/libevol_map_la-clan.Tpo emap/.deps/libevol_map_la-clan.Plo
  575. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-console.lo -MD -MP -MF emap/.deps/libevol_map_la-console.Tpo -c -o emap/libevol_map_la-console.lo `test -f 'emap/console.c' || echo '../../src/'`emap/console.c
  576. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  577. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  578. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  579. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  580. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-console.lo -MD -MP -MF emap/.deps/libevol_map_la-console.Tpo -c ../../src/emap/console.c -fPIC -DPIC -o emap/.libs/libevol_map_la-console.o
  581. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  582. mv -f emap/.deps/libevol_map_la-config.Tpo emap/.deps/libevol_map_la-config.Plo
  583. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  584. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-console.lo -MD -MP -MF emap/.deps/libevol_map_la-console.Tpo -c ../../src/emap/console.c -o emap/libevol_map_la-console.o >/dev/null 2>&1
  585. mv -f emap/.deps/libevol_map_la-console.Tpo emap/.deps/libevol_map_la-console.Plo
  586. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  587. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  588. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  589. mv -f emap/.deps/libevol_map_la-craft.Tpo emap/.deps/libevol_map_la-craft.Plo
  590. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-homunculus.lo -MD -MP -MF emap/.deps/libevol_map_la-homunculus.Tpo -c -o emap/libevol_map_la-homunculus.lo `test -f 'emap/homunculus.c' || echo '../../src/'`emap/homunculus.c
  591. mv -f emap/.deps/libevol_map_la-clif.Tpo emap/.deps/libevol_map_la-clif.Plo
  592. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  593. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  594. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  595. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  596. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  597. mv -f emap/.deps/libevol_map_la-hashtable.Tpo emap/.deps/libevol_map_la-hashtable.Plo
  598. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  599. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-homunculus.lo -MD -MP -MF emap/.deps/libevol_map_la-homunculus.Tpo -c ../../src/emap/homunculus.c -fPIC -DPIC -o emap/.libs/libevol_map_la-homunculus.o
  600. mv -f emap/.deps/libevol_map_la-craftconf.Tpo emap/.deps/libevol_map_la-craftconf.Plo
  601. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-inter.lo -MD -MP -MF emap/.deps/libevol_map_la-inter.Tpo -c -o emap/libevol_map_la-inter.lo `test -f 'emap/inter.c' || echo '../../src/'`emap/inter.c
  602. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-homunculus.lo -MD -MP -MF emap/.deps/libevol_map_la-homunculus.Tpo -c ../../src/emap/homunculus.c -o emap/libevol_map_la-homunculus.o >/dev/null 2>&1
  603. mv -f emap/.deps/libevol_map_la-homunculus.Tpo emap/.deps/libevol_map_la-homunculus.Plo
  604. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  605. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  606. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  607. mv -f emap/.deps/libevol_map_la-horse.Tpo emap/.deps/libevol_map_la-horse.Plo
  608. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  609. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  610. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-inter.lo -MD -MP -MF emap/.deps/libevol_map_la-inter.Tpo -c ../../src/emap/inter.c -fPIC -DPIC -o emap/.libs/libevol_map_la-inter.o
  611. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  612. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  613. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-inter.lo -MD -MP -MF emap/.deps/libevol_map_la-inter.Tpo -c ../../src/emap/inter.c -o emap/libevol_map_la-inter.o >/dev/null 2>&1
  614. mv -f emap/.deps/libevol_map_la-inter.Tpo emap/.deps/libevol_map_la-inter.Plo
  615. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  616. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  617. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  618. mv -f emap/.deps/libevol_map_la-init.Tpo emap/.deps/libevol_map_la-init.Plo
  619. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  620. mv -f emap/.deps/libevol_map_la-itemdb.Tpo emap/.deps/libevol_map_la-itemdb.Plo
  621. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  622. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  623. mv -f emap/.deps/libevol_map_la-lang.Tpo emap/.deps/libevol_map_la-lang.Plo
  624. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  625. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  626. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  627. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  628. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  629. mv -f emap/.deps/libevol_map_la-mail.Tpo emap/.deps/libevol_map_la-mail.Plo
  630. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  631. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  632. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  633. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  634. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  635. mv -f emap/.deps/libevol_map_la-mob.Tpo emap/.deps/libevol_map_la-mob.Plo
  636. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  637. mv -f emap/.deps/libevol_map_la-map.Tpo emap/.deps/libevol_map_la-map.Plo
  638. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  639. mv -f emap/.deps/libevol_map_la-npc.Tpo emap/.deps/libevol_map_la-npc.Plo
  640. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  641. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  642. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  643. mv -f emap/.deps/libevol_map_la-parse.Tpo emap/.deps/libevol_map_la-parse.Plo
  644. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  645. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  646. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  647. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  648. mv -f emap/.deps/libevol_map_la-permission.Tpo emap/.deps/libevol_map_la-permission.Plo
  649. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  650. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  651. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  652. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  653. mv -f emap/.deps/libevol_map_la-quest.Tpo emap/.deps/libevol_map_la-quest.Plo
  654. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  655. mv -f emap/.deps/libevol_map_la-pc.Tpo emap/.deps/libevol_map_la-pc.Plo
  656. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  657. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  658. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  659. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  660. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  661. mv -f emap/.deps/libevol_map_la-script.Tpo emap/.deps/libevol_map_la-script.Plo
  662. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  663. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  664. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  665. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  666. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  667. mv -f emap/.deps/libevol_map_la-send.Tpo emap/.deps/libevol_map_la-send.Plo
  668. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  669. mv -f emap/.deps/libevol_map_la-skill.Tpo emap/.deps/libevol_map_la-skill.Plo
  670. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  671. mv -f emap/.deps/libevol_map_la-script_buildins.Tpo emap/.deps/libevol_map_la-script_buildins.Plo
  672. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  673. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  674. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  675. mv -f emap/.deps/libevol_map_la-skill_const.Tpo emap/.deps/libevol_map_la-skill_const.Plo
  676. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  677. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  678. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  679. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  680. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  681. mv -f emap/.deps/libevol_map_la-skill_targeted.Tpo emap/.deps/libevol_map_la-skill_targeted.Plo
  682. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  683. mv -f emap/.deps/libevol_map_la-skill_ground.Tpo emap/.deps/libevol_map_la-skill_ground.Plo
  684. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  685. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  686. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  687. mv -f emap/.deps/libevol_map_la-status.Tpo emap/.deps/libevol_map_la-status.Plo
  688. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  689. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  690. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  691. mv -f emap/.deps/libevol_map_la-unit.Tpo emap/.deps/libevol_map_la-unit.Plo
  692. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  693. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  694. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  695. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  696. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  697. mv -f emap/data/.deps/libevol_map_la-bgd.Tpo emap/data/.deps/libevol_map_la-bgd.Plo
  698. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  699. mv -f emap/data/.deps/libevol_map_la-itemd.Tpo emap/data/.deps/libevol_map_la-itemd.Plo
  700. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  701. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  702. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  703. mv -f emap/data/.deps/libevol_map_la-mapd.Tpo emap/data/.deps/libevol_map_la-mapd.Plo
  704. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  705. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  706. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  707. mv -f emap/data/.deps/libevol_map_la-mobd.Tpo emap/data/.deps/libevol_map_la-mobd.Plo
  708. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  709. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  710. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  711. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  712. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  713. mv -f emap/data/.deps/libevol_map_la-npcd.Tpo emap/data/.deps/libevol_map_la-npcd.Plo
  714. /bin/bash ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"evolplugin\ 1.0\" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  715. mv -f emap/data/.deps/libevol_map_la-session.Tpo emap/data/.deps/libevol_map_la-session.Plo
  716. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  717. 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 -g -O2 -O3 -g -O2 -Wl,--no-undefined -Wl,-soname -Wl,libevol_char.so -o .libs/libevol_char.so
  718. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  719. copying selected object files to avoid basename conflicts...
  720. 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
  721. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  722. 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
  723. 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
  724. ar: `u' modifier ignored since `D' is the default (see `U')
  725. libtool: link: ranlib .libs/libevol_char.a
  726. libtool: link: rm -fr .libs/libevol_char.lax
  727. mv -f emap/data/.deps/libevol_map_la-skilld.Tpo emap/data/.deps/libevol_map_la-skilld.Plo
  728. libtool: link: ( cd ".libs" && rm -f "libevol_char.la" && ln -s "../libevol_char.la" "libevol_char.la" )
  729. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  730. 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 -g -O2 -O3 -g -O2 -Wl,--no-undefined -Wl,-soname -Wl,libevol_login.so -o .libs/libevol_login.so
  731. copying selected object files to avoid basename conflicts...
  732. 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
  733. 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
  734. 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
  735. ar: `u' modifier ignored since `D' is the default (see `U')
  736. libtool: link: ranlib .libs/libevol_login.a
  737. libtool: link: rm -fr .libs/libevol_login.lax
  738. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  739. libtool: link: ( cd ".libs" && rm -f "libevol_login.la" && ln -s "../libevol_login.la" "libevol_login.la" )
  740. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  741. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  742. libtool: compile: gcc -DPACKAGE_NAME=\"evolplugin\" -DPACKAGE_TARNAME=\"evolplugin\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"evolplugin 1.0\"" -DPACKAGE_BUGREPORT=\"akaras@inbox.ru\" -DPACKAGE_URL=\"\" -DPACKAGE=\"evolplugin\" -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=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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
  743. mv -f emap/utils/.deps/libevol_map_la-formatutils.Tpo emap/utils/.deps/libevol_map_la-formatutils.Plo
  744. mv -f ecommon/utils/.deps/libevol_map_la-strutil.Tpo ecommon/utils/.deps/libevol_map_la-strutil.Plo
  745. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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=20150513 -DevolPacketOffset=0 -Wno-strict-aliasing -g -O2 -Wempty-body -Wint-conversion -Winit-self -Wpointer-arith -Wswitch-bool -Wformat-security -Wformat -Wformat-signedness -Wformat-y2k -Wmissing-include-dirs -Wsuggest-attribute=noreturn -Wundef -Wlogical-op -Wnested-externs -Wold-style-definition -Woverlength-strings -Wredundant-decls -Wunused-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-battle.lo emap/libevol_map_la-battleground.lo emap/libevol_map_la-clan.lo emap/libevol_map_la-clif.lo emap/libevol_map_la-config.lo emap/libevol_map_la-console.lo emap/libevol_map_la-craft.lo emap/libevol_map_la-craftconf.lo emap/libevol_map_la-hashtable.lo emap/libevol_map_la-homunculus.lo emap/libevol_map_la-horse.lo emap/libevol_map_la-init.lo emap/libevol_map_la-inter.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
  746. libtool: link: gcc -shared -fPIC -DPIC emap/.libs/libevol_map_la-atcommand.o emap/.libs/libevol_map_la-battle.o emap/.libs/libevol_map_la-battleground.o emap/.libs/libevol_map_la-clan.o emap/.libs/libevol_map_la-clif.o emap/.libs/libevol_map_la-config.o emap/.libs/libevol_map_la-console.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-homunculus.o emap/.libs/libevol_map_la-horse.o emap/.libs/libevol_map_la-init.o emap/.libs/libevol_map_la-inter.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 -g -O2 -O3 -g -O2 -Wl,--no-undefined -Wl,-soname -Wl,libevol_map.so -o .libs/libevol_map.so
  747. copying selected object files to avoid basename conflicts...
  748. 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
  749. 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
  750. libtool: link: ar cru .libs/libevol_map.a emap/libevol_map_la-atcommand.o emap/libevol_map_la-battle.o emap/libevol_map_la-battleground.o emap/libevol_map_la-clan.o emap/libevol_map_la-clif.o emap/libevol_map_la-config.o emap/libevol_map_la-console.o emap/libevol_map_la-craft.o emap/libevol_map_la-craftconf.o emap/libevol_map_la-hashtable.o emap/libevol_map_la-homunculus.o emap/libevol_map_la-horse.o emap/libevol_map_la-init.o emap/libevol_map_la-inter.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
  751. ar: `u' modifier ignored since `D' is the default (see `U')
  752. libtool: link: ranlib .libs/libevol_map.a
  753. libtool: link: rm -fr .libs/libevol_map.lax
  754. libtool: link: ( cd ".libs" && rm -f "libevol_map.la" && ln -s "../libevol_map.la" "libevol_map.la" )
  755. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/evol/build/src'
  756. make[2]: Entering directory '/home/Narouv/evol-all/server-code/src/evol/build'
  757. make[2]: Nothing to be done for 'all-am'.
  758. make[2]: Leaving directory '/home/Narouv/evol-all/server-code/src/evol/build'
  759. make[1]: Leaving directory '/home/Narouv/evol-all/server-code/src/evol/build'
  760. /home/Narouv/evol-all/server-code/src/evol
  761. OK
  762. cd ../tools/localserver/ ; ./installconfigs.sh
  763. mkdir: cannot create directory ‘../../server-data/conf/import’: File exists
  764. mkdir: cannot create directory ‘versions’: File exists
  765. cd ../tools/localserver/ ; ./initdb.sh
  766. Creating db and user...
  767. Enter mysql root password:
  768. Enter password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement