Guest User

Untitled

a guest
Jun 18th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.35 KB | None | 0 0
  1. kiyiko@debian:~/Desktop/ircd$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking dependency style of gcc... gcc3
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking minix/config.h usability... no
  33. checking minix/config.h presence... no
  34. checking for minix/config.h... no
  35. checking whether it is safe to define __EXTENSIONS__... yes
  36. checking for gcc option to accept ISO C99... -std=gnu99
  37. checking for flex... no
  38. checking for lex... no
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking for egrep... (cached) /bin/grep -E
  41. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  42. checking whether to enable maintainer-specific portions of Makefiles... no
  43. checking for library containing strerror... none required
  44. checking for inline... inline
  45. checking whether gcc -std=gnu99 needs -traditional... no
  46. checking whether make sets $(MAKE)... (cached) yes
  47. checking for a BSD-compatible install... /usr/bin/install -c
  48. checking for automake... no
  49. checking for aclocal... no
  50. checking for autoheader... no
  51. checking for as... /usr/bin/as
  52. checking for rm... /bin/rm
  53. checking for cp... /bin/cp
  54. checking for mv... /bin/mv
  55. checking for ln... /bin/ln
  56. checking for touch... /usr/bin/touch
  57. checking for pkg-config... /usr/bin/pkg-config
  58. checking for bison... no
  59. checking for byacc... no
  60. checking for a sed that does not truncate output... /bin/sed
  61. checking build system type... i686-pc-linux-gnu
  62. checking host system type... i686-pc-linux-gnu
  63. checking for a sed that does not truncate output... /bin/sed
  64. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  65. checking if the linker (/usr/bin/ld) is GNU ld... yes
  66. checking for /usr/bin/ld option to reload object files... -r
  67. checking for BSD-compatible nm... /usr/bin/nm -B
  68. checking whether ln -s works... yes
  69. checking how to recognize dependent libraries... pass_all
  70. checking dlfcn.h usability... yes
  71. checking dlfcn.h presence... yes
  72. checking for dlfcn.h... yes
  73. checking for g++... no
  74. checking for c++... no
  75. checking for gpp... no
  76. checking for aCC... no
  77. checking for CC... no
  78. checking for cxx... no
  79. checking for cc++... no
  80. checking for cl.exe... no
  81. checking for FCC... no
  82. checking for KCC... no
  83. checking for RCC... no
  84. checking for xlC_r... no
  85. checking for xlC... no
  86. checking whether we are using the GNU C++ compiler... no
  87. checking whether g++ accepts -g... no
  88. checking dependency style of g++... none
  89. checking whether we are using the GNU Fortran 77 compiler... no
  90. checking whether no accepts -g... no
  91. checking the maximum length of command line arguments... 98304
  92. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  93. checking for objdir... .libs
  94. checking for ar... ar
  95. checking for ranlib... ranlib
  96. checking for strip... strip
  97. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  98. checking for gcc -std=gnu99 option to produce PIC... -fPIC
  99. checking if gcc -std=gnu99 PIC flag -fPIC works... yes
  100. checking if gcc -std=gnu99 static flag -static works... yes
  101. checking if gcc -std=gnu99 supports -c -o file.o... yes
  102. checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
  103. checking whether -lc should be explicitly linked in... no
  104. checking dynamic linker characteristics... GNU/Linux ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. checking whether stripping libraries is possible... yes
  107. checking for shl_load... no
  108. checking for shl_load in -ldld... no
  109. checking for dlopen... no
  110. checking for dlopen in -ldl... yes
  111. checking whether a program can dlopen itself... yes
  112. checking whether a statically linked program can dlopen itself... no
  113. checking if libtool supports shared libraries... yes
  114. checking whether to build shared libraries... yes
  115. checking whether to build static libraries... no
  116. configure: creating libtool
  117. appending configuration tag "CXX" to libtool
  118. appending configuration tag "F77" to libtool
  119. checking for ANSI C header files... (cached) yes
  120. checking for sys/wait.h that is POSIX.1 compatible... yes
  121. checking for dirent.h that defines DIR... yes
  122. checking for library containing opendir... none required
  123. checking for sys/types.h... (cached) yes
  124. checking sys/resource.h usability... yes
  125. checking sys/resource.h presence... yes
  126. checking for sys/resource.h... yes
  127. checking sys/param.h usability... yes
  128. checking sys/param.h presence... yes
  129. checking for sys/param.h... yes
  130. checking for sys/stat.h... (cached) yes
  131. checking sys/socket.h usability... yes
  132. checking sys/socket.h presence... yes
  133. checking for sys/socket.h... yes
  134. checking netinet/in.h usability... yes
  135. checking netinet/in.h presence... yes
  136. checking for netinet/in.h... yes
  137. checking arpa/inet.h usability... yes
  138. checking arpa/inet.h presence... yes
  139. checking for arpa/inet.h... yes
  140. checking errno.h usability... yes
  141. checking errno.h presence... yes
  142. checking for errno.h... yes
  143. checking stddef.h usability... yes
  144. checking stddef.h presence... yes
  145. checking for stddef.h... yes
  146. checking whether time.h and sys/time.h may both be included... yes
  147. checking for snprintf... yes
  148. checking for library containing socket... none required
  149. checking whether string.h and strings.h may both be included... yes
  150. checking whether byte ordering is bigendian... no
  151. checking stdarg.h usability... yes
  152. checking stdarg.h presence... yes
  153. checking for stdarg.h... yes
  154. checking for working alloca.h... yes
  155. checking for alloca... yes
  156. checking for OpenSSL... not found. Specify a correct path?
  157. checking for RSA_free in -lcrypto... no
  158. checking for SQLite3... checking for sqlite3_open in -lsqlite3... no
  159. no
  160. checking for library containing fdatasync... none required
  161. checking zlib.h usability... no
  162. checking zlib.h presence... no
  163. checking for zlib.h... no
  164. checking whether to modify confdir... no
  165. checking whether to modify logdir... no
  166. checking whether to modify helpdir... no
  167. checking whether to modify moduledir... no
  168. checking if you want IO Debugging hooks... no
  169. checking if you want to do a profile build... no
  170. checking for shared library suffix... .so
  171. configure: creating ./config.status
  172. config.status: creating Makefile
  173. config.status: creating bandb/Makefile
  174. config.status: creating bandb/sqlite3/Makefile
  175. config.status: creating ssld/Makefile
  176. config.status: creating tools/Makefile
  177. config.status: creating dist/Makefile
  178. config.status: creating dist/ircdctl
  179. config.status: creating help/Makefile
  180. config.status: creating modules/Makefile
  181. config.status: creating src/Makefile
  182. config.status: creating install-mod.sh
  183. config.status: creating extensions/Makefile
  184. config.status: creating extensions/main/Makefile
  185. config.status: creating extensions/contrib/Makefile
  186. config.status: creating extensions/contrib/cmodes/Makefile
  187. config.status: creating extensions/contrib/commands/Makefile
  188. config.status: creating extensions/contrib/other/Makefile
  189. config.status: creating include/setup.h
  190. config.status: include/setup.h is unchanged
  191. config.status: executing depfiles commands
  192. === configuring in libltdl (/home/kiyiko/Desktop/ircd/libltdl)
  193. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/kiyiko/ircd' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
  194. checking for a BSD-compatible install... /usr/bin/install -c
  195. checking whether build environment is sane... yes
  196. checking for a thread-safe mkdir -p... /bin/mkdir -p
  197. checking for gawk... no
  198. checking for mawk... mawk
  199. checking whether make sets $(MAKE)... yes
  200. checking for gcc... gcc
  201. checking for C compiler default output file name... a.out
  202. checking whether the C compiler works... yes
  203. checking whether we are cross compiling... no
  204. checking for suffix of executables...
  205. checking for suffix of object files... o
  206. checking whether we are using the GNU C compiler... yes
  207. checking whether gcc accepts -g... yes
  208. checking for gcc option to accept ISO C89... none needed
  209. checking for style of include used by make... GNU
  210. checking dependency style of gcc... none
  211. checking for an ANSI C-conforming const... yes
  212. checking for inline... inline
  213. checking build system type... i686-pc-linux-gnu
  214. checking host system type... i686-pc-linux-gnu
  215. checking for a sed that does not truncate output... /bin/sed
  216. checking for grep that handles long lines and -e... /bin/grep
  217. checking for egrep... /bin/grep -E
  218. checking for ld used by gcc... /usr/bin/ld
  219. checking if the linker (/usr/bin/ld) is GNU ld... yes
  220. checking for /usr/bin/ld option to reload object files... -r
  221. checking for BSD-compatible nm... /usr/bin/nm -B
  222. checking whether ln -s works... yes
  223. checking how to recognize dependent libraries... pass_all
  224. checking how to run the C preprocessor... gcc -E
  225. checking for ANSI C header files... yes
  226. checking for sys/types.h... yes
  227. checking for sys/stat.h... yes
  228. checking for stdlib.h... yes
  229. checking for string.h... yes
  230. checking for memory.h... yes
  231. checking for strings.h... yes
  232. checking for inttypes.h... yes
  233. checking for stdint.h... yes
  234. checking for unistd.h... yes
  235. checking dlfcn.h usability... yes
  236. checking dlfcn.h presence... yes
  237. checking for dlfcn.h... yes
  238. checking for g++... no
  239. checking for c++... no
  240. checking for gpp... no
  241. checking for aCC... no
  242. checking for CC... no
  243. checking for cxx... no
  244. checking for cc++... no
  245. checking for cl.exe... no
  246. checking for FCC... no
  247. checking for KCC... no
  248. checking for RCC... no
  249. checking for xlC_r... no
  250. checking for xlC... no
  251. checking whether we are using the GNU C++ compiler... no
  252. checking whether g++ accepts -g... no
  253. checking dependency style of g++... none
  254. checking for g77... no
  255. checking for xlf... no
  256. checking for f77... no
  257. checking for frt... no
  258. checking for pgf77... no
  259. checking for cf77... no
  260. checking for fort77... no
  261. checking for fl32... no
  262. checking for af77... no
  263. checking for xlf90... no
  264. checking for f90... no
  265. checking for pgf90... no
  266. checking for pghpf... no
  267. checking for epcf90... no
  268. checking for gfortran... no
  269. checking for g95... no
  270. checking for xlf95... no
  271. checking for f95... no
  272. checking for fort... no
  273. checking for ifort... no
  274. checking for ifc... no
  275. checking for efc... no
  276. checking for pgf95... no
  277. checking for lf95... no
  278. checking for ftn... no
  279. checking whether we are using the GNU Fortran 77 compiler... no
  280. checking whether accepts -g... no
  281. checking the maximum length of command line arguments... 98304
  282. checking command to parse /usr/bin/nm -B output from gcc object... ok
  283. checking for objdir... .libs
  284. checking for ar... ar
  285. checking for ranlib... ranlib
  286. checking for strip... strip
  287. checking if gcc supports -fno-rtti -fno-exceptions... no
  288. checking for gcc option to produce PIC... -fPIC
  289. checking if gcc PIC flag -fPIC works... yes
  290. checking if gcc static flag -static works... yes
  291. checking if gcc supports -c -o file.o... yes
  292. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  293. checking whether -lc should be explicitly linked in... no
  294. checking dynamic linker characteristics... GNU/Linux ld.so
  295. checking how to hardcode library paths into programs... immediate
  296. checking whether stripping libraries is possible... yes
  297. checking if libtool supports shared libraries... yes
  298. checking whether to build shared libraries... yes
  299. checking whether to build static libraries... yes
  300. configure: creating libtool
  301. appending configuration tag "CXX" to libtool
  302. appending configuration tag "F77" to libtool
  303. checking for dirent.h that defines DIR... yes
  304. checking for library containing opendir... none required
  305. checking which extension is used for loadable modules... .so
  306. checking which variable specifies run-time library path... LD_LIBRARY_PATH
  307. checking for the default library search path... /lib /usr/lib /usr/lib/aolserver4/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib
  308. checking for objdir... .libs
  309. checking whether libtool supports -dlopen/-dlpreopen... yes
  310. checking for shl_load... no
  311. checking for shl_load in -ldld... no
  312. checking for dlopen in -ldl... yes
  313. checking for dlerror... yes
  314. checking for _ prefix in compiled symbols... no
  315. checking whether deplibs are loaded by dlopen... yes
  316. checking argz.h usability... yes
  317. checking argz.h presence... yes
  318. checking for argz.h... yes
  319. checking for error_t... yes
  320. checking for argz_append... yes
  321. checking for argz_create_sep... yes
  322. checking for argz_insert... yes
  323. checking for argz_next... yes
  324. checking for argz_stringify... yes
  325. checking assert.h usability... yes
  326. checking assert.h presence... yes
  327. checking for assert.h... yes
  328. checking ctype.h usability... yes
  329. checking ctype.h presence... yes
  330. checking for ctype.h... yes
  331. checking errno.h usability... yes
  332. checking errno.h presence... yes
  333. checking for errno.h... yes
  334. checking malloc.h usability... yes
  335. checking malloc.h presence... yes
  336. checking for malloc.h... yes
  337. checking for memory.h... (cached) yes
  338. checking for stdlib.h... (cached) yes
  339. checking stdio.h usability... yes
  340. checking stdio.h presence... yes
  341. checking for stdio.h... yes
  342. checking for unistd.h... (cached) yes
  343. checking dl.h usability... no
  344. checking dl.h presence... no
  345. checking for dl.h... no
  346. checking sys/dl.h usability... no
  347. checking sys/dl.h presence... no
  348. checking for sys/dl.h... no
  349. checking dld.h usability... no
  350. checking dld.h presence... no
  351. checking for dld.h... no
  352. checking mach-o/dyld.h usability... no
  353. checking mach-o/dyld.h presence... no
  354. checking for mach-o/dyld.h... no
  355. checking for string.h... (cached) yes
  356. checking for strchr... yes
  357. checking for strrchr... yes
  358. checking for memcpy... yes
  359. checking for memmove... yes
  360. checking for strcmp... yes
  361. checking for closedir... yes
  362. checking for opendir... yes
  363. checking for readdir... yes
  364. configure: creating ./config.status
  365. config.status: creating Makefile
  366. config.status: creating config.h
  367. config.status: config.h is unchanged
  368. config.status: executing depfiles commands
  369. === configuring in libratbox (/home/kiyiko/Desktop/ircd/libratbox)
  370. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/kiyiko/ircd' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
  371. checking for a BSD-compatible install... /usr/bin/install -c
  372. checking whether build environment is sane... yes
  373. checking for a thread-safe mkdir -p... /bin/mkdir -p
  374. checking for gawk... no
  375. checking for mawk... mawk
  376. checking whether make sets $(MAKE)... yes
  377. checking for style of include used by make... GNU
  378. checking for gcc... gcc
  379. checking for C compiler default output file name... a.out
  380. checking whether the C compiler works... yes
  381. checking whether we are cross compiling... no
  382. checking for suffix of executables...
  383. checking for suffix of object files... o
  384. checking whether we are using the GNU C compiler... yes
  385. checking whether gcc accepts -g... yes
  386. checking for gcc option to accept ISO C89... none needed
  387. checking dependency style of gcc... gcc3
  388. checking how to run the C preprocessor... gcc -E
  389. checking for grep that handles long lines and -e... /bin/grep
  390. checking for egrep... /bin/grep -E
  391. checking for ANSI C header files... yes
  392. checking for sys/types.h... yes
  393. checking for sys/stat.h... yes
  394. checking for stdlib.h... yes
  395. checking for string.h... yes
  396. checking for memory.h... yes
  397. checking for strings.h... yes
  398. checking for inttypes.h... yes
  399. checking for stdint.h... yes
  400. checking for unistd.h... yes
  401. checking minix/config.h usability... no
  402. checking minix/config.h presence... no
  403. checking for minix/config.h... no
  404. checking whether it is safe to define __EXTENSIONS__... yes
  405. checking for gcc option to accept ISO C99... -std=gnu99
  406. checking for a BSD-compatible install... /usr/bin/install -c
  407. checking for egrep... (cached) /bin/grep -E
  408. checking for a sed that does not truncate output... /bin/sed
  409. checking whether to enable maintainer-specific portions of Makefiles... no
  410. checking for library containing strerror... none required
  411. checking for inline... inline
  412. checking for an ANSI C-conforming const... yes
  413. checking whether make sets $(MAKE)... (cached) yes
  414. checking for a BSD-compatible install... /usr/bin/install -c
  415. checking for automake... no
  416. checking for aclocal... no
  417. checking for autoheader... no
  418. checking for as... /usr/bin/as
  419. checking for rm... /bin/rm
  420. checking for cp... /bin/cp
  421. checking for mv... /bin/mv
  422. checking for ln... /bin/ln
  423. checking for touch... /usr/bin/touch
  424. checking build system type... i686-pc-linux-gnu
  425. checking host system type... i686-pc-linux-gnu
  426. checking for a sed that does not truncate output... /bin/sed
  427. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  428. checking if the linker (/usr/bin/ld) is GNU ld... yes
  429. checking for /usr/bin/ld option to reload object files... -r
  430. checking for BSD-compatible nm... /usr/bin/nm -B
  431. checking whether ln -s works... yes
  432. checking how to recognize dependent libraries... pass_all
  433. checking dlfcn.h usability... yes
  434. checking dlfcn.h presence... yes
  435. checking for dlfcn.h... yes
  436. checking whether we are using the GNU C++ compiler... no
  437. checking whether no accepts -g... no
  438. checking dependency style of no... none
  439. checking whether we are using the GNU Fortran 77 compiler... no
  440. checking whether no accepts -g... no
  441. checking the maximum length of command line arguments... 98304
  442. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  443. checking for objdir... .libs
  444. checking for ar... ar
  445. checking for ranlib... ranlib
  446. checking for strip... strip
  447. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  448. checking for gcc -std=gnu99 option to produce PIC... -fPIC
  449. checking if gcc -std=gnu99 PIC flag -fPIC works... yes
  450. checking if gcc -std=gnu99 static flag -static works... yes
  451. checking if gcc -std=gnu99 supports -c -o file.o... yes
  452. checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
  453. checking whether -lc should be explicitly linked in... no
  454. checking dynamic linker characteristics... GNU/Linux ld.so
  455. checking how to hardcode library paths into programs... immediate
  456. checking whether stripping libraries is possible... yes
  457. checking if libtool supports shared libraries... yes
  458. checking whether to build shared libraries... yes
  459. checking whether to build static libraries... no
  460. configure: creating libtool
  461. appending configuration tag "CXX" to libtool
  462. appending configuration tag "F77" to libtool
  463. checking for pid_t... yes
  464. checking for size_t... yes
  465. checking for ssize_t... yes
  466. checking for uid_t in sys/types.h... yes
  467. checking for ANSI C header files... (cached) yes
  468. checking crypt.h usability... yes
  469. checking crypt.h presence... yes
  470. checking for crypt.h... yes
  471. checking for unistd.h... (cached) yes
  472. checking sys/socket.h usability... yes
  473. checking sys/socket.h presence... yes
  474. checking for sys/socket.h... yes
  475. checking for sys/stat.h... (cached) yes
  476. checking sys/time.h usability... yes
  477. checking sys/time.h presence... yes
  478. checking for sys/time.h... yes
  479. checking time.h usability... yes
  480. checking time.h presence... yes
  481. checking for time.h... yes
  482. checking netinet/in.h usability... yes
  483. checking netinet/in.h presence... yes
  484. checking for netinet/in.h... yes
  485. checking arpa/inet.h usability... yes
  486. checking arpa/inet.h presence... yes
  487. checking for arpa/inet.h... yes
  488. checking errno.h usability... yes
  489. checking errno.h presence... yes
  490. checking for errno.h... yes
  491. checking sys/uio.h usability... yes
  492. checking sys/uio.h presence... yes
  493. checking for sys/uio.h... yes
  494. checking spawn.h usability... yes
  495. checking spawn.h presence... yes
  496. checking for spawn.h... yes
  497. checking sys/poll.h usability... yes
  498. checking sys/poll.h presence... yes
  499. checking for sys/poll.h... yes
  500. checking sys/epoll.h usability... yes
  501. checking sys/epoll.h presence... yes
  502. checking for sys/epoll.h... yes
  503. checking sys/select.h usability... yes
  504. checking sys/select.h presence... yes
  505. checking for sys/select.h... yes
  506. checking sys/devpoll.h usability... no
  507. checking sys/devpoll.h presence... no
  508. checking for sys/devpoll.h... no
  509. checking sys/event.h usability... no
  510. checking sys/event.h presence... no
  511. checking for sys/event.h... no
  512. checking port.h usability... no
  513. checking port.h presence... no
  514. checking for port.h... no
  515. checking signal.h usability... yes
  516. checking signal.h presence... yes
  517. checking for signal.h... yes
  518. checking sys/signalfd.h usability... no
  519. checking sys/signalfd.h presence... no
  520. checking for sys/signalfd.h... no
  521. checking sys/timerfd.h usability... no
  522. checking sys/timerfd.h presence... no
  523. checking for sys/timerfd.h... no
  524. checking whether time.h and sys/time.h may both be included... yes
  525. checking for library containing socket... none required
  526. checking for struct sockaddr.sa_len... no
  527. checking for socklen_t... yes
  528. checking for INET6 protocol support... yes
  529. checking for struct sockaddr_in6... yes
  530. checking for struct sockaddr_storage... yes
  531. checking for library containing crypt... -lcrypt
  532. checking stdarg.h usability... yes
  533. checking stdarg.h presence... yes
  534. checking for stdarg.h... yes
  535. checking for sa_family_t... yes
  536. checking for socketpair... yes
  537. checking for gettimeofday... yes
  538. checking for writev... yes
  539. checking for sendmsg... yes
  540. checking for gmtime_r... yes
  541. checking for strtok_r... yes
  542. checking for usleep... yes
  543. checking for posix_spawn... yes
  544. checking for strlcpy... no
  545. checking for strlcat... no
  546. checking for strnlen... yes
  547. checking for fstat... yes
  548. checking for signalfd... yes
  549. checking for select... yes
  550. checking for poll... yes
  551. checking for kevent... no
  552. checking for port_create... no
  553. checking for epoll_ctl... yes
  554. checking for arc4random... no
  555. checking for getrusage... yes
  556. checking for timerfd_create... no
  557. checking for library containing nanosleep... none required
  558. checking for library containing timer_create... -lrt
  559. checking for a working timer_create(CLOCK_REALTIME)... yes
  560. checking for a working timerfd_create(CLOCK_REALTIME)... no
  561. checking for working alloca.h... yes
  562. checking for alloca... yes
  563. checking vfork.h usability... no
  564. checking vfork.h presence... no
  565. checking for vfork.h... no
  566. checking for fork... yes
  567. checking for vfork... yes
  568. checking for working fork... yes
  569. checking for working vfork... (cached) yes
  570. checking for stdlib.h... (cached) yes
  571. checking for unistd.h... (cached) yes
  572. checking for getpagesize... yes
  573. checking for working mmap... yes
  574. checking for /dev/poll... no
  575. checking for OpenSSL... not found. Specify a correct path?
  576. checking for GnuTLS... checking for pkg-config... /usr/bin/pkg-config
  577. checking pkg-config is at least version 0.9.0... yes
  578. checking for GNUTLS... no
  579. checking if you want to do a profile build... no
  580. configure: creating ./config.status
  581. config.status: creating src/Makefile
  582. config.status: creating Makefile
  583. config.status: creating include/libratbox_config.h
  584. config.status: include/libratbox_config.h is unchanged
  585. config.status: executing depfiles commands
  586. config.status: executing include/librb-config.h commands
  587. config.status: include/librb-config.h is unchanged
  588.  
  589. Compiling libratbox devel
  590.  
  591. Installing into: /home/kiyiko/ircd
  592. IPv6 support ................... yes
  593. Assert debugging ............... no
  594. Block allocator ................ yes
  595. SSL Type........................
  596.  
  597.  
  598. Compiling shadowircd 6.0.0dev
  599.  
  600. Installing into: /home/kiyiko/ircd
  601. Ziplinks ....................... no
  602. OpenSSL ........................ no
  603. Modules ........................ shared
  604. IO Debugging hooks ............. no
  605. Assert debugging ............... no
  606. Small network .................. no
  607.  
  608. Additional features:
  609. Owners ......................... yes
  610. Halfops ........................ yes
  611. Slashes in hostnames ........... no
  612.  
  613. Configured limits:
  614. NICKLEN ........................ 15
  615. TOPICLEN ....................... 390
  616.  
  617. Type (g)make to build ShadowIRCd, and (g)make install to install it.
  618.  
  619. kiyiko@debian:~/Desktop/ircd$
Add Comment
Please, Sign In to add comment