Advertisement
Guest User

est2

a guest
Nov 24th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.33 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Eggdrop configure 1.6.21, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = fuckup
  14. uname -m = x86_64
  15. uname -r = 4.1.12-1-default
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Thu Oct 29 06:43:42 UTC 2015 (e24bad1)
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/bin/X11
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2394: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  42. | #!/bin/sh
  43. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  44. |
  45. | # If user did not specify libdir, guess the correct target:
  46. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  47. | if test "$libdir" = '${exec_prefix}/lib' ; then
  48. |
  49. | ac_config_site_64bit_host=NONE
  50. |
  51. | case "$host" in
  52. | "" )
  53. | # User did not specify host target.
  54. | # The native platform x86_64 is a bi-arch platform.
  55. | # Try to detect cross-compilation to inferior architecture.
  56. |
  57. | # We are trying to guess 32-bit target compilation. It's not as easy as
  58. | # it sounds, as there is possible several intermediate combinations.
  59. | ac_config_site_cross_to_32bit_host=NONE
  60. |
  61. | # User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
  62. | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
  63. | case "$CFLAGS $CXXFLAGS $CC $CXX" in
  64. | *-m32*)
  65. | ac_config_site_cross_to_32bit_host=YES
  66. | ;;
  67. | esac
  68. |
  69. | # Running with linux32:
  70. | # (Changes detected platform, but not the toolchain target.)
  71. | case "`/bin/uname -i`" in
  72. | x86_64 | ppc64 | s390x )
  73. | ;;
  74. | * )
  75. | ac_config_site_cross_to_32bit_host=YES
  76. | ;;
  77. | esac
  78. |
  79. | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
  80. | ac_config_site_64bit_host=YES
  81. | fi
  82. |
  83. | ;;
  84. | *x86_64* | *ppc64* | *s390x* )
  85. | ac_config_site_64bit_host=YES
  86. | ;;
  87. | esac
  88. |
  89. | if test "x$ac_config_site_64bit_host" = xYES; then
  90. | libdir='${exec_prefix}/lib64'
  91. | fi
  92. | fi
  93. |
  94. | # If user did not specify libexecdir, set the correct target:
  95. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  96. |
  97. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  98. | libexecdir='${exec_prefix}/lib'
  99. | fi
  100. |
  101. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  102. | if test "x$prefix" != xNONE; then
  103. | ac_site_file1=$prefix/share/config.site
  104. | ac_site_file2=$prefix/etc/config.site
  105. | else
  106. | ac_site_file1=$ac_default_prefix/share/config.site
  107. | ac_site_file2=$ac_default_prefix/etc/config.site
  108. | fi
  109. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  110. | do
  111. | test "x$ac_site_file" = xNONE && continue
  112. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  113. | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  114. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
  115. | sed 's/^/| /' "$ac_site_file" >&5
  116. | . "$ac_site_file" \
  117. | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  118. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
  119. | as_fn_error $? "failed to load site script $ac_site_file
  120. | See \`config.log' for more details" "$LINENO" 5; }
  121. | fi
  122. | done
  123. configure:2543: result:
  124. configure:2545: result: This is Eggdrop's GNU configure script.
  125. configure:2547: result: It's going to run a bunch of tests to hopefully make your compile
  126. configure:2549: result: work without much twiddling.
  127. configure:2551: result:
  128. configure:2635: checking for gcc
  129. configure:2651: found /usr/bin/gcc
  130. configure:2662: result: gcc
  131. configure:2891: checking for C compiler version
  132. configure:2900: gcc --version >&5
  133. gcc (SUSE Linux) 4.8.5
  134. Copyright (C) 2015 Free Software Foundation, Inc.
  135. This is free software; see the source for copying conditions. There is NO
  136. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  137.  
  138. configure:2911: $? = 0
  139. configure:2900: gcc -v >&5
  140. Using built-in specs.
  141. COLLECT_GCC=gcc
  142. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
  143. Target: x86_64-suse-linux
  144. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
  145. Thread model: posix
  146. gcc version 4.8.5 (SUSE Linux)
  147. configure:2911: $? = 0
  148. configure:2900: gcc -V >&5
  149. gcc: error: unrecognized command line option '-V'
  150. gcc: fatal error: no input files
  151. compilation terminated.
  152. configure:2911: $? = 1
  153. configure:2900: gcc -qversion >&5
  154. gcc: error: unrecognized command line option '-qversion'
  155. gcc: fatal error: no input files
  156. compilation terminated.
  157. configure:2911: $? = 1
  158. configure:2931: checking whether the C compiler works
  159. configure:2953: gcc conftest.c >&5
  160. configure:2957: $? = 0
  161. configure:3005: result: yes
  162. configure:3008: checking for C compiler default output file name
  163. configure:3010: result: a.out
  164. configure:3016: checking for suffix of executables
  165. configure:3023: gcc -o conftest conftest.c >&5
  166. configure:3027: $? = 0
  167. configure:3049: result:
  168. configure:3071: checking whether we are cross compiling
  169. configure:3079: gcc -o conftest conftest.c >&5
  170. configure:3083: $? = 0
  171. configure:3090: ./conftest
  172. configure:3094: $? = 0
  173. configure:3109: result: no
  174. configure:3114: checking for suffix of object files
  175. configure:3136: gcc -c conftest.c >&5
  176. configure:3140: $? = 0
  177. configure:3161: result: o
  178. configure:3165: checking whether we are using the GNU C compiler
  179. configure:3184: gcc -c conftest.c >&5
  180. configure:3184: $? = 0
  181. configure:3193: result: yes
  182. configure:3202: checking whether gcc accepts -g
  183. configure:3222: gcc -c -g conftest.c >&5
  184. configure:3222: $? = 0
  185. configure:3263: result: yes
  186. configure:3280: checking for gcc option to accept ISO C89
  187. configure:3344: gcc -c -g -O2 conftest.c >&5
  188. configure:3344: $? = 0
  189. configure:3357: result: none needed
  190. configure:3397: checking how to run the C preprocessor
  191. configure:3428: gcc -E conftest.c
  192. configure:3428: $? = 0
  193. configure:3442: gcc -E conftest.c
  194. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  195. #include <ac_nonexistent.h>
  196. ^
  197. compilation terminated.
  198. configure:3442: $? = 1
  199. configure: failed program was:
  200. | /* confdefs.h */
  201. | #define PACKAGE_NAME "Eggdrop"
  202. | #define PACKAGE_TARNAME "eggdrop"
  203. | #define PACKAGE_VERSION "1.6.21"
  204. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  205. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  206. | #define PACKAGE_URL ""
  207. | #define EGG_AC_ARGS ""
  208. | /* end confdefs.h. */
  209. | #include <ac_nonexistent.h>
  210. configure:3467: result: gcc -E
  211. configure:3487: gcc -E conftest.c
  212. configure:3487: $? = 0
  213. configure:3501: gcc -E conftest.c
  214. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  215. #include <ac_nonexistent.h>
  216. ^
  217. compilation terminated.
  218. configure:3501: $? = 1
  219. configure: failed program was:
  220. | /* confdefs.h */
  221. | #define PACKAGE_NAME "Eggdrop"
  222. | #define PACKAGE_TARNAME "eggdrop"
  223. | #define PACKAGE_VERSION "1.6.21"
  224. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  225. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  226. | #define PACKAGE_URL ""
  227. | #define EGG_AC_ARGS ""
  228. | /* end confdefs.h. */
  229. | #include <ac_nonexistent.h>
  230. configure:3530: checking for grep that handles long lines and -e
  231. configure:3588: result: /usr/bin/grep
  232. configure:3593: checking for egrep
  233. configure:3655: result: /usr/bin/grep -E
  234. configure:3660: checking for ANSI C header files
  235. configure:3680: gcc -c -g -O2 conftest.c >&5
  236. configure:3680: $? = 0
  237. configure:3753: gcc -o conftest -g -O2 conftest.c >&5
  238. configure:3753: $? = 0
  239. configure:3753: ./conftest
  240. configure:3753: $? = 0
  241. configure:3764: result: yes
  242. configure:3777: checking for sys/types.h
  243. configure:3777: gcc -c -g -O2 conftest.c >&5
  244. configure:3777: $? = 0
  245. configure:3777: result: yes
  246. configure:3777: checking for sys/stat.h
  247. configure:3777: gcc -c -g -O2 conftest.c >&5
  248. configure:3777: $? = 0
  249. configure:3777: result: yes
  250. configure:3777: checking for stdlib.h
  251. configure:3777: gcc -c -g -O2 conftest.c >&5
  252. configure:3777: $? = 0
  253. configure:3777: result: yes
  254. configure:3777: checking for string.h
  255. configure:3777: gcc -c -g -O2 conftest.c >&5
  256. configure:3777: $? = 0
  257. configure:3777: result: yes
  258. configure:3777: checking for memory.h
  259. configure:3777: gcc -c -g -O2 conftest.c >&5
  260. configure:3777: $? = 0
  261. configure:3777: result: yes
  262. configure:3777: checking for strings.h
  263. configure:3777: gcc -c -g -O2 conftest.c >&5
  264. configure:3777: $? = 0
  265. configure:3777: result: yes
  266. configure:3777: checking for inttypes.h
  267. configure:3777: gcc -c -g -O2 conftest.c >&5
  268. configure:3777: $? = 0
  269. configure:3777: result: yes
  270. configure:3777: checking for stdint.h
  271. configure:3777: gcc -c -g -O2 conftest.c >&5
  272. configure:3777: $? = 0
  273. configure:3777: result: yes
  274. configure:3777: checking for unistd.h
  275. configure:3777: gcc -c -g -O2 conftest.c >&5
  276. configure:3777: $? = 0
  277. configure:3777: result: yes
  278. configure:3790: checking minix/config.h usability
  279. configure:3790: gcc -c -g -O2 conftest.c >&5
  280. conftest.c:53:26: fatal error: minix/config.h: No such file or directory
  281. #include <minix/config.h>
  282. ^
  283. compilation terminated.
  284. configure:3790: $? = 1
  285. configure: failed program was:
  286. | /* confdefs.h */
  287. | #define PACKAGE_NAME "Eggdrop"
  288. | #define PACKAGE_TARNAME "eggdrop"
  289. | #define PACKAGE_VERSION "1.6.21"
  290. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  291. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  292. | #define PACKAGE_URL ""
  293. | #define EGG_AC_ARGS ""
  294. | #define STDC_HEADERS 1
  295. | #define HAVE_SYS_TYPES_H 1
  296. | #define HAVE_SYS_STAT_H 1
  297. | #define HAVE_STDLIB_H 1
  298. | #define HAVE_STRING_H 1
  299. | #define HAVE_MEMORY_H 1
  300. | #define HAVE_STRINGS_H 1
  301. | #define HAVE_INTTYPES_H 1
  302. | #define HAVE_STDINT_H 1
  303. | #define HAVE_UNISTD_H 1
  304. | /* end confdefs.h. */
  305. | #include <stdio.h>
  306. | #ifdef HAVE_SYS_TYPES_H
  307. | # include <sys/types.h>
  308. | #endif
  309. | #ifdef HAVE_SYS_STAT_H
  310. | # include <sys/stat.h>
  311. | #endif
  312. | #ifdef STDC_HEADERS
  313. | # include <stdlib.h>
  314. | # include <stddef.h>
  315. | #else
  316. | # ifdef HAVE_STDLIB_H
  317. | # include <stdlib.h>
  318. | # endif
  319. | #endif
  320. | #ifdef HAVE_STRING_H
  321. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  322. | # include <memory.h>
  323. | # endif
  324. | # include <string.h>
  325. | #endif
  326. | #ifdef HAVE_STRINGS_H
  327. | # include <strings.h>
  328. | #endif
  329. | #ifdef HAVE_INTTYPES_H
  330. | # include <inttypes.h>
  331. | #endif
  332. | #ifdef HAVE_STDINT_H
  333. | # include <stdint.h>
  334. | #endif
  335. | #ifdef HAVE_UNISTD_H
  336. | # include <unistd.h>
  337. | #endif
  338. | #include <minix/config.h>
  339. configure:3790: result: no
  340. configure:3790: checking minix/config.h presence
  341. configure:3790: gcc -E conftest.c
  342. conftest.c:20:26: fatal error: minix/config.h: No such file or directory
  343. #include <minix/config.h>
  344. ^
  345. compilation terminated.
  346. configure:3790: $? = 1
  347. configure: failed program was:
  348. | /* confdefs.h */
  349. | #define PACKAGE_NAME "Eggdrop"
  350. | #define PACKAGE_TARNAME "eggdrop"
  351. | #define PACKAGE_VERSION "1.6.21"
  352. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  353. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  354. | #define PACKAGE_URL ""
  355. | #define EGG_AC_ARGS ""
  356. | #define STDC_HEADERS 1
  357. | #define HAVE_SYS_TYPES_H 1
  358. | #define HAVE_SYS_STAT_H 1
  359. | #define HAVE_STDLIB_H 1
  360. | #define HAVE_STRING_H 1
  361. | #define HAVE_MEMORY_H 1
  362. | #define HAVE_STRINGS_H 1
  363. | #define HAVE_INTTYPES_H 1
  364. | #define HAVE_STDINT_H 1
  365. | #define HAVE_UNISTD_H 1
  366. | /* end confdefs.h. */
  367. | #include <minix/config.h>
  368. configure:3790: result: no
  369. configure:3790: checking for minix/config.h
  370. configure:3790: result: no
  371. configure:3811: checking whether it is safe to define __EXTENSIONS__
  372. configure:3829: gcc -c -g -O2 conftest.c >&5
  373. configure:3829: $? = 0
  374. configure:3836: result: yes
  375. configure:3851: checking for library containing strerror
  376. configure:3882: gcc -o conftest -g -O2 conftest.c >&5
  377. configure:3882: $? = 0
  378. configure:3899: result: none required
  379. configure:3911: checking for icc
  380. configure:3925: gcc -c -g -O2 conftest.c >&5
  381. conftest.c:27:3: error: expected identifier or '(' before string constant
  382. "Toto, I've a feeling we're not in Kansas anymore."
  383. ^
  384. configure:3925: $? = 1
  385. configure: failed program was:
  386. | /* confdefs.h */
  387. | #define PACKAGE_NAME "Eggdrop"
  388. | #define PACKAGE_TARNAME "eggdrop"
  389. | #define PACKAGE_VERSION "1.6.21"
  390. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  391. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  392. | #define PACKAGE_URL ""
  393. | #define EGG_AC_ARGS ""
  394. | #define STDC_HEADERS 1
  395. | #define HAVE_SYS_TYPES_H 1
  396. | #define HAVE_SYS_STAT_H 1
  397. | #define HAVE_STDLIB_H 1
  398. | #define HAVE_STRING_H 1
  399. | #define HAVE_MEMORY_H 1
  400. | #define HAVE_STRINGS_H 1
  401. | #define HAVE_INTTYPES_H 1
  402. | #define HAVE_STDINT_H 1
  403. | #define HAVE_UNISTD_H 1
  404. | #define __EXTENSIONS__ 1
  405. | #define _ALL_SOURCE 1
  406. | #define _GNU_SOURCE 1
  407. | #define _POSIX_PTHREAD_SEMANTICS 1
  408. | #define _TANDEM_SOURCE 1
  409. | /* end confdefs.h. */
  410. |
  411. | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
  412. | "Toto, I've a feeling we're not in Kansas anymore."
  413. | #endif
  414. |
  415. configure:3937: result: no
  416. configure:3948: checking whether the compiler understands -pipe
  417. configure:3967: gcc -pipe -c -g -O2 conftest.c >&5
  418. configure:3967: $? = 0
  419. configure:3980: result: yes
  420. configure:3998: checking whether the compiler understands -Wall
  421. configure:4017: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  422. configure:4017: $? = 0
  423. configure:4030: result: yes
  424. configure:4074: checking for a BSD-compatible install
  425. configure:4142: result: /usr/bin/install -c
  426. configure:4153: checking whether make sets $(MAKE)
  427. configure:4175: result: yes
  428. configure:4227: checking for ranlib
  429. configure:4243: found /usr/bin/ranlib
  430. configure:4254: result: ranlib
  431. configure:4276: checking whether ln -s works
  432. configure:4280: result: yes
  433. configure:4295: checking whether head -n 1 works
  434. configure:4313: result: yes
  435. configure:4340: checking for strip
  436. configure:4356: found /usr/bin/strip
  437. configure:4367: result: strip
  438. configure:4384: checking for gawk
  439. configure:4400: found /usr/bin/gawk
  440. configure:4411: result: gawk
  441. configure:4436: checking for basename
  442. configure:4452: found /usr/bin/basename
  443. configure:4463: result: basename
  444. configure:4484: checking for uname
  445. configure:4500: found /usr/bin/uname
  446. configure:4511: result: uname
  447. configure:4555: checking for socket in -lsocket
  448. configure:4580: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lsocket >&5
  449. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lsocket
  450. collect2: error: ld returned 1 exit status
  451. configure:4580: $? = 1
  452. configure: failed program was:
  453. | /* confdefs.h */
  454. | #define PACKAGE_NAME "Eggdrop"
  455. | #define PACKAGE_TARNAME "eggdrop"
  456. | #define PACKAGE_VERSION "1.6.21"
  457. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  458. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  459. | #define PACKAGE_URL ""
  460. | #define EGG_AC_ARGS ""
  461. | #define STDC_HEADERS 1
  462. | #define HAVE_SYS_TYPES_H 1
  463. | #define HAVE_SYS_STAT_H 1
  464. | #define HAVE_STDLIB_H 1
  465. | #define HAVE_STRING_H 1
  466. | #define HAVE_MEMORY_H 1
  467. | #define HAVE_STRINGS_H 1
  468. | #define HAVE_INTTYPES_H 1
  469. | #define HAVE_STDINT_H 1
  470. | #define HAVE_UNISTD_H 1
  471. | #define __EXTENSIONS__ 1
  472. | #define _ALL_SOURCE 1
  473. | #define _GNU_SOURCE 1
  474. | #define _POSIX_PTHREAD_SEMANTICS 1
  475. | #define _TANDEM_SOURCE 1
  476. | /* end confdefs.h. */
  477. |
  478. | /* Override any GCC internal prototype to avoid an error.
  479. | Use char because int might match the return type of a GCC
  480. | builtin and then its argument prototype would still apply. */
  481. | #ifdef __cplusplus
  482. | extern "C"
  483. | #endif
  484. | char socket ();
  485. | int
  486. | main ()
  487. | {
  488. | return socket ();
  489. | ;
  490. | return 0;
  491. | }
  492. configure:4589: result: no
  493. configure:4600: checking for connect in -lnsl
  494. configure:4625: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lnsl >&5
  495. configure:4625: $? = 0
  496. configure:4634: result: yes
  497. configure:4645: checking for gethostbyname in -ldns
  498. configure:4670: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldns -lnsl >&5
  499. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ldns
  500. collect2: error: ld returned 1 exit status
  501. configure:4670: $? = 1
  502. configure: failed program was:
  503. | /* confdefs.h */
  504. | #define PACKAGE_NAME "Eggdrop"
  505. | #define PACKAGE_TARNAME "eggdrop"
  506. | #define PACKAGE_VERSION "1.6.21"
  507. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  508. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  509. | #define PACKAGE_URL ""
  510. | #define EGG_AC_ARGS ""
  511. | #define STDC_HEADERS 1
  512. | #define HAVE_SYS_TYPES_H 1
  513. | #define HAVE_SYS_STAT_H 1
  514. | #define HAVE_STDLIB_H 1
  515. | #define HAVE_STRING_H 1
  516. | #define HAVE_MEMORY_H 1
  517. | #define HAVE_STRINGS_H 1
  518. | #define HAVE_INTTYPES_H 1
  519. | #define HAVE_STDINT_H 1
  520. | #define HAVE_UNISTD_H 1
  521. | #define __EXTENSIONS__ 1
  522. | #define _ALL_SOURCE 1
  523. | #define _GNU_SOURCE 1
  524. | #define _POSIX_PTHREAD_SEMANTICS 1
  525. | #define _TANDEM_SOURCE 1
  526. | #define HAVE_LIBNSL 1
  527. | /* end confdefs.h. */
  528. |
  529. | /* Override any GCC internal prototype to avoid an error.
  530. | Use char because int might match the return type of a GCC
  531. | builtin and then its argument prototype would still apply. */
  532. | #ifdef __cplusplus
  533. | extern "C"
  534. | #endif
  535. | char gethostbyname ();
  536. | int
  537. | main ()
  538. | {
  539. | return gethostbyname ();
  540. | ;
  541. | return 0;
  542. | }
  543. configure:4679: result: no
  544. configure:4690: checking for dlopen in -ldl
  545. configure:4715: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  546. configure:4715: $? = 0
  547. configure:4724: result: yes
  548. configure:4735: checking for tan in -lm
  549. configure:4760: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lm -ldl -lnsl >&5
  550. conftest.c:34:6: warning: conflicting types for built-in function 'tan' [enabled by default]
  551. char tan ();
  552. ^
  553. configure:4760: $? = 0
  554. configure:4769: result: yes
  555. configure:4777: checking for pthread_mutex_init in -lpthread
  556. configure:4802: gcc -o conftest -g -O2 -pipe -Wall conftest.c -lpthread -ldl -lnsl >&5
  557. configure:4802: $? = 0
  558. configure:4811: result: yes
  559. configure:5027: checking build system type
  560. configure:5041: result: x86_64-unknown-linux-gnu
  561. configure:5061: checking host system type
  562. configure:5074: result: x86_64-unknown-linux-gnu
  563. configure:5094: checking target system type
  564. configure:5107: result: x86_64-unknown-linux-gnu
  565. configure:5134: checking system type
  566. configure:5141: result: Linux
  567. configure:5143: checking system release
  568. configure:5150: result: 4.1.12-1-default
  569. configure:5166: checking module loading capabilities
  570. configure:5168: result:
  571. configure:5173: checking dl.h usability
  572. configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  573. conftest.c:60:16: fatal error: dl.h: No such file or directory
  574. #include <dl.h>
  575. ^
  576. compilation terminated.
  577. configure:5173: $? = 1
  578. configure: failed program was:
  579. | /* confdefs.h */
  580. | #define PACKAGE_NAME "Eggdrop"
  581. | #define PACKAGE_TARNAME "eggdrop"
  582. | #define PACKAGE_VERSION "1.6.21"
  583. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  584. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  585. | #define PACKAGE_URL ""
  586. | #define EGG_AC_ARGS ""
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_SYS_TYPES_H 1
  589. | #define HAVE_SYS_STAT_H 1
  590. | #define HAVE_STDLIB_H 1
  591. | #define HAVE_STRING_H 1
  592. | #define HAVE_MEMORY_H 1
  593. | #define HAVE_STRINGS_H 1
  594. | #define HAVE_INTTYPES_H 1
  595. | #define HAVE_STDINT_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define __EXTENSIONS__ 1
  598. | #define _ALL_SOURCE 1
  599. | #define _GNU_SOURCE 1
  600. | #define _POSIX_PTHREAD_SEMANTICS 1
  601. | #define _TANDEM_SOURCE 1
  602. | #define HAVE_LIBNSL 1
  603. | #define HAVE_LIBDL 1
  604. | /* end confdefs.h. */
  605. | #include <stdio.h>
  606. | #ifdef HAVE_SYS_TYPES_H
  607. | # include <sys/types.h>
  608. | #endif
  609. | #ifdef HAVE_SYS_STAT_H
  610. | # include <sys/stat.h>
  611. | #endif
  612. | #ifdef STDC_HEADERS
  613. | # include <stdlib.h>
  614. | # include <stddef.h>
  615. | #else
  616. | # ifdef HAVE_STDLIB_H
  617. | # include <stdlib.h>
  618. | # endif
  619. | #endif
  620. | #ifdef HAVE_STRING_H
  621. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  622. | # include <memory.h>
  623. | # endif
  624. | # include <string.h>
  625. | #endif
  626. | #ifdef HAVE_STRINGS_H
  627. | # include <strings.h>
  628. | #endif
  629. | #ifdef HAVE_INTTYPES_H
  630. | # include <inttypes.h>
  631. | #endif
  632. | #ifdef HAVE_STDINT_H
  633. | # include <stdint.h>
  634. | #endif
  635. | #ifdef HAVE_UNISTD_H
  636. | # include <unistd.h>
  637. | #endif
  638. | #include <dl.h>
  639. configure:5173: result: no
  640. configure:5173: checking dl.h presence
  641. configure:5173: gcc -E conftest.c
  642. conftest.c:27:16: fatal error: dl.h: No such file or directory
  643. #include <dl.h>
  644. ^
  645. compilation terminated.
  646. configure:5173: $? = 1
  647. configure: failed program was:
  648. | /* confdefs.h */
  649. | #define PACKAGE_NAME "Eggdrop"
  650. | #define PACKAGE_TARNAME "eggdrop"
  651. | #define PACKAGE_VERSION "1.6.21"
  652. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  653. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  654. | #define PACKAGE_URL ""
  655. | #define EGG_AC_ARGS ""
  656. | #define STDC_HEADERS 1
  657. | #define HAVE_SYS_TYPES_H 1
  658. | #define HAVE_SYS_STAT_H 1
  659. | #define HAVE_STDLIB_H 1
  660. | #define HAVE_STRING_H 1
  661. | #define HAVE_MEMORY_H 1
  662. | #define HAVE_STRINGS_H 1
  663. | #define HAVE_INTTYPES_H 1
  664. | #define HAVE_STDINT_H 1
  665. | #define HAVE_UNISTD_H 1
  666. | #define __EXTENSIONS__ 1
  667. | #define _ALL_SOURCE 1
  668. | #define _GNU_SOURCE 1
  669. | #define _POSIX_PTHREAD_SEMANTICS 1
  670. | #define _TANDEM_SOURCE 1
  671. | #define HAVE_LIBNSL 1
  672. | #define HAVE_LIBDL 1
  673. | /* end confdefs.h. */
  674. | #include <dl.h>
  675. configure:5173: result: no
  676. configure:5173: checking for dl.h
  677. configure:5173: result: no
  678. configure:5173: checking dlfcn.h usability
  679. configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  680. configure:5173: $? = 0
  681. configure:5173: result: yes
  682. configure:5173: checking dlfcn.h presence
  683. configure:5173: gcc -E conftest.c
  684. configure:5173: $? = 0
  685. configure:5173: result: yes
  686. configure:5173: checking for dlfcn.h
  687. configure:5173: result: yes
  688. configure:5173: checking loader.h usability
  689. configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  690. conftest.c:61:20: fatal error: loader.h: No such file or directory
  691. #include <loader.h>
  692. ^
  693. compilation terminated.
  694. configure:5173: $? = 1
  695. configure: failed program was:
  696. | /* confdefs.h */
  697. | #define PACKAGE_NAME "Eggdrop"
  698. | #define PACKAGE_TARNAME "eggdrop"
  699. | #define PACKAGE_VERSION "1.6.21"
  700. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  701. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  702. | #define PACKAGE_URL ""
  703. | #define EGG_AC_ARGS ""
  704. | #define STDC_HEADERS 1
  705. | #define HAVE_SYS_TYPES_H 1
  706. | #define HAVE_SYS_STAT_H 1
  707. | #define HAVE_STDLIB_H 1
  708. | #define HAVE_STRING_H 1
  709. | #define HAVE_MEMORY_H 1
  710. | #define HAVE_STRINGS_H 1
  711. | #define HAVE_INTTYPES_H 1
  712. | #define HAVE_STDINT_H 1
  713. | #define HAVE_UNISTD_H 1
  714. | #define __EXTENSIONS__ 1
  715. | #define _ALL_SOURCE 1
  716. | #define _GNU_SOURCE 1
  717. | #define _POSIX_PTHREAD_SEMANTICS 1
  718. | #define _TANDEM_SOURCE 1
  719. | #define HAVE_LIBNSL 1
  720. | #define HAVE_LIBDL 1
  721. | #define HAVE_DLFCN_H 1
  722. | /* end confdefs.h. */
  723. | #include <stdio.h>
  724. | #ifdef HAVE_SYS_TYPES_H
  725. | # include <sys/types.h>
  726. | #endif
  727. | #ifdef HAVE_SYS_STAT_H
  728. | # include <sys/stat.h>
  729. | #endif
  730. | #ifdef STDC_HEADERS
  731. | # include <stdlib.h>
  732. | # include <stddef.h>
  733. | #else
  734. | # ifdef HAVE_STDLIB_H
  735. | # include <stdlib.h>
  736. | # endif
  737. | #endif
  738. | #ifdef HAVE_STRING_H
  739. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  740. | # include <memory.h>
  741. | # endif
  742. | # include <string.h>
  743. | #endif
  744. | #ifdef HAVE_STRINGS_H
  745. | # include <strings.h>
  746. | #endif
  747. | #ifdef HAVE_INTTYPES_H
  748. | # include <inttypes.h>
  749. | #endif
  750. | #ifdef HAVE_STDINT_H
  751. | # include <stdint.h>
  752. | #endif
  753. | #ifdef HAVE_UNISTD_H
  754. | # include <unistd.h>
  755. | #endif
  756. | #include <loader.h>
  757. configure:5173: result: no
  758. configure:5173: checking loader.h presence
  759. configure:5173: gcc -E conftest.c
  760. conftest.c:28:20: fatal error: loader.h: No such file or directory
  761. #include <loader.h>
  762. ^
  763. compilation terminated.
  764. configure:5173: $? = 1
  765. configure: failed program was:
  766. | /* confdefs.h */
  767. | #define PACKAGE_NAME "Eggdrop"
  768. | #define PACKAGE_TARNAME "eggdrop"
  769. | #define PACKAGE_VERSION "1.6.21"
  770. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  771. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  772. | #define PACKAGE_URL ""
  773. | #define EGG_AC_ARGS ""
  774. | #define STDC_HEADERS 1
  775. | #define HAVE_SYS_TYPES_H 1
  776. | #define HAVE_SYS_STAT_H 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_STRING_H 1
  779. | #define HAVE_MEMORY_H 1
  780. | #define HAVE_STRINGS_H 1
  781. | #define HAVE_INTTYPES_H 1
  782. | #define HAVE_STDINT_H 1
  783. | #define HAVE_UNISTD_H 1
  784. | #define __EXTENSIONS__ 1
  785. | #define _ALL_SOURCE 1
  786. | #define _GNU_SOURCE 1
  787. | #define _POSIX_PTHREAD_SEMANTICS 1
  788. | #define _TANDEM_SOURCE 1
  789. | #define HAVE_LIBNSL 1
  790. | #define HAVE_LIBDL 1
  791. | #define HAVE_DLFCN_H 1
  792. | /* end confdefs.h. */
  793. | #include <loader.h>
  794. configure:5173: result: no
  795. configure:5173: checking for loader.h
  796. configure:5173: result: no
  797. configure:5173: checking rld.h usability
  798. configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  799. conftest.c:61:17: fatal error: rld.h: No such file or directory
  800. #include <rld.h>
  801. ^
  802. compilation terminated.
  803. configure:5173: $? = 1
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME "Eggdrop"
  807. | #define PACKAGE_TARNAME "eggdrop"
  808. | #define PACKAGE_VERSION "1.6.21"
  809. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  810. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  811. | #define PACKAGE_URL ""
  812. | #define EGG_AC_ARGS ""
  813. | #define STDC_HEADERS 1
  814. | #define HAVE_SYS_TYPES_H 1
  815. | #define HAVE_SYS_STAT_H 1
  816. | #define HAVE_STDLIB_H 1
  817. | #define HAVE_STRING_H 1
  818. | #define HAVE_MEMORY_H 1
  819. | #define HAVE_STRINGS_H 1
  820. | #define HAVE_INTTYPES_H 1
  821. | #define HAVE_STDINT_H 1
  822. | #define HAVE_UNISTD_H 1
  823. | #define __EXTENSIONS__ 1
  824. | #define _ALL_SOURCE 1
  825. | #define _GNU_SOURCE 1
  826. | #define _POSIX_PTHREAD_SEMANTICS 1
  827. | #define _TANDEM_SOURCE 1
  828. | #define HAVE_LIBNSL 1
  829. | #define HAVE_LIBDL 1
  830. | #define HAVE_DLFCN_H 1
  831. | /* end confdefs.h. */
  832. | #include <stdio.h>
  833. | #ifdef HAVE_SYS_TYPES_H
  834. | # include <sys/types.h>
  835. | #endif
  836. | #ifdef HAVE_SYS_STAT_H
  837. | # include <sys/stat.h>
  838. | #endif
  839. | #ifdef STDC_HEADERS
  840. | # include <stdlib.h>
  841. | # include <stddef.h>
  842. | #else
  843. | # ifdef HAVE_STDLIB_H
  844. | # include <stdlib.h>
  845. | # endif
  846. | #endif
  847. | #ifdef HAVE_STRING_H
  848. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  849. | # include <memory.h>
  850. | # endif
  851. | # include <string.h>
  852. | #endif
  853. | #ifdef HAVE_STRINGS_H
  854. | # include <strings.h>
  855. | #endif
  856. | #ifdef HAVE_INTTYPES_H
  857. | # include <inttypes.h>
  858. | #endif
  859. | #ifdef HAVE_STDINT_H
  860. | # include <stdint.h>
  861. | #endif
  862. | #ifdef HAVE_UNISTD_H
  863. | # include <unistd.h>
  864. | #endif
  865. | #include <rld.h>
  866. configure:5173: result: no
  867. configure:5173: checking rld.h presence
  868. configure:5173: gcc -E conftest.c
  869. conftest.c:28:17: fatal error: rld.h: No such file or directory
  870. #include <rld.h>
  871. ^
  872. compilation terminated.
  873. configure:5173: $? = 1
  874. configure: failed program was:
  875. | /* confdefs.h */
  876. | #define PACKAGE_NAME "Eggdrop"
  877. | #define PACKAGE_TARNAME "eggdrop"
  878. | #define PACKAGE_VERSION "1.6.21"
  879. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  880. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  881. | #define PACKAGE_URL ""
  882. | #define EGG_AC_ARGS ""
  883. | #define STDC_HEADERS 1
  884. | #define HAVE_SYS_TYPES_H 1
  885. | #define HAVE_SYS_STAT_H 1
  886. | #define HAVE_STDLIB_H 1
  887. | #define HAVE_STRING_H 1
  888. | #define HAVE_MEMORY_H 1
  889. | #define HAVE_STRINGS_H 1
  890. | #define HAVE_INTTYPES_H 1
  891. | #define HAVE_STDINT_H 1
  892. | #define HAVE_UNISTD_H 1
  893. | #define __EXTENSIONS__ 1
  894. | #define _ALL_SOURCE 1
  895. | #define _GNU_SOURCE 1
  896. | #define _POSIX_PTHREAD_SEMANTICS 1
  897. | #define _TANDEM_SOURCE 1
  898. | #define HAVE_LIBNSL 1
  899. | #define HAVE_LIBDL 1
  900. | #define HAVE_DLFCN_H 1
  901. | /* end confdefs.h. */
  902. | #include <rld.h>
  903. configure:5173: result: no
  904. configure:5173: checking for rld.h
  905. configure:5173: result: no
  906. configure:5173: checking mach-o/dyld.h usability
  907. configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  908. conftest.c:61:25: fatal error: mach-o/dyld.h: No such file or directory
  909. #include <mach-o/dyld.h>
  910. ^
  911. compilation terminated.
  912. configure:5173: $? = 1
  913. configure: failed program was:
  914. | /* confdefs.h */
  915. | #define PACKAGE_NAME "Eggdrop"
  916. | #define PACKAGE_TARNAME "eggdrop"
  917. | #define PACKAGE_VERSION "1.6.21"
  918. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  919. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  920. | #define PACKAGE_URL ""
  921. | #define EGG_AC_ARGS ""
  922. | #define STDC_HEADERS 1
  923. | #define HAVE_SYS_TYPES_H 1
  924. | #define HAVE_SYS_STAT_H 1
  925. | #define HAVE_STDLIB_H 1
  926. | #define HAVE_STRING_H 1
  927. | #define HAVE_MEMORY_H 1
  928. | #define HAVE_STRINGS_H 1
  929. | #define HAVE_INTTYPES_H 1
  930. | #define HAVE_STDINT_H 1
  931. | #define HAVE_UNISTD_H 1
  932. | #define __EXTENSIONS__ 1
  933. | #define _ALL_SOURCE 1
  934. | #define _GNU_SOURCE 1
  935. | #define _POSIX_PTHREAD_SEMANTICS 1
  936. | #define _TANDEM_SOURCE 1
  937. | #define HAVE_LIBNSL 1
  938. | #define HAVE_LIBDL 1
  939. | #define HAVE_DLFCN_H 1
  940. | /* end confdefs.h. */
  941. | #include <stdio.h>
  942. | #ifdef HAVE_SYS_TYPES_H
  943. | # include <sys/types.h>
  944. | #endif
  945. | #ifdef HAVE_SYS_STAT_H
  946. | # include <sys/stat.h>
  947. | #endif
  948. | #ifdef STDC_HEADERS
  949. | # include <stdlib.h>
  950. | # include <stddef.h>
  951. | #else
  952. | # ifdef HAVE_STDLIB_H
  953. | # include <stdlib.h>
  954. | # endif
  955. | #endif
  956. | #ifdef HAVE_STRING_H
  957. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  958. | # include <memory.h>
  959. | # endif
  960. | # include <string.h>
  961. | #endif
  962. | #ifdef HAVE_STRINGS_H
  963. | # include <strings.h>
  964. | #endif
  965. | #ifdef HAVE_INTTYPES_H
  966. | # include <inttypes.h>
  967. | #endif
  968. | #ifdef HAVE_STDINT_H
  969. | # include <stdint.h>
  970. | #endif
  971. | #ifdef HAVE_UNISTD_H
  972. | # include <unistd.h>
  973. | #endif
  974. | #include <mach-o/dyld.h>
  975. configure:5173: result: no
  976. configure:5173: checking mach-o/dyld.h presence
  977. configure:5173: gcc -E conftest.c
  978. conftest.c:28:25: fatal error: mach-o/dyld.h: No such file or directory
  979. #include <mach-o/dyld.h>
  980. ^
  981. compilation terminated.
  982. configure:5173: $? = 1
  983. configure: failed program was:
  984. | /* confdefs.h */
  985. | #define PACKAGE_NAME "Eggdrop"
  986. | #define PACKAGE_TARNAME "eggdrop"
  987. | #define PACKAGE_VERSION "1.6.21"
  988. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  989. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  990. | #define PACKAGE_URL ""
  991. | #define EGG_AC_ARGS ""
  992. | #define STDC_HEADERS 1
  993. | #define HAVE_SYS_TYPES_H 1
  994. | #define HAVE_SYS_STAT_H 1
  995. | #define HAVE_STDLIB_H 1
  996. | #define HAVE_STRING_H 1
  997. | #define HAVE_MEMORY_H 1
  998. | #define HAVE_STRINGS_H 1
  999. | #define HAVE_INTTYPES_H 1
  1000. | #define HAVE_STDINT_H 1
  1001. | #define HAVE_UNISTD_H 1
  1002. | #define __EXTENSIONS__ 1
  1003. | #define _ALL_SOURCE 1
  1004. | #define _GNU_SOURCE 1
  1005. | #define _POSIX_PTHREAD_SEMANTICS 1
  1006. | #define _TANDEM_SOURCE 1
  1007. | #define HAVE_LIBNSL 1
  1008. | #define HAVE_LIBDL 1
  1009. | #define HAVE_DLFCN_H 1
  1010. | /* end confdefs.h. */
  1011. | #include <mach-o/dyld.h>
  1012. configure:5173: result: no
  1013. configure:5173: checking for mach-o/dyld.h
  1014. configure:5173: result: no
  1015. configure:5173: checking mach-o/rld.h usability
  1016. configure:5173: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1017. conftest.c:61:24: fatal error: mach-o/rld.h: No such file or directory
  1018. #include <mach-o/rld.h>
  1019. ^
  1020. compilation terminated.
  1021. configure:5173: $? = 1
  1022. configure: failed program was:
  1023. | /* confdefs.h */
  1024. | #define PACKAGE_NAME "Eggdrop"
  1025. | #define PACKAGE_TARNAME "eggdrop"
  1026. | #define PACKAGE_VERSION "1.6.21"
  1027. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1028. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1029. | #define PACKAGE_URL ""
  1030. | #define EGG_AC_ARGS ""
  1031. | #define STDC_HEADERS 1
  1032. | #define HAVE_SYS_TYPES_H 1
  1033. | #define HAVE_SYS_STAT_H 1
  1034. | #define HAVE_STDLIB_H 1
  1035. | #define HAVE_STRING_H 1
  1036. | #define HAVE_MEMORY_H 1
  1037. | #define HAVE_STRINGS_H 1
  1038. | #define HAVE_INTTYPES_H 1
  1039. | #define HAVE_STDINT_H 1
  1040. | #define HAVE_UNISTD_H 1
  1041. | #define __EXTENSIONS__ 1
  1042. | #define _ALL_SOURCE 1
  1043. | #define _GNU_SOURCE 1
  1044. | #define _POSIX_PTHREAD_SEMANTICS 1
  1045. | #define _TANDEM_SOURCE 1
  1046. | #define HAVE_LIBNSL 1
  1047. | #define HAVE_LIBDL 1
  1048. | #define HAVE_DLFCN_H 1
  1049. | /* end confdefs.h. */
  1050. | #include <stdio.h>
  1051. | #ifdef HAVE_SYS_TYPES_H
  1052. | # include <sys/types.h>
  1053. | #endif
  1054. | #ifdef HAVE_SYS_STAT_H
  1055. | # include <sys/stat.h>
  1056. | #endif
  1057. | #ifdef STDC_HEADERS
  1058. | # include <stdlib.h>
  1059. | # include <stddef.h>
  1060. | #else
  1061. | # ifdef HAVE_STDLIB_H
  1062. | # include <stdlib.h>
  1063. | # endif
  1064. | #endif
  1065. | #ifdef HAVE_STRING_H
  1066. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1067. | # include <memory.h>
  1068. | # endif
  1069. | # include <string.h>
  1070. | #endif
  1071. | #ifdef HAVE_STRINGS_H
  1072. | # include <strings.h>
  1073. | #endif
  1074. | #ifdef HAVE_INTTYPES_H
  1075. | # include <inttypes.h>
  1076. | #endif
  1077. | #ifdef HAVE_STDINT_H
  1078. | # include <stdint.h>
  1079. | #endif
  1080. | #ifdef HAVE_UNISTD_H
  1081. | # include <unistd.h>
  1082. | #endif
  1083. | #include <mach-o/rld.h>
  1084. configure:5173: result: no
  1085. configure:5173: checking mach-o/rld.h presence
  1086. configure:5173: gcc -E conftest.c
  1087. conftest.c:28:24: fatal error: mach-o/rld.h: No such file or directory
  1088. #include <mach-o/rld.h>
  1089. ^
  1090. compilation terminated.
  1091. configure:5173: $? = 1
  1092. configure: failed program was:
  1093. | /* confdefs.h */
  1094. | #define PACKAGE_NAME "Eggdrop"
  1095. | #define PACKAGE_TARNAME "eggdrop"
  1096. | #define PACKAGE_VERSION "1.6.21"
  1097. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1098. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1099. | #define PACKAGE_URL ""
  1100. | #define EGG_AC_ARGS ""
  1101. | #define STDC_HEADERS 1
  1102. | #define HAVE_SYS_TYPES_H 1
  1103. | #define HAVE_SYS_STAT_H 1
  1104. | #define HAVE_STDLIB_H 1
  1105. | #define HAVE_STRING_H 1
  1106. | #define HAVE_MEMORY_H 1
  1107. | #define HAVE_STRINGS_H 1
  1108. | #define HAVE_INTTYPES_H 1
  1109. | #define HAVE_STDINT_H 1
  1110. | #define HAVE_UNISTD_H 1
  1111. | #define __EXTENSIONS__ 1
  1112. | #define _ALL_SOURCE 1
  1113. | #define _GNU_SOURCE 1
  1114. | #define _POSIX_PTHREAD_SEMANTICS 1
  1115. | #define _TANDEM_SOURCE 1
  1116. | #define HAVE_LIBNSL 1
  1117. | #define HAVE_LIBDL 1
  1118. | #define HAVE_DLFCN_H 1
  1119. | /* end confdefs.h. */
  1120. | #include <mach-o/rld.h>
  1121. configure:5173: result: no
  1122. configure:5173: checking for mach-o/rld.h
  1123. configure:5173: result: no
  1124. configure:5186: checking for dlopen
  1125. configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  1126. configure:5186: $? = 0
  1127. configure:5186: result: yes
  1128. configure:5186: checking for load
  1129. configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  1130. /tmp/ccAvdXlt.o: In function `main':
  1131. /home/dazm/Downloads/eggdrop1.6.21/conftest.c:63: undefined reference to `load'
  1132. collect2: error: ld returned 1 exit status
  1133. configure:5186: $? = 1
  1134. configure: failed program was:
  1135. | /* confdefs.h */
  1136. | #define PACKAGE_NAME "Eggdrop"
  1137. | #define PACKAGE_TARNAME "eggdrop"
  1138. | #define PACKAGE_VERSION "1.6.21"
  1139. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1140. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1141. | #define PACKAGE_URL ""
  1142. | #define EGG_AC_ARGS ""
  1143. | #define STDC_HEADERS 1
  1144. | #define HAVE_SYS_TYPES_H 1
  1145. | #define HAVE_SYS_STAT_H 1
  1146. | #define HAVE_STDLIB_H 1
  1147. | #define HAVE_STRING_H 1
  1148. | #define HAVE_MEMORY_H 1
  1149. | #define HAVE_STRINGS_H 1
  1150. | #define HAVE_INTTYPES_H 1
  1151. | #define HAVE_STDINT_H 1
  1152. | #define HAVE_UNISTD_H 1
  1153. | #define __EXTENSIONS__ 1
  1154. | #define _ALL_SOURCE 1
  1155. | #define _GNU_SOURCE 1
  1156. | #define _POSIX_PTHREAD_SEMANTICS 1
  1157. | #define _TANDEM_SOURCE 1
  1158. | #define HAVE_LIBNSL 1
  1159. | #define HAVE_LIBDL 1
  1160. | #define HAVE_DLFCN_H 1
  1161. | #define HAVE_DLOPEN 1
  1162. | /* end confdefs.h. */
  1163. | /* Define load to an innocuous variant, in case <limits.h> declares load.
  1164. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1165. | #define load innocuous_load
  1166. |
  1167. | /* System header to define __stub macros and hopefully few prototypes,
  1168. | which can conflict with char load (); below.
  1169. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1170. | <limits.h> exists even on freestanding compilers. */
  1171. |
  1172. | #ifdef __STDC__
  1173. | # include <limits.h>
  1174. | #else
  1175. | # include <assert.h>
  1176. | #endif
  1177. |
  1178. | #undef load
  1179. |
  1180. | /* Override any GCC internal prototype to avoid an error.
  1181. | Use char because int might match the return type of a GCC
  1182. | builtin and then its argument prototype would still apply. */
  1183. | #ifdef __cplusplus
  1184. | extern "C"
  1185. | #endif
  1186. | char load ();
  1187. | /* The GNU C library defines this for functions which it implements
  1188. | to always fail with ENOSYS. Some functions are actually named
  1189. | something starting with __ and the normal name is an alias. */
  1190. | #if defined __stub_load || defined __stub___load
  1191. | choke me
  1192. | #endif
  1193. |
  1194. | int
  1195. | main ()
  1196. | {
  1197. | return load ();
  1198. | ;
  1199. | return 0;
  1200. | }
  1201. configure:5186: result: no
  1202. configure:5186: checking for NSLinkModule
  1203. configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  1204. /tmp/ccEPXFvB.o: In function `main':
  1205. /home/dazm/Downloads/eggdrop1.6.21/conftest.c:63: undefined reference to `NSLinkModule'
  1206. collect2: error: ld returned 1 exit status
  1207. configure:5186: $? = 1
  1208. configure: failed program was:
  1209. | /* confdefs.h */
  1210. | #define PACKAGE_NAME "Eggdrop"
  1211. | #define PACKAGE_TARNAME "eggdrop"
  1212. | #define PACKAGE_VERSION "1.6.21"
  1213. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1214. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1215. | #define PACKAGE_URL ""
  1216. | #define EGG_AC_ARGS ""
  1217. | #define STDC_HEADERS 1
  1218. | #define HAVE_SYS_TYPES_H 1
  1219. | #define HAVE_SYS_STAT_H 1
  1220. | #define HAVE_STDLIB_H 1
  1221. | #define HAVE_STRING_H 1
  1222. | #define HAVE_MEMORY_H 1
  1223. | #define HAVE_STRINGS_H 1
  1224. | #define HAVE_INTTYPES_H 1
  1225. | #define HAVE_STDINT_H 1
  1226. | #define HAVE_UNISTD_H 1
  1227. | #define __EXTENSIONS__ 1
  1228. | #define _ALL_SOURCE 1
  1229. | #define _GNU_SOURCE 1
  1230. | #define _POSIX_PTHREAD_SEMANTICS 1
  1231. | #define _TANDEM_SOURCE 1
  1232. | #define HAVE_LIBNSL 1
  1233. | #define HAVE_LIBDL 1
  1234. | #define HAVE_DLFCN_H 1
  1235. | #define HAVE_DLOPEN 1
  1236. | /* end confdefs.h. */
  1237. | /* Define NSLinkModule to an innocuous variant, in case <limits.h> declares NSLinkModule.
  1238. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1239. | #define NSLinkModule innocuous_NSLinkModule
  1240. |
  1241. | /* System header to define __stub macros and hopefully few prototypes,
  1242. | which can conflict with char NSLinkModule (); below.
  1243. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1244. | <limits.h> exists even on freestanding compilers. */
  1245. |
  1246. | #ifdef __STDC__
  1247. | # include <limits.h>
  1248. | #else
  1249. | # include <assert.h>
  1250. | #endif
  1251. |
  1252. | #undef NSLinkModule
  1253. |
  1254. | /* Override any GCC internal prototype to avoid an error.
  1255. | Use char because int might match the return type of a GCC
  1256. | builtin and then its argument prototype would still apply. */
  1257. | #ifdef __cplusplus
  1258. | extern "C"
  1259. | #endif
  1260. | char NSLinkModule ();
  1261. | /* The GNU C library defines this for functions which it implements
  1262. | to always fail with ENOSYS. Some functions are actually named
  1263. | something starting with __ and the normal name is an alias. */
  1264. | #if defined __stub_NSLinkModule || defined __stub___NSLinkModule
  1265. | choke me
  1266. | #endif
  1267. |
  1268. | int
  1269. | main ()
  1270. | {
  1271. | return NSLinkModule ();
  1272. | ;
  1273. | return 0;
  1274. | }
  1275. configure:5186: result: no
  1276. configure:5186: checking for shl_load
  1277. configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  1278. /tmp/ccGnHxOL.o: In function `main':
  1279. /home/dazm/Downloads/eggdrop1.6.21/conftest.c:63: undefined reference to `shl_load'
  1280. collect2: error: ld returned 1 exit status
  1281. configure:5186: $? = 1
  1282. configure: failed program was:
  1283. | /* confdefs.h */
  1284. | #define PACKAGE_NAME "Eggdrop"
  1285. | #define PACKAGE_TARNAME "eggdrop"
  1286. | #define PACKAGE_VERSION "1.6.21"
  1287. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1288. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1289. | #define PACKAGE_URL ""
  1290. | #define EGG_AC_ARGS ""
  1291. | #define STDC_HEADERS 1
  1292. | #define HAVE_SYS_TYPES_H 1
  1293. | #define HAVE_SYS_STAT_H 1
  1294. | #define HAVE_STDLIB_H 1
  1295. | #define HAVE_STRING_H 1
  1296. | #define HAVE_MEMORY_H 1
  1297. | #define HAVE_STRINGS_H 1
  1298. | #define HAVE_INTTYPES_H 1
  1299. | #define HAVE_STDINT_H 1
  1300. | #define HAVE_UNISTD_H 1
  1301. | #define __EXTENSIONS__ 1
  1302. | #define _ALL_SOURCE 1
  1303. | #define _GNU_SOURCE 1
  1304. | #define _POSIX_PTHREAD_SEMANTICS 1
  1305. | #define _TANDEM_SOURCE 1
  1306. | #define HAVE_LIBNSL 1
  1307. | #define HAVE_LIBDL 1
  1308. | #define HAVE_DLFCN_H 1
  1309. | #define HAVE_DLOPEN 1
  1310. | /* end confdefs.h. */
  1311. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  1312. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1313. | #define shl_load innocuous_shl_load
  1314. |
  1315. | /* System header to define __stub macros and hopefully few prototypes,
  1316. | which can conflict with char shl_load (); below.
  1317. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1318. | <limits.h> exists even on freestanding compilers. */
  1319. |
  1320. | #ifdef __STDC__
  1321. | # include <limits.h>
  1322. | #else
  1323. | # include <assert.h>
  1324. | #endif
  1325. |
  1326. | #undef shl_load
  1327. |
  1328. | /* Override any GCC internal prototype to avoid an error.
  1329. | Use char because int might match the return type of a GCC
  1330. | builtin and then its argument prototype would still apply. */
  1331. | #ifdef __cplusplus
  1332. | extern "C"
  1333. | #endif
  1334. | char shl_load ();
  1335. | /* The GNU C library defines this for functions which it implements
  1336. | to always fail with ENOSYS. Some functions are actually named
  1337. | something starting with __ and the normal name is an alias. */
  1338. | #if defined __stub_shl_load || defined __stub___shl_load
  1339. | choke me
  1340. | #endif
  1341. |
  1342. | int
  1343. | main ()
  1344. | {
  1345. | return shl_load ();
  1346. | ;
  1347. | return 0;
  1348. | }
  1349. configure:5186: result: no
  1350. configure:5186: checking for rld_load
  1351. configure:5186: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  1352. /tmp/ccaNzHUR.o: In function `main':
  1353. /home/dazm/Downloads/eggdrop1.6.21/conftest.c:63: undefined reference to `rld_load'
  1354. collect2: error: ld returned 1 exit status
  1355. configure:5186: $? = 1
  1356. configure: failed program was:
  1357. | /* confdefs.h */
  1358. | #define PACKAGE_NAME "Eggdrop"
  1359. | #define PACKAGE_TARNAME "eggdrop"
  1360. | #define PACKAGE_VERSION "1.6.21"
  1361. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1362. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1363. | #define PACKAGE_URL ""
  1364. | #define EGG_AC_ARGS ""
  1365. | #define STDC_HEADERS 1
  1366. | #define HAVE_SYS_TYPES_H 1
  1367. | #define HAVE_SYS_STAT_H 1
  1368. | #define HAVE_STDLIB_H 1
  1369. | #define HAVE_STRING_H 1
  1370. | #define HAVE_MEMORY_H 1
  1371. | #define HAVE_STRINGS_H 1
  1372. | #define HAVE_INTTYPES_H 1
  1373. | #define HAVE_STDINT_H 1
  1374. | #define HAVE_UNISTD_H 1
  1375. | #define __EXTENSIONS__ 1
  1376. | #define _ALL_SOURCE 1
  1377. | #define _GNU_SOURCE 1
  1378. | #define _POSIX_PTHREAD_SEMANTICS 1
  1379. | #define _TANDEM_SOURCE 1
  1380. | #define HAVE_LIBNSL 1
  1381. | #define HAVE_LIBDL 1
  1382. | #define HAVE_DLFCN_H 1
  1383. | #define HAVE_DLOPEN 1
  1384. | /* end confdefs.h. */
  1385. | /* Define rld_load to an innocuous variant, in case <limits.h> declares rld_load.
  1386. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1387. | #define rld_load innocuous_rld_load
  1388. |
  1389. | /* System header to define __stub macros and hopefully few prototypes,
  1390. | which can conflict with char rld_load (); below.
  1391. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1392. | <limits.h> exists even on freestanding compilers. */
  1393. |
  1394. | #ifdef __STDC__
  1395. | # include <limits.h>
  1396. | #else
  1397. | # include <assert.h>
  1398. | #endif
  1399. |
  1400. | #undef rld_load
  1401. |
  1402. | /* Override any GCC internal prototype to avoid an error.
  1403. | Use char because int might match the return type of a GCC
  1404. | builtin and then its argument prototype would still apply. */
  1405. | #ifdef __cplusplus
  1406. | extern "C"
  1407. | #endif
  1408. | char rld_load ();
  1409. | /* The GNU C library defines this for functions which it implements
  1410. | to always fail with ENOSYS. Some functions are actually named
  1411. | something starting with __ and the normal name is an alias. */
  1412. | #if defined __stub_rld_load || defined __stub___rld_load
  1413. | choke me
  1414. | #endif
  1415. |
  1416. | int
  1417. | main ()
  1418. | {
  1419. | return rld_load ();
  1420. | ;
  1421. | return 0;
  1422. | }
  1423. configure:5186: result: no
  1424. configure:5582: checking for dirent.h that defines DIR
  1425. configure:5601: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1426. configure:5601: $? = 0
  1427. configure:5609: result: yes
  1428. configure:5622: checking for library containing opendir
  1429. configure:5653: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  1430. configure:5653: $? = 0
  1431. configure:5670: result: none required
  1432. configure:5737: checking whether time.h and sys/time.h may both be included
  1433. configure:5757: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1434. configure:5757: $? = 0
  1435. configure:5764: result: yes
  1436. configure:5775: checking arpa/inet.h usability
  1437. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1438. configure:5775: $? = 0
  1439. configure:5775: result: yes
  1440. configure:5775: checking arpa/inet.h presence
  1441. configure:5775: gcc -E conftest.c
  1442. configure:5775: $? = 0
  1443. configure:5775: result: yes
  1444. configure:5775: checking for arpa/inet.h
  1445. configure:5775: result: yes
  1446. configure:5775: checking fcntl.h usability
  1447. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1448. configure:5775: $? = 0
  1449. configure:5775: result: yes
  1450. configure:5775: checking fcntl.h presence
  1451. configure:5775: gcc -E conftest.c
  1452. configure:5775: $? = 0
  1453. configure:5775: result: yes
  1454. configure:5775: checking for fcntl.h
  1455. configure:5775: result: yes
  1456. configure:5775: checking limits.h usability
  1457. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1458. configure:5775: $? = 0
  1459. configure:5775: result: yes
  1460. configure:5775: checking limits.h presence
  1461. configure:5775: gcc -E conftest.c
  1462. configure:5775: $? = 0
  1463. configure:5775: result: yes
  1464. configure:5775: checking for limits.h
  1465. configure:5775: result: yes
  1466. configure:5775: checking locale.h usability
  1467. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1468. configure:5775: $? = 0
  1469. configure:5775: result: yes
  1470. configure:5775: checking locale.h presence
  1471. configure:5775: gcc -E conftest.c
  1472. configure:5775: $? = 0
  1473. configure:5775: result: yes
  1474. configure:5775: checking for locale.h
  1475. configure:5775: result: yes
  1476. configure:5775: checking netdb.h usability
  1477. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1478. configure:5775: $? = 0
  1479. configure:5775: result: yes
  1480. configure:5775: checking netdb.h presence
  1481. configure:5775: gcc -E conftest.c
  1482. configure:5775: $? = 0
  1483. configure:5775: result: yes
  1484. configure:5775: checking for netdb.h
  1485. configure:5775: result: yes
  1486. configure:5775: checking netinet/in.h usability
  1487. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1488. configure:5775: $? = 0
  1489. configure:5775: result: yes
  1490. configure:5775: checking netinet/in.h presence
  1491. configure:5775: gcc -E conftest.c
  1492. configure:5775: $? = 0
  1493. configure:5775: result: yes
  1494. configure:5775: checking for netinet/in.h
  1495. configure:5775: result: yes
  1496. configure:5775: checking stdio.h usability
  1497. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1498. configure:5775: $? = 0
  1499. configure:5775: result: yes
  1500. configure:5775: checking stdio.h presence
  1501. configure:5775: gcc -E conftest.c
  1502. configure:5775: $? = 0
  1503. configure:5775: result: yes
  1504. configure:5775: checking for stdio.h
  1505. configure:5775: result: yes
  1506. configure:5775: checking stdarg.h usability
  1507. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1508. configure:5775: $? = 0
  1509. configure:5775: result: yes
  1510. configure:5775: checking stdarg.h presence
  1511. configure:5775: gcc -E conftest.c
  1512. configure:5775: $? = 0
  1513. configure:5775: result: yes
  1514. configure:5775: checking for stdarg.h
  1515. configure:5775: result: yes
  1516. configure:5775: checking stddef.h usability
  1517. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1518. configure:5775: $? = 0
  1519. configure:5775: result: yes
  1520. configure:5775: checking stddef.h presence
  1521. configure:5775: gcc -E conftest.c
  1522. configure:5775: $? = 0
  1523. configure:5775: result: yes
  1524. configure:5775: checking for stddef.h
  1525. configure:5775: result: yes
  1526. configure:5775: checking sys/file.h usability
  1527. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1528. configure:5775: $? = 0
  1529. configure:5775: result: yes
  1530. configure:5775: checking sys/file.h presence
  1531. configure:5775: gcc -E conftest.c
  1532. configure:5775: $? = 0
  1533. configure:5775: result: yes
  1534. configure:5775: checking for sys/file.h
  1535. configure:5775: result: yes
  1536. configure:5775: checking sys/param.h usability
  1537. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1538. configure:5775: $? = 0
  1539. configure:5775: result: yes
  1540. configure:5775: checking sys/param.h presence
  1541. configure:5775: gcc -E conftest.c
  1542. configure:5775: $? = 0
  1543. configure:5775: result: yes
  1544. configure:5775: checking for sys/param.h
  1545. configure:5775: result: yes
  1546. configure:5775: checking sys/rusage.h usability
  1547. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1548. conftest.c:78:24: fatal error: sys/rusage.h: No such file or directory
  1549. #include <sys/rusage.h>
  1550. ^
  1551. compilation terminated.
  1552. configure:5775: $? = 1
  1553. configure: failed program was:
  1554. | /* confdefs.h */
  1555. | #define PACKAGE_NAME "Eggdrop"
  1556. | #define PACKAGE_TARNAME "eggdrop"
  1557. | #define PACKAGE_VERSION "1.6.21"
  1558. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1559. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1560. | #define PACKAGE_URL ""
  1561. | #define EGG_AC_ARGS ""
  1562. | #define STDC_HEADERS 1
  1563. | #define HAVE_SYS_TYPES_H 1
  1564. | #define HAVE_SYS_STAT_H 1
  1565. | #define HAVE_STDLIB_H 1
  1566. | #define HAVE_STRING_H 1
  1567. | #define HAVE_MEMORY_H 1
  1568. | #define HAVE_STRINGS_H 1
  1569. | #define HAVE_INTTYPES_H 1
  1570. | #define HAVE_STDINT_H 1
  1571. | #define HAVE_UNISTD_H 1
  1572. | #define __EXTENSIONS__ 1
  1573. | #define _ALL_SOURCE 1
  1574. | #define _GNU_SOURCE 1
  1575. | #define _POSIX_PTHREAD_SEMANTICS 1
  1576. | #define _TANDEM_SOURCE 1
  1577. | #define HAVE_LIBNSL 1
  1578. | #define HAVE_LIBDL 1
  1579. | #define HAVE_DLFCN_H 1
  1580. | #define HAVE_DLOPEN 1
  1581. | #define MODULES_OK 1
  1582. | #define MOD_USE_DL 1
  1583. | #define EGG_MOD_EXT "so"
  1584. | #define HAVE_DIRENT_H 1
  1585. | #define TIME_WITH_SYS_TIME 1
  1586. | #define HAVE_ARPA_INET_H 1
  1587. | #define HAVE_FCNTL_H 1
  1588. | #define HAVE_LIMITS_H 1
  1589. | #define HAVE_LOCALE_H 1
  1590. | #define HAVE_NETDB_H 1
  1591. | #define HAVE_NETINET_IN_H 1
  1592. | #define HAVE_STDIO_H 1
  1593. | #define HAVE_STDARG_H 1
  1594. | #define HAVE_STDDEF_H 1
  1595. | #define HAVE_SYS_FILE_H 1
  1596. | #define HAVE_SYS_PARAM_H 1
  1597. | /* end confdefs.h. */
  1598. | #include <stdio.h>
  1599. | #ifdef HAVE_SYS_TYPES_H
  1600. | # include <sys/types.h>
  1601. | #endif
  1602. | #ifdef HAVE_SYS_STAT_H
  1603. | # include <sys/stat.h>
  1604. | #endif
  1605. | #ifdef STDC_HEADERS
  1606. | # include <stdlib.h>
  1607. | # include <stddef.h>
  1608. | #else
  1609. | # ifdef HAVE_STDLIB_H
  1610. | # include <stdlib.h>
  1611. | # endif
  1612. | #endif
  1613. | #ifdef HAVE_STRING_H
  1614. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1615. | # include <memory.h>
  1616. | # endif
  1617. | # include <string.h>
  1618. | #endif
  1619. | #ifdef HAVE_STRINGS_H
  1620. | # include <strings.h>
  1621. | #endif
  1622. | #ifdef HAVE_INTTYPES_H
  1623. | # include <inttypes.h>
  1624. | #endif
  1625. | #ifdef HAVE_STDINT_H
  1626. | # include <stdint.h>
  1627. | #endif
  1628. | #ifdef HAVE_UNISTD_H
  1629. | # include <unistd.h>
  1630. | #endif
  1631. | #include <sys/rusage.h>
  1632. configure:5775: result: no
  1633. configure:5775: checking sys/rusage.h presence
  1634. configure:5775: gcc -E conftest.c
  1635. conftest.c:45:24: fatal error: sys/rusage.h: No such file or directory
  1636. #include <sys/rusage.h>
  1637. ^
  1638. compilation terminated.
  1639. configure:5775: $? = 1
  1640. configure: failed program was:
  1641. | /* confdefs.h */
  1642. | #define PACKAGE_NAME "Eggdrop"
  1643. | #define PACKAGE_TARNAME "eggdrop"
  1644. | #define PACKAGE_VERSION "1.6.21"
  1645. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1646. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1647. | #define PACKAGE_URL ""
  1648. | #define EGG_AC_ARGS ""
  1649. | #define STDC_HEADERS 1
  1650. | #define HAVE_SYS_TYPES_H 1
  1651. | #define HAVE_SYS_STAT_H 1
  1652. | #define HAVE_STDLIB_H 1
  1653. | #define HAVE_STRING_H 1
  1654. | #define HAVE_MEMORY_H 1
  1655. | #define HAVE_STRINGS_H 1
  1656. | #define HAVE_INTTYPES_H 1
  1657. | #define HAVE_STDINT_H 1
  1658. | #define HAVE_UNISTD_H 1
  1659. | #define __EXTENSIONS__ 1
  1660. | #define _ALL_SOURCE 1
  1661. | #define _GNU_SOURCE 1
  1662. | #define _POSIX_PTHREAD_SEMANTICS 1
  1663. | #define _TANDEM_SOURCE 1
  1664. | #define HAVE_LIBNSL 1
  1665. | #define HAVE_LIBDL 1
  1666. | #define HAVE_DLFCN_H 1
  1667. | #define HAVE_DLOPEN 1
  1668. | #define MODULES_OK 1
  1669. | #define MOD_USE_DL 1
  1670. | #define EGG_MOD_EXT "so"
  1671. | #define HAVE_DIRENT_H 1
  1672. | #define TIME_WITH_SYS_TIME 1
  1673. | #define HAVE_ARPA_INET_H 1
  1674. | #define HAVE_FCNTL_H 1
  1675. | #define HAVE_LIMITS_H 1
  1676. | #define HAVE_LOCALE_H 1
  1677. | #define HAVE_NETDB_H 1
  1678. | #define HAVE_NETINET_IN_H 1
  1679. | #define HAVE_STDIO_H 1
  1680. | #define HAVE_STDARG_H 1
  1681. | #define HAVE_STDDEF_H 1
  1682. | #define HAVE_SYS_FILE_H 1
  1683. | #define HAVE_SYS_PARAM_H 1
  1684. | /* end confdefs.h. */
  1685. | #include <sys/rusage.h>
  1686. configure:5775: result: no
  1687. configure:5775: checking for sys/rusage.h
  1688. configure:5775: result: no
  1689. configure:5775: checking sys/select.h usability
  1690. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1691. configure:5775: $? = 0
  1692. configure:5775: result: yes
  1693. configure:5775: checking sys/select.h presence
  1694. configure:5775: gcc -E conftest.c
  1695. configure:5775: $? = 0
  1696. configure:5775: result: yes
  1697. configure:5775: checking for sys/select.h
  1698. configure:5775: result: yes
  1699. configure:5775: checking sys/socket.h usability
  1700. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1701. configure:5775: $? = 0
  1702. configure:5775: result: yes
  1703. configure:5775: checking sys/socket.h presence
  1704. configure:5775: gcc -E conftest.c
  1705. configure:5775: $? = 0
  1706. configure:5775: result: yes
  1707. configure:5775: checking for sys/socket.h
  1708. configure:5775: result: yes
  1709. configure:5775: checking sys/time.h usability
  1710. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1711. configure:5775: $? = 0
  1712. configure:5775: result: yes
  1713. configure:5775: checking sys/time.h presence
  1714. configure:5775: gcc -E conftest.c
  1715. configure:5775: $? = 0
  1716. configure:5775: result: yes
  1717. configure:5775: checking for sys/time.h
  1718. configure:5775: result: yes
  1719. configure:5775: checking for unistd.h
  1720. configure:5775: result: yes
  1721. configure:5775: checking wchar.h usability
  1722. configure:5775: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1723. configure:5775: $? = 0
  1724. configure:5775: result: yes
  1725. configure:5775: checking wchar.h presence
  1726. configure:5775: gcc -E conftest.c
  1727. configure:5775: $? = 0
  1728. configure:5775: result: yes
  1729. configure:5775: checking for wchar.h
  1730. configure:5775: result: yes
  1731. configure:5788: checking for an ANSI C-conforming const
  1732. configure:5853: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1733. conftest.c: In function 'main':
  1734. conftest.c:79:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
  1735. *t++ = 0;
  1736. ^
  1737. conftest.c:101:13: warning: 'cs[0]' is used uninitialized in this function [-Wuninitialized]
  1738. return !cs[0] && !zero.x;
  1739. ^
  1740. configure:5853: $? = 0
  1741. configure:5860: result: yes
  1742. configure:5868: checking whether byte ordering is bigendian
  1743. configure:5883: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1744. conftest.c:51:9: error: unknown type name 'not'
  1745. not a universal capable compiler
  1746. ^
  1747. conftest.c:51:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  1748. not a universal capable compiler
  1749. ^
  1750. conftest.c:51:15: error: unknown type name 'universal'
  1751. configure:5883: $? = 1
  1752. configure: failed program was:
  1753. | /* confdefs.h */
  1754. | #define PACKAGE_NAME "Eggdrop"
  1755. | #define PACKAGE_TARNAME "eggdrop"
  1756. | #define PACKAGE_VERSION "1.6.21"
  1757. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1758. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1759. | #define PACKAGE_URL ""
  1760. | #define EGG_AC_ARGS ""
  1761. | #define STDC_HEADERS 1
  1762. | #define HAVE_SYS_TYPES_H 1
  1763. | #define HAVE_SYS_STAT_H 1
  1764. | #define HAVE_STDLIB_H 1
  1765. | #define HAVE_STRING_H 1
  1766. | #define HAVE_MEMORY_H 1
  1767. | #define HAVE_STRINGS_H 1
  1768. | #define HAVE_INTTYPES_H 1
  1769. | #define HAVE_STDINT_H 1
  1770. | #define HAVE_UNISTD_H 1
  1771. | #define __EXTENSIONS__ 1
  1772. | #define _ALL_SOURCE 1
  1773. | #define _GNU_SOURCE 1
  1774. | #define _POSIX_PTHREAD_SEMANTICS 1
  1775. | #define _TANDEM_SOURCE 1
  1776. | #define HAVE_LIBNSL 1
  1777. | #define HAVE_LIBDL 1
  1778. | #define HAVE_DLFCN_H 1
  1779. | #define HAVE_DLOPEN 1
  1780. | #define MODULES_OK 1
  1781. | #define MOD_USE_DL 1
  1782. | #define EGG_MOD_EXT "so"
  1783. | #define HAVE_DIRENT_H 1
  1784. | #define TIME_WITH_SYS_TIME 1
  1785. | #define HAVE_ARPA_INET_H 1
  1786. | #define HAVE_FCNTL_H 1
  1787. | #define HAVE_LIMITS_H 1
  1788. | #define HAVE_LOCALE_H 1
  1789. | #define HAVE_NETDB_H 1
  1790. | #define HAVE_NETINET_IN_H 1
  1791. | #define HAVE_STDIO_H 1
  1792. | #define HAVE_STDARG_H 1
  1793. | #define HAVE_STDDEF_H 1
  1794. | #define HAVE_SYS_FILE_H 1
  1795. | #define HAVE_SYS_PARAM_H 1
  1796. | #define HAVE_SYS_SELECT_H 1
  1797. | #define HAVE_SYS_SOCKET_H 1
  1798. | #define HAVE_SYS_TIME_H 1
  1799. | #define HAVE_UNISTD_H 1
  1800. | #define HAVE_WCHAR_H 1
  1801. | /* end confdefs.h. */
  1802. | #ifndef __APPLE_CC__
  1803. | not a universal capable compiler
  1804. | #endif
  1805. | typedef int dummy;
  1806. |
  1807. configure:5928: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1808. configure:5928: $? = 0
  1809. configure:5946: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1810. conftest.c: In function 'main':
  1811. conftest.c:57:4: error: unknown type name 'not'
  1812. not big endian
  1813. ^
  1814. conftest.c:57:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  1815. not big endian
  1816. ^
  1817. configure:5946: $? = 1
  1818. configure: failed program was:
  1819. | /* confdefs.h */
  1820. | #define PACKAGE_NAME "Eggdrop"
  1821. | #define PACKAGE_TARNAME "eggdrop"
  1822. | #define PACKAGE_VERSION "1.6.21"
  1823. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1824. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1825. | #define PACKAGE_URL ""
  1826. | #define EGG_AC_ARGS ""
  1827. | #define STDC_HEADERS 1
  1828. | #define HAVE_SYS_TYPES_H 1
  1829. | #define HAVE_SYS_STAT_H 1
  1830. | #define HAVE_STDLIB_H 1
  1831. | #define HAVE_STRING_H 1
  1832. | #define HAVE_MEMORY_H 1
  1833. | #define HAVE_STRINGS_H 1
  1834. | #define HAVE_INTTYPES_H 1
  1835. | #define HAVE_STDINT_H 1
  1836. | #define HAVE_UNISTD_H 1
  1837. | #define __EXTENSIONS__ 1
  1838. | #define _ALL_SOURCE 1
  1839. | #define _GNU_SOURCE 1
  1840. | #define _POSIX_PTHREAD_SEMANTICS 1
  1841. | #define _TANDEM_SOURCE 1
  1842. | #define HAVE_LIBNSL 1
  1843. | #define HAVE_LIBDL 1
  1844. | #define HAVE_DLFCN_H 1
  1845. | #define HAVE_DLOPEN 1
  1846. | #define MODULES_OK 1
  1847. | #define MOD_USE_DL 1
  1848. | #define EGG_MOD_EXT "so"
  1849. | #define HAVE_DIRENT_H 1
  1850. | #define TIME_WITH_SYS_TIME 1
  1851. | #define HAVE_ARPA_INET_H 1
  1852. | #define HAVE_FCNTL_H 1
  1853. | #define HAVE_LIMITS_H 1
  1854. | #define HAVE_LOCALE_H 1
  1855. | #define HAVE_NETDB_H 1
  1856. | #define HAVE_NETINET_IN_H 1
  1857. | #define HAVE_STDIO_H 1
  1858. | #define HAVE_STDARG_H 1
  1859. | #define HAVE_STDDEF_H 1
  1860. | #define HAVE_SYS_FILE_H 1
  1861. | #define HAVE_SYS_PARAM_H 1
  1862. | #define HAVE_SYS_SELECT_H 1
  1863. | #define HAVE_SYS_SOCKET_H 1
  1864. | #define HAVE_SYS_TIME_H 1
  1865. | #define HAVE_UNISTD_H 1
  1866. | #define HAVE_WCHAR_H 1
  1867. | /* end confdefs.h. */
  1868. | #include <sys/types.h>
  1869. | #include <sys/param.h>
  1870. |
  1871. | int
  1872. | main ()
  1873. | {
  1874. | #if BYTE_ORDER != BIG_ENDIAN
  1875. | not big endian
  1876. | #endif
  1877. |
  1878. | ;
  1879. | return 0;
  1880. | }
  1881. configure:6074: result: no
  1882. configure:6092: checking for inline
  1883. configure:6108: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1884. configure:6108: $? = 0
  1885. configure:6116: result: inline
  1886. configure:6135: checking for intptr_t
  1887. configure:6135: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1888. configure:6135: $? = 0
  1889. configure:6135: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1890. conftest.c: In function 'main':
  1891. conftest.c:86:23: error: expected expression before ')' token
  1892. if (sizeof ((intptr_t)))
  1893. ^
  1894. configure:6135: $? = 1
  1895. configure: failed program was:
  1896. | /* confdefs.h */
  1897. | #define PACKAGE_NAME "Eggdrop"
  1898. | #define PACKAGE_TARNAME "eggdrop"
  1899. | #define PACKAGE_VERSION "1.6.21"
  1900. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  1901. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  1902. | #define PACKAGE_URL ""
  1903. | #define EGG_AC_ARGS ""
  1904. | #define STDC_HEADERS 1
  1905. | #define HAVE_SYS_TYPES_H 1
  1906. | #define HAVE_SYS_STAT_H 1
  1907. | #define HAVE_STDLIB_H 1
  1908. | #define HAVE_STRING_H 1
  1909. | #define HAVE_MEMORY_H 1
  1910. | #define HAVE_STRINGS_H 1
  1911. | #define HAVE_INTTYPES_H 1
  1912. | #define HAVE_STDINT_H 1
  1913. | #define HAVE_UNISTD_H 1
  1914. | #define __EXTENSIONS__ 1
  1915. | #define _ALL_SOURCE 1
  1916. | #define _GNU_SOURCE 1
  1917. | #define _POSIX_PTHREAD_SEMANTICS 1
  1918. | #define _TANDEM_SOURCE 1
  1919. | #define HAVE_LIBNSL 1
  1920. | #define HAVE_LIBDL 1
  1921. | #define HAVE_DLFCN_H 1
  1922. | #define HAVE_DLOPEN 1
  1923. | #define MODULES_OK 1
  1924. | #define MOD_USE_DL 1
  1925. | #define EGG_MOD_EXT "so"
  1926. | #define HAVE_DIRENT_H 1
  1927. | #define TIME_WITH_SYS_TIME 1
  1928. | #define HAVE_ARPA_INET_H 1
  1929. | #define HAVE_FCNTL_H 1
  1930. | #define HAVE_LIMITS_H 1
  1931. | #define HAVE_LOCALE_H 1
  1932. | #define HAVE_NETDB_H 1
  1933. | #define HAVE_NETINET_IN_H 1
  1934. | #define HAVE_STDIO_H 1
  1935. | #define HAVE_STDARG_H 1
  1936. | #define HAVE_STDDEF_H 1
  1937. | #define HAVE_SYS_FILE_H 1
  1938. | #define HAVE_SYS_PARAM_H 1
  1939. | #define HAVE_SYS_SELECT_H 1
  1940. | #define HAVE_SYS_SOCKET_H 1
  1941. | #define HAVE_SYS_TIME_H 1
  1942. | #define HAVE_UNISTD_H 1
  1943. | #define HAVE_WCHAR_H 1
  1944. | /* end confdefs.h. */
  1945. | #include <stdio.h>
  1946. | #ifdef HAVE_SYS_TYPES_H
  1947. | # include <sys/types.h>
  1948. | #endif
  1949. | #ifdef HAVE_SYS_STAT_H
  1950. | # include <sys/stat.h>
  1951. | #endif
  1952. | #ifdef STDC_HEADERS
  1953. | # include <stdlib.h>
  1954. | # include <stddef.h>
  1955. | #else
  1956. | # ifdef HAVE_STDLIB_H
  1957. | # include <stdlib.h>
  1958. | # endif
  1959. | #endif
  1960. | #ifdef HAVE_STRING_H
  1961. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1962. | # include <memory.h>
  1963. | # endif
  1964. | # include <string.h>
  1965. | #endif
  1966. | #ifdef HAVE_STRINGS_H
  1967. | # include <strings.h>
  1968. | #endif
  1969. | #ifdef HAVE_INTTYPES_H
  1970. | # include <inttypes.h>
  1971. | #endif
  1972. | #ifdef HAVE_STDINT_H
  1973. | # include <stdint.h>
  1974. | #endif
  1975. | #ifdef HAVE_UNISTD_H
  1976. | # include <unistd.h>
  1977. | #endif
  1978. | int
  1979. | main ()
  1980. | {
  1981. | if (sizeof ((intptr_t)))
  1982. | return 0;
  1983. | ;
  1984. | return 0;
  1985. | }
  1986. configure:6135: result: yes
  1987. configure:6169: checking for pid_t
  1988. configure:6169: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1989. configure:6169: $? = 0
  1990. configure:6169: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  1991. conftest.c: In function 'main':
  1992. conftest.c:87:20: error: expected expression before ')' token
  1993. if (sizeof ((pid_t)))
  1994. ^
  1995. configure:6169: $? = 1
  1996. configure: failed program was:
  1997. | /* confdefs.h */
  1998. | #define PACKAGE_NAME "Eggdrop"
  1999. | #define PACKAGE_TARNAME "eggdrop"
  2000. | #define PACKAGE_VERSION "1.6.21"
  2001. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2002. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2003. | #define PACKAGE_URL ""
  2004. | #define EGG_AC_ARGS ""
  2005. | #define STDC_HEADERS 1
  2006. | #define HAVE_SYS_TYPES_H 1
  2007. | #define HAVE_SYS_STAT_H 1
  2008. | #define HAVE_STDLIB_H 1
  2009. | #define HAVE_STRING_H 1
  2010. | #define HAVE_MEMORY_H 1
  2011. | #define HAVE_STRINGS_H 1
  2012. | #define HAVE_INTTYPES_H 1
  2013. | #define HAVE_STDINT_H 1
  2014. | #define HAVE_UNISTD_H 1
  2015. | #define __EXTENSIONS__ 1
  2016. | #define _ALL_SOURCE 1
  2017. | #define _GNU_SOURCE 1
  2018. | #define _POSIX_PTHREAD_SEMANTICS 1
  2019. | #define _TANDEM_SOURCE 1
  2020. | #define HAVE_LIBNSL 1
  2021. | #define HAVE_LIBDL 1
  2022. | #define HAVE_DLFCN_H 1
  2023. | #define HAVE_DLOPEN 1
  2024. | #define MODULES_OK 1
  2025. | #define MOD_USE_DL 1
  2026. | #define EGG_MOD_EXT "so"
  2027. | #define HAVE_DIRENT_H 1
  2028. | #define TIME_WITH_SYS_TIME 1
  2029. | #define HAVE_ARPA_INET_H 1
  2030. | #define HAVE_FCNTL_H 1
  2031. | #define HAVE_LIMITS_H 1
  2032. | #define HAVE_LOCALE_H 1
  2033. | #define HAVE_NETDB_H 1
  2034. | #define HAVE_NETINET_IN_H 1
  2035. | #define HAVE_STDIO_H 1
  2036. | #define HAVE_STDARG_H 1
  2037. | #define HAVE_STDDEF_H 1
  2038. | #define HAVE_SYS_FILE_H 1
  2039. | #define HAVE_SYS_PARAM_H 1
  2040. | #define HAVE_SYS_SELECT_H 1
  2041. | #define HAVE_SYS_SOCKET_H 1
  2042. | #define HAVE_SYS_TIME_H 1
  2043. | #define HAVE_UNISTD_H 1
  2044. | #define HAVE_WCHAR_H 1
  2045. | #define HAVE_INTPTR_T 1
  2046. | /* end confdefs.h. */
  2047. | #include <stdio.h>
  2048. | #ifdef HAVE_SYS_TYPES_H
  2049. | # include <sys/types.h>
  2050. | #endif
  2051. | #ifdef HAVE_SYS_STAT_H
  2052. | # include <sys/stat.h>
  2053. | #endif
  2054. | #ifdef STDC_HEADERS
  2055. | # include <stdlib.h>
  2056. | # include <stddef.h>
  2057. | #else
  2058. | # ifdef HAVE_STDLIB_H
  2059. | # include <stdlib.h>
  2060. | # endif
  2061. | #endif
  2062. | #ifdef HAVE_STRING_H
  2063. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2064. | # include <memory.h>
  2065. | # endif
  2066. | # include <string.h>
  2067. | #endif
  2068. | #ifdef HAVE_STRINGS_H
  2069. | # include <strings.h>
  2070. | #endif
  2071. | #ifdef HAVE_INTTYPES_H
  2072. | # include <inttypes.h>
  2073. | #endif
  2074. | #ifdef HAVE_STDINT_H
  2075. | # include <stdint.h>
  2076. | #endif
  2077. | #ifdef HAVE_UNISTD_H
  2078. | # include <unistd.h>
  2079. | #endif
  2080. | int
  2081. | main ()
  2082. | {
  2083. | if (sizeof ((pid_t)))
  2084. | return 0;
  2085. | ;
  2086. | return 0;
  2087. | }
  2088. configure:6169: result: yes
  2089. configure:6180: checking for size_t
  2090. configure:6180: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2091. configure:6180: $? = 0
  2092. configure:6180: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2093. conftest.c: In function 'main':
  2094. conftest.c:87:21: error: expected expression before ')' token
  2095. if (sizeof ((size_t)))
  2096. ^
  2097. configure:6180: $? = 1
  2098. configure: failed program was:
  2099. | /* confdefs.h */
  2100. | #define PACKAGE_NAME "Eggdrop"
  2101. | #define PACKAGE_TARNAME "eggdrop"
  2102. | #define PACKAGE_VERSION "1.6.21"
  2103. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2104. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2105. | #define PACKAGE_URL ""
  2106. | #define EGG_AC_ARGS ""
  2107. | #define STDC_HEADERS 1
  2108. | #define HAVE_SYS_TYPES_H 1
  2109. | #define HAVE_SYS_STAT_H 1
  2110. | #define HAVE_STDLIB_H 1
  2111. | #define HAVE_STRING_H 1
  2112. | #define HAVE_MEMORY_H 1
  2113. | #define HAVE_STRINGS_H 1
  2114. | #define HAVE_INTTYPES_H 1
  2115. | #define HAVE_STDINT_H 1
  2116. | #define HAVE_UNISTD_H 1
  2117. | #define __EXTENSIONS__ 1
  2118. | #define _ALL_SOURCE 1
  2119. | #define _GNU_SOURCE 1
  2120. | #define _POSIX_PTHREAD_SEMANTICS 1
  2121. | #define _TANDEM_SOURCE 1
  2122. | #define HAVE_LIBNSL 1
  2123. | #define HAVE_LIBDL 1
  2124. | #define HAVE_DLFCN_H 1
  2125. | #define HAVE_DLOPEN 1
  2126. | #define MODULES_OK 1
  2127. | #define MOD_USE_DL 1
  2128. | #define EGG_MOD_EXT "so"
  2129. | #define HAVE_DIRENT_H 1
  2130. | #define TIME_WITH_SYS_TIME 1
  2131. | #define HAVE_ARPA_INET_H 1
  2132. | #define HAVE_FCNTL_H 1
  2133. | #define HAVE_LIMITS_H 1
  2134. | #define HAVE_LOCALE_H 1
  2135. | #define HAVE_NETDB_H 1
  2136. | #define HAVE_NETINET_IN_H 1
  2137. | #define HAVE_STDIO_H 1
  2138. | #define HAVE_STDARG_H 1
  2139. | #define HAVE_STDDEF_H 1
  2140. | #define HAVE_SYS_FILE_H 1
  2141. | #define HAVE_SYS_PARAM_H 1
  2142. | #define HAVE_SYS_SELECT_H 1
  2143. | #define HAVE_SYS_SOCKET_H 1
  2144. | #define HAVE_SYS_TIME_H 1
  2145. | #define HAVE_UNISTD_H 1
  2146. | #define HAVE_WCHAR_H 1
  2147. | #define HAVE_INTPTR_T 1
  2148. | /* end confdefs.h. */
  2149. | #include <stdio.h>
  2150. | #ifdef HAVE_SYS_TYPES_H
  2151. | # include <sys/types.h>
  2152. | #endif
  2153. | #ifdef HAVE_SYS_STAT_H
  2154. | # include <sys/stat.h>
  2155. | #endif
  2156. | #ifdef STDC_HEADERS
  2157. | # include <stdlib.h>
  2158. | # include <stddef.h>
  2159. | #else
  2160. | # ifdef HAVE_STDLIB_H
  2161. | # include <stdlib.h>
  2162. | # endif
  2163. | #endif
  2164. | #ifdef HAVE_STRING_H
  2165. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2166. | # include <memory.h>
  2167. | # endif
  2168. | # include <string.h>
  2169. | #endif
  2170. | #ifdef HAVE_STRINGS_H
  2171. | # include <strings.h>
  2172. | #endif
  2173. | #ifdef HAVE_INTTYPES_H
  2174. | # include <inttypes.h>
  2175. | #endif
  2176. | #ifdef HAVE_STDINT_H
  2177. | # include <stdint.h>
  2178. | #endif
  2179. | #ifdef HAVE_UNISTD_H
  2180. | # include <unistd.h>
  2181. | #endif
  2182. | int
  2183. | main ()
  2184. | {
  2185. | if (sizeof ((size_t)))
  2186. | return 0;
  2187. | ;
  2188. | return 0;
  2189. | }
  2190. configure:6180: result: yes
  2191. configure:6191: checking whether struct tm is in sys/time.h or time.h
  2192. configure:6211: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2193. configure:6211: $? = 0
  2194. configure:6218: result: time.h
  2195. configure:6226: checking for struct tm.tm_zone
  2196. configure:6226: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2197. configure:6226: $? = 0
  2198. configure:6226: result: yes
  2199. configure:6293: checking for working volatile
  2200. configure:6312: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2201. configure:6312: $? = 0
  2202. configure:6319: result: yes
  2203. configure:6328: checking for socklen_t
  2204. configure:6364: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2205. configure:6364: $? = 0
  2206. configure:6364: ./conftest
  2207. configure:6364: $? = 0
  2208. configure:6379: result: yes
  2209. configure:6395: checking size of long
  2210. configure:6400: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2211. configure:6400: $? = 0
  2212. configure:6400: ./conftest
  2213. configure:6400: $? = 0
  2214. configure:6414: result: 8
  2215. configure:6428: checking size of int
  2216. configure:6433: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2217. configure:6433: $? = 0
  2218. configure:6433: ./conftest
  2219. configure:6433: $? = 0
  2220. configure:6447: result: 4
  2221. configure:6461: checking size of short
  2222. configure:6466: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2223. configure:6466: $? = 0
  2224. configure:6466: ./conftest
  2225. configure:6466: $? = 0
  2226. configure:6480: result: 2
  2227. configure:6496: checking for clock
  2228. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2229. configure:6496: $? = 0
  2230. configure:6496: result: yes
  2231. configure:6496: checking for dprintf
  2232. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2233. configure:6496: $? = 0
  2234. configure:6496: result: yes
  2235. configure:6496: checking for fsync
  2236. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2237. configure:6496: $? = 0
  2238. configure:6496: result: yes
  2239. configure:6496: checking for getdtablesize
  2240. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2241. configure:6496: $? = 0
  2242. configure:6496: result: yes
  2243. configure:6496: checking for getrusage
  2244. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2245. configure:6496: $? = 0
  2246. configure:6496: result: yes
  2247. configure:6496: checking for inet_aton
  2248. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2249. configure:6496: $? = 0
  2250. configure:6496: result: yes
  2251. configure:6496: checking for isascii
  2252. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2253. conftest.c:86:6: warning: conflicting types for built-in function 'isascii' [enabled by default]
  2254. char isascii ();
  2255. ^
  2256. configure:6496: $? = 0
  2257. configure:6496: result: yes
  2258. configure:6496: checking for mbrlen
  2259. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2260. configure:6496: $? = 0
  2261. configure:6496: result: yes
  2262. configure:6496: checking for memcpy
  2263. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2264. conftest.c:88:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
  2265. char memcpy ();
  2266. ^
  2267. configure:6496: $? = 0
  2268. configure:6496: result: yes
  2269. configure:6496: checking for memset
  2270. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2271. conftest.c:89:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  2272. char memset ();
  2273. ^
  2274. configure:6496: $? = 0
  2275. configure:6496: result: yes
  2276. configure:6496: checking for random
  2277. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2278. configure:6496: $? = 0
  2279. configure:6496: result: yes
  2280. configure:6496: checking for rand
  2281. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2282. configure:6496: $? = 0
  2283. configure:6496: result: yes
  2284. configure:6496: checking for lrand48
  2285. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2286. configure:6496: $? = 0
  2287. configure:6496: result: yes
  2288. configure:6496: checking for rename
  2289. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2290. configure:6496: $? = 0
  2291. configure:6496: result: yes
  2292. configure:6496: checking for setpgid
  2293. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2294. configure:6496: $? = 0
  2295. configure:6496: result: yes
  2296. configure:6496: checking for sigaction
  2297. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2298. configure:6496: $? = 0
  2299. configure:6496: result: yes
  2300. configure:6496: checking for sigemptyset
  2301. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2302. configure:6496: $? = 0
  2303. configure:6496: result: yes
  2304. configure:6496: checking for snprintf
  2305. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2306. conftest.c:97:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
  2307. char snprintf ();
  2308. ^
  2309. configure:6496: $? = 0
  2310. configure:6496: result: yes
  2311. configure:6496: checking for strcasecmp
  2312. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2313. conftest.c:98:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  2314. char strcasecmp ();
  2315. ^
  2316. configure:6496: $? = 0
  2317. configure:6496: result: yes
  2318. configure:6496: checking for strncasecmp
  2319. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2320. conftest.c:99:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  2321. char strncasecmp ();
  2322. ^
  2323. configure:6496: $? = 0
  2324. configure:6496: result: yes
  2325. configure:6496: checking for strdup
  2326. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2327. conftest.c:100:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  2328. char strdup ();
  2329. ^
  2330. configure:6496: $? = 0
  2331. configure:6496: result: yes
  2332. configure:6496: checking for uname
  2333. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2334. configure:6496: $? = 0
  2335. configure:6496: result: yes
  2336. configure:6496: checking for vsnprintf
  2337. configure:6496: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2338. conftest.c:102:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
  2339. char vsnprintf ();
  2340. ^
  2341. configure:6496: $? = 0
  2342. configure:6496: result: yes
  2343. configure:6508: checking for sys/select.h
  2344. configure:6508: result: yes
  2345. configure:6508: checking for sys/socket.h
  2346. configure:6508: result: yes
  2347. configure:6518: checking types of arguments for select
  2348. configure:6546: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2349. configure:6546: $? = 0
  2350. configure:6557: result: int,fd_set *,struct timeval *
  2351. configure:6583: checking for vprintf
  2352. configure:6583: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2353. conftest.c:108:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
  2354. char vprintf ();
  2355. ^
  2356. configure:6583: $? = 0
  2357. configure:6583: result: yes
  2358. configure:6589: checking for _doprnt
  2359. configure:6589: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2360. /tmp/ccjxDVZj.o: In function `main':
  2361. /home/dazm/Downloads/eggdrop1.6.21/conftest.c:120: undefined reference to `_doprnt'
  2362. collect2: error: ld returned 1 exit status
  2363. configure:6589: $? = 1
  2364. configure: failed program was:
  2365. | /* confdefs.h */
  2366. | #define PACKAGE_NAME "Eggdrop"
  2367. | #define PACKAGE_TARNAME "eggdrop"
  2368. | #define PACKAGE_VERSION "1.6.21"
  2369. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2370. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2371. | #define PACKAGE_URL ""
  2372. | #define EGG_AC_ARGS ""
  2373. | #define STDC_HEADERS 1
  2374. | #define HAVE_SYS_TYPES_H 1
  2375. | #define HAVE_SYS_STAT_H 1
  2376. | #define HAVE_STDLIB_H 1
  2377. | #define HAVE_STRING_H 1
  2378. | #define HAVE_MEMORY_H 1
  2379. | #define HAVE_STRINGS_H 1
  2380. | #define HAVE_INTTYPES_H 1
  2381. | #define HAVE_STDINT_H 1
  2382. | #define HAVE_UNISTD_H 1
  2383. | #define __EXTENSIONS__ 1
  2384. | #define _ALL_SOURCE 1
  2385. | #define _GNU_SOURCE 1
  2386. | #define _POSIX_PTHREAD_SEMANTICS 1
  2387. | #define _TANDEM_SOURCE 1
  2388. | #define HAVE_LIBNSL 1
  2389. | #define HAVE_LIBDL 1
  2390. | #define HAVE_DLFCN_H 1
  2391. | #define HAVE_DLOPEN 1
  2392. | #define MODULES_OK 1
  2393. | #define MOD_USE_DL 1
  2394. | #define EGG_MOD_EXT "so"
  2395. | #define HAVE_DIRENT_H 1
  2396. | #define TIME_WITH_SYS_TIME 1
  2397. | #define HAVE_ARPA_INET_H 1
  2398. | #define HAVE_FCNTL_H 1
  2399. | #define HAVE_LIMITS_H 1
  2400. | #define HAVE_LOCALE_H 1
  2401. | #define HAVE_NETDB_H 1
  2402. | #define HAVE_NETINET_IN_H 1
  2403. | #define HAVE_STDIO_H 1
  2404. | #define HAVE_STDARG_H 1
  2405. | #define HAVE_STDDEF_H 1
  2406. | #define HAVE_SYS_FILE_H 1
  2407. | #define HAVE_SYS_PARAM_H 1
  2408. | #define HAVE_SYS_SELECT_H 1
  2409. | #define HAVE_SYS_SOCKET_H 1
  2410. | #define HAVE_SYS_TIME_H 1
  2411. | #define HAVE_UNISTD_H 1
  2412. | #define HAVE_WCHAR_H 1
  2413. | #define HAVE_INTPTR_T 1
  2414. | #define HAVE_STRUCT_TM_TM_ZONE 1
  2415. | #define HAVE_TM_ZONE 1
  2416. | #define HAVE_SOCKLEN_T 1
  2417. | #define SIZEOF_LONG 8
  2418. | #define SIZEOF_INT 4
  2419. | #define SIZEOF_SHORT 2
  2420. | #define HAVE_CLOCK 1
  2421. | #define HAVE_DPRINTF 1
  2422. | #define HAVE_FSYNC 1
  2423. | #define HAVE_GETDTABLESIZE 1
  2424. | #define HAVE_GETRUSAGE 1
  2425. | #define HAVE_INET_ATON 1
  2426. | #define HAVE_ISASCII 1
  2427. | #define HAVE_MBRLEN 1
  2428. | #define HAVE_MEMCPY 1
  2429. | #define HAVE_MEMSET 1
  2430. | #define HAVE_RANDOM 1
  2431. | #define HAVE_RAND 1
  2432. | #define HAVE_LRAND48 1
  2433. | #define HAVE_RENAME 1
  2434. | #define HAVE_SETPGID 1
  2435. | #define HAVE_SIGACTION 1
  2436. | #define HAVE_SIGEMPTYSET 1
  2437. | #define HAVE_SNPRINTF 1
  2438. | #define HAVE_STRCASECMP 1
  2439. | #define HAVE_STRNCASECMP 1
  2440. | #define HAVE_STRDUP 1
  2441. | #define HAVE_UNAME 1
  2442. | #define HAVE_VSNPRINTF 1
  2443. | #define HAVE_SYS_SELECT_H 1
  2444. | #define HAVE_SYS_SOCKET_H 1
  2445. | #define SELECT_TYPE_ARG1 int
  2446. | #define SELECT_TYPE_ARG234 (fd_set *)
  2447. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2448. | #define HAVE_VPRINTF 1
  2449. | /* end confdefs.h. */
  2450. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  2451. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2452. | #define _doprnt innocuous__doprnt
  2453. |
  2454. | /* System header to define __stub macros and hopefully few prototypes,
  2455. | which can conflict with char _doprnt (); below.
  2456. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2457. | <limits.h> exists even on freestanding compilers. */
  2458. |
  2459. | #ifdef __STDC__
  2460. | # include <limits.h>
  2461. | #else
  2462. | # include <assert.h>
  2463. | #endif
  2464. |
  2465. | #undef _doprnt
  2466. |
  2467. | /* Override any GCC internal prototype to avoid an error.
  2468. | Use char because int might match the return type of a GCC
  2469. | builtin and then its argument prototype would still apply. */
  2470. | #ifdef __cplusplus
  2471. | extern "C"
  2472. | #endif
  2473. | char _doprnt ();
  2474. | /* The GNU C library defines this for functions which it implements
  2475. | to always fail with ENOSYS. Some functions are actually named
  2476. | something starting with __ and the normal name is an alias. */
  2477. | #if defined __stub__doprnt || defined __stub____doprnt
  2478. | choke me
  2479. | #endif
  2480. |
  2481. | int
  2482. | main ()
  2483. | {
  2484. | return _doprnt ();
  2485. | ;
  2486. | return 0;
  2487. | }
  2488. configure:6589: result: no
  2489. configure:6613: checking for strftime
  2490. configure:6613: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2491. conftest.c:109:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
  2492. char strftime ();
  2493. ^
  2494. configure:6613: $? = 0
  2495. configure:6613: result: yes
  2496. configure:6672: checking for stdlib.h
  2497. configure:6672: result: yes
  2498. configure:6672: checking for unistd.h
  2499. configure:6672: result: yes
  2500. configure:6672: checking for sys/param.h
  2501. configure:6672: result: yes
  2502. configure:6692: checking for getpagesize
  2503. configure:6692: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2504. configure:6692: $? = 0
  2505. configure:6692: result: yes
  2506. configure:6701: checking for working mmap
  2507. configure:6848: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ldl -lnsl >&5
  2508. configure:6848: $? = 0
  2509. configure:6848: ./conftest
  2510. configure:6848: $? = 0
  2511. configure:6858: result: yes
  2512. configure:7178: checking for Tcl library
  2513. configure:7190: result: found /usr/lib/libtcl.so
  2514. configure:7213: checking for Tcl header
  2515. configure:7224: result: found /usr/include/tcl.h
  2516. configure:7260: checking whether the Tcl system has changed
  2517. configure:7285: result: yes
  2518. configure:7303: checking for Tcl version
  2519. configure:7315: result: 8.6
  2520. configure:7327: checking for Tcl patch level
  2521. configure:7339: result: 8.6.1
  2522. configure:7404: checking for Tcl_Free in -ltcl
  2523. configure:7429: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl -L/usr/lib -lm -lpthread -ldl -lnsl >&5
  2524. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2525. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2526. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ltcl
  2527. collect2: error: ld returned 1 exit status
  2528. configure:7429: $? = 1
  2529. configure: failed program was:
  2530. | /* confdefs.h */
  2531. | #define PACKAGE_NAME "Eggdrop"
  2532. | #define PACKAGE_TARNAME "eggdrop"
  2533. | #define PACKAGE_VERSION "1.6.21"
  2534. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2535. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2536. | #define PACKAGE_URL ""
  2537. | #define EGG_AC_ARGS ""
  2538. | #define STDC_HEADERS 1
  2539. | #define HAVE_SYS_TYPES_H 1
  2540. | #define HAVE_SYS_STAT_H 1
  2541. | #define HAVE_STDLIB_H 1
  2542. | #define HAVE_STRING_H 1
  2543. | #define HAVE_MEMORY_H 1
  2544. | #define HAVE_STRINGS_H 1
  2545. | #define HAVE_INTTYPES_H 1
  2546. | #define HAVE_STDINT_H 1
  2547. | #define HAVE_UNISTD_H 1
  2548. | #define __EXTENSIONS__ 1
  2549. | #define _ALL_SOURCE 1
  2550. | #define _GNU_SOURCE 1
  2551. | #define _POSIX_PTHREAD_SEMANTICS 1
  2552. | #define _TANDEM_SOURCE 1
  2553. | #define HAVE_LIBNSL 1
  2554. | #define HAVE_LIBDL 1
  2555. | #define HAVE_DLFCN_H 1
  2556. | #define HAVE_DLOPEN 1
  2557. | #define MODULES_OK 1
  2558. | #define MOD_USE_DL 1
  2559. | #define EGG_MOD_EXT "so"
  2560. | #define HAVE_DIRENT_H 1
  2561. | #define TIME_WITH_SYS_TIME 1
  2562. | #define HAVE_ARPA_INET_H 1
  2563. | #define HAVE_FCNTL_H 1
  2564. | #define HAVE_LIMITS_H 1
  2565. | #define HAVE_LOCALE_H 1
  2566. | #define HAVE_NETDB_H 1
  2567. | #define HAVE_NETINET_IN_H 1
  2568. | #define HAVE_STDIO_H 1
  2569. | #define HAVE_STDARG_H 1
  2570. | #define HAVE_STDDEF_H 1
  2571. | #define HAVE_SYS_FILE_H 1
  2572. | #define HAVE_SYS_PARAM_H 1
  2573. | #define HAVE_SYS_SELECT_H 1
  2574. | #define HAVE_SYS_SOCKET_H 1
  2575. | #define HAVE_SYS_TIME_H 1
  2576. | #define HAVE_UNISTD_H 1
  2577. | #define HAVE_WCHAR_H 1
  2578. | #define HAVE_INTPTR_T 1
  2579. | #define HAVE_STRUCT_TM_TM_ZONE 1
  2580. | #define HAVE_TM_ZONE 1
  2581. | #define HAVE_SOCKLEN_T 1
  2582. | #define SIZEOF_LONG 8
  2583. | #define SIZEOF_INT 4
  2584. | #define SIZEOF_SHORT 2
  2585. | #define HAVE_CLOCK 1
  2586. | #define HAVE_DPRINTF 1
  2587. | #define HAVE_FSYNC 1
  2588. | #define HAVE_GETDTABLESIZE 1
  2589. | #define HAVE_GETRUSAGE 1
  2590. | #define HAVE_INET_ATON 1
  2591. | #define HAVE_ISASCII 1
  2592. | #define HAVE_MBRLEN 1
  2593. | #define HAVE_MEMCPY 1
  2594. | #define HAVE_MEMSET 1
  2595. | #define HAVE_RANDOM 1
  2596. | #define HAVE_RAND 1
  2597. | #define HAVE_LRAND48 1
  2598. | #define HAVE_RENAME 1
  2599. | #define HAVE_SETPGID 1
  2600. | #define HAVE_SIGACTION 1
  2601. | #define HAVE_SIGEMPTYSET 1
  2602. | #define HAVE_SNPRINTF 1
  2603. | #define HAVE_STRCASECMP 1
  2604. | #define HAVE_STRNCASECMP 1
  2605. | #define HAVE_STRDUP 1
  2606. | #define HAVE_UNAME 1
  2607. | #define HAVE_VSNPRINTF 1
  2608. | #define HAVE_SYS_SELECT_H 1
  2609. | #define HAVE_SYS_SOCKET_H 1
  2610. | #define SELECT_TYPE_ARG1 int
  2611. | #define SELECT_TYPE_ARG234 (fd_set *)
  2612. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2613. | #define HAVE_VPRINTF 1
  2614. | #define HAVE_STRFTIME 1
  2615. | #define HAVE_STDLIB_H 1
  2616. | #define HAVE_UNISTD_H 1
  2617. | #define HAVE_SYS_PARAM_H 1
  2618. | #define HAVE_GETPAGESIZE 1
  2619. | #define HAVE_MMAP 1
  2620. | /* end confdefs.h. */
  2621. |
  2622. | /* Override any GCC internal prototype to avoid an error.
  2623. | Use char because int might match the return type of a GCC
  2624. | builtin and then its argument prototype would still apply. */
  2625. | #ifdef __cplusplus
  2626. | extern "C"
  2627. | #endif
  2628. | char Tcl_Free ();
  2629. | int
  2630. | main ()
  2631. | {
  2632. | return Tcl_Free ();
  2633. | ;
  2634. | return 0;
  2635. | }
  2636. configure:7439: result: no
  2637. configure:7461: checking for Tcl_GetCurrentThread in -ltcl
  2638. configure:7486: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl -L/usr/lib -lm -lpthread -ldl -lnsl >&5
  2639. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2640. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2641. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ltcl
  2642. collect2: error: ld returned 1 exit status
  2643. configure:7486: $? = 1
  2644. configure: failed program was:
  2645. | /* confdefs.h */
  2646. | #define PACKAGE_NAME "Eggdrop"
  2647. | #define PACKAGE_TARNAME "eggdrop"
  2648. | #define PACKAGE_VERSION "1.6.21"
  2649. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2650. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2651. | #define PACKAGE_URL ""
  2652. | #define EGG_AC_ARGS ""
  2653. | #define STDC_HEADERS 1
  2654. | #define HAVE_SYS_TYPES_H 1
  2655. | #define HAVE_SYS_STAT_H 1
  2656. | #define HAVE_STDLIB_H 1
  2657. | #define HAVE_STRING_H 1
  2658. | #define HAVE_MEMORY_H 1
  2659. | #define HAVE_STRINGS_H 1
  2660. | #define HAVE_INTTYPES_H 1
  2661. | #define HAVE_STDINT_H 1
  2662. | #define HAVE_UNISTD_H 1
  2663. | #define __EXTENSIONS__ 1
  2664. | #define _ALL_SOURCE 1
  2665. | #define _GNU_SOURCE 1
  2666. | #define _POSIX_PTHREAD_SEMANTICS 1
  2667. | #define _TANDEM_SOURCE 1
  2668. | #define HAVE_LIBNSL 1
  2669. | #define HAVE_LIBDL 1
  2670. | #define HAVE_DLFCN_H 1
  2671. | #define HAVE_DLOPEN 1
  2672. | #define MODULES_OK 1
  2673. | #define MOD_USE_DL 1
  2674. | #define EGG_MOD_EXT "so"
  2675. | #define HAVE_DIRENT_H 1
  2676. | #define TIME_WITH_SYS_TIME 1
  2677. | #define HAVE_ARPA_INET_H 1
  2678. | #define HAVE_FCNTL_H 1
  2679. | #define HAVE_LIMITS_H 1
  2680. | #define HAVE_LOCALE_H 1
  2681. | #define HAVE_NETDB_H 1
  2682. | #define HAVE_NETINET_IN_H 1
  2683. | #define HAVE_STDIO_H 1
  2684. | #define HAVE_STDARG_H 1
  2685. | #define HAVE_STDDEF_H 1
  2686. | #define HAVE_SYS_FILE_H 1
  2687. | #define HAVE_SYS_PARAM_H 1
  2688. | #define HAVE_SYS_SELECT_H 1
  2689. | #define HAVE_SYS_SOCKET_H 1
  2690. | #define HAVE_SYS_TIME_H 1
  2691. | #define HAVE_UNISTD_H 1
  2692. | #define HAVE_WCHAR_H 1
  2693. | #define HAVE_INTPTR_T 1
  2694. | #define HAVE_STRUCT_TM_TM_ZONE 1
  2695. | #define HAVE_TM_ZONE 1
  2696. | #define HAVE_SOCKLEN_T 1
  2697. | #define SIZEOF_LONG 8
  2698. | #define SIZEOF_INT 4
  2699. | #define SIZEOF_SHORT 2
  2700. | #define HAVE_CLOCK 1
  2701. | #define HAVE_DPRINTF 1
  2702. | #define HAVE_FSYNC 1
  2703. | #define HAVE_GETDTABLESIZE 1
  2704. | #define HAVE_GETRUSAGE 1
  2705. | #define HAVE_INET_ATON 1
  2706. | #define HAVE_ISASCII 1
  2707. | #define HAVE_MBRLEN 1
  2708. | #define HAVE_MEMCPY 1
  2709. | #define HAVE_MEMSET 1
  2710. | #define HAVE_RANDOM 1
  2711. | #define HAVE_RAND 1
  2712. | #define HAVE_LRAND48 1
  2713. | #define HAVE_RENAME 1
  2714. | #define HAVE_SETPGID 1
  2715. | #define HAVE_SIGACTION 1
  2716. | #define HAVE_SIGEMPTYSET 1
  2717. | #define HAVE_SNPRINTF 1
  2718. | #define HAVE_STRCASECMP 1
  2719. | #define HAVE_STRNCASECMP 1
  2720. | #define HAVE_STRDUP 1
  2721. | #define HAVE_UNAME 1
  2722. | #define HAVE_VSNPRINTF 1
  2723. | #define HAVE_SYS_SELECT_H 1
  2724. | #define HAVE_SYS_SOCKET_H 1
  2725. | #define SELECT_TYPE_ARG1 int
  2726. | #define SELECT_TYPE_ARG234 (fd_set *)
  2727. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2728. | #define HAVE_VPRINTF 1
  2729. | #define HAVE_STRFTIME 1
  2730. | #define HAVE_STDLIB_H 1
  2731. | #define HAVE_UNISTD_H 1
  2732. | #define HAVE_SYS_PARAM_H 1
  2733. | #define HAVE_GETPAGESIZE 1
  2734. | #define HAVE_MMAP 1
  2735. | /* end confdefs.h. */
  2736. |
  2737. | /* Override any GCC internal prototype to avoid an error.
  2738. | Use char because int might match the return type of a GCC
  2739. | builtin and then its argument prototype would still apply. */
  2740. | #ifdef __cplusplus
  2741. | extern "C"
  2742. | #endif
  2743. | char Tcl_GetCurrentThread ();
  2744. | int
  2745. | main ()
  2746. | {
  2747. | return Tcl_GetCurrentThread ();
  2748. | ;
  2749. | return 0;
  2750. | }
  2751. configure:7496: result: no
  2752. configure:7530: checking for Tcl_GetThreadData in -ltcl
  2753. configure:7555: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl -L/usr/lib -lm -lpthread -ldl -lnsl >&5
  2754. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2755. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2756. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ltcl
  2757. collect2: error: ld returned 1 exit status
  2758. configure:7555: $? = 1
  2759. configure: failed program was:
  2760. | /* confdefs.h */
  2761. | #define PACKAGE_NAME "Eggdrop"
  2762. | #define PACKAGE_TARNAME "eggdrop"
  2763. | #define PACKAGE_VERSION "1.6.21"
  2764. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2765. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2766. | #define PACKAGE_URL ""
  2767. | #define EGG_AC_ARGS ""
  2768. | #define STDC_HEADERS 1
  2769. | #define HAVE_SYS_TYPES_H 1
  2770. | #define HAVE_SYS_STAT_H 1
  2771. | #define HAVE_STDLIB_H 1
  2772. | #define HAVE_STRING_H 1
  2773. | #define HAVE_MEMORY_H 1
  2774. | #define HAVE_STRINGS_H 1
  2775. | #define HAVE_INTTYPES_H 1
  2776. | #define HAVE_STDINT_H 1
  2777. | #define HAVE_UNISTD_H 1
  2778. | #define __EXTENSIONS__ 1
  2779. | #define _ALL_SOURCE 1
  2780. | #define _GNU_SOURCE 1
  2781. | #define _POSIX_PTHREAD_SEMANTICS 1
  2782. | #define _TANDEM_SOURCE 1
  2783. | #define HAVE_LIBNSL 1
  2784. | #define HAVE_LIBDL 1
  2785. | #define HAVE_DLFCN_H 1
  2786. | #define HAVE_DLOPEN 1
  2787. | #define MODULES_OK 1
  2788. | #define MOD_USE_DL 1
  2789. | #define EGG_MOD_EXT "so"
  2790. | #define HAVE_DIRENT_H 1
  2791. | #define TIME_WITH_SYS_TIME 1
  2792. | #define HAVE_ARPA_INET_H 1
  2793. | #define HAVE_FCNTL_H 1
  2794. | #define HAVE_LIMITS_H 1
  2795. | #define HAVE_LOCALE_H 1
  2796. | #define HAVE_NETDB_H 1
  2797. | #define HAVE_NETINET_IN_H 1
  2798. | #define HAVE_STDIO_H 1
  2799. | #define HAVE_STDARG_H 1
  2800. | #define HAVE_STDDEF_H 1
  2801. | #define HAVE_SYS_FILE_H 1
  2802. | #define HAVE_SYS_PARAM_H 1
  2803. | #define HAVE_SYS_SELECT_H 1
  2804. | #define HAVE_SYS_SOCKET_H 1
  2805. | #define HAVE_SYS_TIME_H 1
  2806. | #define HAVE_UNISTD_H 1
  2807. | #define HAVE_WCHAR_H 1
  2808. | #define HAVE_INTPTR_T 1
  2809. | #define HAVE_STRUCT_TM_TM_ZONE 1
  2810. | #define HAVE_TM_ZONE 1
  2811. | #define HAVE_SOCKLEN_T 1
  2812. | #define SIZEOF_LONG 8
  2813. | #define SIZEOF_INT 4
  2814. | #define SIZEOF_SHORT 2
  2815. | #define HAVE_CLOCK 1
  2816. | #define HAVE_DPRINTF 1
  2817. | #define HAVE_FSYNC 1
  2818. | #define HAVE_GETDTABLESIZE 1
  2819. | #define HAVE_GETRUSAGE 1
  2820. | #define HAVE_INET_ATON 1
  2821. | #define HAVE_ISASCII 1
  2822. | #define HAVE_MBRLEN 1
  2823. | #define HAVE_MEMCPY 1
  2824. | #define HAVE_MEMSET 1
  2825. | #define HAVE_RANDOM 1
  2826. | #define HAVE_RAND 1
  2827. | #define HAVE_LRAND48 1
  2828. | #define HAVE_RENAME 1
  2829. | #define HAVE_SETPGID 1
  2830. | #define HAVE_SIGACTION 1
  2831. | #define HAVE_SIGEMPTYSET 1
  2832. | #define HAVE_SNPRINTF 1
  2833. | #define HAVE_STRCASECMP 1
  2834. | #define HAVE_STRNCASECMP 1
  2835. | #define HAVE_STRDUP 1
  2836. | #define HAVE_UNAME 1
  2837. | #define HAVE_VSNPRINTF 1
  2838. | #define HAVE_SYS_SELECT_H 1
  2839. | #define HAVE_SYS_SOCKET_H 1
  2840. | #define SELECT_TYPE_ARG1 int
  2841. | #define SELECT_TYPE_ARG234 (fd_set *)
  2842. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2843. | #define HAVE_VPRINTF 1
  2844. | #define HAVE_STRFTIME 1
  2845. | #define HAVE_STDLIB_H 1
  2846. | #define HAVE_UNISTD_H 1
  2847. | #define HAVE_SYS_PARAM_H 1
  2848. | #define HAVE_GETPAGESIZE 1
  2849. | #define HAVE_MMAP 1
  2850. | /* end confdefs.h. */
  2851. |
  2852. | /* Override any GCC internal prototype to avoid an error.
  2853. | Use char because int might match the return type of a GCC
  2854. | builtin and then its argument prototype would still apply. */
  2855. | #ifdef __cplusplus
  2856. | extern "C"
  2857. | #endif
  2858. | char Tcl_GetThreadData ();
  2859. | int
  2860. | main ()
  2861. | {
  2862. | return Tcl_GetThreadData ();
  2863. | ;
  2864. | return 0;
  2865. | }
  2866. configure:7565: result: no
  2867. configure:7586: checking for Tcl_SetNotifier in -ltcl
  2868. configure:7611: gcc -o conftest -g -O2 -pipe -Wall conftest.c -ltcl -L/usr/lib -lm -lpthread -ldl -lnsl >&5
  2869. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2870. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libtcl.so when searching for -ltcl
  2871. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ltcl
  2872. collect2: error: ld returned 1 exit status
  2873. configure:7611: $? = 1
  2874. configure: failed program was:
  2875. | /* confdefs.h */
  2876. | #define PACKAGE_NAME "Eggdrop"
  2877. | #define PACKAGE_TARNAME "eggdrop"
  2878. | #define PACKAGE_VERSION "1.6.21"
  2879. | #define PACKAGE_STRING "Eggdrop 1.6.21"
  2880. | #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  2881. | #define PACKAGE_URL ""
  2882. | #define EGG_AC_ARGS ""
  2883. | #define STDC_HEADERS 1
  2884. | #define HAVE_SYS_TYPES_H 1
  2885. | #define HAVE_SYS_STAT_H 1
  2886. | #define HAVE_STDLIB_H 1
  2887. | #define HAVE_STRING_H 1
  2888. | #define HAVE_MEMORY_H 1
  2889. | #define HAVE_STRINGS_H 1
  2890. | #define HAVE_INTTYPES_H 1
  2891. | #define HAVE_STDINT_H 1
  2892. | #define HAVE_UNISTD_H 1
  2893. | #define __EXTENSIONS__ 1
  2894. | #define _ALL_SOURCE 1
  2895. | #define _GNU_SOURCE 1
  2896. | #define _POSIX_PTHREAD_SEMANTICS 1
  2897. | #define _TANDEM_SOURCE 1
  2898. | #define HAVE_LIBNSL 1
  2899. | #define HAVE_LIBDL 1
  2900. | #define HAVE_DLFCN_H 1
  2901. | #define HAVE_DLOPEN 1
  2902. | #define MODULES_OK 1
  2903. | #define MOD_USE_DL 1
  2904. | #define EGG_MOD_EXT "so"
  2905. | #define HAVE_DIRENT_H 1
  2906. | #define TIME_WITH_SYS_TIME 1
  2907. | #define HAVE_ARPA_INET_H 1
  2908. | #define HAVE_FCNTL_H 1
  2909. | #define HAVE_LIMITS_H 1
  2910. | #define HAVE_LOCALE_H 1
  2911. | #define HAVE_NETDB_H 1
  2912. | #define HAVE_NETINET_IN_H 1
  2913. | #define HAVE_STDIO_H 1
  2914. | #define HAVE_STDARG_H 1
  2915. | #define HAVE_STDDEF_H 1
  2916. | #define HAVE_SYS_FILE_H 1
  2917. | #define HAVE_SYS_PARAM_H 1
  2918. | #define HAVE_SYS_SELECT_H 1
  2919. | #define HAVE_SYS_SOCKET_H 1
  2920. | #define HAVE_SYS_TIME_H 1
  2921. | #define HAVE_UNISTD_H 1
  2922. | #define HAVE_WCHAR_H 1
  2923. | #define HAVE_INTPTR_T 1
  2924. | #define HAVE_STRUCT_TM_TM_ZONE 1
  2925. | #define HAVE_TM_ZONE 1
  2926. | #define HAVE_SOCKLEN_T 1
  2927. | #define SIZEOF_LONG 8
  2928. | #define SIZEOF_INT 4
  2929. | #define SIZEOF_SHORT 2
  2930. | #define HAVE_CLOCK 1
  2931. | #define HAVE_DPRINTF 1
  2932. | #define HAVE_FSYNC 1
  2933. | #define HAVE_GETDTABLESIZE 1
  2934. | #define HAVE_GETRUSAGE 1
  2935. | #define HAVE_INET_ATON 1
  2936. | #define HAVE_ISASCII 1
  2937. | #define HAVE_MBRLEN 1
  2938. | #define HAVE_MEMCPY 1
  2939. | #define HAVE_MEMSET 1
  2940. | #define HAVE_RANDOM 1
  2941. | #define HAVE_RAND 1
  2942. | #define HAVE_LRAND48 1
  2943. | #define HAVE_RENAME 1
  2944. | #define HAVE_SETPGID 1
  2945. | #define HAVE_SIGACTION 1
  2946. | #define HAVE_SIGEMPTYSET 1
  2947. | #define HAVE_SNPRINTF 1
  2948. | #define HAVE_STRCASECMP 1
  2949. | #define HAVE_STRNCASECMP 1
  2950. | #define HAVE_STRDUP 1
  2951. | #define HAVE_UNAME 1
  2952. | #define HAVE_VSNPRINTF 1
  2953. | #define HAVE_SYS_SELECT_H 1
  2954. | #define HAVE_SYS_SOCKET_H 1
  2955. | #define SELECT_TYPE_ARG1 int
  2956. | #define SELECT_TYPE_ARG234 (fd_set *)
  2957. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2958. | #define HAVE_VPRINTF 1
  2959. | #define HAVE_STRFTIME 1
  2960. | #define HAVE_STDLIB_H 1
  2961. | #define HAVE_UNISTD_H 1
  2962. | #define HAVE_SYS_PARAM_H 1
  2963. | #define HAVE_GETPAGESIZE 1
  2964. | #define HAVE_MMAP 1
  2965. | /* end confdefs.h. */
  2966. |
  2967. | /* Override any GCC internal prototype to avoid an error.
  2968. | Use char because int might match the return type of a GCC
  2969. | builtin and then its argument prototype would still apply. */
  2970. | #ifdef __cplusplus
  2971. | extern "C"
  2972. | #endif
  2973. | char Tcl_SetNotifier ();
  2974. | int
  2975. | main ()
  2976. | {
  2977. | return Tcl_SetNotifier ();
  2978. | ;
  2979. | return 0;
  2980. | }
  2981. configure:7621: result: no
  2982. configure:7641: checking for Tcl_NotifierProcs.initNotifierProc
  2983. configure:7641: gcc -c -g -O2 -pipe -Wall conftest.c >&5
  2984. configure:7641: $? = 0
  2985. configure:7641: result: yes
  2986. configure:8117: creating ./config.status
  2987.  
  2988. ## ---------------------- ##
  2989. ## Running config.status. ##
  2990. ## ---------------------- ##
  2991.  
  2992. This file was extended by Eggdrop config.status 1.6.21, which was
  2993. generated by GNU Autoconf 2.68. Invocation command line was
  2994.  
  2995. CONFIG_FILES =
  2996. CONFIG_HEADERS =
  2997. CONFIG_LINKS =
  2998. CONFIG_COMMANDS =
  2999. $ ./config.status
  3000.  
  3001. on fuckup
  3002.  
  3003. config.status:953: creating Makefile
  3004. config.status:953: creating doc/Makefile
  3005. config.status:953: creating scripts/Makefile
  3006. config.status:953: creating src/Makefile
  3007. config.status:953: creating src/compat/Makefile
  3008. config.status:953: creating src/md5/Makefile
  3009. config.status:953: creating src/mod/Makefile
  3010. config.status:953: creating config.h
  3011. config.status:1142: executing replace-if-changed commands
  3012. config.status:1142: executing catch-make-rebuild commands
  3013. configure:9348: result:
  3014. configure:9351: result: Operating System: Linux 4.1.12-1-default
  3015. configure:9353: result:
  3016. configure:9407: result: If you experience any problems compiling Eggdrop, please read the
  3017. configure:9409: result: compile guide, found in doc/COMPILE-GUIDE.
  3018. configure:9411: result:
  3019. configure:9416: result: Type 'make config' to configure the modules, or type 'make iconfig'
  3020. configure:9418: result: to interactively choose which modules to compile.
  3021. configure:9420: result:
  3022.  
  3023. ## ---------------- ##
  3024. ## Cache variables. ##
  3025. ## ---------------- ##
  3026.  
  3027. ac_cv_build=x86_64-unknown-linux-gnu
  3028. ac_cv_c_bigendian=no
  3029. ac_cv_c_compiler_gnu=yes
  3030. ac_cv_c_const=yes
  3031. ac_cv_c_inline=inline
  3032. ac_cv_c_volatile=yes
  3033. ac_cv_env_CC_set=
  3034. ac_cv_env_CC_value=
  3035. ac_cv_env_CFLAGS_set=
  3036. ac_cv_env_CFLAGS_value=
  3037. ac_cv_env_CPPFLAGS_set=
  3038. ac_cv_env_CPPFLAGS_value=
  3039. ac_cv_env_CPP_set=
  3040. ac_cv_env_CPP_value=
  3041. ac_cv_env_LDFLAGS_set=
  3042. ac_cv_env_LDFLAGS_value=
  3043. ac_cv_env_LIBS_set=
  3044. ac_cv_env_LIBS_value=
  3045. ac_cv_env_build_alias_set=
  3046. ac_cv_env_build_alias_value=
  3047. ac_cv_env_host_alias_set=
  3048. ac_cv_env_host_alias_value=
  3049. ac_cv_env_target_alias_set=
  3050. ac_cv_env_target_alias_value=
  3051. ac_cv_func_NSLinkModule=no
  3052. ac_cv_func__doprnt=no
  3053. ac_cv_func_clock=yes
  3054. ac_cv_func_dlopen=yes
  3055. ac_cv_func_dprintf=yes
  3056. ac_cv_func_fsync=yes
  3057. ac_cv_func_getdtablesize=yes
  3058. ac_cv_func_getpagesize=yes
  3059. ac_cv_func_getrusage=yes
  3060. ac_cv_func_inet_aton=yes
  3061. ac_cv_func_isascii=yes
  3062. ac_cv_func_load=no
  3063. ac_cv_func_lrand48=yes
  3064. ac_cv_func_mbrlen=yes
  3065. ac_cv_func_memcpy=yes
  3066. ac_cv_func_memset=yes
  3067. ac_cv_func_mmap_fixed_mapped=yes
  3068. ac_cv_func_rand=yes
  3069. ac_cv_func_random=yes
  3070. ac_cv_func_rename=yes
  3071. ac_cv_func_rld_load=no
  3072. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  3073. ac_cv_func_setpgid=yes
  3074. ac_cv_func_shl_load=no
  3075. ac_cv_func_sigaction=yes
  3076. ac_cv_func_sigemptyset=yes
  3077. ac_cv_func_snprintf=yes
  3078. ac_cv_func_strcasecmp=yes
  3079. ac_cv_func_strdup=yes
  3080. ac_cv_func_strftime=yes
  3081. ac_cv_func_strncasecmp=yes
  3082. ac_cv_func_uname=yes
  3083. ac_cv_func_vprintf=yes
  3084. ac_cv_func_vsnprintf=yes
  3085. ac_cv_header_arpa_inet_h=yes
  3086. ac_cv_header_dirent_dirent_h=yes
  3087. ac_cv_header_dl_h=no
  3088. ac_cv_header_dlfcn_h=yes
  3089. ac_cv_header_fcntl_h=yes
  3090. ac_cv_header_inttypes_h=yes
  3091. ac_cv_header_limits_h=yes
  3092. ac_cv_header_loader_h=no
  3093. ac_cv_header_locale_h=yes
  3094. ac_cv_header_mach_o_dyld_h=no
  3095. ac_cv_header_mach_o_rld_h=no
  3096. ac_cv_header_memory_h=yes
  3097. ac_cv_header_minix_config_h=no
  3098. ac_cv_header_netdb_h=yes
  3099. ac_cv_header_netinet_in_h=yes
  3100. ac_cv_header_rld_h=no
  3101. ac_cv_header_stdarg_h=yes
  3102. ac_cv_header_stdc=yes
  3103. ac_cv_header_stddef_h=yes
  3104. ac_cv_header_stdint_h=yes
  3105. ac_cv_header_stdio_h=yes
  3106. ac_cv_header_stdlib_h=yes
  3107. ac_cv_header_string_h=yes
  3108. ac_cv_header_strings_h=yes
  3109. ac_cv_header_sys_file_h=yes
  3110. ac_cv_header_sys_param_h=yes
  3111. ac_cv_header_sys_rusage_h=no
  3112. ac_cv_header_sys_select_h=yes
  3113. ac_cv_header_sys_socket_h=yes
  3114. ac_cv_header_sys_stat_h=yes
  3115. ac_cv_header_sys_time_h=yes
  3116. ac_cv_header_sys_types_h=yes
  3117. ac_cv_header_time=yes
  3118. ac_cv_header_unistd_h=yes
  3119. ac_cv_header_wchar_h=yes
  3120. ac_cv_host=x86_64-unknown-linux-gnu
  3121. ac_cv_lib_dl_dlopen=yes
  3122. ac_cv_lib_dns_gethostbyname=no
  3123. ac_cv_lib_m_tan=yes
  3124. ac_cv_lib_nsl_connect=yes
  3125. ac_cv_lib_pthread=-lpthread
  3126. ac_cv_lib_pthread_pthread_mutex_init=yes
  3127. ac_cv_lib_socket_socket=no
  3128. ac_cv_lib_tcl___Tcl_Free=no
  3129. ac_cv_lib_tcl___Tcl_GetCurrentThread=no
  3130. ac_cv_lib_tcl___Tcl_GetThreadData=no
  3131. ac_cv_lib_tcl___Tcl_SetNotifier=no
  3132. ac_cv_member_Tcl_NotifierProcs_initNotifierProc=yes
  3133. ac_cv_member_struct_tm_tm_zone=yes
  3134. ac_cv_objext=o
  3135. ac_cv_path_EGREP='/usr/bin/grep -E'
  3136. ac_cv_path_GREP=/usr/bin/grep
  3137. ac_cv_path_install='/usr/bin/install -c'
  3138. ac_cv_prog_AWK=gawk
  3139. ac_cv_prog_BASENAME=basename
  3140. ac_cv_prog_CPP='gcc -E'
  3141. ac_cv_prog_HEAD_1='head -n 1'
  3142. ac_cv_prog_STRIP=strip
  3143. ac_cv_prog_UNAME=uname
  3144. ac_cv_prog_ac_ct_CC=gcc
  3145. ac_cv_prog_ac_ct_RANLIB=ranlib
  3146. ac_cv_prog_cc_c89=
  3147. ac_cv_prog_cc_g=yes
  3148. ac_cv_prog_make_make_set=yes
  3149. ac_cv_safe_to_define___extensions__=yes
  3150. ac_cv_search_opendir='none required'
  3151. ac_cv_search_strerror='none required'
  3152. ac_cv_sizeof_int=4
  3153. ac_cv_sizeof_long=8
  3154. ac_cv_sizeof_short=2
  3155. ac_cv_struct_tm=time.h
  3156. ac_cv_target=x86_64-unknown-linux-gnu
  3157. ac_cv_type_intptr_t=yes
  3158. ac_cv_type_pid_t=yes
  3159. ac_cv_type_size_t=yes
  3160. egg_cv_socklen_t=yes
  3161. egg_cv_var_cc_icc=no
  3162. egg_cv_var_ccpipe=yes
  3163. egg_cv_var_ccwall=yes
  3164. egg_cv_var_system_release=4.1.12-1-default
  3165. egg_cv_var_system_type=Linux
  3166. egg_cv_var_tcl_free=no
  3167. egg_cv_var_tcl_getcurrentthread=no
  3168. egg_cv_var_tcl_getthreaddata=no
  3169. egg_cv_var_tcl_id=/usr/lib:tcl.so:/usr/include:tcl.h
  3170. egg_cv_var_tcl_notifier_init=yes
  3171. egg_cv_var_tcl_patch_level=8.6.1
  3172. egg_cv_var_tcl_setnotifier=no
  3173. egg_cv_var_tcl_version=8.6
  3174.  
  3175. ## ----------------- ##
  3176. ## Output variables. ##
  3177. ## ----------------- ##
  3178.  
  3179. AWK='gawk'
  3180. BASENAME='basename'
  3181. CC='gcc'
  3182. CFLAGS='-g -O2 -pipe -Wall'
  3183. CFLGS=''
  3184. CPP='gcc -E'
  3185. CPPFLAGS=''
  3186. DEBCFLGS='-g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS'
  3187. DEFAULT_MAKE='eggdrop'
  3188. DEFS='-DHAVE_CONFIG_H'
  3189. DEST='${prefix}'
  3190. ECHO_C=''
  3191. ECHO_N='-n'
  3192. ECHO_T=''
  3193. EGGEXEC='eggdrop'
  3194. EGGVERSION='1.6.21'
  3195. EGREP='/usr/bin/grep -E'
  3196. EXEEXT=''
  3197. GREP='/usr/bin/grep'
  3198. HEAD_1='head -n 1'
  3199. INSTALL_DATA='${INSTALL} -m 644'
  3200. INSTALL_PROGRAM='${INSTALL}'
  3201. INSTALL_SCRIPT='${INSTALL}'
  3202. LDFLAGS=''
  3203. LIBOBJS=''
  3204. LIBS='-ldl -lnsl '
  3205. LN_S='ln -s'
  3206. LTLIBOBJS=''
  3207. MODULE_XLIBS=''
  3208. MOD_CC='gcc'
  3209. MOD_EXT='so'
  3210. MOD_LD='gcc'
  3211. MOD_STRIP='touch'
  3212. MOD_UPDIR='../'
  3213. OBJEXT='o'
  3214. PACKAGE_BUGREPORT='bugs@eggheads.org'
  3215. PACKAGE_NAME='Eggdrop'
  3216. PACKAGE_STRING='Eggdrop 1.6.21'
  3217. PACKAGE_TARNAME='eggdrop'
  3218. PACKAGE_URL=''
  3219. PACKAGE_VERSION='1.6.21'
  3220. PATH_SEPARATOR=':'
  3221. RANLIB='ranlib'
  3222. SET_MAKE=''
  3223. SHELL='/bin/sh'
  3224. SHLIB_CC='gcc -fPIC'
  3225. SHLIB_LD='gcc -shared -nostartfiles'
  3226. SHLIB_STRIP='touch'
  3227. STRIP='touch'
  3228. TCLINC='/usr/include'
  3229. TCLINCFN='tcl.h'
  3230. TCLLIB='/usr/lib'
  3231. TCLLIBFN='tcl.so'
  3232. TCL_LIBS='-L/usr/lib -ltcl -lm'
  3233. TCL_REQS='/usr/lib/libtcl.so'
  3234. UNAME='uname'
  3235. ac_ct_CC='gcc'
  3236. bindir='${exec_prefix}/bin'
  3237. build='x86_64-unknown-linux-gnu'
  3238. build_alias=''
  3239. build_cpu='x86_64'
  3240. build_os='linux-gnu'
  3241. build_vendor='unknown'
  3242. datadir='${datarootdir}'
  3243. datarootdir='${prefix}/share'
  3244. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3245. dvidir='${docdir}'
  3246. egg_ac_parameters=''
  3247. exec_prefix='${prefix}'
  3248. host='x86_64-unknown-linux-gnu'
  3249. host_alias=''
  3250. host_cpu='x86_64'
  3251. host_os='linux-gnu'
  3252. host_vendor='unknown'
  3253. htmldir='${docdir}'
  3254. includedir='${prefix}/include'
  3255. infodir='${datarootdir}/info'
  3256. libdir='${exec_prefix}/lib64'
  3257. libexecdir='${exec_prefix}/lib'
  3258. localedir='${datarootdir}/locale'
  3259. localstatedir='${prefix}/var'
  3260. mandir='${datarootdir}/man'
  3261. oldincludedir='/usr/include'
  3262. pdfdir='${docdir}'
  3263. prefix='${HOME}/eggdrop'
  3264. program_transform_name='s,x,x,'
  3265. psdir='${docdir}'
  3266. sbindir='${exec_prefix}/sbin'
  3267. sharedstatedir='${prefix}/com'
  3268. sysconfdir='${prefix}/etc'
  3269. target='x86_64-unknown-linux-gnu'
  3270. target_alias=''
  3271. target_cpu='x86_64'
  3272. target_os='linux-gnu'
  3273. target_vendor='unknown'
  3274.  
  3275. ## ----------- ##
  3276. ## confdefs.h. ##
  3277. ## ----------- ##
  3278.  
  3279. /* confdefs.h */
  3280. #define PACKAGE_NAME "Eggdrop"
  3281. #define PACKAGE_TARNAME "eggdrop"
  3282. #define PACKAGE_VERSION "1.6.21"
  3283. #define PACKAGE_STRING "Eggdrop 1.6.21"
  3284. #define PACKAGE_BUGREPORT "bugs@eggheads.org"
  3285. #define PACKAGE_URL ""
  3286. #define EGG_AC_ARGS ""
  3287. #define STDC_HEADERS 1
  3288. #define HAVE_SYS_TYPES_H 1
  3289. #define HAVE_SYS_STAT_H 1
  3290. #define HAVE_STDLIB_H 1
  3291. #define HAVE_STRING_H 1
  3292. #define HAVE_MEMORY_H 1
  3293. #define HAVE_STRINGS_H 1
  3294. #define HAVE_INTTYPES_H 1
  3295. #define HAVE_STDINT_H 1
  3296. #define HAVE_UNISTD_H 1
  3297. #define __EXTENSIONS__ 1
  3298. #define _ALL_SOURCE 1
  3299. #define _GNU_SOURCE 1
  3300. #define _POSIX_PTHREAD_SEMANTICS 1
  3301. #define _TANDEM_SOURCE 1
  3302. #define HAVE_LIBNSL 1
  3303. #define HAVE_LIBDL 1
  3304. #define HAVE_DLFCN_H 1
  3305. #define HAVE_DLOPEN 1
  3306. #define MODULES_OK 1
  3307. #define MOD_USE_DL 1
  3308. #define EGG_MOD_EXT "so"
  3309. #define HAVE_DIRENT_H 1
  3310. #define TIME_WITH_SYS_TIME 1
  3311. #define HAVE_ARPA_INET_H 1
  3312. #define HAVE_FCNTL_H 1
  3313. #define HAVE_LIMITS_H 1
  3314. #define HAVE_LOCALE_H 1
  3315. #define HAVE_NETDB_H 1
  3316. #define HAVE_NETINET_IN_H 1
  3317. #define HAVE_STDIO_H 1
  3318. #define HAVE_STDARG_H 1
  3319. #define HAVE_STDDEF_H 1
  3320. #define HAVE_SYS_FILE_H 1
  3321. #define HAVE_SYS_PARAM_H 1
  3322. #define HAVE_SYS_SELECT_H 1
  3323. #define HAVE_SYS_SOCKET_H 1
  3324. #define HAVE_SYS_TIME_H 1
  3325. #define HAVE_UNISTD_H 1
  3326. #define HAVE_WCHAR_H 1
  3327. #define HAVE_INTPTR_T 1
  3328. #define HAVE_STRUCT_TM_TM_ZONE 1
  3329. #define HAVE_TM_ZONE 1
  3330. #define HAVE_SOCKLEN_T 1
  3331. #define SIZEOF_LONG 8
  3332. #define SIZEOF_INT 4
  3333. #define SIZEOF_SHORT 2
  3334. #define HAVE_CLOCK 1
  3335. #define HAVE_DPRINTF 1
  3336. #define HAVE_FSYNC 1
  3337. #define HAVE_GETDTABLESIZE 1
  3338. #define HAVE_GETRUSAGE 1
  3339. #define HAVE_INET_ATON 1
  3340. #define HAVE_ISASCII 1
  3341. #define HAVE_MBRLEN 1
  3342. #define HAVE_MEMCPY 1
  3343. #define HAVE_MEMSET 1
  3344. #define HAVE_RANDOM 1
  3345. #define HAVE_RAND 1
  3346. #define HAVE_LRAND48 1
  3347. #define HAVE_RENAME 1
  3348. #define HAVE_SETPGID 1
  3349. #define HAVE_SIGACTION 1
  3350. #define HAVE_SIGEMPTYSET 1
  3351. #define HAVE_SNPRINTF 1
  3352. #define HAVE_STRCASECMP 1
  3353. #define HAVE_STRNCASECMP 1
  3354. #define HAVE_STRDUP 1
  3355. #define HAVE_UNAME 1
  3356. #define HAVE_VSNPRINTF 1
  3357. #define HAVE_SYS_SELECT_H 1
  3358. #define HAVE_SYS_SOCKET_H 1
  3359. #define SELECT_TYPE_ARG1 int
  3360. #define SELECT_TYPE_ARG234 (fd_set *)
  3361. #define SELECT_TYPE_ARG5 (struct timeval *)
  3362. #define HAVE_VPRINTF 1
  3363. #define HAVE_STRFTIME 1
  3364. #define HAVE_STDLIB_H 1
  3365. #define HAVE_UNISTD_H 1
  3366. #define HAVE_SYS_PARAM_H 1
  3367. #define HAVE_GETPAGESIZE 1
  3368. #define HAVE_MMAP 1
  3369. #define HAVE_TCL_NOTIFIER_INIT 1
  3370. #define DEBUG_CONTEXT 1
  3371. #define EGG_VERSION 10621
  3372.  
  3373. configure: exit 0
  3374. t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement