Guest User

Untitled

a guest
May 5th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.40 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether to enable maintainer-specific portions of Makefiles... no
  7. checking build system type... x86_64-unknown-linux-gnu
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking if this is a FreeBSD 4 or earlier system... no
  10. checking for g++... g++
  11. checking whether the C++ compiler works... yes
  12. checking for C++ compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C++ compiler... yes
  17. checking whether g++ accepts -g... yes
  18. checking for style of include used by make... GNU
  19. checking dependency style of g++... gcc3
  20. checking how to run the C++ preprocessor... g++ -E
  21. checking for gcc... gcc
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking dependency style of gcc... gcc3
  26. checking how to run the C preprocessor... gcc -E
  27. checking for gawk... (cached) gawk
  28. checking for grep that handles long lines and -e... /usr/bin/grep
  29. checking for egrep... /usr/bin/grep -E
  30. checking whether make sets $(MAKE)... (cached) yes
  31. checking for flex... no
  32. checking for lex... no
  33. checking for ranlib... ranlib
  34. checking for a sed that does not truncate output... /usr/bin/sed
  35. checking for bison... no
  36. checking for byacc... no
  37. checking for ranlib... (cached) ranlib
  38. checking for strip... strip
  39. checking for ar... ar
  40. checking for ld... ld
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking for gdlib-config... no
  52. configure: WARNING:
  53. gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
  54. Please check that gdlib-config is in your default path, check out
  55. LD_LIBRARY_PATH or equivalent variable.
  56. Or this might also be that your gdlib-config has other name.
  57. Please try again with --with-gdlib-config=/usr/bin/gdlib-config
  58. (replace /usr/bin/gdlib-config with a valid path to your
  59. gdlib-config).
  60. If you use compiled packages check if you have devel pack installed.
  61. To download the latest version check http://www.boutell.com/gd for
  62. sources.
  63. checking for stdbool.h that conforms to C99... yes
  64. checking for _Bool... yes
  65. checking for an ANSI C-conforming const... yes
  66. checking for inline... inline
  67. checking for working volatile... yes
  68. checking for zlib >= 1.1.4... yes (version 1.2.11)
  69. checking for libpng-config... /usr/bin/libpng-config
  70. checking for libpng version >= 1.2.0... yes (version 1.6.37)
  71. checking if libpng is usable... yes
  72. checking for File::Copy... ok
  73. checking GeoIP.h usability... yes
  74. checking GeoIP.h presence... yes
  75. checking for GeoIP.h... yes
  76. checking for GeoIP_open in -lGeoIP... yes
  77. checking for the --with-toolkit option... will be automatically detected
  78. checking for the --with-wxshared option... will be automatically detected
  79. checking for the --with-wxdebug option... will be automatically detected
  80. checking for the --with-wxversion option... will be automatically detected
  81. checking for wx-config... /usr/bin/wx-config
  82. checking for wxWidgets version >= 2.8.12 (--unicode=yes)... yes (version 3.1.3)
  83. checking for wxWidgets static library... no
  84. checking if wxWidgets was built with UNICODE enabled... yes
  85. checking if wxWidgets was built in DEBUG mode... no
  86. checking if wxWidgets was built in STATIC mode... no
  87. checking which wxWidgets toolkit was selected... gtk2
  88. checking for pkg-config... /usr/bin/pkg-config
  89. checking pkg-config is at least version 0.9.0... yes
  90. checking for libupnp version >= 1.6.6... yes (version 1.8.4)
  91. checking for crypto++ version >= 5.1... yes (version 5.6.4)
  92. checking whether the C++ compiler (g++) uses strict aliasing... yes
  93. checking that wxWidgets has support for large files... yes
  94. checking for exception-handling... yes
  95. checking typeinfo usability... yes
  96. checking typeinfo presence... yes
  97. checking for typeinfo... yes
  98. checking for <cxxabi.h> and __cxa_demangle()... yes
  99. checking for working alloca.h... yes
  100. checking for alloca... yes
  101. checking for dirent.h that defines DIR... yes
  102. checking for library containing opendir... none required
  103. checking for ANSI C header files... (cached) yes
  104. checking argz.h usability... yes
  105. checking argz.h presence... yes
  106. checking for argz.h... yes
  107. checking arpa/inet.h usability... yes
  108. checking arpa/inet.h presence... yes
  109. checking for arpa/inet.h... yes
  110. checking errno.h usability... yes
  111. checking errno.h presence... yes
  112. checking for errno.h... yes
  113. checking fcntl.h usability... yes
  114. checking fcntl.h presence... yes
  115. checking for fcntl.h... yes
  116. checking for inttypes.h... (cached) yes
  117. checking langinfo.h usability... yes
  118. checking langinfo.h presence... yes
  119. checking for langinfo.h... yes
  120. checking libintl.h usability... yes
  121. checking libintl.h presence... yes
  122. checking for libintl.h... yes
  123. checking limits.h usability... yes
  124. checking limits.h presence... yes
  125. checking for limits.h... yes
  126. checking locale.h usability... yes
  127. checking locale.h presence... yes
  128. checking for locale.h... yes
  129. checking malloc.h usability... yes
  130. checking malloc.h presence... yes
  131. checking for malloc.h... yes
  132. checking mntent.h usability... yes
  133. checking mntent.h presence... yes
  134. checking for mntent.h... yes
  135. checking netdb.h usability... yes
  136. checking netdb.h presence... yes
  137. checking for netdb.h... yes
  138. checking netinet/in.h usability... yes
  139. checking netinet/in.h presence... yes
  140. checking for netinet/in.h... yes
  141. checking stddef.h usability... yes
  142. checking stddef.h presence... yes
  143. checking for stddef.h... yes
  144. checking nl_types.h usability... yes
  145. checking nl_types.h presence... yes
  146. checking for nl_types.h... yes
  147. checking signal.h usability... yes
  148. checking signal.h presence... yes
  149. checking for signal.h... yes
  150. checking for stdint.h... (cached) yes
  151. checking stdio_ext.h usability... yes
  152. checking stdio_ext.h presence... yes
  153. checking for stdio_ext.h... yes
  154. checking for stdlib.h... (cached) yes
  155. checking for string.h... (cached) yes
  156. checking for strings.h... (cached) yes
  157. checking sys/ioctl.h usability... yes
  158. checking sys/ioctl.h presence... yes
  159. checking for sys/ioctl.h... yes
  160. checking sys/mntent.h usability... no
  161. checking sys/mntent.h presence... no
  162. checking for sys/mntent.h... no
  163. checking sys/mnttab.h usability... no
  164. checking sys/mnttab.h presence... no
  165. checking for sys/mnttab.h... no
  166. checking sys/mount.h usability... yes
  167. checking sys/mount.h presence... yes
  168. checking for sys/mount.h... yes
  169. checking sys/param.h usability... yes
  170. checking sys/param.h presence... yes
  171. checking for sys/param.h... yes
  172. checking sys/resource.h usability... yes
  173. checking sys/resource.h presence... yes
  174. checking for sys/resource.h... yes
  175. checking sys/select.h usability... yes
  176. checking sys/select.h presence... yes
  177. checking for sys/select.h... yes
  178. checking sys/socket.h usability... yes
  179. checking sys/socket.h presence... yes
  180. checking for sys/socket.h... yes
  181. checking sys/statvfs.h usability... yes
  182. checking sys/statvfs.h presence... yes
  183. checking for sys/statvfs.h... yes
  184. checking sys/time.h usability... yes
  185. checking sys/time.h presence... yes
  186. checking for sys/time.h... yes
  187. checking sys/timeb.h usability... yes
  188. checking sys/timeb.h presence... yes
  189. checking for sys/timeb.h... yes
  190. checking for sys/types.h... (cached) yes
  191. checking for unistd.h... (cached) yes
  192. checking for sys/wait.h that is POSIX.1 compatible... yes
  193. checking for mode_t... yes
  194. checking for off_t... yes
  195. checking for size_t... yes
  196. checking whether time.h and sys/time.h may both be included... yes
  197. checking whether struct tm is in sys/time.h or time.h... time.h
  198. checking for uid_t in sys/types.h... yes
  199. checking for ptrdiff_t... yes
  200. checking whether closedir returns void... no
  201. checking whether gcc needs -traditional... no
  202. checking for pid_t... yes
  203. checking vfork.h usability... no
  204. checking vfork.h presence... no
  205. checking for vfork.h... no
  206. checking for fork... yes
  207. checking for vfork... yes
  208. checking for working fork... yes
  209. checking for working vfork... (cached) yes
  210. checking whether lstat correctly handles trailing slash... yes
  211. checking for library containing getmntent... none required
  212. checking whether lstat accepts an empty string... no
  213. checking whether lstat correctly handles trailing slash... (cached) yes
  214. checking for working memcmp... yes
  215. checking for sys/select.h... (cached) yes
  216. checking for sys/socket.h... (cached) yes
  217. checking types of arguments for select... int,fd_set *,struct timeval *
  218. checking return type of signal handlers... void
  219. checking whether stat accepts an empty string... no
  220. checking for strftime... yes
  221. checking for working strtod... yes
  222. checking for vprintf... yes
  223. checking for _doprnt... no
  224. checking for stdlib.h... (cached) yes
  225. checking for GNU libc compatible malloc... yes
  226. checking for stdlib.h... (cached) yes
  227. checking for GNU libc compatible realloc... yes
  228. checking for __argz_count... yes
  229. checking for __argz_next... yes
  230. checking for __argz_stringify... yes
  231. checking for endpwent... yes
  232. checking for floor... yes
  233. checking for ftruncate... yes
  234. checking for getcwd... yes
  235. checking for gethostbyaddr... yes
  236. checking for gethostbyname... yes
  237. checking for gethostname... yes
  238. checking for getopt_long... yes
  239. checking for getpass... yes
  240. checking for getrlimit... yes
  241. checking for gettimeofday... yes
  242. checking for inet_ntoa... yes
  243. checking for localeconv... yes
  244. checking for memmove... yes
  245. checking for mempcpy... yes
  246. checking for memset... yes
  247. checking for mkdir... yes
  248. checking for nl_langinfo... yes
  249. checking for pow... yes
  250. checking for select... yes
  251. checking for setlocale... yes
  252. checking for setrlimit... yes
  253. checking for sigaction... yes
  254. checking for socket... yes
  255. checking for sqrt... yes
  256. checking for stpcpy... yes
  257. checking for strcasecmp... yes
  258. checking for strchr... yes
  259. checking for strcspn... yes
  260. checking for strdup... yes
  261. checking for strerror... yes
  262. checking for strncasecmp... yes
  263. checking for strstr... yes
  264. checking for strtoul... yes
  265. checking for stdlib.h... (cached) yes
  266. checking for unistd.h... (cached) yes
  267. checking for sys/param.h... (cached) yes
  268. checking for getpagesize... yes
  269. checking for working mmap... yes
  270. checking for munmap... yes
  271. checking for sysconf... yes
  272. checking for pagesize constant for sysconf... _SC_PAGESIZE
  273. checking for fallocate... yes
  274. checking for SYS_fallocate... yes
  275. checking for posix_fallocate... yes
  276. checking for msgfmt... /usr/bin/msgfmt
  277. checking for gmsgfmt... /usr/bin/msgfmt
  278. checking for xgettext... /usr/bin/xgettext
  279. checking for msgmerge... /usr/bin/msgmerge
  280. checking for strerror in -lcposix... no
  281. checking for getpagesize... (cached) yes
  282. checking for working mmap... (cached) yes
  283. checking whether we are using the GNU C Library 2.1 or newer... yes
  284. checking whether integer division by zero raises SIGFPE... yes
  285. checking for inttypes.h... yes
  286. checking for stdint.h... yes
  287. checking for unsigned long long... yes
  288. checking for inttypes.h... yes
  289. checking whether the inttypes.h PRIxNN macros are broken... no
  290. checking for ld used by GCC... ld
  291. checking if the linker (ld) is GNU ld... yes
  292. checking for shared library run path origin... done
  293. checking for argz.h... (cached) yes
  294. checking for limits.h... (cached) yes
  295. checking for locale.h... (cached) yes
  296. checking for nl_types.h... (cached) yes
  297. checking for malloc.h... (cached) yes
  298. checking for stddef.h... (cached) yes
  299. checking for stdlib.h... (cached) yes
  300. checking for string.h... (cached) yes
  301. checking for unistd.h... (cached) yes
  302. checking for sys/param.h... (cached) yes
  303. checking for feof_unlocked... yes
  304. checking for fgets_unlocked... yes
  305. checking for getc_unlocked... yes
  306. checking for getcwd... (cached) yes
  307. checking for getegid... yes
  308. checking for geteuid... yes
  309. checking for getgid... yes
  310. checking for getuid... yes
  311. checking for mempcpy... (cached) yes
  312. checking for munmap... (cached) yes
  313. checking for putenv... yes
  314. checking for setenv... yes
  315. checking for setlocale... (cached) yes
  316. checking for stpcpy... (cached) yes
  317. checking for strcasecmp... (cached) yes
  318. checking for strdup... (cached) yes
  319. checking for strtoul... (cached) yes
  320. checking for tsearch... yes
  321. checking for __argz_count... (cached) yes
  322. checking for __argz_stringify... (cached) yes
  323. checking for __argz_next... (cached) yes
  324. checking for iconv... yes
  325. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  326. checking for nl_langinfo and CODESET... yes
  327. checking for LC_MESSAGES... yes
  328. checking for bison... no
  329. checking whether NLS is requested... yes
  330. checking whether included gettext is requested... no
  331. checking for GNU gettext in libc... yes
  332. checking for autopoint... yes (0.19.8.1)
  333. checking for requested languages... all
  334. checking ansidecl.h usability... yes
  335. checking ansidecl.h presence... yes
  336. checking for ansidecl.h... yes
  337. checking bfd.h usability... yes
  338. checking bfd.h presence... yes
  339. checking for bfd.h... yes
  340. checking for libraries required to link with bfd... -lbfd
  341. checking for <execinfo.h> and backtrace()... yes
  342. checking for a readline compatible library... no
  343. checking whether strerror_r is declared... yes
  344. checking for strerror_r... yes
  345. checking whether strerror_r returns char *... no
  346. checking for docdir... ${datarootdir}/doc/${PACKAGE_TARNAME}
  347. checking for SVNDATE... None required
  348. checking denoising level... 3
  349. checking whether ccache support should be added... no
  350. configure: creating ./config.status
  351. config.status: creating Makefile
  352. config.status: creating docs/Makefile
  353. config.status: creating docs/man/Makefile
  354. config.status: creating intl/Makefile
  355. config.status: creating po/Makefile.in
  356. config.status: creating src/Makefile
  357. config.status: creating src/pixmaps/Makefile
  358. config.status: creating src/pixmaps/flags_xpm/Makefile
  359. config.status: creating src/libs/Makefile
  360. config.status: creating src/libs/ec/Makefile
  361. config.status: creating src/libs/ec/cpp/Makefile
  362. config.status: creating src/libs/common/Makefile
  363. config.status: creating src/utils/Makefile
  364. config.status: creating src/utils/aLinkCreator/Makefile
  365. config.status: creating src/utils/aLinkCreator/docs/Makefile
  366. config.status: creating src/utils/aLinkCreator/src/Makefile
  367. config.status: creating src/utils/cas/Makefile
  368. config.status: creating src/utils/cas/docs/Makefile
  369. config.status: creating src/utils/fileview/Makefile
  370. config.status: creating src/utils/plasmamule/Makefile
  371. config.status: creating src/utils/wxCas/Makefile
  372. config.status: creating src/utils/wxCas/docs/Makefile
  373. config.status: creating src/utils/wxCas/src/Makefile
  374. config.status: creating src/utils/xas/Makefile
  375. config.status: creating src/utils/xas/autostart-xas
  376. config.status: creating src/utils/xas/docs/Makefile
  377. config.status: creating src/skins/Makefile
  378. config.status: creating src/webserver/Makefile
  379. config.status: creating src/webserver/src/Makefile
  380. config.status: creating src/webserver/default/Makefile
  381. config.status: creating unittests/Makefile
  382. config.status: creating unittests/muleunit/Makefile
  383. config.status: creating unittests/tests/Makefile
  384. config.status: creating config.h
  385. config.status: config.h is unchanged
  386. config.status: executing depfiles commands
  387. config.status: executing default-1 commands
  388. config.status: creating po/POTFILES
  389. config.status: creating po/Makefile
  390. config.status: executing denoiser commands
  391.  
  392.  
  393. Configure script has finished system check.
  394.  
  395. Configured aMule 2.3.2 for 'x86_64-unknown-linux-gnu'.
  396.  
  397. aMule enabled options:
  398.  
  399. **** aMule Core ****
  400. Prefix where aMule should be installed? /home/XXX/.aMule/bin
  401. Should aMule be compiled with i18n support? yes
  402. Should aMule be compiled in debug mode? yes
  403. Should aMule be compiled with profiling? no
  404. Should aMule be compiled with optimizations? yes
  405. Should aMule be compiled with UPnP support? yes
  406. Should aMule be compiled with IP2country support? yes
  407. Should aMule monolithic application be built? yes
  408. Should aMule daemon version be built? yes
  409. Should aMule remote gui be built? yes
  410.  
  411. **** aMule TextClient ****
  412. Should aMule Command Line Client be built? yes
  413.  
  414. **** aMule WebServer ****
  415. Should aMule WebServer be built? yes
  416.  
  417. **** aMule ED2K Links Handler ****
  418. Should aMule ED2K Links Handler be built? yes
  419.  
  420. **** aMuleLinkCreator ****
  421. Should aMuleLinkCreator GUI version (alc) be built? yes
  422. Should aMuleLinkCreator for console (alcc) be built? yes
  423.  
  424. **** aMule Statistics ****
  425. Should C aMule Statistics (CAS) be built? yes
  426. Should aMule GUI Statistics (wxCas) be built? yes
  427. Should xas XChat2 plugin be installed? no
  428. Should plasmaMule plasma-applet be built? no
  429.  
  430. **** General Libraries and Tools ****
  431. Should ccache support be enabled? no
  432. Libraries aMule will use to build:
  433. wxWidgets 3.1.3 (gtk2,shared)
  434. crypto++ 5.6.4 (in /usr)
  435. libupnp 1.8.4
  436. libintl system
  437. libGeoIP system
  438. libpng 1.6.37
  439. libgd Not detected
  440. zlib 1.2.11
  441.  
  442.  
  443. *** Warnings during configuration ***
  444.  
  445. * gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
  446. Please check that gdlib-config is in your default path, check out
  447. LD_LIBRARY_PATH or equivalent variable.
  448. Or this might also be that your gdlib-config has other name.
  449. Please try again with --with-gdlib-config=/usr/bin/gdlib-config (replace
  450. /usr/bin/gdlib-config with a valid path to your gdlib-config).
  451. If you use compiled packages check if you have devel pack installed.
  452. To download the latest version check http://www.boutell.com/gd for sources.
Add Comment
Please, Sign In to add comment