Advertisement
msmosso

Telegram-bot install issue - config.log

Jan 13th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.12 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 telegram-cli configure 1.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. uname -m = x86_64
  14. uname -r = 2.6.32-573.7.1.el6.x86_64
  15. uname -s = Linux
  16. uname -v = #1 SMP Tue Sep 22 22:00:00 UTC 2015
  17.  
  18. /usr/bin/uname -p = unknown
  19. /bin/uname -X = unknown
  20.  
  21. /bin/arch = x86_64
  22. /usr/bin/arch -k = unknown
  23. /usr/convex/getsysinfo = unknown
  24. /usr/bin/hostinfo = unknown
  25. /bin/machine = unknown
  26. /usr/bin/oslevel = unknown
  27. /bin/universe = unknown
  28.  
  29. PATH: /usr/local/bin
  30. PATH: /bin
  31. PATH: /usr/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/sbin
  34. PATH: /sbin
  35. PATH: /home/hamcore/bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2752: checking for gcc
  43. configure:2768: found /usr/bin/gcc
  44. configure:2779: result: gcc
  45. configure:3008: checking for C compiler version
  46. configure:3017: gcc --version >&5
  47. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16)
  48. Copyright (C) 2010 Free Software Foundation, Inc.
  49. This is free software; see the source for copying conditions. There is NO
  50. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  51.  
  52. configure:3028: $? = 0
  53. configure:3017: gcc -v >&5
  54. Using built-in specs.
  55. Target: x86_64-redhat-linux
  56. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  57. Thread model: posix
  58. gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
  59. configure:3028: $? = 0
  60. configure:3017: gcc -V >&5
  61. gcc: '-V' option must have argument
  62. configure:3028: $? = 1
  63. configure:3017: gcc -qversion >&5
  64. gcc: unrecognized option '-qversion'
  65. gcc: no input files
  66. configure:3028: $? = 1
  67. configure:3048: checking whether the C compiler works
  68. configure:3070: gcc conftest.c >&5
  69. configure:3074: $? = 0
  70. configure:3122: result: yes
  71. configure:3125: checking for C compiler default output file name
  72. configure:3127: result: a.out
  73. configure:3133: checking for suffix of executables
  74. configure:3140: gcc -o conftest conftest.c >&5
  75. configure:3144: $? = 0
  76. configure:3166: result:
  77. configure:3188: checking whether we are cross compiling
  78. configure:3196: gcc -o conftest conftest.c >&5
  79. configure:3200: $? = 0
  80. configure:3207: ./conftest
  81. configure:3211: $? = 0
  82. configure:3226: result: no
  83. configure:3231: checking for suffix of object files
  84. configure:3253: gcc -c conftest.c >&5
  85. configure:3257: $? = 0
  86. configure:3278: result: o
  87. configure:3282: checking whether we are using the GNU C compiler
  88. configure:3301: gcc -c conftest.c >&5
  89. configure:3301: $? = 0
  90. configure:3310: result: yes
  91. configure:3319: checking whether gcc accepts -g
  92. configure:3339: gcc -c -g conftest.c >&5
  93. configure:3339: $? = 0
  94. configure:3380: result: yes
  95. configure:3397: checking for gcc option to accept ISO C89
  96. configure:3460: gcc -c -g -O2 conftest.c >&5
  97. configure:3460: $? = 0
  98. configure:3473: result: none needed
  99. configure:3500: checking for sqrt in -lm
  100. configure:3525: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5
  101. conftest.c:16: warning: conflicting types for built-in function 'sqrt'
  102. configure:3525: $? = 0
  103. configure:3534: result: yes
  104. configure:3545: checking for library containing clock_gettime
  105. configure:3576: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5
  106. /tmp/ccabqf1I.o: In function `main':
  107. /home/hamcore/telegram-bot/tg/conftest.c:21: undefined reference to `clock_gettime'
  108. collect2: ld returned 1 exit status
  109. configure:3576: $? = 1
  110. configure: failed program was:
  111. | /* confdefs.h */
  112. | #define PACKAGE_NAME "telegram-cli"
  113. | #define PACKAGE_TARNAME "telegram-cli"
  114. | #define PACKAGE_VERSION "1.0"
  115. | #define PACKAGE_STRING "telegram-cli 1.0"
  116. | #define PACKAGE_BUGREPORT ""
  117. | #define PACKAGE_URL ""
  118. | #define HAVE_LIBM 1
  119. | /* end confdefs.h. */
  120. |
  121. | /* Override any GCC internal prototype to avoid an error.
  122. | Use char because int might match the return type of a GCC
  123. | builtin and then its argument prototype would still apply. */
  124. | #ifdef __cplusplus
  125. | extern "C"
  126. | #endif
  127. | char clock_gettime ();
  128. | int
  129. | main ()
  130. | {
  131. | return clock_gettime ();
  132. | ;
  133. | return 0;
  134. | }
  135. configure:3576: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lrt -lm >&5
  136. configure:3576: $? = 0
  137. configure:3593: result: -lrt
  138. configure:3601: checking for library containing backtrace
  139. configure:3632: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lrt -lm >&5
  140. configure:3632: $? = 0
  141. configure:3649: result: none required
  142. configure:3657: checking for event_base_new in -levent
  143. configure:3682: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -levent -lrt -lm >&5
  144. configure:3682: $? = 0
  145. configure:3691: result: yes
  146. configure:3712: checking how to run the C preprocessor
  147. configure:3743: gcc -E -I/usr/local/include conftest.c
  148. configure:3743: $? = 0
  149. configure:3757: gcc -E -I/usr/local/include conftest.c
  150. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  151. configure:3757: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h */
  154. | #define PACKAGE_NAME "telegram-cli"
  155. | #define PACKAGE_TARNAME "telegram-cli"
  156. | #define PACKAGE_VERSION "1.0"
  157. | #define PACKAGE_STRING "telegram-cli 1.0"
  158. | #define PACKAGE_BUGREPORT ""
  159. | #define PACKAGE_URL ""
  160. | #define HAVE_LIBM 1
  161. | #define HAVE_LIBEVENT 1
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:3782: result: gcc -E
  165. configure:3802: gcc -E -I/usr/local/include conftest.c
  166. configure:3802: $? = 0
  167. configure:3816: gcc -E -I/usr/local/include conftest.c
  168. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  169. configure:3816: $? = 1
  170. configure: failed program was:
  171. | /* confdefs.h */
  172. | #define PACKAGE_NAME "telegram-cli"
  173. | #define PACKAGE_TARNAME "telegram-cli"
  174. | #define PACKAGE_VERSION "1.0"
  175. | #define PACKAGE_STRING "telegram-cli 1.0"
  176. | #define PACKAGE_BUGREPORT ""
  177. | #define PACKAGE_URL ""
  178. | #define HAVE_LIBM 1
  179. | #define HAVE_LIBEVENT 1
  180. | /* end confdefs.h. */
  181. | #include <ac_nonexistent.h>
  182. configure:3845: checking for grep that handles long lines and -e
  183. configure:3903: result: /bin/grep
  184. configure:3908: checking for egrep
  185. configure:3970: result: /bin/grep -E
  186. configure:3975: checking for ANSI C header files
  187. configure:3995: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  188. configure:3995: $? = 0
  189. configure:4068: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -levent -lrt -lm >&5
  190. configure:4068: $? = 0
  191. configure:4068: ./conftest
  192. configure:4068: $? = 0
  193. configure:4079: result: yes
  194. configure:4092: checking for sys/types.h
  195. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  196. configure:4092: $? = 0
  197. configure:4092: result: yes
  198. configure:4092: checking for sys/stat.h
  199. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  200. configure:4092: $? = 0
  201. configure:4092: result: yes
  202. configure:4092: checking for stdlib.h
  203. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  204. configure:4092: $? = 0
  205. configure:4092: result: yes
  206. configure:4092: checking for string.h
  207. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  208. configure:4092: $? = 0
  209. configure:4092: result: yes
  210. configure:4092: checking for memory.h
  211. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  212. configure:4092: $? = 0
  213. configure:4092: result: yes
  214. configure:4092: checking for strings.h
  215. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  216. configure:4092: $? = 0
  217. configure:4092: result: yes
  218. configure:4092: checking for inttypes.h
  219. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  220. configure:4092: $? = 0
  221. configure:4092: result: yes
  222. configure:4092: checking for stdint.h
  223. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  224. configure:4092: $? = 0
  225. configure:4092: result: yes
  226. configure:4092: checking for unistd.h
  227. configure:4092: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  228. configure:4092: $? = 0
  229. configure:4092: result: yes
  230. configure:4104: checking event2/event.h usability
  231. configure:4104: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  232. conftest.c:54:26: error: event2/event.h: No such file or directory
  233. configure:4104: $? = 1
  234. configure: failed program was:
  235. | /* confdefs.h */
  236. | #define PACKAGE_NAME "telegram-cli"
  237. | #define PACKAGE_TARNAME "telegram-cli"
  238. | #define PACKAGE_VERSION "1.0"
  239. | #define PACKAGE_STRING "telegram-cli 1.0"
  240. | #define PACKAGE_BUGREPORT ""
  241. | #define PACKAGE_URL ""
  242. | #define HAVE_LIBM 1
  243. | #define HAVE_LIBEVENT 1
  244. | #define STDC_HEADERS 1
  245. | #define HAVE_SYS_TYPES_H 1
  246. | #define HAVE_SYS_STAT_H 1
  247. | #define HAVE_STDLIB_H 1
  248. | #define HAVE_STRING_H 1
  249. | #define HAVE_MEMORY_H 1
  250. | #define HAVE_STRINGS_H 1
  251. | #define HAVE_INTTYPES_H 1
  252. | #define HAVE_STDINT_H 1
  253. | #define HAVE_UNISTD_H 1
  254. | /* end confdefs.h. */
  255. | #include <stdio.h>
  256. | #ifdef HAVE_SYS_TYPES_H
  257. | # include <sys/types.h>
  258. | #endif
  259. | #ifdef HAVE_SYS_STAT_H
  260. | # include <sys/stat.h>
  261. | #endif
  262. | #ifdef STDC_HEADERS
  263. | # include <stdlib.h>
  264. | # include <stddef.h>
  265. | #else
  266. | # ifdef HAVE_STDLIB_H
  267. | # include <stdlib.h>
  268. | # endif
  269. | #endif
  270. | #ifdef HAVE_STRING_H
  271. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  272. | # include <memory.h>
  273. | # endif
  274. | # include <string.h>
  275. | #endif
  276. | #ifdef HAVE_STRINGS_H
  277. | # include <strings.h>
  278. | #endif
  279. | #ifdef HAVE_INTTYPES_H
  280. | # include <inttypes.h>
  281. | #endif
  282. | #ifdef HAVE_STDINT_H
  283. | # include <stdint.h>
  284. | #endif
  285. | #ifdef HAVE_UNISTD_H
  286. | # include <unistd.h>
  287. | #endif
  288. | #include <event2/event.h>
  289. configure:4104: result: no
  290. configure:4104: checking event2/event.h presence
  291. configure:4104: gcc -E -I/usr/local/include conftest.c
  292. conftest.c:21:26: error: event2/event.h: No such file or directory
  293. configure:4104: $? = 1
  294. configure: failed program was:
  295. | /* confdefs.h */
  296. | #define PACKAGE_NAME "telegram-cli"
  297. | #define PACKAGE_TARNAME "telegram-cli"
  298. | #define PACKAGE_VERSION "1.0"
  299. | #define PACKAGE_STRING "telegram-cli 1.0"
  300. | #define PACKAGE_BUGREPORT ""
  301. | #define PACKAGE_URL ""
  302. | #define HAVE_LIBM 1
  303. | #define HAVE_LIBEVENT 1
  304. | #define STDC_HEADERS 1
  305. | #define HAVE_SYS_TYPES_H 1
  306. | #define HAVE_SYS_STAT_H 1
  307. | #define HAVE_STDLIB_H 1
  308. | #define HAVE_STRING_H 1
  309. | #define HAVE_MEMORY_H 1
  310. | #define HAVE_STRINGS_H 1
  311. | #define HAVE_INTTYPES_H 1
  312. | #define HAVE_STDINT_H 1
  313. | #define HAVE_UNISTD_H 1
  314. | /* end confdefs.h. */
  315. | #include <event2/event.h>
  316. configure:4104: result: no
  317. configure:4104: checking for event2/event.h
  318. configure:4104: result: no
  319. configure:4111: checking event.h usability
  320. configure:4111: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  321. configure:4111: $? = 0
  322. configure:4111: result: yes
  323. configure:4111: checking event.h presence
  324. configure:4111: gcc -E -I/usr/local/include conftest.c
  325. configure:4111: $? = 0
  326. configure:4111: result: yes
  327. configure:4111: checking for event.h
  328. configure:4111: result: yes
  329. configure:4152: checking for pkg-config
  330. configure:4170: found /usr/bin/pkg-config
  331. configure:4182: result: /usr/bin/pkg-config
  332. configure:4238: checking whether compiling and linking against OpenSSL works
  333. Trying link with OPENSSL_LDFLAGS= ; OPENSSL_LIBS=-lssl -lcrypto ; OPENSSL_INCLUDES=
  334. configure:4260: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lssl -lcrypto -levent -lrt -lm >&5
  335. configure:4260: $? = 0
  336. configure:4262: result: yes
  337. configure:4286: checking if zlib is wanted
  338. configure:4308: result: yes
  339. configure:4339: checking for inflateEnd in -lz
  340. configure:4364: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -L/usr/local/lib -L/usr/lib conftest.c -lz -levent -lrt -lm >&5
  341. configure:4364: $? = 0
  342. configure:4373: result: yes
  343. configure:4381: checking zlib.h usability
  344. configure:4381: gcc -c -g -O2 -I/usr/local/include -I/usr/include conftest.c >&5
  345. configure:4381: $? = 0
  346. configure:4381: result: yes
  347. configure:4381: checking zlib.h presence
  348. configure:4381: gcc -E -I/usr/local/include -I/usr/include conftest.c
  349. configure:4381: $? = 0
  350. configure:4381: result: yes
  351. configure:4381: checking for zlib.h
  352. configure:4381: result: yes
  353. configure:4417: checking for rl_save_prompt in -lreadline
  354. configure:4442: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lreadline -lz -levent -lrt -lm >&5
  355. configure:4442: $? = 0
  356. configure:4451: result: yes
  357. configure:4460: checking for libconfig
  358. configure:4522: result: enabled
  359. configure:4524: checking for config_init in -lconfig
  360. configure:4549: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lconfig -lz -levent -lrt -lm >&5
  361. configure:4549: $? = 0
  362. configure:4558: result: yes
  363. configure:4587: checking for liblua
  364. configure:5265: result: enabled
  365. configure:5277: checking for lua
  366. configure:5295: found /usr/bin/lua
  367. configure:5307: result: /usr/bin/lua
  368. configure:5322: checking if /usr/bin/lua is a Lua interpreter
  369. configure:5326: result: yes
  370. configure:5343: checking for lua version
  371. configure:5353: result: 5.1
  372. configure:5363: checking for lua platform
  373. configure:5370: result: unknown
  374. configure:5380: checking for lua script directory
  375. configure:5419: result: ${prefix}/share/lua/5.1
  376. configure:5426: checking for lua module directory
  377. configure:5465: result: ${exec_prefix}/lib/lua/5.1
  378. configure:5474: checking if LUA_VERSION is defined
  379. configure:5477: result: yes
  380. configure:5496: checking lua.h usability
  381. configure:5496: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include conftest.c >&5
  382. configure:5496: $? = 0
  383. configure:5496: result: yes
  384. configure:5496: checking lua.h presence
  385. configure:5496: gcc -E -I/usr/local/include -I/usr/include -I/usr/include conftest.c
  386. configure:5496: $? = 0
  387. configure:5496: result: yes
  388. configure:5496: checking for lua.h
  389. configure:5496: result: yes
  390. configure:5496: checking lualib.h usability
  391. configure:5496: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include conftest.c >&5
  392. configure:5496: $? = 0
  393. configure:5496: result: yes
  394. configure:5496: checking lualib.h presence
  395. configure:5496: gcc -E -I/usr/local/include -I/usr/include -I/usr/include conftest.c
  396. configure:5496: $? = 0
  397. configure:5496: result: yes
  398. configure:5496: checking for lualib.h
  399. configure:5496: result: yes
  400. configure:5496: checking lauxlib.h usability
  401. configure:5496: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include conftest.c >&5
  402. configure:5496: $? = 0
  403. configure:5496: result: yes
  404. configure:5496: checking lauxlib.h presence
  405. configure:5496: gcc -E -I/usr/local/include -I/usr/include -I/usr/include conftest.c
  406. configure:5496: $? = 0
  407. configure:5496: result: yes
  408. configure:5496: checking for lauxlib.h
  409. configure:5496: result: yes
  410. configure:5496: checking luaconf.h usability
  411. configure:5496: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include conftest.c >&5
  412. configure:5496: $? = 0
  413. configure:5496: result: yes
  414. configure:5496: checking luaconf.h presence
  415. configure:5496: gcc -E -I/usr/local/include -I/usr/include -I/usr/include conftest.c
  416. configure:5496: $? = 0
  417. configure:5496: result: yes
  418. configure:5496: checking for luaconf.h
  419. configure:5496: result: yes
  420. configure:5558: checking for Lua header version
  421. configure:5585: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lconfig -lz -levent -lrt -lm >&5
  422. configure:5585: $? = 0
  423. configure:5585: ./conftest
  424. configure:5585: $? = 0
  425. configure:5600: result: 5.1
  426. configure:5603: checking if Lua header version matches 5.1
  427. configure:5606: result: yes
  428. configure:5632: checking if LUA_VERSION is defined
  429. configure:5635: result: yes
  430. configure:5718: checking for library containing exp
  431. configure:5749: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lconfig -lz -levent -lrt -lm >&5
  432. conftest.c:35: warning: conflicting types for built-in function 'exp'
  433. configure:5749: $? = 0
  434. configure:5766: result: none required
  435. configure:5774: checking for library containing dlopen
  436. configure:5805: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lconfig -lz -levent -lrt -lm >&5
  437. /tmp/cc2tPNyL.o: In function `main':
  438. /home/hamcore/telegram-bot/tg/conftest.c:39: undefined reference to `dlopen'
  439. collect2: ld returned 1 exit status
  440. configure:5805: $? = 1
  441. configure: failed program was:
  442. | /* confdefs.h */
  443. | #define PACKAGE_NAME "telegram-cli"
  444. | #define PACKAGE_TARNAME "telegram-cli"
  445. | #define PACKAGE_VERSION "1.0"
  446. | #define PACKAGE_STRING "telegram-cli 1.0"
  447. | #define PACKAGE_BUGREPORT ""
  448. | #define PACKAGE_URL ""
  449. | #define HAVE_LIBM 1
  450. | #define HAVE_LIBEVENT 1
  451. | #define STDC_HEADERS 1
  452. | #define HAVE_SYS_TYPES_H 1
  453. | #define HAVE_SYS_STAT_H 1
  454. | #define HAVE_STDLIB_H 1
  455. | #define HAVE_STRING_H 1
  456. | #define HAVE_MEMORY_H 1
  457. | #define HAVE_STRINGS_H 1
  458. | #define HAVE_INTTYPES_H 1
  459. | #define HAVE_STDINT_H 1
  460. | #define HAVE_UNISTD_H 1
  461. | #define EVENT_V1 1
  462. | #define HAVE_LIBZ 1
  463. | #define HAVE_LIBCONFIG 1
  464. | #define HAVE_LUA_H 1
  465. | #define HAVE_LUALIB_H 1
  466. | #define HAVE_LAUXLIB_H 1
  467. | #define HAVE_LUACONF_H 1
  468. | /* end confdefs.h. */
  469. |
  470. | /* Override any GCC internal prototype to avoid an error.
  471. | Use char because int might match the return type of a GCC
  472. | builtin and then its argument prototype would still apply. */
  473. | #ifdef __cplusplus
  474. | extern "C"
  475. | #endif
  476. | char dlopen ();
  477. | int
  478. | main ()
  479. | {
  480. | return dlopen ();
  481. | ;
  482. | return 0;
  483. | }
  484. configure:5805: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ldl -lconfig -lz -levent -lrt -lm >&5
  485. configure:5805: $? = 0
  486. configure:5822: result: -ldl
  487. configure:5844: checking for library containing lua_load
  488. configure:5879: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lconfig -lz -levent -lrt -lm >&5
  489. /tmp/cc1PJ0oZ.o: In function `main':
  490. /home/hamcore/telegram-bot/tg/conftest.c:39: undefined reference to `lua_load'
  491. collect2: ld returned 1 exit status
  492. configure:5879: $? = 1
  493. configure: failed program was:
  494. | /* confdefs.h */
  495. | #define PACKAGE_NAME "telegram-cli"
  496. | #define PACKAGE_TARNAME "telegram-cli"
  497. | #define PACKAGE_VERSION "1.0"
  498. | #define PACKAGE_STRING "telegram-cli 1.0"
  499. | #define PACKAGE_BUGREPORT ""
  500. | #define PACKAGE_URL ""
  501. | #define HAVE_LIBM 1
  502. | #define HAVE_LIBEVENT 1
  503. | #define STDC_HEADERS 1
  504. | #define HAVE_SYS_TYPES_H 1
  505. | #define HAVE_SYS_STAT_H 1
  506. | #define HAVE_STDLIB_H 1
  507. | #define HAVE_STRING_H 1
  508. | #define HAVE_MEMORY_H 1
  509. | #define HAVE_STRINGS_H 1
  510. | #define HAVE_INTTYPES_H 1
  511. | #define HAVE_STDINT_H 1
  512. | #define HAVE_UNISTD_H 1
  513. | #define EVENT_V1 1
  514. | #define HAVE_LIBZ 1
  515. | #define HAVE_LIBCONFIG 1
  516. | #define HAVE_LUA_H 1
  517. | #define HAVE_LUALIB_H 1
  518. | #define HAVE_LAUXLIB_H 1
  519. | #define HAVE_LUACONF_H 1
  520. | /* end confdefs.h. */
  521. |
  522. | /* Override any GCC internal prototype to avoid an error.
  523. | Use char because int might match the return type of a GCC
  524. | builtin and then its argument prototype would still apply. */
  525. | #ifdef __cplusplus
  526. | extern "C"
  527. | #endif
  528. | char lua_load ();
  529. | int
  530. | main ()
  531. | {
  532. | return lua_load ();
  533. | ;
  534. | return 0;
  535. | }
  536. configure:5879: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -llua5.1 -ldl -lconfig -lz -levent -lrt -lm >&5
  537. /usr/bin/ld: cannot find -llua5.1
  538. collect2: ld returned 1 exit status
  539. configure:5879: $? = 1
  540. configure: failed program was:
  541. | /* confdefs.h */
  542. | #define PACKAGE_NAME "telegram-cli"
  543. | #define PACKAGE_TARNAME "telegram-cli"
  544. | #define PACKAGE_VERSION "1.0"
  545. | #define PACKAGE_STRING "telegram-cli 1.0"
  546. | #define PACKAGE_BUGREPORT ""
  547. | #define PACKAGE_URL ""
  548. | #define HAVE_LIBM 1
  549. | #define HAVE_LIBEVENT 1
  550. | #define STDC_HEADERS 1
  551. | #define HAVE_SYS_TYPES_H 1
  552. | #define HAVE_SYS_STAT_H 1
  553. | #define HAVE_STDLIB_H 1
  554. | #define HAVE_STRING_H 1
  555. | #define HAVE_MEMORY_H 1
  556. | #define HAVE_STRINGS_H 1
  557. | #define HAVE_INTTYPES_H 1
  558. | #define HAVE_STDINT_H 1
  559. | #define HAVE_UNISTD_H 1
  560. | #define EVENT_V1 1
  561. | #define HAVE_LIBZ 1
  562. | #define HAVE_LIBCONFIG 1
  563. | #define HAVE_LUA_H 1
  564. | #define HAVE_LUALIB_H 1
  565. | #define HAVE_LAUXLIB_H 1
  566. | #define HAVE_LUACONF_H 1
  567. | /* end confdefs.h. */
  568. |
  569. | /* Override any GCC internal prototype to avoid an error.
  570. | Use char because int might match the return type of a GCC
  571. | builtin and then its argument prototype would still apply. */
  572. | #ifdef __cplusplus
  573. | extern "C"
  574. | #endif
  575. | char lua_load ();
  576. | int
  577. | main ()
  578. | {
  579. | return lua_load ();
  580. | ;
  581. | return 0;
  582. | }
  583. configure:5879: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -llua51 -ldl -lconfig -lz -levent -lrt -lm >&5
  584. /usr/bin/ld: cannot find -llua51
  585. collect2: ld returned 1 exit status
  586. configure:5879: $? = 1
  587. configure: failed program was:
  588. | /* confdefs.h */
  589. | #define PACKAGE_NAME "telegram-cli"
  590. | #define PACKAGE_TARNAME "telegram-cli"
  591. | #define PACKAGE_VERSION "1.0"
  592. | #define PACKAGE_STRING "telegram-cli 1.0"
  593. | #define PACKAGE_BUGREPORT ""
  594. | #define PACKAGE_URL ""
  595. | #define HAVE_LIBM 1
  596. | #define HAVE_LIBEVENT 1
  597. | #define STDC_HEADERS 1
  598. | #define HAVE_SYS_TYPES_H 1
  599. | #define HAVE_SYS_STAT_H 1
  600. | #define HAVE_STDLIB_H 1
  601. | #define HAVE_STRING_H 1
  602. | #define HAVE_MEMORY_H 1
  603. | #define HAVE_STRINGS_H 1
  604. | #define HAVE_INTTYPES_H 1
  605. | #define HAVE_STDINT_H 1
  606. | #define HAVE_UNISTD_H 1
  607. | #define EVENT_V1 1
  608. | #define HAVE_LIBZ 1
  609. | #define HAVE_LIBCONFIG 1
  610. | #define HAVE_LUA_H 1
  611. | #define HAVE_LUALIB_H 1
  612. | #define HAVE_LAUXLIB_H 1
  613. | #define HAVE_LUACONF_H 1
  614. | /* end confdefs.h. */
  615. |
  616. | /* Override any GCC internal prototype to avoid an error.
  617. | Use char because int might match the return type of a GCC
  618. | builtin and then its argument prototype would still apply. */
  619. | #ifdef __cplusplus
  620. | extern "C"
  621. | #endif
  622. | char lua_load ();
  623. | int
  624. | main ()
  625. | {
  626. | return lua_load ();
  627. | ;
  628. | return 0;
  629. | }
  630. configure:5879: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -llua-5.1 -ldl -lconfig -lz -levent -lrt -lm >&5
  631. configure:5879: $? = 0
  632. configure:5896: result: -llua-5.1
  633. configure:5934: checking for python
  634. configure:6176: result: enabled
  635. configure:6179: checking for python build information
  636. configure:6181: result:
  637. configure:6188: checking for python3.5
  638. configure:6218: result: no
  639. configure:6188: checking for python3.4
  640. configure:6218: result: no
  641. configure:6188: checking for python3.3
  642. configure:6218: result: no
  643. configure:6188: checking for python3.2
  644. configure:6218: result: no
  645. configure:6188: checking for python3.1
  646. configure:6218: result: no
  647. configure:6188: checking for python3
  648. configure:6218: result: no
  649. configure:6188: checking for python2.7
  650. configure:6204: found /usr/local/bin/python2.7
  651. configure:6215: result: python2.7
  652. configure:6229: checking for main in -lpython2.7
  653. configure:6248: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -lpython2.7 -lconfig -lz -levent -lrt -lm >&5
  654. configure:6248: $? = 0
  655. configure:6258: result: yes
  656. configure:6366: result: results of the Python check:
  657. configure:6368: result: Binary: python2.7
  658. configure:6370: result: Library: python2.7
  659. configure:6372: result: Include Dir: /usr/local/include/python2.7
  660. configure:6411: checking for libjansson
  661. configure:6476: result: enabled
  662. configure:6478: checking for json_array_set_new in -ljansson
  663. configure:6503: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  664. configure:6503: $? = 0
  665. configure:6512: result: yes
  666. configure:6533: checking progname
  667. configure:6557: result: default
  668. configure:6585: checking execinfo.h usability
  669. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  670. configure:6585: $? = 0
  671. configure:6585: result: yes
  672. configure:6585: checking execinfo.h presence
  673. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  674. configure:6585: $? = 0
  675. configure:6585: result: yes
  676. configure:6585: checking for execinfo.h
  677. configure:6585: result: yes
  678. configure:6585: checking fcntl.h usability
  679. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  680. configure:6585: $? = 0
  681. configure:6585: result: yes
  682. configure:6585: checking fcntl.h presence
  683. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  684. configure:6585: $? = 0
  685. configure:6585: result: yes
  686. configure:6585: checking for fcntl.h
  687. configure:6585: result: yes
  688. configure:6585: checking malloc.h usability
  689. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  690. configure:6585: $? = 0
  691. configure:6585: result: yes
  692. configure:6585: checking malloc.h presence
  693. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  694. configure:6585: $? = 0
  695. configure:6585: result: yes
  696. configure:6585: checking for malloc.h
  697. configure:6585: result: yes
  698. configure:6585: checking netdb.h usability
  699. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  700. configure:6585: $? = 0
  701. configure:6585: result: yes
  702. configure:6585: checking netdb.h presence
  703. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  704. configure:6585: $? = 0
  705. configure:6585: result: yes
  706. configure:6585: checking for netdb.h
  707. configure:6585: result: yes
  708. configure:6585: checking for stdlib.h
  709. configure:6585: result: yes
  710. configure:6585: checking for string.h
  711. configure:6585: result: yes
  712. configure:6585: checking for unistd.h
  713. configure:6585: result: yes
  714. configure:6585: checking arpa/inet.h usability
  715. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  716. configure:6585: $? = 0
  717. configure:6585: result: yes
  718. configure:6585: checking arpa/inet.h presence
  719. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  720. configure:6585: $? = 0
  721. configure:6585: result: yes
  722. configure:6585: checking for arpa/inet.h
  723. configure:6585: result: yes
  724. configure:6585: checking mach/mach.h usability
  725. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  726. conftest.c:73:23: error: mach/mach.h: No such file or directory
  727. configure:6585: $? = 1
  728. configure: failed program was:
  729. | /* confdefs.h */
  730. | #define PACKAGE_NAME "telegram-cli"
  731. | #define PACKAGE_TARNAME "telegram-cli"
  732. | #define PACKAGE_VERSION "1.0"
  733. | #define PACKAGE_STRING "telegram-cli 1.0"
  734. | #define PACKAGE_BUGREPORT ""
  735. | #define PACKAGE_URL ""
  736. | #define HAVE_LIBM 1
  737. | #define HAVE_LIBEVENT 1
  738. | #define STDC_HEADERS 1
  739. | #define HAVE_SYS_TYPES_H 1
  740. | #define HAVE_SYS_STAT_H 1
  741. | #define HAVE_STDLIB_H 1
  742. | #define HAVE_STRING_H 1
  743. | #define HAVE_MEMORY_H 1
  744. | #define HAVE_STRINGS_H 1
  745. | #define HAVE_INTTYPES_H 1
  746. | #define HAVE_STDINT_H 1
  747. | #define HAVE_UNISTD_H 1
  748. | #define EVENT_V1 1
  749. | #define HAVE_LIBZ 1
  750. | #define HAVE_LIBCONFIG 1
  751. | #define HAVE_LUA_H 1
  752. | #define HAVE_LUALIB_H 1
  753. | #define HAVE_LAUXLIB_H 1
  754. | #define HAVE_LUACONF_H 1
  755. | #define USE_LUA 1
  756. | #define USE_PYTHON 1
  757. | #define HAVE_LIBJANSSON 1
  758. | #define USE_JSON 1
  759. | #define HAVE_EXECINFO_H 1
  760. | #define HAVE_FCNTL_H 1
  761. | #define HAVE_MALLOC_H 1
  762. | #define HAVE_NETDB_H 1
  763. | #define HAVE_STDLIB_H 1
  764. | #define HAVE_STRING_H 1
  765. | #define HAVE_UNISTD_H 1
  766. | #define HAVE_ARPA_INET_H 1
  767. | /* end confdefs.h. */
  768. | #include <stdio.h>
  769. | #ifdef HAVE_SYS_TYPES_H
  770. | # include <sys/types.h>
  771. | #endif
  772. | #ifdef HAVE_SYS_STAT_H
  773. | # include <sys/stat.h>
  774. | #endif
  775. | #ifdef STDC_HEADERS
  776. | # include <stdlib.h>
  777. | # include <stddef.h>
  778. | #else
  779. | # ifdef HAVE_STDLIB_H
  780. | # include <stdlib.h>
  781. | # endif
  782. | #endif
  783. | #ifdef HAVE_STRING_H
  784. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  785. | # include <memory.h>
  786. | # endif
  787. | # include <string.h>
  788. | #endif
  789. | #ifdef HAVE_STRINGS_H
  790. | # include <strings.h>
  791. | #endif
  792. | #ifdef HAVE_INTTYPES_H
  793. | # include <inttypes.h>
  794. | #endif
  795. | #ifdef HAVE_STDINT_H
  796. | # include <stdint.h>
  797. | #endif
  798. | #ifdef HAVE_UNISTD_H
  799. | # include <unistd.h>
  800. | #endif
  801. | #include <mach/mach.h>
  802. configure:6585: result: no
  803. configure:6585: checking mach/mach.h presence
  804. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  805. conftest.c:40:23: error: mach/mach.h: No such file or directory
  806. configure:6585: $? = 1
  807. configure: failed program was:
  808. | /* confdefs.h */
  809. | #define PACKAGE_NAME "telegram-cli"
  810. | #define PACKAGE_TARNAME "telegram-cli"
  811. | #define PACKAGE_VERSION "1.0"
  812. | #define PACKAGE_STRING "telegram-cli 1.0"
  813. | #define PACKAGE_BUGREPORT ""
  814. | #define PACKAGE_URL ""
  815. | #define HAVE_LIBM 1
  816. | #define HAVE_LIBEVENT 1
  817. | #define STDC_HEADERS 1
  818. | #define HAVE_SYS_TYPES_H 1
  819. | #define HAVE_SYS_STAT_H 1
  820. | #define HAVE_STDLIB_H 1
  821. | #define HAVE_STRING_H 1
  822. | #define HAVE_MEMORY_H 1
  823. | #define HAVE_STRINGS_H 1
  824. | #define HAVE_INTTYPES_H 1
  825. | #define HAVE_STDINT_H 1
  826. | #define HAVE_UNISTD_H 1
  827. | #define EVENT_V1 1
  828. | #define HAVE_LIBZ 1
  829. | #define HAVE_LIBCONFIG 1
  830. | #define HAVE_LUA_H 1
  831. | #define HAVE_LUALIB_H 1
  832. | #define HAVE_LAUXLIB_H 1
  833. | #define HAVE_LUACONF_H 1
  834. | #define USE_LUA 1
  835. | #define USE_PYTHON 1
  836. | #define HAVE_LIBJANSSON 1
  837. | #define USE_JSON 1
  838. | #define HAVE_EXECINFO_H 1
  839. | #define HAVE_FCNTL_H 1
  840. | #define HAVE_MALLOC_H 1
  841. | #define HAVE_NETDB_H 1
  842. | #define HAVE_STDLIB_H 1
  843. | #define HAVE_STRING_H 1
  844. | #define HAVE_UNISTD_H 1
  845. | #define HAVE_ARPA_INET_H 1
  846. | /* end confdefs.h. */
  847. | #include <mach/mach.h>
  848. configure:6585: result: no
  849. configure:6585: checking for mach/mach.h
  850. configure:6585: result: no
  851. configure:6585: checking netinet/in.h usability
  852. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  853. configure:6585: $? = 0
  854. configure:6585: result: yes
  855. configure:6585: checking netinet/in.h presence
  856. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  857. configure:6585: $? = 0
  858. configure:6585: result: yes
  859. configure:6585: checking for netinet/in.h
  860. configure:6585: result: yes
  861. configure:6585: checking sys/file.h usability
  862. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  863. configure:6585: $? = 0
  864. configure:6585: result: yes
  865. configure:6585: checking sys/file.h presence
  866. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  867. configure:6585: $? = 0
  868. configure:6585: result: yes
  869. configure:6585: checking for sys/file.h
  870. configure:6585: result: yes
  871. configure:6585: checking sys/socket.h usability
  872. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  873. configure:6585: $? = 0
  874. configure:6585: result: yes
  875. configure:6585: checking sys/socket.h presence
  876. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  877. configure:6585: $? = 0
  878. configure:6585: result: yes
  879. configure:6585: checking for sys/socket.h
  880. configure:6585: result: yes
  881. configure:6585: checking termios.h usability
  882. configure:6585: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  883. configure:6585: $? = 0
  884. configure:6585: result: yes
  885. configure:6585: checking termios.h presence
  886. configure:6585: gcc -E -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c
  887. configure:6585: $? = 0
  888. configure:6585: result: yes
  889. configure:6585: checking for termios.h
  890. configure:6585: result: yes
  891. configure:6597: checking for size_t
  892. configure:6597: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  893. configure:6597: $? = 0
  894. configure:6597: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  895. conftest.c: In function 'main':
  896. conftest.c:80: error: expected expression before ')' token
  897. configure:6597: $? = 1
  898. configure: failed program was:
  899. | /* confdefs.h */
  900. | #define PACKAGE_NAME "telegram-cli"
  901. | #define PACKAGE_TARNAME "telegram-cli"
  902. | #define PACKAGE_VERSION "1.0"
  903. | #define PACKAGE_STRING "telegram-cli 1.0"
  904. | #define PACKAGE_BUGREPORT ""
  905. | #define PACKAGE_URL ""
  906. | #define HAVE_LIBM 1
  907. | #define HAVE_LIBEVENT 1
  908. | #define STDC_HEADERS 1
  909. | #define HAVE_SYS_TYPES_H 1
  910. | #define HAVE_SYS_STAT_H 1
  911. | #define HAVE_STDLIB_H 1
  912. | #define HAVE_STRING_H 1
  913. | #define HAVE_MEMORY_H 1
  914. | #define HAVE_STRINGS_H 1
  915. | #define HAVE_INTTYPES_H 1
  916. | #define HAVE_STDINT_H 1
  917. | #define HAVE_UNISTD_H 1
  918. | #define EVENT_V1 1
  919. | #define HAVE_LIBZ 1
  920. | #define HAVE_LIBCONFIG 1
  921. | #define HAVE_LUA_H 1
  922. | #define HAVE_LUALIB_H 1
  923. | #define HAVE_LAUXLIB_H 1
  924. | #define HAVE_LUACONF_H 1
  925. | #define USE_LUA 1
  926. | #define USE_PYTHON 1
  927. | #define HAVE_LIBJANSSON 1
  928. | #define USE_JSON 1
  929. | #define HAVE_EXECINFO_H 1
  930. | #define HAVE_FCNTL_H 1
  931. | #define HAVE_MALLOC_H 1
  932. | #define HAVE_NETDB_H 1
  933. | #define HAVE_STDLIB_H 1
  934. | #define HAVE_STRING_H 1
  935. | #define HAVE_UNISTD_H 1
  936. | #define HAVE_ARPA_INET_H 1
  937. | #define HAVE_NETINET_IN_H 1
  938. | #define HAVE_SYS_FILE_H 1
  939. | #define HAVE_SYS_SOCKET_H 1
  940. | #define HAVE_TERMIOS_H 1
  941. | /* end confdefs.h. */
  942. | #include <stdio.h>
  943. | #ifdef HAVE_SYS_TYPES_H
  944. | # include <sys/types.h>
  945. | #endif
  946. | #ifdef HAVE_SYS_STAT_H
  947. | # include <sys/stat.h>
  948. | #endif
  949. | #ifdef STDC_HEADERS
  950. | # include <stdlib.h>
  951. | # include <stddef.h>
  952. | #else
  953. | # ifdef HAVE_STDLIB_H
  954. | # include <stdlib.h>
  955. | # endif
  956. | #endif
  957. | #ifdef HAVE_STRING_H
  958. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  959. | # include <memory.h>
  960. | # endif
  961. | # include <string.h>
  962. | #endif
  963. | #ifdef HAVE_STRINGS_H
  964. | # include <strings.h>
  965. | #endif
  966. | #ifdef HAVE_INTTYPES_H
  967. | # include <inttypes.h>
  968. | #endif
  969. | #ifdef HAVE_STDINT_H
  970. | # include <stdint.h>
  971. | #endif
  972. | #ifdef HAVE_UNISTD_H
  973. | # include <unistd.h>
  974. | #endif
  975. | int
  976. | main ()
  977. | {
  978. | if (sizeof ((size_t)))
  979. | return 0;
  980. | ;
  981. | return 0;
  982. | }
  983. configure:6597: result: yes
  984. configure:6608: checking for uid_t in sys/types.h
  985. configure:6627: result: yes
  986. configure:6638: checking for inline
  987. configure:6654: gcc -c -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 conftest.c >&5
  988. configure:6654: $? = 0
  989. configure:6662: result: inline
  990. configure:6684: checking for stdlib.h
  991. configure:6684: result: yes
  992. configure:6694: checking for GNU libc compatible malloc
  993. configure:6728: result: yes
  994. configure:6751: checking for stdlib.h
  995. configure:6751: result: yes
  996. configure:6761: checking for GNU libc compatible realloc
  997. configure:6785: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  998. configure:6785: $? = 0
  999. configure:6785: ./conftest
  1000. ./conftest: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory
  1001. configure:6785: $? = 127
  1002. configure: program exited with status 127
  1003. configure: failed program was:
  1004. | /* confdefs.h */
  1005. | #define PACKAGE_NAME "telegram-cli"
  1006. | #define PACKAGE_TARNAME "telegram-cli"
  1007. | #define PACKAGE_VERSION "1.0"
  1008. | #define PACKAGE_STRING "telegram-cli 1.0"
  1009. | #define PACKAGE_BUGREPORT ""
  1010. | #define PACKAGE_URL ""
  1011. | #define HAVE_LIBM 1
  1012. | #define HAVE_LIBEVENT 1
  1013. | #define STDC_HEADERS 1
  1014. | #define HAVE_SYS_TYPES_H 1
  1015. | #define HAVE_SYS_STAT_H 1
  1016. | #define HAVE_STDLIB_H 1
  1017. | #define HAVE_STRING_H 1
  1018. | #define HAVE_MEMORY_H 1
  1019. | #define HAVE_STRINGS_H 1
  1020. | #define HAVE_INTTYPES_H 1
  1021. | #define HAVE_STDINT_H 1
  1022. | #define HAVE_UNISTD_H 1
  1023. | #define EVENT_V1 1
  1024. | #define HAVE_LIBZ 1
  1025. | #define HAVE_LIBCONFIG 1
  1026. | #define HAVE_LUA_H 1
  1027. | #define HAVE_LUALIB_H 1
  1028. | #define HAVE_LAUXLIB_H 1
  1029. | #define HAVE_LUACONF_H 1
  1030. | #define USE_LUA 1
  1031. | #define USE_PYTHON 1
  1032. | #define HAVE_LIBJANSSON 1
  1033. | #define USE_JSON 1
  1034. | #define HAVE_EXECINFO_H 1
  1035. | #define HAVE_FCNTL_H 1
  1036. | #define HAVE_MALLOC_H 1
  1037. | #define HAVE_NETDB_H 1
  1038. | #define HAVE_STDLIB_H 1
  1039. | #define HAVE_STRING_H 1
  1040. | #define HAVE_UNISTD_H 1
  1041. | #define HAVE_ARPA_INET_H 1
  1042. | #define HAVE_NETINET_IN_H 1
  1043. | #define HAVE_SYS_FILE_H 1
  1044. | #define HAVE_SYS_SOCKET_H 1
  1045. | #define HAVE_TERMIOS_H 1
  1046. | #define HAVE_STDLIB_H 1
  1047. | #define HAVE_MALLOC 1
  1048. | #define HAVE_STDLIB_H 1
  1049. | /* end confdefs.h. */
  1050. | #if defined STDC_HEADERS || defined HAVE_STDLIB_H
  1051. | # include <stdlib.h>
  1052. | #else
  1053. | char *realloc ();
  1054. | #endif
  1055. |
  1056. | int
  1057. | main ()
  1058. | {
  1059. | return ! realloc (0, 0);
  1060. | ;
  1061. | return 0;
  1062. | }
  1063. configure:6795: result: no
  1064. configure:6819: checking for alarm
  1065. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1066. configure:6819: $? = 0
  1067. configure:6819: result: yes
  1068. configure:6819: checking for endpwent
  1069. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1070. configure:6819: $? = 0
  1071. configure:6819: result: yes
  1072. configure:6819: checking for memset
  1073. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1074. conftest.c:74: warning: conflicting types for built-in function 'memset'
  1075. configure:6819: $? = 0
  1076. configure:6819: result: yes
  1077. configure:6819: checking for memmove
  1078. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1079. conftest.c:75: warning: conflicting types for built-in function 'memmove'
  1080. configure:6819: $? = 0
  1081. configure:6819: result: yes
  1082. configure:6819: checking for mkdir
  1083. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1084. configure:6819: $? = 0
  1085. configure:6819: result: yes
  1086. configure:6819: checking for select
  1087. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1088. configure:6819: $? = 0
  1089. configure:6819: result: yes
  1090. configure:6819: checking for socket
  1091. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1092. configure:6819: $? = 0
  1093. configure:6819: result: yes
  1094. configure:6819: checking for strdup
  1095. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1096. conftest.c:79: warning: conflicting types for built-in function 'strdup'
  1097. configure:6819: $? = 0
  1098. configure:6819: result: yes
  1099. configure:6819: checking for strndup
  1100. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1101. conftest.c:80: warning: conflicting types for built-in function 'strndup'
  1102. configure:6819: $? = 0
  1103. configure:6819: result: yes
  1104. configure:6819: checking for uname
  1105. configure:6819: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1106. configure:6819: $? = 0
  1107. configure:6819: result: yes
  1108. configure:6832: checking for __builtin_bswap32
  1109. configure:6851: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest.c -ljansson -lconfig -lz -levent -lrt -lm >&5
  1110. configure:6851: $? = 0
  1111. configure:6860: result: yes
  1112. configure:6991: creating ./config.status
  1113.  
  1114. ## ---------------------- ##
  1115. ## Running config.status. ##
  1116. ## ---------------------- ##
  1117.  
  1118. This file was extended by telegram-cli config.status 1.0, which was
  1119. generated by GNU Autoconf 2.69. Invocation command line was
  1120.  
  1121. CONFIG_FILES =
  1122. CONFIG_HEADERS =
  1123. CONFIG_LINKS =
  1124. CONFIG_COMMANDS =
  1125. $ ./config.status
  1126.  
  1127. on niflhein.seedboxbrasil.com
  1128.  
  1129. config.status:861: creating Makefile
  1130. config.status:861: creating config.h
  1131.  
  1132. ## ---------------- ##
  1133. ## Cache variables. ##
  1134. ## ---------------- ##
  1135.  
  1136. ac_cv_c_compiler_gnu=yes
  1137. ac_cv_c_inline=inline
  1138. ac_cv_env_CC_set=
  1139. ac_cv_env_CC_value=
  1140. ac_cv_env_CFLAGS_set=
  1141. ac_cv_env_CFLAGS_value=
  1142. ac_cv_env_CPPFLAGS_set=
  1143. ac_cv_env_CPPFLAGS_value=
  1144. ac_cv_env_CPP_set=
  1145. ac_cv_env_CPP_value=
  1146. ac_cv_env_LDFLAGS_set=
  1147. ac_cv_env_LDFLAGS_value=
  1148. ac_cv_env_LIBS_set=
  1149. ac_cv_env_LIBS_value=
  1150. ac_cv_env_LUA_INCLUDE_set=
  1151. ac_cv_env_LUA_INCLUDE_value=
  1152. ac_cv_env_LUA_LIB_set=
  1153. ac_cv_env_LUA_LIB_value=
  1154. ac_cv_env_LUA_set=
  1155. ac_cv_env_LUA_value=
  1156. ac_cv_env_build_alias_set=
  1157. ac_cv_env_build_alias_value=
  1158. ac_cv_env_host_alias_set=
  1159. ac_cv_env_host_alias_value=
  1160. ac_cv_env_target_alias_set=
  1161. ac_cv_env_target_alias_value=
  1162. ac_cv_func_alarm=yes
  1163. ac_cv_func_endpwent=yes
  1164. ac_cv_func_malloc_0_nonnull=yes
  1165. ac_cv_func_memmove=yes
  1166. ac_cv_func_memset=yes
  1167. ac_cv_func_mkdir=yes
  1168. ac_cv_func_realloc_0_nonnull=no
  1169. ac_cv_func_select=yes
  1170. ac_cv_func_socket=yes
  1171. ac_cv_func_strdup=yes
  1172. ac_cv_func_strndup=yes
  1173. ac_cv_func_uname=yes
  1174. ac_cv_header_arpa_inet_h=yes
  1175. ac_cv_header_event2_event_h=no
  1176. ac_cv_header_event_h=yes
  1177. ac_cv_header_execinfo_h=yes
  1178. ac_cv_header_fcntl_h=yes
  1179. ac_cv_header_inttypes_h=yes
  1180. ac_cv_header_lauxlib_h=yes
  1181. ac_cv_header_lua_h=yes
  1182. ac_cv_header_luaconf_h=yes
  1183. ac_cv_header_lualib_h=yes
  1184. ac_cv_header_mach_mach_h=no
  1185. ac_cv_header_malloc_h=yes
  1186. ac_cv_header_memory_h=yes
  1187. ac_cv_header_netdb_h=yes
  1188. ac_cv_header_netinet_in_h=yes
  1189. ac_cv_header_stdc=yes
  1190. ac_cv_header_stdint_h=yes
  1191. ac_cv_header_stdlib_h=yes
  1192. ac_cv_header_string_h=yes
  1193. ac_cv_header_strings_h=yes
  1194. ac_cv_header_sys_file_h=yes
  1195. ac_cv_header_sys_socket_h=yes
  1196. ac_cv_header_sys_stat_h=yes
  1197. ac_cv_header_sys_types_h=yes
  1198. ac_cv_header_termios_h=yes
  1199. ac_cv_header_unistd_h=yes
  1200. ac_cv_header_zlib_h=yes
  1201. ac_cv_lib_config_config_init=yes
  1202. ac_cv_lib_event_event_base_new=yes
  1203. ac_cv_lib_jansson_json_array_set_new=yes
  1204. ac_cv_lib_m_sqrt=yes
  1205. ac_cv_lib_python2_7___main=yes
  1206. ac_cv_lib_readline_rl_save_prompt=yes
  1207. ac_cv_lib_z_inflateEnd=yes
  1208. ac_cv_objext=o
  1209. ac_cv_path_EGREP='/bin/grep -E'
  1210. ac_cv_path_GREP=/bin/grep
  1211. ac_cv_path_LUA=/usr/bin/lua
  1212. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  1213. ac_cv_prog_CPP='gcc -E'
  1214. ac_cv_prog_PYTHON_BIN=python2.7
  1215. ac_cv_prog_ac_ct_CC=gcc
  1216. ac_cv_prog_cc_c89=
  1217. ac_cv_prog_cc_g=yes
  1218. ac_cv_search_backtrace='none required'
  1219. ac_cv_search_clock_gettime=-lrt
  1220. ac_cv_search_dlopen=-ldl
  1221. ac_cv_search_exp='none required'
  1222. ac_cv_search_lua_load=-llua-5.1
  1223. ac_cv_type_size_t=yes
  1224. ac_cv_type_uid_t=yes
  1225. ax_cv_have___builtin_bswap32=yes
  1226. ax_cv_lua_header_version=5.1
  1227. ax_cv_lua_luadir='${prefix}/share/lua/5.1'
  1228. ax_cv_lua_luaexecdir='${exec_prefix}/lib/lua/5.1'
  1229. ax_cv_lua_platform=unknown
  1230. ax_cv_lua_version=5.1
  1231. zlib_cv_libz=yes
  1232. zlib_cv_zlib_h=yes
  1233.  
  1234. ## ----------------- ##
  1235. ## Output variables. ##
  1236. ## ----------------- ##
  1237.  
  1238. CC='gcc'
  1239. CFLAGS='-g -O2'
  1240. CPP='gcc -E'
  1241. CPPFLAGS=' -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include/python2.7'
  1242. DEFS='-DHAVE_CONFIG_H'
  1243. ECHO_C=''
  1244. ECHO_N='-n'
  1245. ECHO_T=''
  1246. EGREP='/bin/grep -E'
  1247. EXEEXT=''
  1248. EXTRA_LIBS=' -lreadline -llua-5.1 -ldl -lpython2.7'
  1249. GREP='/bin/grep'
  1250. LDFLAGS=' -L/usr/local/lib -L/usr/lib -L/usr/lib'
  1251. LIBOBJS=' ${LIBOBJDIR}realloc$U.o'
  1252. LIBS='-ljansson -lconfig -lz -levent -lrt -lm '
  1253. LTLIBOBJS=' ${LIBOBJDIR}realloc$U.lo'
  1254. LUA='/usr/bin/lua'
  1255. LUA_EXEC_PREFIX='${exec_prefix}'
  1256. LUA_INCLUDE=''
  1257. LUA_LIB='-llua-5.1 -ldl'
  1258. LUA_PLATFORM='unknown'
  1259. LUA_PREFIX='${prefix}'
  1260. LUA_SHORT_VERSION='51'
  1261. LUA_VERSION='5.1'
  1262. OBJEXT='o'
  1263. OPENSSL_INCLUDES=' '
  1264. OPENSSL_LDFLAGS=' '
  1265. OPENSSL_LIBS='-lssl -lcrypto '
  1266. PACKAGE_BUGREPORT=''
  1267. PACKAGE_NAME='telegram-cli'
  1268. PACKAGE_STRING='telegram-cli 1.0'
  1269. PACKAGE_TARNAME='telegram-cli'
  1270. PACKAGE_URL=''
  1271. PACKAGE_VERSION='1.0'
  1272. PATH_SEPARATOR=':'
  1273. PKG_CONFIG='/usr/bin/pkg-config'
  1274. PYTHON_BIN='python2.7'
  1275. PYTHON_CFLAGS=''
  1276. PYTHON_FOUND='yes'
  1277. PYTHON_INCLUDE_DIR='/usr/local/include/python2.7'
  1278. PYTHON_LIB='python2.7'
  1279. PYTHON_LIBS=''
  1280. SHELL='/bin/sh'
  1281. ac_ct_CC='gcc'
  1282. bindir='${exec_prefix}/bin'
  1283. build_alias=''
  1284. datadir='${datarootdir}'
  1285. datarootdir='${prefix}/share'
  1286. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1287. dvidir='${docdir}'
  1288. exec_prefix='${prefix}'
  1289. host_alias=''
  1290. htmldir='${docdir}'
  1291. includedir='${prefix}/include'
  1292. infodir='${datarootdir}/info'
  1293. libdir='${exec_prefix}/lib'
  1294. libexecdir='${exec_prefix}/libexec'
  1295. localedir='${datarootdir}/locale'
  1296. localstatedir='${prefix}/var'
  1297. luadir='${prefix}/share/lua/5.1'
  1298. luaexecdir='${exec_prefix}/lib/lua/5.1'
  1299. mandir='${datarootdir}/man'
  1300. oldincludedir='/usr/include'
  1301. pdfdir='${docdir}'
  1302. pkgluadir='${luadir}/'
  1303. pkgluaexecdir='${luaexecdir}/'
  1304. prefix='/usr/local'
  1305. program_transform_name='s,x,x,'
  1306. psdir='${docdir}'
  1307. sbindir='${exec_prefix}/sbin'
  1308. sharedstatedir='${prefix}/com'
  1309. sysconfdir='${prefix}/etc'
  1310. target_alias=''
  1311.  
  1312. ## ----------- ##
  1313. ## confdefs.h. ##
  1314. ## ----------- ##
  1315.  
  1316. /* confdefs.h */
  1317. #define PACKAGE_NAME "telegram-cli"
  1318. #define PACKAGE_TARNAME "telegram-cli"
  1319. #define PACKAGE_VERSION "1.0"
  1320. #define PACKAGE_STRING "telegram-cli 1.0"
  1321. #define PACKAGE_BUGREPORT ""
  1322. #define PACKAGE_URL ""
  1323. #define HAVE_LIBM 1
  1324. #define HAVE_LIBEVENT 1
  1325. #define STDC_HEADERS 1
  1326. #define HAVE_SYS_TYPES_H 1
  1327. #define HAVE_SYS_STAT_H 1
  1328. #define HAVE_STDLIB_H 1
  1329. #define HAVE_STRING_H 1
  1330. #define HAVE_MEMORY_H 1
  1331. #define HAVE_STRINGS_H 1
  1332. #define HAVE_INTTYPES_H 1
  1333. #define HAVE_STDINT_H 1
  1334. #define HAVE_UNISTD_H 1
  1335. #define EVENT_V1 1
  1336. #define HAVE_LIBZ 1
  1337. #define HAVE_LIBCONFIG 1
  1338. #define HAVE_LUA_H 1
  1339. #define HAVE_LUALIB_H 1
  1340. #define HAVE_LAUXLIB_H 1
  1341. #define HAVE_LUACONF_H 1
  1342. #define USE_LUA 1
  1343. #define USE_PYTHON 1
  1344. #define HAVE_LIBJANSSON 1
  1345. #define USE_JSON 1
  1346. #define HAVE_EXECINFO_H 1
  1347. #define HAVE_FCNTL_H 1
  1348. #define HAVE_MALLOC_H 1
  1349. #define HAVE_NETDB_H 1
  1350. #define HAVE_STDLIB_H 1
  1351. #define HAVE_STRING_H 1
  1352. #define HAVE_UNISTD_H 1
  1353. #define HAVE_ARPA_INET_H 1
  1354. #define HAVE_NETINET_IN_H 1
  1355. #define HAVE_SYS_FILE_H 1
  1356. #define HAVE_SYS_SOCKET_H 1
  1357. #define HAVE_TERMIOS_H 1
  1358. #define HAVE_STDLIB_H 1
  1359. #define HAVE_MALLOC 1
  1360. #define HAVE_STDLIB_H 1
  1361. #define HAVE_REALLOC 0
  1362. #define realloc rpl_realloc
  1363. #define HAVE_ALARM 1
  1364. #define HAVE_ENDPWENT 1
  1365. #define HAVE_MEMSET 1
  1366. #define HAVE_MEMMOVE 1
  1367. #define HAVE_MKDIR 1
  1368. #define HAVE_SELECT 1
  1369. #define HAVE_SOCKET 1
  1370. #define HAVE_STRDUP 1
  1371. #define HAVE_STRNDUP 1
  1372. #define HAVE_UNAME 1
  1373. #define HAVE___BUILTIN_BSWAP32 1
  1374.  
  1375. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement