Advertisement
Guest User

Untitled

a guest
May 30th, 2017
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 134.16 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 pidgin configure 2.7.1, which was
  5. generated by GNU Autoconf 2.65.  Invocation command line was
  6.  
  7.   $ ./configure --disable-gtkui --disable-gstreamer --disable-vv --disable-avahi --disable-dbus
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = willian-virtual-machine
  14. uname -m = i686
  15. uname -r = 2.6.32-5-686
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Jun 1 04:59:47 UTC 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  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/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:3130: checking build system type
  43. configure:3144: result: i686-pc-linux-gnu
  44. configure:3164: checking host system type
  45. configure:3177: result: i686-pc-linux-gnu
  46. configure:3215: checking for a BSD-compatible install
  47. configure:3283: result: /usr/bin/install -c
  48. configure:3294: checking whether build environment is sane
  49. configure:3344: result: yes
  50. configure:3485: checking for a thread-safe mkdir -p
  51. configure:3524: result: /bin/mkdir -p
  52. configure:3537: checking for gawk
  53. configure:3567: result: no
  54. configure:3537: checking for mawk
  55. configure:3553: found /usr/bin/mawk
  56. configure:3564: result: mawk
  57. configure:3575: checking whether make sets $(MAKE)
  58. configure:3597: result: yes
  59. configure:3704: checking for sed
  60. configure:3722: found /bin/sed
  61. configure:3734: result: /bin/sed
  62. configure:3797: checking for gcc
  63. configure:3813: found /usr/bin/gcc
  64. configure:3824: result: gcc
  65. configure:4053: checking for C compiler version
  66. configure:4062: gcc --version >&5
  67. gcc (Debian 4.4.4-4) 4.4.4
  68. Copyright (C) 2009 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions.  There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:4073: $? = 0
  73. configure:4062: gcc -v >&5
  74. Using built-in specs.
  75. Target: i486-linux-gnu
  76. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4-4' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  77. Thread model: posix
  78. gcc version 4.4.4 (Debian 4.4.4-4)
  79. configure:4073: $? = 0
  80. configure:4062: gcc -V >&5
  81. gcc: '-V' option must have argument
  82. configure:4073: $? = 1
  83. configure:4062: gcc -qversion >&5
  84. gcc: unrecognized option '-qversion'
  85. gcc: no input files
  86. configure:4073: $? = 1
  87. configure:4093: checking whether the C compiler works
  88. configure:4115: gcc    conftest.c  >&5
  89. configure:4119: $? = 0
  90. configure:4168: result: yes
  91. configure:4171: checking for C compiler default output file name
  92. configure:4173: result: a.out
  93. configure:4179: checking for suffix of executables
  94. configure:4186: gcc -o conftest    conftest.c  >&5
  95. configure:4190: $? = 0
  96. configure:4212: result:
  97. configure:4234: checking whether we are cross compiling
  98. configure:4242: gcc -o conftest    conftest.c  >&5
  99. configure:4246: $? = 0
  100. configure:4253: ./conftest
  101. configure:4257: $? = 0
  102. configure:4272: result: no
  103. configure:4277: checking for suffix of object files
  104. configure:4299: gcc -c   conftest.c >&5
  105. configure:4303: $? = 0
  106. configure:4324: result: o
  107. configure:4328: checking whether we are using the GNU C compiler
  108. configure:4347: gcc -c   conftest.c >&5
  109. configure:4347: $? = 0
  110. configure:4356: result: yes
  111. configure:4365: checking whether gcc accepts -g
  112. configure:4385: gcc -c -g  conftest.c >&5
  113. configure:4385: $? = 0
  114. configure:4426: result: yes
  115. configure:4443: checking for gcc option to accept ISO C89
  116. configure:4507: gcc  -c -g -O2  conftest.c >&5
  117. configure:4507: $? = 0
  118. configure:4520: result: none needed
  119. configure:4551: checking for style of include used by make
  120. configure:4579: result: GNU
  121. configure:4604: checking dependency style of gcc
  122. configure:4714: result: gcc3
  123. configure:4730: checking whether gcc and cc understand -c and -o together
  124. configure:4761: gcc -c conftest.c -o conftest2.o >&5
  125. configure:4765: $? = 0
  126. configure:4771: gcc -c conftest.c -o conftest2.o >&5
  127. configure:4775: $? = 0
  128. configure:4786: cc -c conftest.c >&5
  129. configure:4790: $? = 0
  130. configure:4798: cc -c conftest.c -o conftest2.o >&5
  131. configure:4802: $? = 0
  132. configure:4808: cc -c conftest.c -o conftest2.o >&5
  133. configure:4812: $? = 0
  134. configure:4830: result: yes
  135. configure:4911: checking for a sed that does not truncate output
  136. configure:4975: result: /bin/sed
  137. configure:4993: checking for grep that handles long lines and -e
  138. configure:5051: result: /bin/grep
  139. configure:5056: checking for egrep
  140. configure:5118: result: /bin/grep -E
  141. configure:5123: checking for fgrep
  142. configure:5185: result: /bin/grep -F
  143. configure:5220: checking for ld used by gcc
  144. configure:5287: result: /usr/bin/ld
  145. configure:5294: checking if the linker (/usr/bin/ld) is GNU ld
  146. configure:5309: result: yes
  147. configure:5321: checking for BSD- or MS-compatible name lister (nm)
  148. configure:5370: result: /usr/bin/nm -B
  149. configure:5488: checking the name lister (/usr/bin/nm -B) interface
  150. configure:5495: gcc -c -g -O2  conftest.c >&5
  151. configure:5498: /usr/bin/nm -B "conftest.o"
  152. configure:5501: output
  153. 00000000 B some_variable
  154. configure:5508: result: BSD nm
  155. configure:5511: checking whether ln -s works
  156. configure:5515: result: yes
  157. configure:5523: checking the maximum length of command line arguments
  158. configure:5643: result: 1572864
  159. configure:5660: checking whether the shell understands some XSI constructs
  160. configure:5670: result: yes
  161. configure:5674: checking whether the shell understands "+="
  162. configure:5680: result: yes
  163. configure:5715: checking for /usr/bin/ld option to reload object files
  164. configure:5722: result: -r
  165. configure:5791: checking for objdump
  166. configure:5807: found /usr/bin/objdump
  167. configure:5818: result: objdump
  168. configure:5850: checking how to recognize dependent libraries
  169. configure:6046: result: pass_all
  170. configure:6106: checking for ar
  171. configure:6122: found /usr/bin/ar
  172. configure:6133: result: ar
  173. configure:6211: checking for strip
  174. configure:6227: found /usr/bin/strip
  175. configure:6238: result: strip
  176. configure:6310: checking for ranlib
  177. configure:6326: found /usr/bin/ranlib
  178. configure:6337: result: ranlib
  179. configure:6427: checking command to parse /usr/bin/nm -B output from gcc object
  180. configure:6545: gcc -c -g -O2  conftest.c >&5
  181. configure:6548: $? = 0
  182. configure:6552: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  183. configure:6555: $? = 0
  184. configure:6609: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
  185. configure:6612: $? = 0
  186. configure:6650: result: ok
  187. configure:7459: checking how to run the C preprocessor
  188. configure:7490: gcc -E  conftest.c
  189. configure:7490: $? = 0
  190. configure:7504: gcc -E  conftest.c
  191. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  192. configure:7504: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h */
  195. | #define PACKAGE_NAME "pidgin"
  196. | #define PACKAGE_TARNAME "pidgin"
  197. | #define PACKAGE_VERSION "2.7.1"
  198. | #define PACKAGE_STRING "pidgin 2.7.1"
  199. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  200. | #define PACKAGE_URL ""
  201. | #define PACKAGE "pidgin"
  202. | #define VERSION "2.7.1"
  203. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  204. | /* end confdefs.h.  */
  205. | #include <ac_nonexistent.h>
  206. configure:7529: result: gcc -E
  207. configure:7549: gcc -E  conftest.c
  208. configure:7549: $? = 0
  209. configure:7563: gcc -E  conftest.c
  210. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  211. configure:7563: $? = 1
  212. configure: failed program was:
  213. | /* confdefs.h */
  214. | #define PACKAGE_NAME "pidgin"
  215. | #define PACKAGE_TARNAME "pidgin"
  216. | #define PACKAGE_VERSION "2.7.1"
  217. | #define PACKAGE_STRING "pidgin 2.7.1"
  218. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  219. | #define PACKAGE_URL ""
  220. | #define PACKAGE "pidgin"
  221. | #define VERSION "2.7.1"
  222. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  223. | /* end confdefs.h.  */
  224. | #include <ac_nonexistent.h>
  225. configure:7592: checking for ANSI C header files
  226. configure:7612: gcc -c -g -O2  conftest.c >&5
  227. configure:7612: $? = 0
  228. configure:7685: gcc -o conftest -g -O2   conftest.c  >&5
  229. configure:7685: $? = 0
  230. configure:7685: ./conftest
  231. configure:7685: $? = 0
  232. configure:7696: result: yes
  233. configure:7709: checking for sys/types.h
  234. configure:7709: gcc -c -g -O2  conftest.c >&5
  235. configure:7709: $? = 0
  236. configure:7709: result: yes
  237. configure:7709: checking for sys/stat.h
  238. configure:7709: gcc -c -g -O2  conftest.c >&5
  239. configure:7709: $? = 0
  240. configure:7709: result: yes
  241. configure:7709: checking for stdlib.h
  242. configure:7709: gcc -c -g -O2  conftest.c >&5
  243. configure:7709: $? = 0
  244. configure:7709: result: yes
  245. configure:7709: checking for string.h
  246. configure:7709: gcc -c -g -O2  conftest.c >&5
  247. configure:7709: $? = 0
  248. configure:7709: result: yes
  249. configure:7709: checking for memory.h
  250. configure:7709: gcc -c -g -O2  conftest.c >&5
  251. configure:7709: $? = 0
  252. configure:7709: result: yes
  253. configure:7709: checking for strings.h
  254. configure:7709: gcc -c -g -O2  conftest.c >&5
  255. configure:7709: $? = 0
  256. configure:7709: result: yes
  257. configure:7709: checking for inttypes.h
  258. configure:7709: gcc -c -g -O2  conftest.c >&5
  259. configure:7709: $? = 0
  260. configure:7709: result: yes
  261. configure:7709: checking for stdint.h
  262. configure:7709: gcc -c -g -O2  conftest.c >&5
  263. configure:7709: $? = 0
  264. configure:7709: result: yes
  265. configure:7709: checking for unistd.h
  266. configure:7709: gcc -c -g -O2  conftest.c >&5
  267. configure:7709: $? = 0
  268. configure:7709: result: yes
  269. configure:7724: checking for dlfcn.h
  270. configure:7724: gcc -c -g -O2  conftest.c >&5
  271. configure:7724: $? = 0
  272. configure:7724: result: yes
  273. configure:7878: checking for objdir
  274. configure:7893: result: .libs
  275. configure:8185: checking if gcc supports -fno-rtti -fno-exceptions
  276. configure:8203: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
  277. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  278. configure:8207: $? = 0
  279. configure:8220: result: no
  280. configure:8240: checking for gcc option to produce PIC
  281. configure:8512: result: -fPIC -DPIC
  282. configure:8524: checking if gcc PIC flag -fPIC -DPIC works
  283. configure:8542: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
  284. configure:8546: $? = 0
  285. configure:8559: result: yes
  286. configure:8583: checking if gcc static flag -static works
  287. configure:8611: result: yes
  288. configure:8626: checking if gcc supports -c -o file.o
  289. configure:8647: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
  290. configure:8651: $? = 0
  291. configure:8673: result: yes
  292. configure:8681: checking if gcc supports -c -o file.o
  293. configure:8728: result: yes
  294. configure:8761: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  295. configure:9752: result: yes
  296. configure:9789: checking whether -lc should be explicitly linked in
  297. configure:9794: gcc -c -g -O2  conftest.c >&5
  298. configure:9797: $? = 0
  299. configure:9812: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
  300. configure:9815: $? = 0
  301. configure:9827: result: no
  302. configure:9991: checking dynamic linker characteristics
  303. configure:10424: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
  304. configure:10424: $? = 0
  305. configure:10654: result: GNU/Linux ld.so
  306. configure:10756: checking how to hardcode library paths into programs
  307. configure:10781: result: immediate
  308. configure:11301: checking whether stripping libraries is possible
  309. configure:11306: result: yes
  310. configure:11341: checking if libtool supports shared libraries
  311. configure:11343: result: yes
  312. configure:11346: checking whether to build shared libraries
  313. configure:11367: result: yes
  314. configure:11370: checking whether to build static libraries
  315. configure:11374: result: no
  316. configure:11464: checking for pkg-config
  317. configure:11482: found /usr/bin/pkg-config
  318. configure:11494: result: /usr/bin/pkg-config
  319. configure:11519: checking pkg-config is at least version 0.9.0
  320. configure:11522: result: yes
  321. configure:11532: checking for working alloca.h
  322. configure:11549: gcc -o conftest -g -O2   conftest.c  >&5
  323. configure:11549: $? = 0
  324. configure:11557: result: yes
  325. configure:11565: checking for alloca
  326. configure:11602: gcc -o conftest -g -O2   conftest.c  >&5
  327. configure:11602: $? = 0
  328. configure:11610: result: yes
  329. configure:11721: checking whether __SUNPRO_C is declared
  330. configure:11721: gcc -c -g -O2  conftest.c >&5
  331. conftest.c: In function 'main':
  332. conftest.c:63: error: '__SUNPRO_C' undeclared (first use in this function)
  333. conftest.c:63: error: (Each undeclared identifier is reported only once
  334. conftest.c:63: error: for each function it appears in.)
  335. configure:11721: $? = 1
  336. configure: failed program was:
  337. | /* confdefs.h */
  338. | #define PACKAGE_NAME "pidgin"
  339. | #define PACKAGE_TARNAME "pidgin"
  340. | #define PACKAGE_VERSION "2.7.1"
  341. | #define PACKAGE_STRING "pidgin 2.7.1"
  342. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  343. | #define PACKAGE_URL ""
  344. | #define PACKAGE "pidgin"
  345. | #define VERSION "2.7.1"
  346. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  347. | #define STDC_HEADERS 1
  348. | #define HAVE_SYS_TYPES_H 1
  349. | #define HAVE_SYS_STAT_H 1
  350. | #define HAVE_STDLIB_H 1
  351. | #define HAVE_STRING_H 1
  352. | #define HAVE_MEMORY_H 1
  353. | #define HAVE_STRINGS_H 1
  354. | #define HAVE_INTTYPES_H 1
  355. | #define HAVE_STDINT_H 1
  356. | #define HAVE_UNISTD_H 1
  357. | #define HAVE_DLFCN_H 1
  358. | #define LT_OBJDIR ".libs/"
  359. | #define HAVE_ALLOCA_H 1
  360. | #define HAVE_ALLOCA 1
  361. | /* end confdefs.h.  */
  362. | #include <stdio.h>
  363. | #ifdef HAVE_SYS_TYPES_H
  364. | # include <sys/types.h>
  365. | #endif
  366. | #ifdef HAVE_SYS_STAT_H
  367. | # include <sys/stat.h>
  368. | #endif
  369. | #ifdef STDC_HEADERS
  370. | # include <stdlib.h>
  371. | # include <stddef.h>
  372. | #else
  373. | # ifdef HAVE_STDLIB_H
  374. | #  include <stdlib.h>
  375. | # endif
  376. | #endif
  377. | #ifdef HAVE_STRING_H
  378. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  379. | #  include <memory.h>
  380. | # endif
  381. | # include <string.h>
  382. | #endif
  383. | #ifdef HAVE_STRINGS_H
  384. | # include <strings.h>
  385. | #endif
  386. | #ifdef HAVE_INTTYPES_H
  387. | # include <inttypes.h>
  388. | #endif
  389. | #ifdef HAVE_STDINT_H
  390. | # include <stdint.h>
  391. | #endif
  392. | #ifdef HAVE_UNISTD_H
  393. | # include <unistd.h>
  394. | #endif
  395. | int
  396. | main ()
  397. | {
  398. | #ifndef __SUNPRO_C
  399. |   (void) __SUNPRO_C;
  400. | #endif
  401. |
  402. |   ;
  403. |   return 0;
  404. | }
  405. configure:11721: result: no
  406. configure:11729: checking for ANSI C header files
  407. configure:11833: result: yes
  408. configure:11841: checking for sys/wait.h that is POSIX.1 compatible
  409. configure:11867: gcc -c -g -O2  conftest.c >&5
  410. configure:11867: $? = 0
  411. configure:11874: result: yes
  412. configure:11885: checking arpa/nameser_compat.h usability
  413. configure:11885: gcc -c -g -O2  conftest.c >&5
  414. configure:11885: $? = 0
  415. configure:11885: result: yes
  416. configure:11885: checking arpa/nameser_compat.h presence
  417. configure:11885: gcc -E  conftest.c
  418. configure:11885: $? = 0
  419. configure:11885: result: yes
  420. configure:11885: checking for arpa/nameser_compat.h
  421. configure:11885: result: yes
  422. configure:11885: checking fcntl.h usability
  423. configure:11885: gcc -c -g -O2  conftest.c >&5
  424. configure:11885: $? = 0
  425. configure:11885: result: yes
  426. configure:11885: checking fcntl.h presence
  427. configure:11885: gcc -E  conftest.c
  428. configure:11885: $? = 0
  429. configure:11885: result: yes
  430. configure:11885: checking for fcntl.h
  431. configure:11885: result: yes
  432. configure:11885: checking sys/time.h usability
  433. configure:11885: gcc -c -g -O2  conftest.c >&5
  434. configure:11885: $? = 0
  435. configure:11885: result: yes
  436. configure:11885: checking sys/time.h presence
  437. configure:11885: gcc -E  conftest.c
  438. configure:11885: $? = 0
  439. configure:11885: result: yes
  440. configure:11885: checking for sys/time.h
  441. configure:11885: result: yes
  442. configure:11885: checking for unistd.h
  443. configure:11885: result: yes
  444. configure:11885: checking locale.h usability
  445. configure:11885: gcc -c -g -O2  conftest.c >&5
  446. configure:11885: $? = 0
  447. configure:11885: result: yes
  448. configure:11885: checking locale.h presence
  449. configure:11885: gcc -E  conftest.c
  450. configure:11885: $? = 0
  451. configure:11885: result: yes
  452. configure:11885: checking for locale.h
  453. configure:11885: result: yes
  454. configure:11885: checking signal.h usability
  455. configure:11885: gcc -c -g -O2  conftest.c >&5
  456. configure:11885: $? = 0
  457. configure:11885: result: yes
  458. configure:11885: checking signal.h presence
  459. configure:11885: gcc -E  conftest.c
  460. configure:11885: $? = 0
  461. configure:11885: result: yes
  462. configure:11885: checking for signal.h
  463. configure:11885: result: yes
  464. configure:11885: checking for stdint.h
  465. configure:11885: result: yes
  466. configure:11885: checking regex.h usability
  467. configure:11885: gcc -c -g -O2  conftest.c >&5
  468. configure:11885: $? = 0
  469. configure:11885: result: yes
  470. configure:11885: checking regex.h presence
  471. configure:11885: gcc -E  conftest.c
  472. configure:11885: $? = 0
  473. configure:11885: result: yes
  474. configure:11885: checking for regex.h
  475. configure:11885: result: yes
  476. configure:11897: checking for an ANSI C-conforming const
  477. configure:11962: gcc -c -g -O2  conftest.c >&5
  478. configure:11962: $? = 0
  479. configure:11969: result: yes
  480. configure:11977: checking whether struct tm is in sys/time.h or time.h
  481. configure:11997: gcc -c -g -O2  conftest.c >&5
  482. configure:11997: $? = 0
  483. configure:12004: result: time.h
  484. configure:12016: checking size of time_t
  485. configure:12021: gcc -o conftest -g -O2   conftest.c  >&5
  486. configure:12021: $? = 0
  487. configure:12021: ./conftest
  488. configure:12021: $? = 0
  489. configure:12039: result: 4
  490. configure:12050: checking whether byte ordering is bigendian
  491. configure:12065: gcc -c -g -O2  conftest.c >&5
  492. conftest.c:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  493. configure:12065: $? = 1
  494. configure: failed program was:
  495. | /* confdefs.h */
  496. | #define PACKAGE_NAME "pidgin"
  497. | #define PACKAGE_TARNAME "pidgin"
  498. | #define PACKAGE_VERSION "2.7.1"
  499. | #define PACKAGE_STRING "pidgin 2.7.1"
  500. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  501. | #define PACKAGE_URL ""
  502. | #define PACKAGE "pidgin"
  503. | #define VERSION "2.7.1"
  504. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  505. | #define STDC_HEADERS 1
  506. | #define HAVE_SYS_TYPES_H 1
  507. | #define HAVE_SYS_STAT_H 1
  508. | #define HAVE_STDLIB_H 1
  509. | #define HAVE_STRING_H 1
  510. | #define HAVE_MEMORY_H 1
  511. | #define HAVE_STRINGS_H 1
  512. | #define HAVE_INTTYPES_H 1
  513. | #define HAVE_STDINT_H 1
  514. | #define HAVE_UNISTD_H 1
  515. | #define HAVE_DLFCN_H 1
  516. | #define LT_OBJDIR ".libs/"
  517. | #define HAVE_ALLOCA_H 1
  518. | #define HAVE_ALLOCA 1
  519. | #define STDC_HEADERS 1
  520. | #define HAVE_SYS_WAIT_H 1
  521. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  522. | #define HAVE_FCNTL_H 1
  523. | #define HAVE_SYS_TIME_H 1
  524. | #define HAVE_UNISTD_H 1
  525. | #define HAVE_LOCALE_H 1
  526. | #define HAVE_SIGNAL_H 1
  527. | #define HAVE_STDINT_H 1
  528. | #define HAVE_REGEX_H 1
  529. | #define SIZEOF_TIME_T 4
  530. | /* end confdefs.h.  */
  531. | #ifndef __APPLE_CC__
  532. |          not a universal capable compiler
  533. |        #endif
  534. |        typedef int dummy;
  535. |
  536. configure:12110: gcc -c -g -O2  conftest.c >&5
  537. configure:12110: $? = 0
  538. configure:12128: gcc -c -g -O2  conftest.c >&5
  539. conftest.c: In function 'main':
  540. conftest.c:44: error: 'not' undeclared (first use in this function)
  541. conftest.c:44: error: (Each undeclared identifier is reported only once
  542. conftest.c:44: error: for each function it appears in.)
  543. conftest.c:44: error: expected ';' before 'big'
  544. configure:12128: $? = 1
  545. configure: failed program was:
  546. | /* confdefs.h */
  547. | #define PACKAGE_NAME "pidgin"
  548. | #define PACKAGE_TARNAME "pidgin"
  549. | #define PACKAGE_VERSION "2.7.1"
  550. | #define PACKAGE_STRING "pidgin 2.7.1"
  551. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  552. | #define PACKAGE_URL ""
  553. | #define PACKAGE "pidgin"
  554. | #define VERSION "2.7.1"
  555. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  556. | #define STDC_HEADERS 1
  557. | #define HAVE_SYS_TYPES_H 1
  558. | #define HAVE_SYS_STAT_H 1
  559. | #define HAVE_STDLIB_H 1
  560. | #define HAVE_STRING_H 1
  561. | #define HAVE_MEMORY_H 1
  562. | #define HAVE_STRINGS_H 1
  563. | #define HAVE_INTTYPES_H 1
  564. | #define HAVE_STDINT_H 1
  565. | #define HAVE_UNISTD_H 1
  566. | #define HAVE_DLFCN_H 1
  567. | #define LT_OBJDIR ".libs/"
  568. | #define HAVE_ALLOCA_H 1
  569. | #define HAVE_ALLOCA 1
  570. | #define STDC_HEADERS 1
  571. | #define HAVE_SYS_WAIT_H 1
  572. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  573. | #define HAVE_FCNTL_H 1
  574. | #define HAVE_SYS_TIME_H 1
  575. | #define HAVE_UNISTD_H 1
  576. | #define HAVE_LOCALE_H 1
  577. | #define HAVE_SIGNAL_H 1
  578. | #define HAVE_STDINT_H 1
  579. | #define HAVE_REGEX_H 1
  580. | #define SIZEOF_TIME_T 4
  581. | /* end confdefs.h.  */
  582. | #include <sys/types.h>
  583. |       #include <sys/param.h>
  584. |
  585. | int
  586. | main ()
  587. | {
  588. | #if BYTE_ORDER != BIG_ENDIAN
  589. |        not big endian
  590. |       #endif
  591. |
  592. |   ;
  593. |   return 0;
  594. | }
  595. configure:12256: result: no
  596. configure:12275: checking return type of signal handlers
  597. configure:12293: gcc -c -g -O2  conftest.c >&5
  598. conftest.c: In function 'main':
  599. conftest.c:43: error: void value not ignored as it ought to be
  600. configure:12293: $? = 1
  601. configure: failed program was:
  602. | /* confdefs.h */
  603. | #define PACKAGE_NAME "pidgin"
  604. | #define PACKAGE_TARNAME "pidgin"
  605. | #define PACKAGE_VERSION "2.7.1"
  606. | #define PACKAGE_STRING "pidgin 2.7.1"
  607. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  608. | #define PACKAGE_URL ""
  609. | #define PACKAGE "pidgin"
  610. | #define VERSION "2.7.1"
  611. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  612. | #define STDC_HEADERS 1
  613. | #define HAVE_SYS_TYPES_H 1
  614. | #define HAVE_SYS_STAT_H 1
  615. | #define HAVE_STDLIB_H 1
  616. | #define HAVE_STRING_H 1
  617. | #define HAVE_MEMORY_H 1
  618. | #define HAVE_STRINGS_H 1
  619. | #define HAVE_INTTYPES_H 1
  620. | #define HAVE_STDINT_H 1
  621. | #define HAVE_UNISTD_H 1
  622. | #define HAVE_DLFCN_H 1
  623. | #define LT_OBJDIR ".libs/"
  624. | #define HAVE_ALLOCA_H 1
  625. | #define HAVE_ALLOCA 1
  626. | #define STDC_HEADERS 1
  627. | #define HAVE_SYS_WAIT_H 1
  628. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  629. | #define HAVE_FCNTL_H 1
  630. | #define HAVE_SYS_TIME_H 1
  631. | #define HAVE_UNISTD_H 1
  632. | #define HAVE_LOCALE_H 1
  633. | #define HAVE_SIGNAL_H 1
  634. | #define HAVE_STDINT_H 1
  635. | #define HAVE_REGEX_H 1
  636. | #define SIZEOF_TIME_T 4
  637. | /* end confdefs.h.  */
  638. | #include <sys/types.h>
  639. | #include <signal.h>
  640. |
  641. | int
  642. | main ()
  643. | {
  644. | return *(signal (0, 0)) (0) == 1;
  645. |   ;
  646. |   return 0;
  647. | }
  648. configure:12300: result: void
  649. configure:12310: checking for strftime
  650. configure:12310: gcc -o conftest -g -O2   conftest.c  >&5
  651. conftest.c:61: warning: conflicting types for built-in function 'strftime'
  652. configure:12310: $? = 0
  653. configure:12310: result: yes
  654. configure:12366: checking for strdup
  655. configure:12366: gcc -o conftest -g -O2   conftest.c  >&5
  656. conftest.c:62: warning: conflicting types for built-in function 'strdup'
  657. configure:12366: $? = 0
  658. configure:12366: result: yes
  659. configure:12366: checking for strstr
  660. configure:12366: gcc -o conftest -g -O2   conftest.c  >&5
  661. conftest.c:63: warning: conflicting types for built-in function 'strstr'
  662. configure:12366: $? = 0
  663. configure:12366: result: yes
  664. configure:12366: checking for atexit
  665. configure:12366: gcc -o conftest -g -O2   conftest.c  >&5
  666. configure:12366: $? = 0
  667. configure:12366: result: yes
  668. configure:12366: checking for setlocale
  669. configure:12366: gcc -o conftest -g -O2   conftest.c  >&5
  670. configure:12366: $? = 0
  671. configure:12366: result: yes
  672. configure:12378: checking for getopt_long
  673. configure:12378: gcc -o conftest -g -O2   conftest.c  >&5
  674. configure:12378: $? = 0
  675. configure:12378: result: yes
  676. configure:12403: checking for inet_aton
  677. configure:12403: gcc -o conftest -g -O2   conftest.c  >&5
  678. configure:12403: $? = 0
  679. configure:12403: result: yes
  680. configure:12456: checking for __res_query in -lresolv
  681. configure:12481: gcc -o conftest -g -O2   conftest.c -lresolv   >&5
  682. configure:12481: $? = 0
  683. configure:12490: result: yes
  684. configure:12501: checking for gethostent in -lnsl
  685. configure:12526: gcc -o conftest -g -O2   conftest.c -lnsl  -lresolv  >&5
  686. configure:12526: $? = 0
  687. configure:12535: result: yes
  688. configure:12546: checking for socket
  689. configure:12546: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  690. configure:12546: $? = 0
  691. configure:12546: result: yes
  692. configure:12599: checking for getaddrinfo
  693. configure:12599: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  694. configure:12599: $? = 0
  695. configure:12599: result: yes
  696. configure:12650: checking for inet_ntop
  697. configure:12650: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  698. configure:12650: $? = 0
  699. configure:12650: result: yes
  700. configure:12661: checking for getifaddrs
  701. configure:12661: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  702. configure:12661: $? = 0
  703. configure:12661: result: yes
  704. configure:12670: checking for socklen_t
  705. configure:12687: gcc -c -g -O2  conftest.c >&5
  706. configure:12687: $? = 0
  707. configure:12689: result: yes
  708. configure:12731: checking for struct sockaddr.sa_len
  709. configure:12731: gcc -c -g -O2  conftest.c >&5
  710. conftest.c: In function 'main':
  711. conftest.c:55: error: 'struct sockaddr' has no member named 'sa_len'
  712. configure:12731: $? = 1
  713. configure: failed program was:
  714. | /* confdefs.h */
  715. | #define PACKAGE_NAME "pidgin"
  716. | #define PACKAGE_TARNAME "pidgin"
  717. | #define PACKAGE_VERSION "2.7.1"
  718. | #define PACKAGE_STRING "pidgin 2.7.1"
  719. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  720. | #define PACKAGE_URL ""
  721. | #define PACKAGE "pidgin"
  722. | #define VERSION "2.7.1"
  723. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  724. | #define STDC_HEADERS 1
  725. | #define HAVE_SYS_TYPES_H 1
  726. | #define HAVE_SYS_STAT_H 1
  727. | #define HAVE_STDLIB_H 1
  728. | #define HAVE_STRING_H 1
  729. | #define HAVE_MEMORY_H 1
  730. | #define HAVE_STRINGS_H 1
  731. | #define HAVE_INTTYPES_H 1
  732. | #define HAVE_STDINT_H 1
  733. | #define HAVE_UNISTD_H 1
  734. | #define HAVE_DLFCN_H 1
  735. | #define LT_OBJDIR ".libs/"
  736. | #define HAVE_ALLOCA_H 1
  737. | #define HAVE_ALLOCA 1
  738. | #define STDC_HEADERS 1
  739. | #define HAVE_SYS_WAIT_H 1
  740. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  741. | #define HAVE_FCNTL_H 1
  742. | #define HAVE_SYS_TIME_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | #define HAVE_LOCALE_H 1
  745. | #define HAVE_SIGNAL_H 1
  746. | #define HAVE_STDINT_H 1
  747. | #define HAVE_REGEX_H 1
  748. | #define SIZEOF_TIME_T 4
  749. | #define RETSIGTYPE void
  750. | #define HAVE_STRFTIME 1
  751. | #define HAVE_STRDUP 1
  752. | #define HAVE_STRSTR 1
  753. | #define HAVE_ATEXIT 1
  754. | #define HAVE_SETLOCALE 1
  755. | #define HAVE_GETOPT_LONG 1
  756. | #define HAVE_LIBRESOLV 1
  757. | #define HAVE_LIBNSL 1
  758. | #define HAVE_GETADDRINFO 1
  759. | #define HAVE_INET_NTOP 1
  760. | #define HAVE_GETIFADDRS 1
  761. | /* end confdefs.h.  */
  762. | #include <sys/socket.h>
  763. |
  764. | int
  765. | main ()
  766. | {
  767. | static struct sockaddr ac_aggr;
  768. | if (ac_aggr.sa_len)
  769. | return 0;
  770. |   ;
  771. |   return 0;
  772. | }
  773. configure:12731: gcc -c -g -O2  conftest.c >&5
  774. conftest.c: In function 'main':
  775. conftest.c:55: error: 'struct sockaddr' has no member named 'sa_len'
  776. configure:12731: $? = 1
  777. configure: failed program was:
  778. | /* confdefs.h */
  779. | #define PACKAGE_NAME "pidgin"
  780. | #define PACKAGE_TARNAME "pidgin"
  781. | #define PACKAGE_VERSION "2.7.1"
  782. | #define PACKAGE_STRING "pidgin 2.7.1"
  783. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  784. | #define PACKAGE_URL ""
  785. | #define PACKAGE "pidgin"
  786. | #define VERSION "2.7.1"
  787. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  788. | #define STDC_HEADERS 1
  789. | #define HAVE_SYS_TYPES_H 1
  790. | #define HAVE_SYS_STAT_H 1
  791. | #define HAVE_STDLIB_H 1
  792. | #define HAVE_STRING_H 1
  793. | #define HAVE_MEMORY_H 1
  794. | #define HAVE_STRINGS_H 1
  795. | #define HAVE_INTTYPES_H 1
  796. | #define HAVE_STDINT_H 1
  797. | #define HAVE_UNISTD_H 1
  798. | #define HAVE_DLFCN_H 1
  799. | #define LT_OBJDIR ".libs/"
  800. | #define HAVE_ALLOCA_H 1
  801. | #define HAVE_ALLOCA 1
  802. | #define STDC_HEADERS 1
  803. | #define HAVE_SYS_WAIT_H 1
  804. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  805. | #define HAVE_FCNTL_H 1
  806. | #define HAVE_SYS_TIME_H 1
  807. | #define HAVE_UNISTD_H 1
  808. | #define HAVE_LOCALE_H 1
  809. | #define HAVE_SIGNAL_H 1
  810. | #define HAVE_STDINT_H 1
  811. | #define HAVE_REGEX_H 1
  812. | #define SIZEOF_TIME_T 4
  813. | #define RETSIGTYPE void
  814. | #define HAVE_STRFTIME 1
  815. | #define HAVE_STRDUP 1
  816. | #define HAVE_STRSTR 1
  817. | #define HAVE_ATEXIT 1
  818. | #define HAVE_SETLOCALE 1
  819. | #define HAVE_GETOPT_LONG 1
  820. | #define HAVE_LIBRESOLV 1
  821. | #define HAVE_LIBNSL 1
  822. | #define HAVE_GETADDRINFO 1
  823. | #define HAVE_INET_NTOP 1
  824. | #define HAVE_GETIFADDRS 1
  825. | /* end confdefs.h.  */
  826. | #include <sys/socket.h>
  827. |
  828. | int
  829. | main ()
  830. | {
  831. | static struct sockaddr ac_aggr;
  832. | if (sizeof ac_aggr.sa_len)
  833. | return 0;
  834. |   ;
  835. |   return 0;
  836. | }
  837. configure:12731: result: no
  838. configure:12742: checking whether IPV6_V6ONLY is declared
  839. configure:12742: gcc -c -g -O2  conftest.c >&5
  840. configure:12742: $? = 0
  841. configure:12742: result: yes
  842. configure:12758: checking for special C compiler options needed for large files
  843. configure:12803: result: no
  844. configure:12809: checking for _FILE_OFFSET_BITS value needed for large files
  845. configure:12834: gcc -c -g -O2  conftest.c >&5
  846. conftest.c:56: warning: left shift count >= width of type
  847. conftest.c:56: warning: left shift count >= width of type
  848. conftest.c:58: error: size of array 'off_t_is_large' is negative
  849. configure:12834: $? = 1
  850. configure: failed program was:
  851. | /* confdefs.h */
  852. | #define PACKAGE_NAME "pidgin"
  853. | #define PACKAGE_TARNAME "pidgin"
  854. | #define PACKAGE_VERSION "2.7.1"
  855. | #define PACKAGE_STRING "pidgin 2.7.1"
  856. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  857. | #define PACKAGE_URL ""
  858. | #define PACKAGE "pidgin"
  859. | #define VERSION "2.7.1"
  860. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  861. | #define STDC_HEADERS 1
  862. | #define HAVE_SYS_TYPES_H 1
  863. | #define HAVE_SYS_STAT_H 1
  864. | #define HAVE_STDLIB_H 1
  865. | #define HAVE_STRING_H 1
  866. | #define HAVE_MEMORY_H 1
  867. | #define HAVE_STRINGS_H 1
  868. | #define HAVE_INTTYPES_H 1
  869. | #define HAVE_STDINT_H 1
  870. | #define HAVE_UNISTD_H 1
  871. | #define HAVE_DLFCN_H 1
  872. | #define LT_OBJDIR ".libs/"
  873. | #define HAVE_ALLOCA_H 1
  874. | #define HAVE_ALLOCA 1
  875. | #define STDC_HEADERS 1
  876. | #define HAVE_SYS_WAIT_H 1
  877. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  878. | #define HAVE_FCNTL_H 1
  879. | #define HAVE_SYS_TIME_H 1
  880. | #define HAVE_UNISTD_H 1
  881. | #define HAVE_LOCALE_H 1
  882. | #define HAVE_SIGNAL_H 1
  883. | #define HAVE_STDINT_H 1
  884. | #define HAVE_REGEX_H 1
  885. | #define SIZEOF_TIME_T 4
  886. | #define RETSIGTYPE void
  887. | #define HAVE_STRFTIME 1
  888. | #define HAVE_STRDUP 1
  889. | #define HAVE_STRSTR 1
  890. | #define HAVE_ATEXIT 1
  891. | #define HAVE_SETLOCALE 1
  892. | #define HAVE_GETOPT_LONG 1
  893. | #define HAVE_LIBRESOLV 1
  894. | #define HAVE_LIBNSL 1
  895. | #define HAVE_GETADDRINFO 1
  896. | #define HAVE_INET_NTOP 1
  897. | #define HAVE_GETIFADDRS 1
  898. | #define HAVE_IPV6_V6ONLY 1
  899. | /* end confdefs.h.  */
  900. | #include <sys/types.h>
  901. |  /* Check that off_t can represent 2**63 - 1 correctly.
  902. |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  903. |     since some C++ compilers masquerading as C compilers
  904. |     incorrectly reject 9223372036854775807.  */
  905. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  906. |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  907. |              && LARGE_OFF_T % 2147483647 == 1)
  908. |             ? 1 : -1];
  909. | int
  910. | main ()
  911. | {
  912. |
  913. |   ;
  914. |   return 0;
  915. | }
  916. configure:12858: gcc -c -g -O2  conftest.c >&5
  917. configure:12858: $? = 0
  918. configure:12866: result: 64
  919. configure:12950: checking for dlopen
  920. configure:12950: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  921. /tmp/ccCAZJOz.o: In function `main':
  922. /home/willian/pidgin-2.7.1/conftest.c:85: undefined reference to `dlopen'
  923. collect2: ld returned 1 exit status
  924. configure:12950: $? = 1
  925. configure: failed program was:
  926. | /* confdefs.h */
  927. | #define PACKAGE_NAME "pidgin"
  928. | #define PACKAGE_TARNAME "pidgin"
  929. | #define PACKAGE_VERSION "2.7.1"
  930. | #define PACKAGE_STRING "pidgin 2.7.1"
  931. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  932. | #define PACKAGE_URL ""
  933. | #define PACKAGE "pidgin"
  934. | #define VERSION "2.7.1"
  935. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  936. | #define STDC_HEADERS 1
  937. | #define HAVE_SYS_TYPES_H 1
  938. | #define HAVE_SYS_STAT_H 1
  939. | #define HAVE_STDLIB_H 1
  940. | #define HAVE_STRING_H 1
  941. | #define HAVE_MEMORY_H 1
  942. | #define HAVE_STRINGS_H 1
  943. | #define HAVE_INTTYPES_H 1
  944. | #define HAVE_STDINT_H 1
  945. | #define HAVE_UNISTD_H 1
  946. | #define HAVE_DLFCN_H 1
  947. | #define LT_OBJDIR ".libs/"
  948. | #define HAVE_ALLOCA_H 1
  949. | #define HAVE_ALLOCA 1
  950. | #define STDC_HEADERS 1
  951. | #define HAVE_SYS_WAIT_H 1
  952. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  953. | #define HAVE_FCNTL_H 1
  954. | #define HAVE_SYS_TIME_H 1
  955. | #define HAVE_UNISTD_H 1
  956. | #define HAVE_LOCALE_H 1
  957. | #define HAVE_SIGNAL_H 1
  958. | #define HAVE_STDINT_H 1
  959. | #define HAVE_REGEX_H 1
  960. | #define SIZEOF_TIME_T 4
  961. | #define RETSIGTYPE void
  962. | #define HAVE_STRFTIME 1
  963. | #define HAVE_STRDUP 1
  964. | #define HAVE_STRSTR 1
  965. | #define HAVE_ATEXIT 1
  966. | #define HAVE_SETLOCALE 1
  967. | #define HAVE_GETOPT_LONG 1
  968. | #define HAVE_LIBRESOLV 1
  969. | #define HAVE_LIBNSL 1
  970. | #define HAVE_GETADDRINFO 1
  971. | #define HAVE_INET_NTOP 1
  972. | #define HAVE_GETIFADDRS 1
  973. | #define HAVE_IPV6_V6ONLY 1
  974. | #define _FILE_OFFSET_BITS 64
  975. | /* end confdefs.h.  */
  976. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  977. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  978. | #define dlopen innocuous_dlopen
  979. |
  980. | /* System header to define __stub macros and hopefully few prototypes,
  981. |     which can conflict with char dlopen (); below.
  982. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  983. |     <limits.h> exists even on freestanding compilers.  */
  984. |
  985. | #ifdef __STDC__
  986. | # include <limits.h>
  987. | #else
  988. | # include <assert.h>
  989. | #endif
  990. |
  991. | #undef dlopen
  992. |
  993. | /* Override any GCC internal prototype to avoid an error.
  994. |    Use char because int might match the return type of a GCC
  995. |    builtin and then its argument prototype would still apply.  */
  996. | #ifdef __cplusplus
  997. | extern "C"
  998. | #endif
  999. | char dlopen ();
  1000. | /* The GNU C library defines this for functions which it implements
  1001. |     to always fail with ENOSYS.  Some functions are actually named
  1002. |     something starting with __ and the normal name is an alias.  */
  1003. | #if defined __stub_dlopen || defined __stub___dlopen
  1004. | choke me
  1005. | #endif
  1006. |
  1007. | int
  1008. | main ()
  1009. | {
  1010. | return dlopen ();
  1011. |   ;
  1012. |   return 0;
  1013. | }
  1014. configure:12950: result: no
  1015. configure:12954: checking for dlopen in -ldl
  1016. configure:12979: gcc -o conftest -g -O2   conftest.c -ldl  -lnsl -lresolv  >&5
  1017. configure:12979: $? = 0
  1018. configure:12988: result: yes
  1019. configure:12997: checking for fileno()
  1020. configure:13022: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1021. configure:13022: $? = 0
  1022. configure:13022: ./conftest
  1023. configure:13022: $? = 0
  1024. configure:13024: result: yes
  1025. configure:13041: checking for the %z format string in strftime()
  1026. configure:13079: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1027. configure:13079: $? = 0
  1028. configure:13079: ./conftest
  1029. strftime("%z") yields: "-0300"
  1030. configure:13079: $? = 0
  1031. configure:13081: result: yes
  1032. configure:13108: checking whether NLS is requested
  1033. configure:13117: result: yes
  1034. configure:13147: checking for intltool-update
  1035. configure:13165: found /usr/bin/intltool-update
  1036. configure:13177: result: /usr/bin/intltool-update
  1037. configure:13187: checking for intltool-merge
  1038. configure:13205: found /usr/bin/intltool-merge
  1039. configure:13217: result: /usr/bin/intltool-merge
  1040. configure:13227: checking for intltool-extract
  1041. configure:13245: found /usr/bin/intltool-extract
  1042. configure:13257: result: /usr/bin/intltool-extract
  1043. configure:13388: checking for xgettext
  1044. configure:13406: found /usr/bin/xgettext
  1045. configure:13418: result: /usr/bin/xgettext
  1046. configure:13428: checking for msgmerge
  1047. configure:13446: found /usr/bin/msgmerge
  1048. configure:13458: result: /usr/bin/msgmerge
  1049. configure:13468: checking for msgfmt
  1050. configure:13486: found /usr/bin/msgfmt
  1051. configure:13498: result: /usr/bin/msgfmt
  1052. configure:13508: checking for gmsgfmt
  1053. configure:13539: result: /usr/bin/msgfmt
  1054. configure:13559: checking for perl
  1055. configure:13577: found /usr/bin/perl
  1056. configure:13589: result: /usr/bin/perl
  1057. configure:13600: checking for perl >= 5.8.1
  1058. configure:13607: result: 5.10.1
  1059. configure:13611: checking for XML::Parser
  1060. configure:13614: result: ok
  1061. configure:13639: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1062. configure:13639: $? = 0
  1063. configure:13757: checking for locale.h
  1064. configure:13757: result: yes
  1065. configure:13768: checking for LC_MESSAGES
  1066. configure:13784: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1067. configure:13784: $? = 0
  1068. configure:13792: result: yes
  1069. configure:13809: checking libintl.h usability
  1070. configure:13809: gcc -c -g -O2  conftest.c >&5
  1071. configure:13809: $? = 0
  1072. configure:13809: result: yes
  1073. configure:13809: checking libintl.h presence
  1074. configure:13809: gcc -E  conftest.c
  1075. configure:13809: $? = 0
  1076. configure:13809: result: yes
  1077. configure:13809: checking for libintl.h
  1078. configure:13809: result: yes
  1079. configure:13817: checking for ngettext in libc
  1080. configure:13835: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1081. configure:13835: $? = 0
  1082. configure:13844: result: yes
  1083. configure:13848: checking for dgettext in libc
  1084. configure:13866: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1085. configure:13866: $? = 0
  1086. configure:13875: result: yes
  1087. configure:13882: checking for bind_textdomain_codeset
  1088. configure:13882: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1089. configure:13882: $? = 0
  1090. configure:13882: result: yes
  1091. configure:14158: checking for msgfmt
  1092. configure:14185: result: /usr/bin/msgfmt
  1093. configure:14196: checking for dcgettext
  1094. configure:14196: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv   >&5
  1095. conftest.c:80: warning: conflicting types for built-in function 'dcgettext'
  1096. configure:14196: $? = 0
  1097. configure:14196: result: yes
  1098. configure:14206: checking if msgfmt accepts -c
  1099. configure:14221: $MSGFMT -c -o /dev/null conftest.foo
  1100. configure:14224: $? = 0
  1101. configure:14226: result: yes
  1102. configure:14236: checking for gmsgfmt
  1103. configure:14267: result: /usr/bin/msgfmt
  1104. configure:14277: checking for xgettext
  1105. configure:14304: result: /usr/bin/xgettext
  1106. configure:14323: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv   >&5
  1107. configure:14323: $? = 0
  1108. configure:14401: checking for catalogs to be installed
  1109. configure:14426: result:  af am ar az be@latin bg bn bn_IN bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hu hy id it ja ka km kn ko ku lo lt mk mn mr ms_MY my_MM nb ne nl nn oc or pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv sw ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
  1110. configure:14490: checking for GLIB
  1111. configure:14497: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.12.0 gobject-2.0 gmodule-2.0 gthread-2.0"
  1112. configure:14500: $? = 0
  1113. configure:14513: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.12.0 gobject-2.0 gmodule-2.0 gthread-2.0"
  1114. configure:14516: $? = 0
  1115. configure:14571: result: yes
  1116. configure:14683: checking for X
  1117. configure:14791: gcc -E  conftest.c
  1118. configure:14791: $? = 0
  1119. configure:14822: gcc -o conftest -g -O2   conftest.c -lX11 -lnsl -lresolv  >&5
  1120. configure:14822: $? = 0
  1121. configure:14872: result: libraries , headers
  1122. configure:14971: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv   -lX11 >&5
  1123. configure:14971: $? = 0
  1124. configure:15069: checking for gethostbyname
  1125. configure:15069: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1126. configure:15069: $? = 0
  1127. configure:15069: result: yes
  1128. configure:15166: checking for connect
  1129. configure:15166: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1130. configure:15166: $? = 0
  1131. configure:15166: result: yes
  1132. configure:15215: checking for remove
  1133. configure:15215: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1134. configure:15215: $? = 0
  1135. configure:15215: result: yes
  1136. configure:15264: checking for shmat
  1137. configure:15264: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1138. configure:15264: $? = 0
  1139. configure:15264: result: yes
  1140. configure:15322: checking for IceConnectionNumber in -lICE
  1141. configure:15347: gcc -o conftest -g -O2   conftest.c -lICE  -lnsl -lresolv  >&5
  1142. configure:15347: $? = 0
  1143. configure:15356: result: yes
  1144. configure:16384: checking for initscr in -lncursesw
  1145. configure:16409: gcc -o conftest -g -O2   conftest.c -lncursesw  -lnsl -lresolv  >&5
  1146. /usr/bin/ld: cannot find -lncursesw
  1147. collect2: ld returned 1 exit status
  1148. configure:16409: $? = 1
  1149. configure: failed program was:
  1150. | /* confdefs.h */
  1151. | #define PACKAGE_NAME "pidgin"
  1152. | #define PACKAGE_TARNAME "pidgin"
  1153. | #define PACKAGE_VERSION "2.7.1"
  1154. | #define PACKAGE_STRING "pidgin 2.7.1"
  1155. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1156. | #define PACKAGE_URL ""
  1157. | #define PACKAGE "pidgin"
  1158. | #define VERSION "2.7.1"
  1159. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1160. | #define STDC_HEADERS 1
  1161. | #define HAVE_SYS_TYPES_H 1
  1162. | #define HAVE_SYS_STAT_H 1
  1163. | #define HAVE_STDLIB_H 1
  1164. | #define HAVE_STRING_H 1
  1165. | #define HAVE_MEMORY_H 1
  1166. | #define HAVE_STRINGS_H 1
  1167. | #define HAVE_INTTYPES_H 1
  1168. | #define HAVE_STDINT_H 1
  1169. | #define HAVE_UNISTD_H 1
  1170. | #define HAVE_DLFCN_H 1
  1171. | #define LT_OBJDIR ".libs/"
  1172. | #define HAVE_ALLOCA_H 1
  1173. | #define HAVE_ALLOCA 1
  1174. | #define STDC_HEADERS 1
  1175. | #define HAVE_SYS_WAIT_H 1
  1176. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1177. | #define HAVE_FCNTL_H 1
  1178. | #define HAVE_SYS_TIME_H 1
  1179. | #define HAVE_UNISTD_H 1
  1180. | #define HAVE_LOCALE_H 1
  1181. | #define HAVE_SIGNAL_H 1
  1182. | #define HAVE_STDINT_H 1
  1183. | #define HAVE_REGEX_H 1
  1184. | #define SIZEOF_TIME_T 4
  1185. | #define RETSIGTYPE void
  1186. | #define HAVE_STRFTIME 1
  1187. | #define HAVE_STRDUP 1
  1188. | #define HAVE_STRSTR 1
  1189. | #define HAVE_ATEXIT 1
  1190. | #define HAVE_SETLOCALE 1
  1191. | #define HAVE_GETOPT_LONG 1
  1192. | #define HAVE_LIBRESOLV 1
  1193. | #define HAVE_LIBNSL 1
  1194. | #define HAVE_GETADDRINFO 1
  1195. | #define HAVE_INET_NTOP 1
  1196. | #define HAVE_GETIFADDRS 1
  1197. | #define HAVE_IPV6_V6ONLY 1
  1198. | #define _FILE_OFFSET_BITS 64
  1199. | #define HAVE_FILENO 1
  1200. | #define HAVE_STRFTIME_Z_FORMAT 1
  1201. | #define HAVE_LOCALE_H 1
  1202. | #define HAVE_LC_MESSAGES 1
  1203. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1204. | #define HAVE_GETTEXT 1
  1205. | #define HAVE_DCGETTEXT 1
  1206. | #define ENABLE_NLS 1
  1207. | #define DISPLAY_VERSION "2.7.1"
  1208. | /* end confdefs.h.  */
  1209. |
  1210. | /* Override any GCC internal prototype to avoid an error.
  1211. |    Use char because int might match the return type of a GCC
  1212. |    builtin and then its argument prototype would still apply.  */
  1213. | #ifdef __cplusplus
  1214. | extern "C"
  1215. | #endif
  1216. | char initscr ();
  1217. | int
  1218. | main ()
  1219. | {
  1220. | return initscr ();
  1221. |   ;
  1222. |   return 0;
  1223. | }
  1224. configure:16418: result: no
  1225. configure:16426: checking for update_panels in -lpanelw
  1226. configure:16451: gcc -o conftest -g -O2   conftest.c -lpanelw  -lnsl -lresolv  >&5
  1227. /usr/bin/ld: cannot find -lpanelw
  1228. collect2: ld returned 1 exit status
  1229. configure:16451: $? = 1
  1230. configure: failed program was:
  1231. | /* confdefs.h */
  1232. | #define PACKAGE_NAME "pidgin"
  1233. | #define PACKAGE_TARNAME "pidgin"
  1234. | #define PACKAGE_VERSION "2.7.1"
  1235. | #define PACKAGE_STRING "pidgin 2.7.1"
  1236. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1237. | #define PACKAGE_URL ""
  1238. | #define PACKAGE "pidgin"
  1239. | #define VERSION "2.7.1"
  1240. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1241. | #define STDC_HEADERS 1
  1242. | #define HAVE_SYS_TYPES_H 1
  1243. | #define HAVE_SYS_STAT_H 1
  1244. | #define HAVE_STDLIB_H 1
  1245. | #define HAVE_STRING_H 1
  1246. | #define HAVE_MEMORY_H 1
  1247. | #define HAVE_STRINGS_H 1
  1248. | #define HAVE_INTTYPES_H 1
  1249. | #define HAVE_STDINT_H 1
  1250. | #define HAVE_UNISTD_H 1
  1251. | #define HAVE_DLFCN_H 1
  1252. | #define LT_OBJDIR ".libs/"
  1253. | #define HAVE_ALLOCA_H 1
  1254. | #define HAVE_ALLOCA 1
  1255. | #define STDC_HEADERS 1
  1256. | #define HAVE_SYS_WAIT_H 1
  1257. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1258. | #define HAVE_FCNTL_H 1
  1259. | #define HAVE_SYS_TIME_H 1
  1260. | #define HAVE_UNISTD_H 1
  1261. | #define HAVE_LOCALE_H 1
  1262. | #define HAVE_SIGNAL_H 1
  1263. | #define HAVE_STDINT_H 1
  1264. | #define HAVE_REGEX_H 1
  1265. | #define SIZEOF_TIME_T 4
  1266. | #define RETSIGTYPE void
  1267. | #define HAVE_STRFTIME 1
  1268. | #define HAVE_STRDUP 1
  1269. | #define HAVE_STRSTR 1
  1270. | #define HAVE_ATEXIT 1
  1271. | #define HAVE_SETLOCALE 1
  1272. | #define HAVE_GETOPT_LONG 1
  1273. | #define HAVE_LIBRESOLV 1
  1274. | #define HAVE_LIBNSL 1
  1275. | #define HAVE_GETADDRINFO 1
  1276. | #define HAVE_INET_NTOP 1
  1277. | #define HAVE_GETIFADDRS 1
  1278. | #define HAVE_IPV6_V6ONLY 1
  1279. | #define _FILE_OFFSET_BITS 64
  1280. | #define HAVE_FILENO 1
  1281. | #define HAVE_STRFTIME_Z_FORMAT 1
  1282. | #define HAVE_LOCALE_H 1
  1283. | #define HAVE_LC_MESSAGES 1
  1284. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1285. | #define HAVE_GETTEXT 1
  1286. | #define HAVE_DCGETTEXT 1
  1287. | #define ENABLE_NLS 1
  1288. | #define DISPLAY_VERSION "2.7.1"
  1289. | /* end confdefs.h.  */
  1290. |
  1291. | /* Override any GCC internal prototype to avoid an error.
  1292. |    Use char because int might match the return type of a GCC
  1293. |    builtin and then its argument prototype would still apply.  */
  1294. | #ifdef __cplusplus
  1295. | extern "C"
  1296. | #endif
  1297. | char update_panels ();
  1298. | int
  1299. | main ()
  1300. | {
  1301. | return update_panels ();
  1302. |   ;
  1303. |   return 0;
  1304. | }
  1305. configure:16460: result: no
  1306. configure:16534: checking for initscr in -lncurses
  1307. configure:16559: gcc -o conftest -g -O2   conftest.c -lncurses  -lnsl -lresolv  >&5
  1308. /usr/bin/ld: cannot find -lncurses
  1309. collect2: ld returned 1 exit status
  1310. configure:16559: $? = 1
  1311. configure: failed program was:
  1312. | /* confdefs.h */
  1313. | #define PACKAGE_NAME "pidgin"
  1314. | #define PACKAGE_TARNAME "pidgin"
  1315. | #define PACKAGE_VERSION "2.7.1"
  1316. | #define PACKAGE_STRING "pidgin 2.7.1"
  1317. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1318. | #define PACKAGE_URL ""
  1319. | #define PACKAGE "pidgin"
  1320. | #define VERSION "2.7.1"
  1321. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1322. | #define STDC_HEADERS 1
  1323. | #define HAVE_SYS_TYPES_H 1
  1324. | #define HAVE_SYS_STAT_H 1
  1325. | #define HAVE_STDLIB_H 1
  1326. | #define HAVE_STRING_H 1
  1327. | #define HAVE_MEMORY_H 1
  1328. | #define HAVE_STRINGS_H 1
  1329. | #define HAVE_INTTYPES_H 1
  1330. | #define HAVE_STDINT_H 1
  1331. | #define HAVE_UNISTD_H 1
  1332. | #define HAVE_DLFCN_H 1
  1333. | #define LT_OBJDIR ".libs/"
  1334. | #define HAVE_ALLOCA_H 1
  1335. | #define HAVE_ALLOCA 1
  1336. | #define STDC_HEADERS 1
  1337. | #define HAVE_SYS_WAIT_H 1
  1338. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1339. | #define HAVE_FCNTL_H 1
  1340. | #define HAVE_SYS_TIME_H 1
  1341. | #define HAVE_UNISTD_H 1
  1342. | #define HAVE_LOCALE_H 1
  1343. | #define HAVE_SIGNAL_H 1
  1344. | #define HAVE_STDINT_H 1
  1345. | #define HAVE_REGEX_H 1
  1346. | #define SIZEOF_TIME_T 4
  1347. | #define RETSIGTYPE void
  1348. | #define HAVE_STRFTIME 1
  1349. | #define HAVE_STRDUP 1
  1350. | #define HAVE_STRSTR 1
  1351. | #define HAVE_ATEXIT 1
  1352. | #define HAVE_SETLOCALE 1
  1353. | #define HAVE_GETOPT_LONG 1
  1354. | #define HAVE_LIBRESOLV 1
  1355. | #define HAVE_LIBNSL 1
  1356. | #define HAVE_GETADDRINFO 1
  1357. | #define HAVE_INET_NTOP 1
  1358. | #define HAVE_GETIFADDRS 1
  1359. | #define HAVE_IPV6_V6ONLY 1
  1360. | #define _FILE_OFFSET_BITS 64
  1361. | #define HAVE_FILENO 1
  1362. | #define HAVE_STRFTIME_Z_FORMAT 1
  1363. | #define HAVE_LOCALE_H 1
  1364. | #define HAVE_LC_MESSAGES 1
  1365. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1366. | #define HAVE_GETTEXT 1
  1367. | #define HAVE_DCGETTEXT 1
  1368. | #define ENABLE_NLS 1
  1369. | #define DISPLAY_VERSION "2.7.1"
  1370. | /* end confdefs.h.  */
  1371. |
  1372. | /* Override any GCC internal prototype to avoid an error.
  1373. |    Use char because int might match the return type of a GCC
  1374. |    builtin and then its argument prototype would still apply.  */
  1375. | #ifdef __cplusplus
  1376. | extern "C"
  1377. | #endif
  1378. | char initscr ();
  1379. | int
  1380. | main ()
  1381. | {
  1382. | return initscr ();
  1383. |   ;
  1384. |   return 0;
  1385. | }
  1386. configure:16568: result: no
  1387. configure:16576: checking for update_panels in -lpanel
  1388. configure:16601: gcc -o conftest -g -O2   conftest.c -lpanel  -lnsl -lresolv  >&5
  1389. /usr/bin/ld: cannot find -lpanel
  1390. collect2: ld returned 1 exit status
  1391. configure:16601: $? = 1
  1392. configure: failed program was:
  1393. | /* confdefs.h */
  1394. | #define PACKAGE_NAME "pidgin"
  1395. | #define PACKAGE_TARNAME "pidgin"
  1396. | #define PACKAGE_VERSION "2.7.1"
  1397. | #define PACKAGE_STRING "pidgin 2.7.1"
  1398. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1399. | #define PACKAGE_URL ""
  1400. | #define PACKAGE "pidgin"
  1401. | #define VERSION "2.7.1"
  1402. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1403. | #define STDC_HEADERS 1
  1404. | #define HAVE_SYS_TYPES_H 1
  1405. | #define HAVE_SYS_STAT_H 1
  1406. | #define HAVE_STDLIB_H 1
  1407. | #define HAVE_STRING_H 1
  1408. | #define HAVE_MEMORY_H 1
  1409. | #define HAVE_STRINGS_H 1
  1410. | #define HAVE_INTTYPES_H 1
  1411. | #define HAVE_STDINT_H 1
  1412. | #define HAVE_UNISTD_H 1
  1413. | #define HAVE_DLFCN_H 1
  1414. | #define LT_OBJDIR ".libs/"
  1415. | #define HAVE_ALLOCA_H 1
  1416. | #define HAVE_ALLOCA 1
  1417. | #define STDC_HEADERS 1
  1418. | #define HAVE_SYS_WAIT_H 1
  1419. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1420. | #define HAVE_FCNTL_H 1
  1421. | #define HAVE_SYS_TIME_H 1
  1422. | #define HAVE_UNISTD_H 1
  1423. | #define HAVE_LOCALE_H 1
  1424. | #define HAVE_SIGNAL_H 1
  1425. | #define HAVE_STDINT_H 1
  1426. | #define HAVE_REGEX_H 1
  1427. | #define SIZEOF_TIME_T 4
  1428. | #define RETSIGTYPE void
  1429. | #define HAVE_STRFTIME 1
  1430. | #define HAVE_STRDUP 1
  1431. | #define HAVE_STRSTR 1
  1432. | #define HAVE_ATEXIT 1
  1433. | #define HAVE_SETLOCALE 1
  1434. | #define HAVE_GETOPT_LONG 1
  1435. | #define HAVE_LIBRESOLV 1
  1436. | #define HAVE_LIBNSL 1
  1437. | #define HAVE_GETADDRINFO 1
  1438. | #define HAVE_INET_NTOP 1
  1439. | #define HAVE_GETIFADDRS 1
  1440. | #define HAVE_IPV6_V6ONLY 1
  1441. | #define _FILE_OFFSET_BITS 64
  1442. | #define HAVE_FILENO 1
  1443. | #define HAVE_STRFTIME_Z_FORMAT 1
  1444. | #define HAVE_LOCALE_H 1
  1445. | #define HAVE_LC_MESSAGES 1
  1446. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1447. | #define HAVE_GETTEXT 1
  1448. | #define HAVE_DCGETTEXT 1
  1449. | #define ENABLE_NLS 1
  1450. | #define DISPLAY_VERSION "2.7.1"
  1451. | /* end confdefs.h.  */
  1452. |
  1453. | /* Override any GCC internal prototype to avoid an error.
  1454. |    Use char because int might match the return type of a GCC
  1455. |    builtin and then its argument prototype would still apply.  */
  1456. | #ifdef __cplusplus
  1457. | extern "C"
  1458. | #endif
  1459. | char update_panels ();
  1460. | int
  1461. | main ()
  1462. | {
  1463. | return update_panels ();
  1464. |   ;
  1465. |   return 0;
  1466. | }
  1467. configure:16610: result: no
  1468. configure:16654: checking for LIBXML
  1469. configure:16661: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.0"
  1470. configure:16664: $? = 0
  1471. configure:16677: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.0"
  1472. configure:16680: $? = 0
  1473. configure:16727: result: yes
  1474. configure:16732: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.18"
  1475. configure:16735: $? = 0
  1476. configure:16753: checking for gconftool-2
  1477. configure:16771: found /usr/bin/gconftool-2
  1478. configure:16784: result: /usr/bin/gconftool-2
  1479. configure:16815: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  1480. configure:16830: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
  1481. configure:17099: checking for FARSIGHT
  1482. configure:17106: $PKG_CONFIG --exists --print-errors "farsight2-0.10 >= 0.0.9"
  1483. Package farsight2-0.10 was not found in the pkg-config search path.
  1484. Perhaps you should add the directory containing `farsight2-0.10.pc'
  1485. to the PKG_CONFIG_PATH environment variable
  1486. No package 'farsight2-0.10' found
  1487. configure:17109: $? = 1
  1488. configure:17122: $PKG_CONFIG --exists --print-errors "farsight2-0.10 >= 0.0.9"
  1489. Package farsight2-0.10 was not found in the pkg-config search path.
  1490. Perhaps you should add the directory containing `farsight2-0.10.pc'
  1491. to the PKG_CONFIG_PATH environment variable
  1492. No package 'farsight2-0.10' found
  1493. configure:17125: $? = 1
  1494. configure:17138: result: no
  1495. No package 'farsight2-0.10' found
  1496. configure:17221: checking for IDN
  1497. configure:17228: $PKG_CONFIG --exists --print-errors "libidn >= 0.0.0"
  1498. configure:17231: $? = 0
  1499. configure:17244: $PKG_CONFIG --exists --print-errors "libidn >= 0.0.0"
  1500. configure:17247: $? = 0
  1501. configure:17304: result: yes
  1502. configure:17326: checking for MEANWHILE
  1503. configure:17333: $PKG_CONFIG --exists --print-errors "meanwhile >= 1.0.0 meanwhile < 2.0.0"
  1504. configure:17336: $? = 0
  1505. configure:17349: $PKG_CONFIG --exists --print-errors "meanwhile >= 1.0.0 meanwhile < 2.0.0"
  1506. configure:17352: $? = 0
  1507. configure:17403: result: yes
  1508. configure:17631: checking for SILC
  1509. configure:17638: $PKG_CONFIG --exists --print-errors "silcclient >= 1.1"
  1510. Package silcclient was not found in the pkg-config search path.
  1511. Perhaps you should add the directory containing `silcclient.pc'
  1512. to the PKG_CONFIG_PATH environment variable
  1513. No package 'silcclient' found
  1514. configure:17641: $? = 1
  1515. configure:17654: $PKG_CONFIG --exists --print-errors "silcclient >= 1.1"
  1516. Package silcclient was not found in the pkg-config search path.
  1517. Perhaps you should add the directory containing `silcclient.pc'
  1518. to the PKG_CONFIG_PATH environment variable
  1519. No package 'silcclient' found
  1520. configure:17657: $? = 1
  1521. configure:17670: result: no
  1522. No package 'silcclient' found
  1523. configure:17709: checking for SILC
  1524. configure:17716: $PKG_CONFIG --exists --print-errors "silcclient"
  1525. Package silcclient was not found in the pkg-config search path.
  1526. Perhaps you should add the directory containing `silcclient.pc'
  1527. to the PKG_CONFIG_PATH environment variable
  1528. No package 'silcclient' found
  1529. configure:17719: $? = 1
  1530. configure:17732: $PKG_CONFIG --exists --print-errors "silcclient"
  1531. Package silcclient was not found in the pkg-config search path.
  1532. Perhaps you should add the directory containing `silcclient.pc'
  1533. to the PKG_CONFIG_PATH environment variable
  1534. No package 'silcclient' found
  1535. configure:17735: $? = 1
  1536. configure:17748: result: no
  1537. No package 'silcclient' found
  1538. configure:17787: checking for SILC
  1539. configure:17794: $PKG_CONFIG --exists --print-errors "silc"
  1540. Package silc was not found in the pkg-config search path.
  1541. Perhaps you should add the directory containing `silc.pc'
  1542. to the PKG_CONFIG_PATH environment variable
  1543. No package 'silc' found
  1544. configure:17797: $? = 1
  1545. configure:17810: $PKG_CONFIG --exists --print-errors "silc"
  1546. Package silc was not found in the pkg-config search path.
  1547. Perhaps you should add the directory containing `silc.pc'
  1548. to the PKG_CONFIG_PATH environment variable
  1549. No package 'silc' found
  1550. configure:17813: $? = 1
  1551. configure:17826: result: no
  1552. No package 'silc' found
  1553. configure:18051: checking for GADU
  1554. configure:18058: $PKG_CONFIG --exists --print-errors "libgadu >= 1.9.0-rc2"
  1555. Package libgadu was not found in the pkg-config search path.
  1556. Perhaps you should add the directory containing `libgadu.pc'
  1557. to the PKG_CONFIG_PATH environment variable
  1558. No package 'libgadu' found
  1559. configure:18061: $? = 1
  1560. configure:18074: $PKG_CONFIG --exists --print-errors "libgadu >= 1.9.0-rc2"
  1561. Package libgadu was not found in the pkg-config search path.
  1562. Perhaps you should add the directory containing `libgadu.pc'
  1563. to the PKG_CONFIG_PATH environment variable
  1564. No package 'libgadu' found
  1565. configure:18077: $? = 1
  1566. configure:18090: result: no
  1567. No package 'libgadu' found
  1568. configure:18589: checking sys/utsname.h usability
  1569. configure:18589: gcc -c -g -O2  conftest.c >&5
  1570. configure:18589: $? = 0
  1571. configure:18589: result: yes
  1572. configure:18589: checking sys/utsname.h presence
  1573. configure:18589: gcc -E  conftest.c
  1574. configure:18589: $? = 0
  1575. configure:18589: result: yes
  1576. configure:18589: checking for sys/utsname.h
  1577. configure:18589: result: yes
  1578. configure:18599: checking for uname
  1579. configure:18599: gcc -o conftest -g -O2   conftest.c -lnsl -lresolv  >&5
  1580. configure:18599: $? = 0
  1581. configure:18599: result: yes
  1582. configure:18635: checking for -Waggregate-return option to gcc
  1583. configure:18650: gcc -c -g -O2 -Waggregate-return  conftest.c >&5
  1584. configure:18650: $? = 0
  1585. configure:18652: result: yes
  1586. configure:18635: checking for -Wcast-align option to gcc
  1587. configure:18650: gcc -c -g -O2 -Wcast-align  conftest.c >&5
  1588. configure:18650: $? = 0
  1589. configure:18652: result: yes
  1590. configure:18635: checking for -Wdeclaration-after-statement option to gcc
  1591. configure:18650: gcc -c -g -O2 -Wdeclaration-after-statement  conftest.c >&5
  1592. configure:18650: $? = 0
  1593. configure:18652: result: yes
  1594. configure:18635: checking for -Wendif-labels option to gcc
  1595. configure:18650: gcc -c -g -O2 -Wendif-labels  conftest.c >&5
  1596. configure:18650: $? = 0
  1597. configure:18652: result: yes
  1598. configure:18635: checking for -Werror-implicit-function-declaration option to gcc
  1599. configure:18650: gcc -c -g -O2 -Werror-implicit-function-declaration  conftest.c >&5
  1600. configure:18650: $? = 0
  1601. configure:18652: result: yes
  1602. configure:18635: checking for -Wextra -Wno-sign-compare -Wno-unused-parameter option to gcc
  1603. configure:18650: gcc -c -g -O2 -Wextra -Wno-sign-compare -Wno-unused-parameter  conftest.c >&5
  1604. configure:18650: $? = 0
  1605. configure:18652: result: yes
  1606. configure:18635: checking for -Wformat-security option to gcc
  1607. configure:18650: gcc -c -g -O2 -Wformat-security  conftest.c >&5
  1608. cc1: warning: -Wformat-security ignored without -Wformat
  1609. configure:18650: $? = 0
  1610. configure:18652: result: yes
  1611. configure:18635: checking for -Werror=format-security option to gcc
  1612. configure:18650: gcc -c -g -O2 -Werror=format-security  conftest.c >&5
  1613. cc1: error: -Wformat-security ignored without -Wformat
  1614. configure:18650: $? = 1
  1615. configure: failed program was:
  1616. | /* confdefs.h */
  1617. | #define PACKAGE_NAME "pidgin"
  1618. | #define PACKAGE_TARNAME "pidgin"
  1619. | #define PACKAGE_VERSION "2.7.1"
  1620. | #define PACKAGE_STRING "pidgin 2.7.1"
  1621. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1622. | #define PACKAGE_URL ""
  1623. | #define PACKAGE "pidgin"
  1624. | #define VERSION "2.7.1"
  1625. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1626. | #define STDC_HEADERS 1
  1627. | #define HAVE_SYS_TYPES_H 1
  1628. | #define HAVE_SYS_STAT_H 1
  1629. | #define HAVE_STDLIB_H 1
  1630. | #define HAVE_STRING_H 1
  1631. | #define HAVE_MEMORY_H 1
  1632. | #define HAVE_STRINGS_H 1
  1633. | #define HAVE_INTTYPES_H 1
  1634. | #define HAVE_STDINT_H 1
  1635. | #define HAVE_UNISTD_H 1
  1636. | #define HAVE_DLFCN_H 1
  1637. | #define LT_OBJDIR ".libs/"
  1638. | #define HAVE_ALLOCA_H 1
  1639. | #define HAVE_ALLOCA 1
  1640. | #define STDC_HEADERS 1
  1641. | #define HAVE_SYS_WAIT_H 1
  1642. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1643. | #define HAVE_FCNTL_H 1
  1644. | #define HAVE_SYS_TIME_H 1
  1645. | #define HAVE_UNISTD_H 1
  1646. | #define HAVE_LOCALE_H 1
  1647. | #define HAVE_SIGNAL_H 1
  1648. | #define HAVE_STDINT_H 1
  1649. | #define HAVE_REGEX_H 1
  1650. | #define SIZEOF_TIME_T 4
  1651. | #define RETSIGTYPE void
  1652. | #define HAVE_STRFTIME 1
  1653. | #define HAVE_STRDUP 1
  1654. | #define HAVE_STRSTR 1
  1655. | #define HAVE_ATEXIT 1
  1656. | #define HAVE_SETLOCALE 1
  1657. | #define HAVE_GETOPT_LONG 1
  1658. | #define HAVE_LIBRESOLV 1
  1659. | #define HAVE_LIBNSL 1
  1660. | #define HAVE_GETADDRINFO 1
  1661. | #define HAVE_INET_NTOP 1
  1662. | #define HAVE_GETIFADDRS 1
  1663. | #define HAVE_IPV6_V6ONLY 1
  1664. | #define _FILE_OFFSET_BITS 64
  1665. | #define HAVE_FILENO 1
  1666. | #define HAVE_STRFTIME_Z_FORMAT 1
  1667. | #define HAVE_LOCALE_H 1
  1668. | #define HAVE_LC_MESSAGES 1
  1669. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1670. | #define HAVE_GETTEXT 1
  1671. | #define HAVE_DCGETTEXT 1
  1672. | #define ENABLE_NLS 1
  1673. | #define DISPLAY_VERSION "2.7.1"
  1674. | #define NO_WIDECHAR 1
  1675. | #define USE_IDN 1
  1676. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  1677. | #define HAVE_SYS_UTSNAME_H 1
  1678. | /* end confdefs.h.  */
  1679. |
  1680. | int
  1681. | main ()
  1682. | {
  1683. |
  1684. |           int main() {return 0;}
  1685. |
  1686. |   ;
  1687. |   return 0;
  1688. | }
  1689. configure:18659: result: no
  1690. configure:18635: checking for -Winit-self option to gcc
  1691. configure:18650: gcc -c -g -O2 -Winit-self  conftest.c >&5
  1692. configure:18650: $? = 0
  1693. configure:18652: result: yes
  1694. configure:18635: checking for -Wmissing-declarations option to gcc
  1695. configure:18650: gcc -c -g -O2 -Wmissing-declarations  conftest.c >&5
  1696. configure:18650: $? = 0
  1697. configure:18652: result: yes
  1698. configure:18635: checking for -Wmissing-noreturn option to gcc
  1699. configure:18650: gcc -c -g -O2 -Wmissing-noreturn  conftest.c >&5
  1700. configure:18650: $? = 0
  1701. configure:18652: result: yes
  1702. configure:18635: checking for -Wmissing-prototypes option to gcc
  1703. configure:18650: gcc -c -g -O2 -Wmissing-prototypes  conftest.c >&5
  1704. configure:18650: $? = 0
  1705. configure:18652: result: yes
  1706. configure:18635: checking for -Wpointer-arith option to gcc
  1707. configure:18650: gcc -c -g -O2 -Wpointer-arith  conftest.c >&5
  1708. configure:18650: $? = 0
  1709. configure:18652: result: yes
  1710. configure:18635: checking for -Wundef option to gcc
  1711. configure:18650: gcc -c -g -O2 -Wundef  conftest.c >&5
  1712. configure:18650: $? = 0
  1713. configure:18652: result: yes
  1714. configure:18668: checking for FORTIFY_SOURCE support
  1715. configure:18693: gcc -c -g -O2  conftest.c >&5
  1716. configure:18693: $? = 0
  1717. configure:18695: result: yes
  1718. configure:18719: checking for pidgin
  1719. configure:18752: result: no
  1720. configure:19479: checking for perl
  1721. configure:19497: found /usr/bin/perl
  1722. configure:19509: result: /usr/bin/perl
  1723. configure:19517: checking for Perl compile flags
  1724. configure:19533: result: ok
  1725. configure:19538: checking for libperl
  1726. configure:19542: checking for perl_run
  1727. configure:19542: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread -lcrypt >&5
  1728. configure:19542: $? = 0
  1729. configure:19542: result: yes
  1730. configure:19559: checking EXTERN.h usability
  1731. configure:19559: gcc -c -g -g -O2   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.10/CORE  conftest.c >&5
  1732. configure:19559: $? = 0
  1733. configure:19559: result: yes
  1734. configure:19559: checking EXTERN.h presence
  1735. configure:19559: gcc -E   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.10/CORE  conftest.c
  1736. configure:19559: $? = 0
  1737. configure:19559: result: yes
  1738. configure:19559: checking for EXTERN.h
  1739. configure:19559: result: yes
  1740. configure:19571: checking for perl.h
  1741. configure:19571: gcc -c -g -g -O2   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.10/CORE  conftest.c >&5
  1742. configure:19571: $? = 0
  1743. configure:19571: result: yes
  1744. configure:19596: checking for perl
  1745. configure:19612: found /usr/bin/perl
  1746. configure:19623: result: perl
  1747. configure:19636: checking for perl module ExtUtils::MakeMaker
  1748. configure:19646: result: ok
  1749. configure:19695: checking for Perl_eval_pv
  1750. configure:19695: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  1751. /tmp/ccQo48Gv.o: In function `main':
  1752. /home/willian/pidgin-2.7.1/conftest.c:102: undefined reference to `Perl_eval_pv'
  1753. collect2: ld returned 1 exit status
  1754. configure:19695: $? = 1
  1755. configure: failed program was:
  1756. | /* confdefs.h */
  1757. | #define PACKAGE_NAME "pidgin"
  1758. | #define PACKAGE_TARNAME "pidgin"
  1759. | #define PACKAGE_VERSION "2.7.1"
  1760. | #define PACKAGE_STRING "pidgin 2.7.1"
  1761. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1762. | #define PACKAGE_URL ""
  1763. | #define PACKAGE "pidgin"
  1764. | #define VERSION "2.7.1"
  1765. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1766. | #define STDC_HEADERS 1
  1767. | #define HAVE_SYS_TYPES_H 1
  1768. | #define HAVE_SYS_STAT_H 1
  1769. | #define HAVE_STDLIB_H 1
  1770. | #define HAVE_STRING_H 1
  1771. | #define HAVE_MEMORY_H 1
  1772. | #define HAVE_STRINGS_H 1
  1773. | #define HAVE_INTTYPES_H 1
  1774. | #define HAVE_STDINT_H 1
  1775. | #define HAVE_UNISTD_H 1
  1776. | #define HAVE_DLFCN_H 1
  1777. | #define LT_OBJDIR ".libs/"
  1778. | #define HAVE_ALLOCA_H 1
  1779. | #define HAVE_ALLOCA 1
  1780. | #define STDC_HEADERS 1
  1781. | #define HAVE_SYS_WAIT_H 1
  1782. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1783. | #define HAVE_FCNTL_H 1
  1784. | #define HAVE_SYS_TIME_H 1
  1785. | #define HAVE_UNISTD_H 1
  1786. | #define HAVE_LOCALE_H 1
  1787. | #define HAVE_SIGNAL_H 1
  1788. | #define HAVE_STDINT_H 1
  1789. | #define HAVE_REGEX_H 1
  1790. | #define SIZEOF_TIME_T 4
  1791. | #define RETSIGTYPE void
  1792. | #define HAVE_STRFTIME 1
  1793. | #define HAVE_STRDUP 1
  1794. | #define HAVE_STRSTR 1
  1795. | #define HAVE_ATEXIT 1
  1796. | #define HAVE_SETLOCALE 1
  1797. | #define HAVE_GETOPT_LONG 1
  1798. | #define HAVE_LIBRESOLV 1
  1799. | #define HAVE_LIBNSL 1
  1800. | #define HAVE_GETADDRINFO 1
  1801. | #define HAVE_INET_NTOP 1
  1802. | #define HAVE_GETIFADDRS 1
  1803. | #define HAVE_IPV6_V6ONLY 1
  1804. | #define _FILE_OFFSET_BITS 64
  1805. | #define HAVE_FILENO 1
  1806. | #define HAVE_STRFTIME_Z_FORMAT 1
  1807. | #define HAVE_LOCALE_H 1
  1808. | #define HAVE_LC_MESSAGES 1
  1809. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1810. | #define HAVE_GETTEXT 1
  1811. | #define HAVE_DCGETTEXT 1
  1812. | #define ENABLE_NLS 1
  1813. | #define DISPLAY_VERSION "2.7.1"
  1814. | #define NO_WIDECHAR 1
  1815. | #define USE_IDN 1
  1816. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  1817. | #define HAVE_SYS_UTSNAME_H 1
  1818. | #define HAVE_PERL_RUN 1
  1819. | #define HAVE_EXTERN_H 1
  1820. | #define HAVE_PERL_H 1
  1821. | #define HAVE_PERL 1
  1822. | /* end confdefs.h.  */
  1823. | /* Define Perl_eval_pv to an innocuous variant, in case <limits.h> declares Perl_eval_pv.
  1824. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1825. | #define Perl_eval_pv innocuous_Perl_eval_pv
  1826. |
  1827. | /* System header to define __stub macros and hopefully few prototypes,
  1828. |     which can conflict with char Perl_eval_pv (); below.
  1829. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1830. |     <limits.h> exists even on freestanding compilers.  */
  1831. |
  1832. | #ifdef __STDC__
  1833. | # include <limits.h>
  1834. | #else
  1835. | # include <assert.h>
  1836. | #endif
  1837. |
  1838. | #undef Perl_eval_pv
  1839. |
  1840. | /* Override any GCC internal prototype to avoid an error.
  1841. |    Use char because int might match the return type of a GCC
  1842. |    builtin and then its argument prototype would still apply.  */
  1843. | #ifdef __cplusplus
  1844. | extern "C"
  1845. | #endif
  1846. | char Perl_eval_pv ();
  1847. | /* The GNU C library defines this for functions which it implements
  1848. |     to always fail with ENOSYS.  Some functions are actually named
  1849. |     something starting with __ and the normal name is an alias.  */
  1850. | #if defined __stub_Perl_eval_pv || defined __stub___Perl_eval_pv
  1851. | choke me
  1852. | #endif
  1853. |
  1854. | int
  1855. | main ()
  1856. | {
  1857. | return Perl_eval_pv ();
  1858. |   ;
  1859. |   return 0;
  1860. | }
  1861. configure:19695: result: no
  1862. configure:19705: checking for old perl
  1863. configure:19716: result: no
  1864. configure:19720: checking for DynaLoader.a
  1865. configure:19753: result: no
  1866. configure:19843: checking for GnuTLS includes
  1867. configure:19845: result: ""
  1868. configure:19851: checking gnutls/gnutls.h usability
  1869. configure:19851: gcc -c -g -g -O2  -INONE/include conftest.c >&5
  1870. configure:19851: $? = 0
  1871. configure:19851: result: yes
  1872. configure:19851: checking gnutls/gnutls.h presence
  1873. configure:19851: gcc -E  -INONE/include conftest.c
  1874. configure:19851: $? = 0
  1875. configure:19851: result: yes
  1876. configure:19851: checking for gnutls/gnutls.h
  1877. configure:19851: result: yes
  1878. configure:19897: checking for GnuTLS libraries
  1879. configure:19922: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv   -lgnutls -lgcrypt >&5
  1880. configure:19922: $? = 0
  1881. configure:19932: result: yes
  1882. configure:19964: checking for gnutls_priority_set_direct and gnutls_priority_set
  1883. configure:19981: gcc -o conftest -g -g -O2    conftest.c -lnsl -lresolv   -lgnutls -lgcrypt >&5
  1884. configure:19981: $? = 0
  1885. configure:19985: result: yes
  1886. configure:19998: checking for GNUTLS_CERT_INSECURE_ALGORITHM
  1887. configure:20015: gcc -o conftest -g -g -O2    conftest.c -lnsl -lresolv   -lgnutls -lgcrypt >&5
  1888. configure:20015: $? = 0
  1889. configure:20019: result: yes
  1890. configure:20358: checking for Mozilla nspr4 includes in
  1891. configure:20360: result: ""
  1892. configure:20367: checking nspr.h usability
  1893. configure:20367: gcc -c -g -g -O2  -I conftest.c >&5
  1894. gcc: no input files
  1895. configure:20367: $? = 1
  1896. configure: failed program was:
  1897. | /* confdefs.h */
  1898. | #define PACKAGE_NAME "pidgin"
  1899. | #define PACKAGE_TARNAME "pidgin"
  1900. | #define PACKAGE_VERSION "2.7.1"
  1901. | #define PACKAGE_STRING "pidgin 2.7.1"
  1902. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  1903. | #define PACKAGE_URL ""
  1904. | #define PACKAGE "pidgin"
  1905. | #define VERSION "2.7.1"
  1906. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  1907. | #define STDC_HEADERS 1
  1908. | #define HAVE_SYS_TYPES_H 1
  1909. | #define HAVE_SYS_STAT_H 1
  1910. | #define HAVE_STDLIB_H 1
  1911. | #define HAVE_STRING_H 1
  1912. | #define HAVE_MEMORY_H 1
  1913. | #define HAVE_STRINGS_H 1
  1914. | #define HAVE_INTTYPES_H 1
  1915. | #define HAVE_STDINT_H 1
  1916. | #define HAVE_UNISTD_H 1
  1917. | #define HAVE_DLFCN_H 1
  1918. | #define LT_OBJDIR ".libs/"
  1919. | #define HAVE_ALLOCA_H 1
  1920. | #define HAVE_ALLOCA 1
  1921. | #define STDC_HEADERS 1
  1922. | #define HAVE_SYS_WAIT_H 1
  1923. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  1924. | #define HAVE_FCNTL_H 1
  1925. | #define HAVE_SYS_TIME_H 1
  1926. | #define HAVE_UNISTD_H 1
  1927. | #define HAVE_LOCALE_H 1
  1928. | #define HAVE_SIGNAL_H 1
  1929. | #define HAVE_STDINT_H 1
  1930. | #define HAVE_REGEX_H 1
  1931. | #define SIZEOF_TIME_T 4
  1932. | #define RETSIGTYPE void
  1933. | #define HAVE_STRFTIME 1
  1934. | #define HAVE_STRDUP 1
  1935. | #define HAVE_STRSTR 1
  1936. | #define HAVE_ATEXIT 1
  1937. | #define HAVE_SETLOCALE 1
  1938. | #define HAVE_GETOPT_LONG 1
  1939. | #define HAVE_LIBRESOLV 1
  1940. | #define HAVE_LIBNSL 1
  1941. | #define HAVE_GETADDRINFO 1
  1942. | #define HAVE_INET_NTOP 1
  1943. | #define HAVE_GETIFADDRS 1
  1944. | #define HAVE_IPV6_V6ONLY 1
  1945. | #define _FILE_OFFSET_BITS 64
  1946. | #define HAVE_FILENO 1
  1947. | #define HAVE_STRFTIME_Z_FORMAT 1
  1948. | #define HAVE_LOCALE_H 1
  1949. | #define HAVE_LC_MESSAGES 1
  1950. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1951. | #define HAVE_GETTEXT 1
  1952. | #define HAVE_DCGETTEXT 1
  1953. | #define ENABLE_NLS 1
  1954. | #define DISPLAY_VERSION "2.7.1"
  1955. | #define NO_WIDECHAR 1
  1956. | #define USE_IDN 1
  1957. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  1958. | #define HAVE_SYS_UTSNAME_H 1
  1959. | #define HAVE_PERL_RUN 1
  1960. | #define HAVE_EXTERN_H 1
  1961. | #define HAVE_PERL_H 1
  1962. | #define HAVE_PERL 1
  1963. | #define HAVE_GNUTLS_GNUTLS_H 1
  1964. | #define HAVE_GNUTLS 1
  1965. | #define HAVE_SSL 1
  1966. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  1967. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  1968. | /* end confdefs.h.  */
  1969. | #include <stdio.h>
  1970. | #ifdef HAVE_SYS_TYPES_H
  1971. | # include <sys/types.h>
  1972. | #endif
  1973. | #ifdef HAVE_SYS_STAT_H
  1974. | # include <sys/stat.h>
  1975. | #endif
  1976. | #ifdef STDC_HEADERS
  1977. | # include <stdlib.h>
  1978. | # include <stddef.h>
  1979. | #else
  1980. | # ifdef HAVE_STDLIB_H
  1981. | #  include <stdlib.h>
  1982. | # endif
  1983. | #endif
  1984. | #ifdef HAVE_STRING_H
  1985. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1986. | #  include <memory.h>
  1987. | # endif
  1988. | # include <string.h>
  1989. | #endif
  1990. | #ifdef HAVE_STRINGS_H
  1991. | # include <strings.h>
  1992. | #endif
  1993. | #ifdef HAVE_INTTYPES_H
  1994. | # include <inttypes.h>
  1995. | #endif
  1996. | #ifdef HAVE_STDINT_H
  1997. | # include <stdint.h>
  1998. | #endif
  1999. | #ifdef HAVE_UNISTD_H
  2000. | # include <unistd.h>
  2001. | #endif
  2002. | #include <nspr.h>
  2003. configure:20367: result: no
  2004. configure:20367: checking nspr.h presence
  2005. configure:20367: gcc -E  -I conftest.c
  2006. gcc: no input files
  2007. configure:20367: $? = 1
  2008. configure: failed program was:
  2009. | /* confdefs.h */
  2010. | #define PACKAGE_NAME "pidgin"
  2011. | #define PACKAGE_TARNAME "pidgin"
  2012. | #define PACKAGE_VERSION "2.7.1"
  2013. | #define PACKAGE_STRING "pidgin 2.7.1"
  2014. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2015. | #define PACKAGE_URL ""
  2016. | #define PACKAGE "pidgin"
  2017. | #define VERSION "2.7.1"
  2018. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2019. | #define STDC_HEADERS 1
  2020. | #define HAVE_SYS_TYPES_H 1
  2021. | #define HAVE_SYS_STAT_H 1
  2022. | #define HAVE_STDLIB_H 1
  2023. | #define HAVE_STRING_H 1
  2024. | #define HAVE_MEMORY_H 1
  2025. | #define HAVE_STRINGS_H 1
  2026. | #define HAVE_INTTYPES_H 1
  2027. | #define HAVE_STDINT_H 1
  2028. | #define HAVE_UNISTD_H 1
  2029. | #define HAVE_DLFCN_H 1
  2030. | #define LT_OBJDIR ".libs/"
  2031. | #define HAVE_ALLOCA_H 1
  2032. | #define HAVE_ALLOCA 1
  2033. | #define STDC_HEADERS 1
  2034. | #define HAVE_SYS_WAIT_H 1
  2035. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2036. | #define HAVE_FCNTL_H 1
  2037. | #define HAVE_SYS_TIME_H 1
  2038. | #define HAVE_UNISTD_H 1
  2039. | #define HAVE_LOCALE_H 1
  2040. | #define HAVE_SIGNAL_H 1
  2041. | #define HAVE_STDINT_H 1
  2042. | #define HAVE_REGEX_H 1
  2043. | #define SIZEOF_TIME_T 4
  2044. | #define RETSIGTYPE void
  2045. | #define HAVE_STRFTIME 1
  2046. | #define HAVE_STRDUP 1
  2047. | #define HAVE_STRSTR 1
  2048. | #define HAVE_ATEXIT 1
  2049. | #define HAVE_SETLOCALE 1
  2050. | #define HAVE_GETOPT_LONG 1
  2051. | #define HAVE_LIBRESOLV 1
  2052. | #define HAVE_LIBNSL 1
  2053. | #define HAVE_GETADDRINFO 1
  2054. | #define HAVE_INET_NTOP 1
  2055. | #define HAVE_GETIFADDRS 1
  2056. | #define HAVE_IPV6_V6ONLY 1
  2057. | #define _FILE_OFFSET_BITS 64
  2058. | #define HAVE_FILENO 1
  2059. | #define HAVE_STRFTIME_Z_FORMAT 1
  2060. | #define HAVE_LOCALE_H 1
  2061. | #define HAVE_LC_MESSAGES 1
  2062. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2063. | #define HAVE_GETTEXT 1
  2064. | #define HAVE_DCGETTEXT 1
  2065. | #define ENABLE_NLS 1
  2066. | #define DISPLAY_VERSION "2.7.1"
  2067. | #define NO_WIDECHAR 1
  2068. | #define USE_IDN 1
  2069. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2070. | #define HAVE_SYS_UTSNAME_H 1
  2071. | #define HAVE_PERL_RUN 1
  2072. | #define HAVE_EXTERN_H 1
  2073. | #define HAVE_PERL_H 1
  2074. | #define HAVE_PERL 1
  2075. | #define HAVE_GNUTLS_GNUTLS_H 1
  2076. | #define HAVE_GNUTLS 1
  2077. | #define HAVE_SSL 1
  2078. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2079. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2080. | /* end confdefs.h.  */
  2081. | #include <nspr.h>
  2082. configure:20367: result: no
  2083. configure:20367: checking for nspr.h
  2084. configure:20367: result: no
  2085. configure:20367: checking prio.h usability
  2086. configure:20367: gcc -c -g -g -O2  -I conftest.c >&5
  2087. gcc: no input files
  2088. configure:20367: $? = 1
  2089. configure: failed program was:
  2090. | /* confdefs.h */
  2091. | #define PACKAGE_NAME "pidgin"
  2092. | #define PACKAGE_TARNAME "pidgin"
  2093. | #define PACKAGE_VERSION "2.7.1"
  2094. | #define PACKAGE_STRING "pidgin 2.7.1"
  2095. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2096. | #define PACKAGE_URL ""
  2097. | #define PACKAGE "pidgin"
  2098. | #define VERSION "2.7.1"
  2099. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2100. | #define STDC_HEADERS 1
  2101. | #define HAVE_SYS_TYPES_H 1
  2102. | #define HAVE_SYS_STAT_H 1
  2103. | #define HAVE_STDLIB_H 1
  2104. | #define HAVE_STRING_H 1
  2105. | #define HAVE_MEMORY_H 1
  2106. | #define HAVE_STRINGS_H 1
  2107. | #define HAVE_INTTYPES_H 1
  2108. | #define HAVE_STDINT_H 1
  2109. | #define HAVE_UNISTD_H 1
  2110. | #define HAVE_DLFCN_H 1
  2111. | #define LT_OBJDIR ".libs/"
  2112. | #define HAVE_ALLOCA_H 1
  2113. | #define HAVE_ALLOCA 1
  2114. | #define STDC_HEADERS 1
  2115. | #define HAVE_SYS_WAIT_H 1
  2116. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2117. | #define HAVE_FCNTL_H 1
  2118. | #define HAVE_SYS_TIME_H 1
  2119. | #define HAVE_UNISTD_H 1
  2120. | #define HAVE_LOCALE_H 1
  2121. | #define HAVE_SIGNAL_H 1
  2122. | #define HAVE_STDINT_H 1
  2123. | #define HAVE_REGEX_H 1
  2124. | #define SIZEOF_TIME_T 4
  2125. | #define RETSIGTYPE void
  2126. | #define HAVE_STRFTIME 1
  2127. | #define HAVE_STRDUP 1
  2128. | #define HAVE_STRSTR 1
  2129. | #define HAVE_ATEXIT 1
  2130. | #define HAVE_SETLOCALE 1
  2131. | #define HAVE_GETOPT_LONG 1
  2132. | #define HAVE_LIBRESOLV 1
  2133. | #define HAVE_LIBNSL 1
  2134. | #define HAVE_GETADDRINFO 1
  2135. | #define HAVE_INET_NTOP 1
  2136. | #define HAVE_GETIFADDRS 1
  2137. | #define HAVE_IPV6_V6ONLY 1
  2138. | #define _FILE_OFFSET_BITS 64
  2139. | #define HAVE_FILENO 1
  2140. | #define HAVE_STRFTIME_Z_FORMAT 1
  2141. | #define HAVE_LOCALE_H 1
  2142. | #define HAVE_LC_MESSAGES 1
  2143. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2144. | #define HAVE_GETTEXT 1
  2145. | #define HAVE_DCGETTEXT 1
  2146. | #define ENABLE_NLS 1
  2147. | #define DISPLAY_VERSION "2.7.1"
  2148. | #define NO_WIDECHAR 1
  2149. | #define USE_IDN 1
  2150. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2151. | #define HAVE_SYS_UTSNAME_H 1
  2152. | #define HAVE_PERL_RUN 1
  2153. | #define HAVE_EXTERN_H 1
  2154. | #define HAVE_PERL_H 1
  2155. | #define HAVE_PERL 1
  2156. | #define HAVE_GNUTLS_GNUTLS_H 1
  2157. | #define HAVE_GNUTLS 1
  2158. | #define HAVE_SSL 1
  2159. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2160. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2161. | /* end confdefs.h.  */
  2162. | #include <stdio.h>
  2163. | #ifdef HAVE_SYS_TYPES_H
  2164. | # include <sys/types.h>
  2165. | #endif
  2166. | #ifdef HAVE_SYS_STAT_H
  2167. | # include <sys/stat.h>
  2168. | #endif
  2169. | #ifdef STDC_HEADERS
  2170. | # include <stdlib.h>
  2171. | # include <stddef.h>
  2172. | #else
  2173. | # ifdef HAVE_STDLIB_H
  2174. | #  include <stdlib.h>
  2175. | # endif
  2176. | #endif
  2177. | #ifdef HAVE_STRING_H
  2178. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2179. | #  include <memory.h>
  2180. | # endif
  2181. | # include <string.h>
  2182. | #endif
  2183. | #ifdef HAVE_STRINGS_H
  2184. | # include <strings.h>
  2185. | #endif
  2186. | #ifdef HAVE_INTTYPES_H
  2187. | # include <inttypes.h>
  2188. | #endif
  2189. | #ifdef HAVE_STDINT_H
  2190. | # include <stdint.h>
  2191. | #endif
  2192. | #ifdef HAVE_UNISTD_H
  2193. | # include <unistd.h>
  2194. | #endif
  2195. | #include <prio.h>
  2196. configure:20367: result: no
  2197. configure:20367: checking prio.h presence
  2198. configure:20367: gcc -E  -I conftest.c
  2199. gcc: no input files
  2200. configure:20367: $? = 1
  2201. configure: failed program was:
  2202. | /* confdefs.h */
  2203. | #define PACKAGE_NAME "pidgin"
  2204. | #define PACKAGE_TARNAME "pidgin"
  2205. | #define PACKAGE_VERSION "2.7.1"
  2206. | #define PACKAGE_STRING "pidgin 2.7.1"
  2207. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2208. | #define PACKAGE_URL ""
  2209. | #define PACKAGE "pidgin"
  2210. | #define VERSION "2.7.1"
  2211. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2212. | #define STDC_HEADERS 1
  2213. | #define HAVE_SYS_TYPES_H 1
  2214. | #define HAVE_SYS_STAT_H 1
  2215. | #define HAVE_STDLIB_H 1
  2216. | #define HAVE_STRING_H 1
  2217. | #define HAVE_MEMORY_H 1
  2218. | #define HAVE_STRINGS_H 1
  2219. | #define HAVE_INTTYPES_H 1
  2220. | #define HAVE_STDINT_H 1
  2221. | #define HAVE_UNISTD_H 1
  2222. | #define HAVE_DLFCN_H 1
  2223. | #define LT_OBJDIR ".libs/"
  2224. | #define HAVE_ALLOCA_H 1
  2225. | #define HAVE_ALLOCA 1
  2226. | #define STDC_HEADERS 1
  2227. | #define HAVE_SYS_WAIT_H 1
  2228. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2229. | #define HAVE_FCNTL_H 1
  2230. | #define HAVE_SYS_TIME_H 1
  2231. | #define HAVE_UNISTD_H 1
  2232. | #define HAVE_LOCALE_H 1
  2233. | #define HAVE_SIGNAL_H 1
  2234. | #define HAVE_STDINT_H 1
  2235. | #define HAVE_REGEX_H 1
  2236. | #define SIZEOF_TIME_T 4
  2237. | #define RETSIGTYPE void
  2238. | #define HAVE_STRFTIME 1
  2239. | #define HAVE_STRDUP 1
  2240. | #define HAVE_STRSTR 1
  2241. | #define HAVE_ATEXIT 1
  2242. | #define HAVE_SETLOCALE 1
  2243. | #define HAVE_GETOPT_LONG 1
  2244. | #define HAVE_LIBRESOLV 1
  2245. | #define HAVE_LIBNSL 1
  2246. | #define HAVE_GETADDRINFO 1
  2247. | #define HAVE_INET_NTOP 1
  2248. | #define HAVE_GETIFADDRS 1
  2249. | #define HAVE_IPV6_V6ONLY 1
  2250. | #define _FILE_OFFSET_BITS 64
  2251. | #define HAVE_FILENO 1
  2252. | #define HAVE_STRFTIME_Z_FORMAT 1
  2253. | #define HAVE_LOCALE_H 1
  2254. | #define HAVE_LC_MESSAGES 1
  2255. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2256. | #define HAVE_GETTEXT 1
  2257. | #define HAVE_DCGETTEXT 1
  2258. | #define ENABLE_NLS 1
  2259. | #define DISPLAY_VERSION "2.7.1"
  2260. | #define NO_WIDECHAR 1
  2261. | #define USE_IDN 1
  2262. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2263. | #define HAVE_SYS_UTSNAME_H 1
  2264. | #define HAVE_PERL_RUN 1
  2265. | #define HAVE_EXTERN_H 1
  2266. | #define HAVE_PERL_H 1
  2267. | #define HAVE_PERL 1
  2268. | #define HAVE_GNUTLS_GNUTLS_H 1
  2269. | #define HAVE_GNUTLS 1
  2270. | #define HAVE_SSL 1
  2271. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2272. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2273. | /* end confdefs.h.  */
  2274. | #include <prio.h>
  2275. configure:20367: result: no
  2276. configure:20367: checking for prio.h
  2277. configure:20367: result: no
  2278. configure:20476: checking for Mozilla nspr4 libraries
  2279. configure:20478: result: no
  2280. configure:20528: checking for Mozilla nss3 includes
  2281. configure:20530: result: no
  2282. configure:20655: checking for Mozilla nss libraries
  2283. configure:20657: result: no
  2284. configure:20723: checking for tclConfig.sh
  2285. configure:20739: result: yes (/usr/lib/tclConfig.sh)
  2286. configure:20756: checking Tcl version compatability
  2287. configure:20763: result: ok, 8.4
  2288. configure:20766: checking for Tcl linkability
  2289. configure:20783: gcc -o conftest -g -g -O2  -I/usr/include/tcl8.4 -I/usr/include  conftest.c -lnsl -lresolv  -L/usr/lib -ltcl8.4 >&5
  2290. configure:20783: $? = 0
  2291. configure:20784: result: yes
  2292. configure:20843: checking for tkConfig.sh
  2293. configure:20855: result: yes (/usr/lib/tkConfig.sh)
  2294. configure:20873: checking for Tk linkability
  2295. configure:20890: gcc -o conftest -g -g -O2  -I/usr/include/tcl8.4 -I/usr/include -fno-strict-aliasing  conftest.c -lnsl -lresolv  -L/usr/lib -ltcl8.4 -L/usr/lib -ltk8.4 >&5
  2296. configure:20890: $? = 0
  2297. configure:20891: result: yes
  2298. configure:20971: checking for snprintf
  2299. configure:20971: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2300. conftest.c:99: warning: conflicting types for built-in function 'snprintf'
  2301. configure:20971: $? = 0
  2302. configure:20971: result: yes
  2303. configure:20971: checking for connect
  2304. configure:20971: result: yes
  2305. configure:21279: checking for me pot o' gold
  2306. configure:21281: result: no
  2307. configure:21286: checking for gethostid
  2308. configure:21286: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2309. configure:21286: $? = 0
  2310. configure:21286: result: yes
  2311. configure:21286: checking for lrand48
  2312. configure:21286: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2313. configure:21286: $? = 0
  2314. configure:21286: result: yes
  2315. configure:21299: checking for memcpy
  2316. configure:21299: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2317. conftest.c:104: warning: conflicting types for built-in function 'memcpy'
  2318. configure:21299: $? = 0
  2319. configure:21299: result: yes
  2320. configure:21299: checking for memmove
  2321. configure:21299: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2322. conftest.c:105: warning: conflicting types for built-in function 'memmove'
  2323. configure:21299: $? = 0
  2324. configure:21299: result: yes
  2325. configure:21299: checking for random
  2326. configure:21299: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2327. configure:21299: $? = 0
  2328. configure:21299: result: yes
  2329. configure:21299: checking for strchr
  2330. configure:21299: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2331. conftest.c:107: warning: conflicting types for built-in function 'strchr'
  2332. configure:21299: $? = 0
  2333. configure:21299: result: yes
  2334. configure:21299: checking for strerror
  2335. configure:21299: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2336. configure:21299: $? = 0
  2337. configure:21299: result: yes
  2338. configure:21299: checking for vprintf
  2339. configure:21299: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2340. conftest.c:109: warning: conflicting types for built-in function 'vprintf'
  2341. configure:21299: $? = 0
  2342. configure:21299: result: yes
  2343. configure:21312: checking malloc.h usability
  2344. configure:21312: gcc -c -g -g -O2  conftest.c >&5
  2345. configure:21312: $? = 0
  2346. configure:21312: result: yes
  2347. configure:21312: checking malloc.h presence
  2348. configure:21312: gcc -E  conftest.c
  2349. configure:21312: $? = 0
  2350. configure:21312: result: yes
  2351. configure:21312: checking for malloc.h
  2352. configure:21312: result: yes
  2353. configure:21312: checking paths.h usability
  2354. configure:21312: gcc -c -g -g -O2  conftest.c >&5
  2355. configure:21312: $? = 0
  2356. configure:21312: result: yes
  2357. configure:21312: checking paths.h presence
  2358. configure:21312: gcc -E  conftest.c
  2359. configure:21312: $? = 0
  2360. configure:21312: result: yes
  2361. configure:21312: checking for paths.h
  2362. configure:21312: result: yes
  2363. configure:21312: checking sgtty.h usability
  2364. configure:21312: gcc -c -g -g -O2  conftest.c >&5
  2365. configure:21312: $? = 0
  2366. configure:21312: result: yes
  2367. configure:21312: checking sgtty.h presence
  2368. configure:21312: gcc -E  conftest.c
  2369. configure:21312: $? = 0
  2370. configure:21312: result: yes
  2371. configure:21312: checking for sgtty.h
  2372. configure:21312: result: yes
  2373. configure:21312: checking stdarg.h usability
  2374. configure:21312: gcc -c -g -g -O2  conftest.c >&5
  2375. configure:21312: $? = 0
  2376. configure:21312: result: yes
  2377. configure:21312: checking stdarg.h presence
  2378. configure:21312: gcc -E  conftest.c
  2379. configure:21312: $? = 0
  2380. configure:21312: result: yes
  2381. configure:21312: checking for stdarg.h
  2382. configure:21312: result: yes
  2383. configure:21312: checking sys/cdefs.h usability
  2384. configure:21312: gcc -c -g -g -O2  conftest.c >&5
  2385. configure:21312: $? = 0
  2386. configure:21312: result: yes
  2387. configure:21312: checking sys/cdefs.h presence
  2388. configure:21312: gcc -E  conftest.c
  2389. configure:21312: $? = 0
  2390. configure:21312: result: yes
  2391. configure:21312: checking for sys/cdefs.h
  2392. configure:21312: result: yes
  2393. configure:21326: checking sys/file.h usability
  2394. configure:21326: gcc -c -g -g -O2  conftest.c >&5
  2395. configure:21326: $? = 0
  2396. configure:21326: result: yes
  2397. configure:21326: checking sys/file.h presence
  2398. configure:21326: gcc -E  conftest.c
  2399. configure:21326: $? = 0
  2400. configure:21326: result: yes
  2401. configure:21326: checking for sys/file.h
  2402. configure:21326: result: yes
  2403. configure:21326: checking sys/filio.h usability
  2404. configure:21326: gcc -c -g -g -O2  conftest.c >&5
  2405. conftest.c:126:23: error: sys/filio.h: No such file or directory
  2406. configure:21326: $? = 1
  2407. configure: failed program was:
  2408. | /* confdefs.h */
  2409. | #define PACKAGE_NAME "pidgin"
  2410. | #define PACKAGE_TARNAME "pidgin"
  2411. | #define PACKAGE_VERSION "2.7.1"
  2412. | #define PACKAGE_STRING "pidgin 2.7.1"
  2413. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2414. | #define PACKAGE_URL ""
  2415. | #define PACKAGE "pidgin"
  2416. | #define VERSION "2.7.1"
  2417. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2418. | #define STDC_HEADERS 1
  2419. | #define HAVE_SYS_TYPES_H 1
  2420. | #define HAVE_SYS_STAT_H 1
  2421. | #define HAVE_STDLIB_H 1
  2422. | #define HAVE_STRING_H 1
  2423. | #define HAVE_MEMORY_H 1
  2424. | #define HAVE_STRINGS_H 1
  2425. | #define HAVE_INTTYPES_H 1
  2426. | #define HAVE_STDINT_H 1
  2427. | #define HAVE_UNISTD_H 1
  2428. | #define HAVE_DLFCN_H 1
  2429. | #define LT_OBJDIR ".libs/"
  2430. | #define HAVE_ALLOCA_H 1
  2431. | #define HAVE_ALLOCA 1
  2432. | #define STDC_HEADERS 1
  2433. | #define HAVE_SYS_WAIT_H 1
  2434. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2435. | #define HAVE_FCNTL_H 1
  2436. | #define HAVE_SYS_TIME_H 1
  2437. | #define HAVE_UNISTD_H 1
  2438. | #define HAVE_LOCALE_H 1
  2439. | #define HAVE_SIGNAL_H 1
  2440. | #define HAVE_STDINT_H 1
  2441. | #define HAVE_REGEX_H 1
  2442. | #define SIZEOF_TIME_T 4
  2443. | #define RETSIGTYPE void
  2444. | #define HAVE_STRFTIME 1
  2445. | #define HAVE_STRDUP 1
  2446. | #define HAVE_STRSTR 1
  2447. | #define HAVE_ATEXIT 1
  2448. | #define HAVE_SETLOCALE 1
  2449. | #define HAVE_GETOPT_LONG 1
  2450. | #define HAVE_LIBRESOLV 1
  2451. | #define HAVE_LIBNSL 1
  2452. | #define HAVE_GETADDRINFO 1
  2453. | #define HAVE_INET_NTOP 1
  2454. | #define HAVE_GETIFADDRS 1
  2455. | #define HAVE_IPV6_V6ONLY 1
  2456. | #define _FILE_OFFSET_BITS 64
  2457. | #define HAVE_FILENO 1
  2458. | #define HAVE_STRFTIME_Z_FORMAT 1
  2459. | #define HAVE_LOCALE_H 1
  2460. | #define HAVE_LC_MESSAGES 1
  2461. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2462. | #define HAVE_GETTEXT 1
  2463. | #define HAVE_DCGETTEXT 1
  2464. | #define ENABLE_NLS 1
  2465. | #define DISPLAY_VERSION "2.7.1"
  2466. | #define NO_WIDECHAR 1
  2467. | #define USE_IDN 1
  2468. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2469. | #define HAVE_SYS_UTSNAME_H 1
  2470. | #define HAVE_PERL_RUN 1
  2471. | #define HAVE_EXTERN_H 1
  2472. | #define HAVE_PERL_H 1
  2473. | #define HAVE_PERL 1
  2474. | #define HAVE_GNUTLS_GNUTLS_H 1
  2475. | #define HAVE_GNUTLS 1
  2476. | #define HAVE_SSL 1
  2477. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2478. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2479. | #define HAVE_TCL 1
  2480. | #define HAVE_TK 1
  2481. | #define PURPLE_PLUGINS 1
  2482. | #define HAVE_SNPRINTF 1
  2483. | #define HAVE_CONNECT 1
  2484. | #define ZEPHYR_INT32 long
  2485. | #define HAVE_GETHOSTID 1
  2486. | #define HAVE_LRAND48 1
  2487. | #define HAVE_MEMCPY 1
  2488. | #define HAVE_MEMMOVE 1
  2489. | #define HAVE_RANDOM 1
  2490. | #define HAVE_STRCHR 1
  2491. | #define HAVE_STRERROR 1
  2492. | #define HAVE_VPRINTF 1
  2493. | #define HAVE_MALLOC_H 1
  2494. | #define HAVE_PATHS_H 1
  2495. | #define HAVE_SGTTY_H 1
  2496. | #define HAVE_STDARG_H 1
  2497. | #define HAVE_SYS_CDEFS_H 1
  2498. | #define HAVE_SYS_FILE_H 1
  2499. | /* end confdefs.h.  */
  2500. | #include <stdio.h>
  2501. | #ifdef HAVE_SYS_TYPES_H
  2502. | # include <sys/types.h>
  2503. | #endif
  2504. | #ifdef HAVE_SYS_STAT_H
  2505. | # include <sys/stat.h>
  2506. | #endif
  2507. | #ifdef STDC_HEADERS
  2508. | # include <stdlib.h>
  2509. | # include <stddef.h>
  2510. | #else
  2511. | # ifdef HAVE_STDLIB_H
  2512. | #  include <stdlib.h>
  2513. | # endif
  2514. | #endif
  2515. | #ifdef HAVE_STRING_H
  2516. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2517. | #  include <memory.h>
  2518. | # endif
  2519. | # include <string.h>
  2520. | #endif
  2521. | #ifdef HAVE_STRINGS_H
  2522. | # include <strings.h>
  2523. | #endif
  2524. | #ifdef HAVE_INTTYPES_H
  2525. | # include <inttypes.h>
  2526. | #endif
  2527. | #ifdef HAVE_STDINT_H
  2528. | # include <stdint.h>
  2529. | #endif
  2530. | #ifdef HAVE_UNISTD_H
  2531. | # include <unistd.h>
  2532. | #endif
  2533. | #include <sys/filio.h>
  2534. configure:21326: result: no
  2535. configure:21326: checking sys/filio.h presence
  2536. configure:21326: gcc -E  conftest.c
  2537. conftest.c:93:23: error: sys/filio.h: No such file or directory
  2538. configure:21326: $? = 1
  2539. configure: failed program was:
  2540. | /* confdefs.h */
  2541. | #define PACKAGE_NAME "pidgin"
  2542. | #define PACKAGE_TARNAME "pidgin"
  2543. | #define PACKAGE_VERSION "2.7.1"
  2544. | #define PACKAGE_STRING "pidgin 2.7.1"
  2545. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2546. | #define PACKAGE_URL ""
  2547. | #define PACKAGE "pidgin"
  2548. | #define VERSION "2.7.1"
  2549. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2550. | #define STDC_HEADERS 1
  2551. | #define HAVE_SYS_TYPES_H 1
  2552. | #define HAVE_SYS_STAT_H 1
  2553. | #define HAVE_STDLIB_H 1
  2554. | #define HAVE_STRING_H 1
  2555. | #define HAVE_MEMORY_H 1
  2556. | #define HAVE_STRINGS_H 1
  2557. | #define HAVE_INTTYPES_H 1
  2558. | #define HAVE_STDINT_H 1
  2559. | #define HAVE_UNISTD_H 1
  2560. | #define HAVE_DLFCN_H 1
  2561. | #define LT_OBJDIR ".libs/"
  2562. | #define HAVE_ALLOCA_H 1
  2563. | #define HAVE_ALLOCA 1
  2564. | #define STDC_HEADERS 1
  2565. | #define HAVE_SYS_WAIT_H 1
  2566. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2567. | #define HAVE_FCNTL_H 1
  2568. | #define HAVE_SYS_TIME_H 1
  2569. | #define HAVE_UNISTD_H 1
  2570. | #define HAVE_LOCALE_H 1
  2571. | #define HAVE_SIGNAL_H 1
  2572. | #define HAVE_STDINT_H 1
  2573. | #define HAVE_REGEX_H 1
  2574. | #define SIZEOF_TIME_T 4
  2575. | #define RETSIGTYPE void
  2576. | #define HAVE_STRFTIME 1
  2577. | #define HAVE_STRDUP 1
  2578. | #define HAVE_STRSTR 1
  2579. | #define HAVE_ATEXIT 1
  2580. | #define HAVE_SETLOCALE 1
  2581. | #define HAVE_GETOPT_LONG 1
  2582. | #define HAVE_LIBRESOLV 1
  2583. | #define HAVE_LIBNSL 1
  2584. | #define HAVE_GETADDRINFO 1
  2585. | #define HAVE_INET_NTOP 1
  2586. | #define HAVE_GETIFADDRS 1
  2587. | #define HAVE_IPV6_V6ONLY 1
  2588. | #define _FILE_OFFSET_BITS 64
  2589. | #define HAVE_FILENO 1
  2590. | #define HAVE_STRFTIME_Z_FORMAT 1
  2591. | #define HAVE_LOCALE_H 1
  2592. | #define HAVE_LC_MESSAGES 1
  2593. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2594. | #define HAVE_GETTEXT 1
  2595. | #define HAVE_DCGETTEXT 1
  2596. | #define ENABLE_NLS 1
  2597. | #define DISPLAY_VERSION "2.7.1"
  2598. | #define NO_WIDECHAR 1
  2599. | #define USE_IDN 1
  2600. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2601. | #define HAVE_SYS_UTSNAME_H 1
  2602. | #define HAVE_PERL_RUN 1
  2603. | #define HAVE_EXTERN_H 1
  2604. | #define HAVE_PERL_H 1
  2605. | #define HAVE_PERL 1
  2606. | #define HAVE_GNUTLS_GNUTLS_H 1
  2607. | #define HAVE_GNUTLS 1
  2608. | #define HAVE_SSL 1
  2609. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2610. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2611. | #define HAVE_TCL 1
  2612. | #define HAVE_TK 1
  2613. | #define PURPLE_PLUGINS 1
  2614. | #define HAVE_SNPRINTF 1
  2615. | #define HAVE_CONNECT 1
  2616. | #define ZEPHYR_INT32 long
  2617. | #define HAVE_GETHOSTID 1
  2618. | #define HAVE_LRAND48 1
  2619. | #define HAVE_MEMCPY 1
  2620. | #define HAVE_MEMMOVE 1
  2621. | #define HAVE_RANDOM 1
  2622. | #define HAVE_STRCHR 1
  2623. | #define HAVE_STRERROR 1
  2624. | #define HAVE_VPRINTF 1
  2625. | #define HAVE_MALLOC_H 1
  2626. | #define HAVE_PATHS_H 1
  2627. | #define HAVE_SGTTY_H 1
  2628. | #define HAVE_STDARG_H 1
  2629. | #define HAVE_SYS_CDEFS_H 1
  2630. | #define HAVE_SYS_FILE_H 1
  2631. | /* end confdefs.h.  */
  2632. | #include <sys/filio.h>
  2633. configure:21326: result: no
  2634. configure:21326: checking for sys/filio.h
  2635. configure:21326: result: no
  2636. configure:21326: checking sys/ioctl.h usability
  2637. configure:21326: gcc -c -g -g -O2  conftest.c >&5
  2638. configure:21326: $? = 0
  2639. configure:21326: result: yes
  2640. configure:21326: checking sys/ioctl.h presence
  2641. configure:21326: gcc -E  conftest.c
  2642. configure:21326: $? = 0
  2643. configure:21326: result: yes
  2644. configure:21326: checking for sys/ioctl.h
  2645. configure:21326: result: yes
  2646. configure:21326: checking sys/msgbuf.h usability
  2647. configure:21326: gcc -c -g -g -O2  conftest.c >&5
  2648. conftest.c:127:24: error: sys/msgbuf.h: No such file or directory
  2649. configure:21326: $? = 1
  2650. configure: failed program was:
  2651. | /* confdefs.h */
  2652. | #define PACKAGE_NAME "pidgin"
  2653. | #define PACKAGE_TARNAME "pidgin"
  2654. | #define PACKAGE_VERSION "2.7.1"
  2655. | #define PACKAGE_STRING "pidgin 2.7.1"
  2656. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2657. | #define PACKAGE_URL ""
  2658. | #define PACKAGE "pidgin"
  2659. | #define VERSION "2.7.1"
  2660. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2661. | #define STDC_HEADERS 1
  2662. | #define HAVE_SYS_TYPES_H 1
  2663. | #define HAVE_SYS_STAT_H 1
  2664. | #define HAVE_STDLIB_H 1
  2665. | #define HAVE_STRING_H 1
  2666. | #define HAVE_MEMORY_H 1
  2667. | #define HAVE_STRINGS_H 1
  2668. | #define HAVE_INTTYPES_H 1
  2669. | #define HAVE_STDINT_H 1
  2670. | #define HAVE_UNISTD_H 1
  2671. | #define HAVE_DLFCN_H 1
  2672. | #define LT_OBJDIR ".libs/"
  2673. | #define HAVE_ALLOCA_H 1
  2674. | #define HAVE_ALLOCA 1
  2675. | #define STDC_HEADERS 1
  2676. | #define HAVE_SYS_WAIT_H 1
  2677. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2678. | #define HAVE_FCNTL_H 1
  2679. | #define HAVE_SYS_TIME_H 1
  2680. | #define HAVE_UNISTD_H 1
  2681. | #define HAVE_LOCALE_H 1
  2682. | #define HAVE_SIGNAL_H 1
  2683. | #define HAVE_STDINT_H 1
  2684. | #define HAVE_REGEX_H 1
  2685. | #define SIZEOF_TIME_T 4
  2686. | #define RETSIGTYPE void
  2687. | #define HAVE_STRFTIME 1
  2688. | #define HAVE_STRDUP 1
  2689. | #define HAVE_STRSTR 1
  2690. | #define HAVE_ATEXIT 1
  2691. | #define HAVE_SETLOCALE 1
  2692. | #define HAVE_GETOPT_LONG 1
  2693. | #define HAVE_LIBRESOLV 1
  2694. | #define HAVE_LIBNSL 1
  2695. | #define HAVE_GETADDRINFO 1
  2696. | #define HAVE_INET_NTOP 1
  2697. | #define HAVE_GETIFADDRS 1
  2698. | #define HAVE_IPV6_V6ONLY 1
  2699. | #define _FILE_OFFSET_BITS 64
  2700. | #define HAVE_FILENO 1
  2701. | #define HAVE_STRFTIME_Z_FORMAT 1
  2702. | #define HAVE_LOCALE_H 1
  2703. | #define HAVE_LC_MESSAGES 1
  2704. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2705. | #define HAVE_GETTEXT 1
  2706. | #define HAVE_DCGETTEXT 1
  2707. | #define ENABLE_NLS 1
  2708. | #define DISPLAY_VERSION "2.7.1"
  2709. | #define NO_WIDECHAR 1
  2710. | #define USE_IDN 1
  2711. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2712. | #define HAVE_SYS_UTSNAME_H 1
  2713. | #define HAVE_PERL_RUN 1
  2714. | #define HAVE_EXTERN_H 1
  2715. | #define HAVE_PERL_H 1
  2716. | #define HAVE_PERL 1
  2717. | #define HAVE_GNUTLS_GNUTLS_H 1
  2718. | #define HAVE_GNUTLS 1
  2719. | #define HAVE_SSL 1
  2720. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2721. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2722. | #define HAVE_TCL 1
  2723. | #define HAVE_TK 1
  2724. | #define PURPLE_PLUGINS 1
  2725. | #define HAVE_SNPRINTF 1
  2726. | #define HAVE_CONNECT 1
  2727. | #define ZEPHYR_INT32 long
  2728. | #define HAVE_GETHOSTID 1
  2729. | #define HAVE_LRAND48 1
  2730. | #define HAVE_MEMCPY 1
  2731. | #define HAVE_MEMMOVE 1
  2732. | #define HAVE_RANDOM 1
  2733. | #define HAVE_STRCHR 1
  2734. | #define HAVE_STRERROR 1
  2735. | #define HAVE_VPRINTF 1
  2736. | #define HAVE_MALLOC_H 1
  2737. | #define HAVE_PATHS_H 1
  2738. | #define HAVE_SGTTY_H 1
  2739. | #define HAVE_STDARG_H 1
  2740. | #define HAVE_SYS_CDEFS_H 1
  2741. | #define HAVE_SYS_FILE_H 1
  2742. | #define HAVE_SYS_IOCTL_H 1
  2743. | /* end confdefs.h.  */
  2744. | #include <stdio.h>
  2745. | #ifdef HAVE_SYS_TYPES_H
  2746. | # include <sys/types.h>
  2747. | #endif
  2748. | #ifdef HAVE_SYS_STAT_H
  2749. | # include <sys/stat.h>
  2750. | #endif
  2751. | #ifdef STDC_HEADERS
  2752. | # include <stdlib.h>
  2753. | # include <stddef.h>
  2754. | #else
  2755. | # ifdef HAVE_STDLIB_H
  2756. | #  include <stdlib.h>
  2757. | # endif
  2758. | #endif
  2759. | #ifdef HAVE_STRING_H
  2760. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2761. | #  include <memory.h>
  2762. | # endif
  2763. | # include <string.h>
  2764. | #endif
  2765. | #ifdef HAVE_STRINGS_H
  2766. | # include <strings.h>
  2767. | #endif
  2768. | #ifdef HAVE_INTTYPES_H
  2769. | # include <inttypes.h>
  2770. | #endif
  2771. | #ifdef HAVE_STDINT_H
  2772. | # include <stdint.h>
  2773. | #endif
  2774. | #ifdef HAVE_UNISTD_H
  2775. | # include <unistd.h>
  2776. | #endif
  2777. | #include <sys/msgbuf.h>
  2778. configure:21326: result: no
  2779. configure:21326: checking sys/msgbuf.h presence
  2780. configure:21326: gcc -E  conftest.c
  2781. conftest.c:94:24: error: sys/msgbuf.h: No such file or directory
  2782. configure:21326: $? = 1
  2783. configure: failed program was:
  2784. | /* confdefs.h */
  2785. | #define PACKAGE_NAME "pidgin"
  2786. | #define PACKAGE_TARNAME "pidgin"
  2787. | #define PACKAGE_VERSION "2.7.1"
  2788. | #define PACKAGE_STRING "pidgin 2.7.1"
  2789. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2790. | #define PACKAGE_URL ""
  2791. | #define PACKAGE "pidgin"
  2792. | #define VERSION "2.7.1"
  2793. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2794. | #define STDC_HEADERS 1
  2795. | #define HAVE_SYS_TYPES_H 1
  2796. | #define HAVE_SYS_STAT_H 1
  2797. | #define HAVE_STDLIB_H 1
  2798. | #define HAVE_STRING_H 1
  2799. | #define HAVE_MEMORY_H 1
  2800. | #define HAVE_STRINGS_H 1
  2801. | #define HAVE_INTTYPES_H 1
  2802. | #define HAVE_STDINT_H 1
  2803. | #define HAVE_UNISTD_H 1
  2804. | #define HAVE_DLFCN_H 1
  2805. | #define LT_OBJDIR ".libs/"
  2806. | #define HAVE_ALLOCA_H 1
  2807. | #define HAVE_ALLOCA 1
  2808. | #define STDC_HEADERS 1
  2809. | #define HAVE_SYS_WAIT_H 1
  2810. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2811. | #define HAVE_FCNTL_H 1
  2812. | #define HAVE_SYS_TIME_H 1
  2813. | #define HAVE_UNISTD_H 1
  2814. | #define HAVE_LOCALE_H 1
  2815. | #define HAVE_SIGNAL_H 1
  2816. | #define HAVE_STDINT_H 1
  2817. | #define HAVE_REGEX_H 1
  2818. | #define SIZEOF_TIME_T 4
  2819. | #define RETSIGTYPE void
  2820. | #define HAVE_STRFTIME 1
  2821. | #define HAVE_STRDUP 1
  2822. | #define HAVE_STRSTR 1
  2823. | #define HAVE_ATEXIT 1
  2824. | #define HAVE_SETLOCALE 1
  2825. | #define HAVE_GETOPT_LONG 1
  2826. | #define HAVE_LIBRESOLV 1
  2827. | #define HAVE_LIBNSL 1
  2828. | #define HAVE_GETADDRINFO 1
  2829. | #define HAVE_INET_NTOP 1
  2830. | #define HAVE_GETIFADDRS 1
  2831. | #define HAVE_IPV6_V6ONLY 1
  2832. | #define _FILE_OFFSET_BITS 64
  2833. | #define HAVE_FILENO 1
  2834. | #define HAVE_STRFTIME_Z_FORMAT 1
  2835. | #define HAVE_LOCALE_H 1
  2836. | #define HAVE_LC_MESSAGES 1
  2837. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2838. | #define HAVE_GETTEXT 1
  2839. | #define HAVE_DCGETTEXT 1
  2840. | #define ENABLE_NLS 1
  2841. | #define DISPLAY_VERSION "2.7.1"
  2842. | #define NO_WIDECHAR 1
  2843. | #define USE_IDN 1
  2844. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  2845. | #define HAVE_SYS_UTSNAME_H 1
  2846. | #define HAVE_PERL_RUN 1
  2847. | #define HAVE_EXTERN_H 1
  2848. | #define HAVE_PERL_H 1
  2849. | #define HAVE_PERL 1
  2850. | #define HAVE_GNUTLS_GNUTLS_H 1
  2851. | #define HAVE_GNUTLS 1
  2852. | #define HAVE_SSL 1
  2853. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  2854. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  2855. | #define HAVE_TCL 1
  2856. | #define HAVE_TK 1
  2857. | #define PURPLE_PLUGINS 1
  2858. | #define HAVE_SNPRINTF 1
  2859. | #define HAVE_CONNECT 1
  2860. | #define ZEPHYR_INT32 long
  2861. | #define HAVE_GETHOSTID 1
  2862. | #define HAVE_LRAND48 1
  2863. | #define HAVE_MEMCPY 1
  2864. | #define HAVE_MEMMOVE 1
  2865. | #define HAVE_RANDOM 1
  2866. | #define HAVE_STRCHR 1
  2867. | #define HAVE_STRERROR 1
  2868. | #define HAVE_VPRINTF 1
  2869. | #define HAVE_MALLOC_H 1
  2870. | #define HAVE_PATHS_H 1
  2871. | #define HAVE_SGTTY_H 1
  2872. | #define HAVE_STDARG_H 1
  2873. | #define HAVE_SYS_CDEFS_H 1
  2874. | #define HAVE_SYS_FILE_H 1
  2875. | #define HAVE_SYS_IOCTL_H 1
  2876. | /* end confdefs.h.  */
  2877. | #include <sys/msgbuf.h>
  2878. configure:21326: result: no
  2879. configure:21326: checking for sys/msgbuf.h
  2880. configure:21326: result: no
  2881. configure:21340: checking sys/select.h usability
  2882. configure:21340: gcc -c -g -g -O2  conftest.c >&5
  2883. configure:21340: $? = 0
  2884. configure:21340: result: yes
  2885. configure:21340: checking sys/select.h presence
  2886. configure:21340: gcc -E  conftest.c
  2887. configure:21340: $? = 0
  2888. configure:21340: result: yes
  2889. configure:21340: checking for sys/select.h
  2890. configure:21340: result: yes
  2891. configure:21340: checking sys/uio.h usability
  2892. configure:21340: gcc -c -g -g -O2  conftest.c >&5
  2893. configure:21340: $? = 0
  2894. configure:21340: result: yes
  2895. configure:21340: checking sys/uio.h presence
  2896. configure:21340: gcc -E  conftest.c
  2897. configure:21340: $? = 0
  2898. configure:21340: result: yes
  2899. configure:21340: checking for sys/uio.h
  2900. configure:21340: result: yes
  2901. configure:21340: checking for sys/utsname.h
  2902. configure:21340: result: yes
  2903. configure:21340: checking for sys/wait.h
  2904. configure:21340: result: yes
  2905. configure:21353: checking termios.h usability
  2906. configure:21353: gcc -c -g -g -O2  conftest.c >&5
  2907. configure:21353: $? = 0
  2908. configure:21353: result: yes
  2909. configure:21353: checking termios.h presence
  2910. configure:21353: gcc -E  conftest.c
  2911. configure:21353: $? = 0
  2912. configure:21353: result: yes
  2913. configure:21353: checking for termios.h
  2914. configure:21353: result: yes
  2915. configure:21368: checking sys/param.h usability
  2916. configure:21368: gcc -c -g -g -O2  conftest.c >&5
  2917. configure:21368: $? = 0
  2918. configure:21368: result: yes
  2919. configure:21368: checking sys/param.h presence
  2920. configure:21368: gcc -E  conftest.c
  2921. configure:21368: $? = 0
  2922. configure:21368: result: yes
  2923. configure:21368: checking for sys/param.h
  2924. configure:21368: result: yes
  2925. configure:21380: checking for sys/sysctl.h
  2926. configure:21380: gcc -c -g -g -O2  conftest.c >&5
  2927. configure:21380: $? = 0
  2928. configure:21380: result: yes
  2929. configure:21399: checking sys/socket.h usability
  2930. configure:21399: gcc -c -g -g -O2  conftest.c >&5
  2931. configure:21399: $? = 0
  2932. configure:21399: result: yes
  2933. configure:21399: checking sys/socket.h presence
  2934. configure:21399: gcc -E  conftest.c
  2935. configure:21399: $? = 0
  2936. configure:21399: result: yes
  2937. configure:21399: checking for sys/socket.h
  2938. configure:21399: result: yes
  2939. configure:21409: checking for struct tm.tm_zone
  2940. configure:21409: gcc -c -g -g -O2  conftest.c >&5
  2941. configure:21409: $? = 0
  2942. configure:21409: result: yes
  2943. configure:21476: checking for timezone external
  2944. configure:21492: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2945. configure:21492: $? = 0
  2946. configure:21501: result: yes
  2947. configure:21503: checking for altzone external
  2948. configure:21519: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  2949. conftest.c: In function 'main':
  2950. conftest.c:108: error: 'altzone' undeclared (first use in this function)
  2951. conftest.c:108: error: (Each undeclared identifier is reported only once
  2952. conftest.c:108: error: for each function it appears in.)
  2953. configure:21519: $? = 1
  2954. configure: failed program was:
  2955. | /* confdefs.h */
  2956. | #define PACKAGE_NAME "pidgin"
  2957. | #define PACKAGE_TARNAME "pidgin"
  2958. | #define PACKAGE_VERSION "2.7.1"
  2959. | #define PACKAGE_STRING "pidgin 2.7.1"
  2960. | #define PACKAGE_BUGREPORT "devel@pidgin.im"
  2961. | #define PACKAGE_URL ""
  2962. | #define PACKAGE "pidgin"
  2963. | #define VERSION "2.7.1"
  2964. | #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  2965. | #define STDC_HEADERS 1
  2966. | #define HAVE_SYS_TYPES_H 1
  2967. | #define HAVE_SYS_STAT_H 1
  2968. | #define HAVE_STDLIB_H 1
  2969. | #define HAVE_STRING_H 1
  2970. | #define HAVE_MEMORY_H 1
  2971. | #define HAVE_STRINGS_H 1
  2972. | #define HAVE_INTTYPES_H 1
  2973. | #define HAVE_STDINT_H 1
  2974. | #define HAVE_UNISTD_H 1
  2975. | #define HAVE_DLFCN_H 1
  2976. | #define LT_OBJDIR ".libs/"
  2977. | #define HAVE_ALLOCA_H 1
  2978. | #define HAVE_ALLOCA 1
  2979. | #define STDC_HEADERS 1
  2980. | #define HAVE_SYS_WAIT_H 1
  2981. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  2982. | #define HAVE_FCNTL_H 1
  2983. | #define HAVE_SYS_TIME_H 1
  2984. | #define HAVE_UNISTD_H 1
  2985. | #define HAVE_LOCALE_H 1
  2986. | #define HAVE_SIGNAL_H 1
  2987. | #define HAVE_STDINT_H 1
  2988. | #define HAVE_REGEX_H 1
  2989. | #define SIZEOF_TIME_T 4
  2990. | #define RETSIGTYPE void
  2991. | #define HAVE_STRFTIME 1
  2992. | #define HAVE_STRDUP 1
  2993. | #define HAVE_STRSTR 1
  2994. | #define HAVE_ATEXIT 1
  2995. | #define HAVE_SETLOCALE 1
  2996. | #define HAVE_GETOPT_LONG 1
  2997. | #define HAVE_LIBRESOLV 1
  2998. | #define HAVE_LIBNSL 1
  2999. | #define HAVE_GETADDRINFO 1
  3000. | #define HAVE_INET_NTOP 1
  3001. | #define HAVE_GETIFADDRS 1
  3002. | #define HAVE_IPV6_V6ONLY 1
  3003. | #define _FILE_OFFSET_BITS 64
  3004. | #define HAVE_FILENO 1
  3005. | #define HAVE_STRFTIME_Z_FORMAT 1
  3006. | #define HAVE_LOCALE_H 1
  3007. | #define HAVE_LC_MESSAGES 1
  3008. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3009. | #define HAVE_GETTEXT 1
  3010. | #define HAVE_DCGETTEXT 1
  3011. | #define ENABLE_NLS 1
  3012. | #define DISPLAY_VERSION "2.7.1"
  3013. | #define NO_WIDECHAR 1
  3014. | #define USE_IDN 1
  3015. | #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  3016. | #define HAVE_SYS_UTSNAME_H 1
  3017. | #define HAVE_PERL_RUN 1
  3018. | #define HAVE_EXTERN_H 1
  3019. | #define HAVE_PERL_H 1
  3020. | #define HAVE_PERL 1
  3021. | #define HAVE_GNUTLS_GNUTLS_H 1
  3022. | #define HAVE_GNUTLS 1
  3023. | #define HAVE_SSL 1
  3024. | #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  3025. | #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  3026. | #define HAVE_TCL 1
  3027. | #define HAVE_TK 1
  3028. | #define PURPLE_PLUGINS 1
  3029. | #define HAVE_SNPRINTF 1
  3030. | #define HAVE_CONNECT 1
  3031. | #define ZEPHYR_INT32 long
  3032. | #define HAVE_GETHOSTID 1
  3033. | #define HAVE_LRAND48 1
  3034. | #define HAVE_MEMCPY 1
  3035. | #define HAVE_MEMMOVE 1
  3036. | #define HAVE_RANDOM 1
  3037. | #define HAVE_STRCHR 1
  3038. | #define HAVE_STRERROR 1
  3039. | #define HAVE_VPRINTF 1
  3040. | #define HAVE_MALLOC_H 1
  3041. | #define HAVE_PATHS_H 1
  3042. | #define HAVE_SGTTY_H 1
  3043. | #define HAVE_STDARG_H 1
  3044. | #define HAVE_SYS_CDEFS_H 1
  3045. | #define HAVE_SYS_FILE_H 1
  3046. | #define HAVE_SYS_IOCTL_H 1
  3047. | #define HAVE_SYS_SELECT_H 1
  3048. | #define HAVE_SYS_UIO_H 1
  3049. | #define HAVE_SYS_UTSNAME_H 1
  3050. | #define HAVE_SYS_WAIT_H 1
  3051. | #define HAVE_TERMIOS_H 1
  3052. | #define HAVE_SYS_PARAM_H 1
  3053. | #define HAVE_SYS_SYSCTL_H 1
  3054. | #define HAVE_SYS_SOCKET_H 1
  3055. | #define HAVE_STRUCT_TM_TM_ZONE 1
  3056. | #define HAVE_TM_ZONE 1
  3057. | /* end confdefs.h.  */
  3058. | #include <time.h>
  3059. | int
  3060. | main ()
  3061. | {
  3062. | return (int)altzone;
  3063. |   ;
  3064. |   return 0;
  3065. | }
  3066. configure:21528: result: no
  3067. configure:21530: checking for daylight external
  3068. configure:21546: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  3069. configure:21546: $? = 0
  3070. configure:21555: result: yes
  3071. configure:21574: checking for tm_gmtoff in struct tm
  3072. configure:21595: gcc -c -g -g -O2  conftest.c >&5
  3073. configure:21595: $? = 0
  3074. configure:21602: result: yes
  3075. configure:21610: checking whether va_lists can be copied by value
  3076. configure:21636: gcc -o conftest -g -g -O2   conftest.c -lnsl -lresolv  >&5
  3077. configure:21636: $? = 0
  3078. configure:21636: ./conftest
  3079. configure:21636: $? = 0
  3080. configure:21647: result: yes
  3081. configure:21658: checking for CHECK
  3082. configure:21665: $PKG_CONFIG --exists --print-errors "check >= 0.9.4"
  3083. Package check was not found in the pkg-config search path.
  3084. Perhaps you should add the directory containing `check.pc'
  3085. to the PKG_CONFIG_PATH environment variable
  3086. No package 'check' found
  3087. configure:21668: $? = 1
  3088. configure:21681: $PKG_CONFIG --exists --print-errors "check >= 0.9.4"
  3089. Package check was not found in the pkg-config search path.
  3090. Perhaps you should add the directory containing `check.pc'
  3091. to the PKG_CONFIG_PATH environment variable
  3092. No package 'check' found
  3093. configure:21684: $? = 1
  3094. configure:21697: result: no
  3095. No package 'check' found
  3096. configure:21713: result: no, testing is disabled
  3097. configure:21797: checking for doxygen
  3098. configure:21825: result: false
  3099. configure:21834: WARNING: *** Doxygen not found, docs will not be available
  3100. configure:22327: creating ./config.status
  3101.  
  3102. ## ---------------------- ##
  3103. ## Running config.status. ##
  3104. ## ---------------------- ##
  3105.  
  3106. This file was extended by pidgin config.status 2.7.1, which was
  3107. generated by GNU Autoconf 2.65.  Invocation command line was
  3108.  
  3109.   CONFIG_FILES    =
  3110.   CONFIG_HEADERS  =
  3111.   CONFIG_LINKS    =
  3112.   CONFIG_COMMANDS =
  3113.   $ ./config.status
  3114.  
  3115. on willian-virtual-machine
  3116.  
  3117. config.status:1488: creating Makefile
  3118. config.status:1488: creating Doxyfile
  3119. config.status:1488: creating doc/Makefile
  3120. config.status:1488: creating doc/pidgin.1
  3121. config.status:1488: creating doc/finch.1
  3122. config.status:1488: creating m4macros/Makefile
  3123. config.status:1488: creating pidgin.apspec
  3124. config.status:1488: creating pidgin/Makefile
  3125. config.status:1488: creating pidgin/pidgin.pc
  3126. config.status:1488: creating pidgin/pidgin-uninstalled.pc
  3127. config.status:1488: creating pidgin/pidgin-2.pc
  3128. config.status:1488: creating pidgin/pidgin-2-uninstalled.pc
  3129. config.status:1488: creating pidgin/pixmaps/Makefile
  3130. config.status:1488: creating pidgin/pixmaps/emotes/default/24/Makefile
  3131. config.status:1488: creating pidgin/pixmaps/emotes/none/Makefile
  3132. config.status:1488: creating pidgin/pixmaps/emotes/small/16/Makefile
  3133. config.status:1488: creating pidgin/plugins/Makefile
  3134. config.status:1488: creating pidgin/plugins/cap/Makefile
  3135. config.status:1488: creating pidgin/plugins/disco/Makefile
  3136. config.status:1488: creating pidgin/plugins/gestures/Makefile
  3137. config.status:1488: creating pidgin/plugins/gevolution/Makefile
  3138. config.status:1488: creating pidgin/plugins/musicmessaging/Makefile
  3139. config.status:1488: creating pidgin/plugins/perl/Makefile
  3140. config.status:1488: creating pidgin/plugins/perl/common/Makefile.PL
  3141. config.status:1488: creating pidgin/plugins/ticker/Makefile
  3142. config.status:1488: creating libpurple/example/Makefile
  3143. config.status:1488: creating libpurple/gconf/Makefile
  3144. config.status:1488: creating libpurple/purple.pc
  3145. config.status:1488: creating libpurple/purple-uninstalled.pc
  3146. config.status:1488: creating libpurple/purple-2.pc
  3147. config.status:1488: creating libpurple/purple-2-uninstalled.pc
  3148. config.status:1488: creating libpurple/plugins/Makefile
  3149. config.status:1488: creating libpurple/plugins/mono/Makefile
  3150. config.status:1488: creating libpurple/plugins/mono/api/Makefile
  3151. config.status:1488: creating libpurple/plugins/mono/loader/Makefile
  3152. config.status:1488: creating libpurple/plugins/perl/Makefile
  3153. config.status:1488: creating libpurple/plugins/perl/common/Makefile.PL
  3154. config.status:1488: creating libpurple/plugins/ssl/Makefile
  3155. config.status:1488: creating libpurple/plugins/tcl/Makefile
  3156. config.status:1488: creating libpurple/Makefile
  3157. config.status:1488: creating libpurple/protocols/Makefile
  3158. config.status:1488: creating libpurple/protocols/bonjour/Makefile
  3159. config.status:1488: creating libpurple/protocols/gg/Makefile
  3160. config.status:1488: creating libpurple/protocols/irc/Makefile
  3161. config.status:1488: creating libpurple/protocols/jabber/Makefile
  3162. config.status:1488: creating libpurple/protocols/msn/Makefile
  3163. config.status:1488: creating libpurple/protocols/myspace/Makefile
  3164. config.status:1488: creating libpurple/protocols/mxit/Makefile
  3165. config.status:1488: creating libpurple/protocols/novell/Makefile
  3166. config.status:1488: creating libpurple/protocols/null/Makefile
  3167. config.status:1488: creating libpurple/protocols/oscar/Makefile
  3168. config.status:1488: creating libpurple/protocols/qq/Makefile
  3169. config.status:1488: creating libpurple/protocols/sametime/Makefile
  3170. config.status:1488: creating libpurple/protocols/silc/Makefile
  3171. config.status:1488: creating libpurple/protocols/silc10/Makefile
  3172. config.status:1488: creating libpurple/protocols/simple/Makefile
  3173. config.status:1488: creating libpurple/protocols/yahoo/Makefile
  3174. config.status:1488: creating libpurple/protocols/zephyr/Makefile
  3175. config.status:1488: creating libpurple/tests/Makefile
  3176. config.status:1488: creating libpurple/purple.h
  3177. config.status:1488: creating libpurple/version.h
  3178. config.status:1488: creating share/sounds/Makefile
  3179. config.status:1488: creating share/ca-certs/Makefile
  3180. config.status:1488: creating finch/finch.pc
  3181. config.status:1488: creating finch/Makefile
  3182. config.status:1488: creating finch/libgnt/Makefile
  3183. config.status:1488: creating finch/libgnt/gnt.pc
  3184. config.status:1488: creating finch/libgnt/wms/Makefile
  3185. config.status:1488: creating finch/plugins/Makefile
  3186. config.status:1488: creating po/Makefile.in
  3187. config.status:1488: creating pidgin.spec
  3188. config.status:1488: creating config.h
  3189. config.status:1708: executing depfiles commands
  3190. config.status:1708: executing libtool commands
  3191. config.status:1708: executing default-1 commands
  3192. config.status:1708: executing po/stamp-it commands
  3193.  
  3194. ## ---------------- ##
  3195. ## Cache variables. ##
  3196. ## ---------------- ##
  3197.  
  3198. ac_cv_build=i686-pc-linux-gnu
  3199. ac_cv_c_bigendian=no
  3200. ac_cv_c_compiler_gnu=yes
  3201. ac_cv_c_const=yes
  3202. ac_cv_env_AVAHI_CFLAGS_set=
  3203. ac_cv_env_AVAHI_CFLAGS_value=
  3204. ac_cv_env_AVAHI_LIBS_set=
  3205. ac_cv_env_AVAHI_LIBS_value=
  3206. ac_cv_env_CC_set=
  3207. ac_cv_env_CC_value=
  3208. ac_cv_env_CFLAGS_set=
  3209. ac_cv_env_CFLAGS_value=
  3210. ac_cv_env_CHECK_CFLAGS_set=
  3211. ac_cv_env_CHECK_CFLAGS_value=
  3212. ac_cv_env_CHECK_LIBS_set=
  3213. ac_cv_env_CHECK_LIBS_value=
  3214. ac_cv_env_CPPFLAGS_set=
  3215. ac_cv_env_CPPFLAGS_value=
  3216. ac_cv_env_CPP_set=
  3217. ac_cv_env_CPP_value=
  3218. ac_cv_env_DBUS_CFLAGS_set=
  3219. ac_cv_env_DBUS_CFLAGS_value=
  3220. ac_cv_env_DBUS_LIBS_set=
  3221. ac_cv_env_DBUS_LIBS_value=
  3222. ac_cv_env_EVOLUTION_ADDRESSBOOK_CFLAGS_set=
  3223. ac_cv_env_EVOLUTION_ADDRESSBOOK_CFLAGS_value=
  3224. ac_cv_env_EVOLUTION_ADDRESSBOOK_LIBS_set=
  3225. ac_cv_env_EVOLUTION_ADDRESSBOOK_LIBS_value=
  3226. ac_cv_env_FARSIGHT_CFLAGS_set=
  3227. ac_cv_env_FARSIGHT_CFLAGS_value=
  3228. ac_cv_env_FARSIGHT_LIBS_set=
  3229. ac_cv_env_FARSIGHT_LIBS_value=
  3230. ac_cv_env_GADU_CFLAGS_set=
  3231. ac_cv_env_GADU_CFLAGS_value=
  3232. ac_cv_env_GADU_LIBS_set=
  3233. ac_cv_env_GADU_LIBS_value=
  3234. ac_cv_env_GLIB_CFLAGS_set=
  3235. ac_cv_env_GLIB_CFLAGS_value=
  3236. ac_cv_env_GLIB_LIBS_set=
  3237. ac_cv_env_GLIB_LIBS_value=
  3238. ac_cv_env_GSTINTERFACES_CFLAGS_set=
  3239. ac_cv_env_GSTINTERFACES_CFLAGS_value=
  3240. ac_cv_env_GSTINTERFACES_LIBS_set=
  3241. ac_cv_env_GSTINTERFACES_LIBS_value=
  3242. ac_cv_env_GSTREAMER_CFLAGS_set=
  3243. ac_cv_env_GSTREAMER_CFLAGS_value=
  3244. ac_cv_env_GSTREAMER_LIBS_set=
  3245. ac_cv_env_GSTREAMER_LIBS_value=
  3246. ac_cv_env_GTKSPELL_CFLAGS_set=
  3247. ac_cv_env_GTKSPELL_CFLAGS_value=
  3248. ac_cv_env_GTKSPELL_LIBS_set=
  3249. ac_cv_env_GTKSPELL_LIBS_value=
  3250. ac_cv_env_GTK_CFLAGS_set=
  3251. ac_cv_env_GTK_CFLAGS_value=
  3252. ac_cv_env_GTK_LIBS_set=
  3253. ac_cv_env_GTK_LIBS_value=
  3254. ac_cv_env_IDN_CFLAGS_set=
  3255. ac_cv_env_IDN_CFLAGS_value=
  3256. ac_cv_env_IDN_LIBS_set=
  3257. ac_cv_env_IDN_LIBS_value=
  3258. ac_cv_env_LDFLAGS_set=
  3259. ac_cv_env_LDFLAGS_value=
  3260. ac_cv_env_LIBS_set=
  3261. ac_cv_env_LIBS_value=
  3262. ac_cv_env_LIBXML_CFLAGS_set=
  3263. ac_cv_env_LIBXML_CFLAGS_value=
  3264. ac_cv_env_LIBXML_LIBS_set=
  3265. ac_cv_env_LIBXML_LIBS_value=
  3266. ac_cv_env_MEANWHILE_CFLAGS_set=
  3267. ac_cv_env_MEANWHILE_CFLAGS_value=
  3268. ac_cv_env_MEANWHILE_LIBS_set=
  3269. ac_cv_env_MEANWHILE_LIBS_value=
  3270. ac_cv_env_MONO_CFLAGS_set=
  3271. ac_cv_env_MONO_CFLAGS_value=
  3272. ac_cv_env_MONO_LIBS_set=
  3273. ac_cv_env_MONO_LIBS_value=
  3274. ac_cv_env_NETWORKMANAGER_CFLAGS_set=
  3275. ac_cv_env_NETWORKMANAGER_CFLAGS_value=
  3276. ac_cv_env_NETWORKMANAGER_LIBS_set=
  3277. ac_cv_env_NETWORKMANAGER_LIBS_value=
  3278. ac_cv_env_NSS_CFLAGS_set=
  3279. ac_cv_env_NSS_CFLAGS_value=
  3280. ac_cv_env_NSS_LIBS_set=
  3281. ac_cv_env_NSS_LIBS_value=
  3282. ac_cv_env_PANGO_CFLAGS_set=
  3283. ac_cv_env_PANGO_CFLAGS_value=
  3284. ac_cv_env_PANGO_LIBS_set=
  3285. ac_cv_env_PANGO_LIBS_value=
  3286. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3287. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3288. ac_cv_env_PKG_CONFIG_PATH_set=
  3289. ac_cv_env_PKG_CONFIG_PATH_value=
  3290. ac_cv_env_PKG_CONFIG_set=
  3291. ac_cv_env_PKG_CONFIG_value=
  3292. ac_cv_env_SILC_CFLAGS_set=
  3293. ac_cv_env_SILC_CFLAGS_value=
  3294. ac_cv_env_SILC_LIBS_set=
  3295. ac_cv_env_SILC_LIBS_value=
  3296. ac_cv_env_SQLITE3_CFLAGS_set=
  3297. ac_cv_env_SQLITE3_CFLAGS_value=
  3298. ac_cv_env_SQLITE3_LIBS_set=
  3299. ac_cv_env_SQLITE3_LIBS_value=
  3300. ac_cv_env_STARTUP_NOTIFICATION_CFLAGS_set=
  3301. ac_cv_env_STARTUP_NOTIFICATION_CFLAGS_value=
  3302. ac_cv_env_STARTUP_NOTIFICATION_LIBS_set=
  3303. ac_cv_env_STARTUP_NOTIFICATION_LIBS_value=
  3304. ac_cv_env_X11_CFLAGS_set=
  3305. ac_cv_env_X11_CFLAGS_value=
  3306. ac_cv_env_X11_LIBS_set=
  3307. ac_cv_env_X11_LIBS_value=
  3308. ac_cv_env_XMKMF_set=
  3309. ac_cv_env_XMKMF_value=
  3310. ac_cv_env_build_alias_set=
  3311. ac_cv_env_build_alias_value=
  3312. ac_cv_env_host_alias_set=
  3313. ac_cv_env_host_alias_value=
  3314. ac_cv_env_target_alias_set=
  3315. ac_cv_env_target_alias_value=
  3316. ac_cv_func_Perl_eval_pv=no
  3317. ac_cv_func_alloca_works=yes
  3318. ac_cv_func_atexit=yes
  3319. ac_cv_func_bind_textdomain_codeset=yes
  3320. ac_cv_func_connect=yes
  3321. ac_cv_func_dcgettext=yes
  3322. ac_cv_func_dlopen=no
  3323. ac_cv_func_getaddrinfo=yes
  3324. ac_cv_func_gethostbyname=yes
  3325. ac_cv_func_gethostid=yes
  3326. ac_cv_func_getifaddrs=yes
  3327. ac_cv_func_getopt_long=yes
  3328. ac_cv_func_inet_aton=yes
  3329. ac_cv_func_inet_ntop=yes
  3330. ac_cv_func_lrand48=yes
  3331. ac_cv_func_memcpy=yes
  3332. ac_cv_func_memmove=yes
  3333. ac_cv_func_perl_run=yes
  3334. ac_cv_func_random=yes
  3335. ac_cv_func_remove=yes
  3336. ac_cv_func_setlocale=yes
  3337. ac_cv_func_shmat=yes
  3338. ac_cv_func_snprintf=yes
  3339. ac_cv_func_socket=yes
  3340. ac_cv_func_strchr=yes
  3341. ac_cv_func_strdup=yes
  3342. ac_cv_func_strerror=yes
  3343. ac_cv_func_strftime=yes
  3344. ac_cv_func_strstr=yes
  3345. ac_cv_func_uname=yes
  3346. ac_cv_func_vprintf=yes
  3347. ac_cv_gnutls_libs=yes
  3348. ac_cv_have_decl_IPV6_V6ONLY=yes
  3349. ac_cv_have_decl___SUNPRO_C=no
  3350. ac_cv_have_x='have_x=yes    ac_x_includes='\'''\''  ac_x_libraries='\'''\'''
  3351. ac_cv_header_EXTERN_h=yes
  3352. ac_cv_header_arpa_nameser_compat_h=yes
  3353. ac_cv_header_dlfcn_h=yes
  3354. ac_cv_header_fcntl_h=yes
  3355. ac_cv_header_gnutls_gnutls_h=yes
  3356. ac_cv_header_inttypes_h=yes
  3357. ac_cv_header_libintl_h=yes
  3358. ac_cv_header_locale_h=yes
  3359. ac_cv_header_malloc_h=yes
  3360. ac_cv_header_memory_h=yes
  3361. ac_cv_header_nspr_h=no
  3362. ac_cv_header_paths_h=yes
  3363. ac_cv_header_perl_h=yes
  3364. ac_cv_header_prio_h=no
  3365. ac_cv_header_regex_h=yes
  3366. ac_cv_header_sgtty_h=yes
  3367. ac_cv_header_signal_h=yes
  3368. ac_cv_header_stdarg_h=yes
  3369. ac_cv_header_stdc=yes
  3370. ac_cv_header_stdint_h=yes
  3371. ac_cv_header_stdlib_h=yes
  3372. ac_cv_header_string_h=yes
  3373. ac_cv_header_strings_h=yes
  3374. ac_cv_header_sys_cdefs_h=yes
  3375. ac_cv_header_sys_file_h=yes
  3376. ac_cv_header_sys_filio_h=no
  3377. ac_cv_header_sys_ioctl_h=yes
  3378. ac_cv_header_sys_msgbuf_h=no
  3379. ac_cv_header_sys_param_h=yes
  3380. ac_cv_header_sys_select_h=yes
  3381. ac_cv_header_sys_socket_h=yes
  3382. ac_cv_header_sys_stat_h=yes
  3383. ac_cv_header_sys_sysctl_h=yes
  3384. ac_cv_header_sys_time_h=yes
  3385. ac_cv_header_sys_types_h=yes
  3386. ac_cv_header_sys_uio_h=yes
  3387. ac_cv_header_sys_utsname_h=yes
  3388. ac_cv_header_sys_wait_h=yes
  3389. ac_cv_header_termios_h=yes
  3390. ac_cv_header_unistd_h=yes
  3391. ac_cv_host=i686-pc-linux-gnu
  3392. ac_cv_lib_ICE_IceConnectionNumber=yes
  3393. ac_cv_lib_dl_dlopen=yes
  3394. ac_cv_lib_ncurses_initscr=no
  3395. ac_cv_lib_ncursesw_initscr=no
  3396. ac_cv_lib_nsl_gethostent=yes
  3397. ac_cv_lib_panel_update_panels=no
  3398. ac_cv_lib_panelw_update_panels=no
  3399. ac_cv_lib_resolv___res_query=yes
  3400. ac_cv_member_struct_sockaddr_sa_len=no
  3401. ac_cv_member_struct_tm_tm_zone=yes
  3402. ac_cv_objext=o
  3403. ac_cv_path_EGREP='/bin/grep -E'
  3404. ac_cv_path_FGREP='/bin/grep -F'
  3405. ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
  3406. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  3407. ac_cv_path_GREP=/bin/grep
  3408. ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
  3409. ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
  3410. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  3411. ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
  3412. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  3413. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  3414. ac_cv_path_SED=/bin/sed
  3415. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  3416. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  3417. ac_cv_path_install='/usr/bin/install -c'
  3418. ac_cv_path_mkdir=/bin/mkdir
  3419. ac_cv_path_perlpath=/usr/bin/perl
  3420. ac_cv_path_sedpath=/bin/sed
  3421. ac_cv_prog_AWK=mawk
  3422. ac_cv_prog_CPP='gcc -E'
  3423. ac_cv_prog_DOXYGEN=false
  3424. ac_cv_prog_PERL=perl
  3425. ac_cv_prog_ac_ct_AR=ar
  3426. ac_cv_prog_ac_ct_CC=gcc
  3427. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3428. ac_cv_prog_ac_ct_RANLIB=ranlib
  3429. ac_cv_prog_ac_ct_STRIP=strip
  3430. ac_cv_prog_cc_c89=
  3431. ac_cv_prog_cc_g=yes
  3432. ac_cv_prog_cc_gcc_c_o=yes
  3433. ac_cv_prog_make_make_set=yes
  3434. ac_cv_sizeof_time_t=4
  3435. ac_cv_struct_tm=time.h
  3436. ac_cv_struct_tm_gmtoff=yes
  3437. ac_cv_sys_file_offset_bits=64
  3438. ac_cv_sys_largefile_CC=no
  3439. ac_cv_type_signal=void
  3440. ac_cv_va_val_copy=yes
  3441. ac_cv_working_alloca_h=yes
  3442. am_cv_CC_dependencies_compiler_type=gcc3
  3443. am_cv_val_LC_MESSAGES=yes
  3444. gt_cv_func_dgettext_libc=yes
  3445. gt_cv_func_dgettext_libintl=no
  3446. gt_cv_func_ngettext_libc=yes
  3447. gt_cv_have_gettext=yes
  3448. lt_cv_deplibs_check_method=pass_all
  3449. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3450. lt_cv_file_magic_test_file=
  3451. lt_cv_ld_reload_flag=-r
  3452. lt_cv_nm_interface='BSD nm'
  3453. lt_cv_objdir=.libs
  3454. lt_cv_path_LD=/usr/bin/ld
  3455. lt_cv_path_NM='/usr/bin/nm -B'
  3456. lt_cv_prog_compiler_c_o=yes
  3457. lt_cv_prog_compiler_pic_works=yes
  3458. lt_cv_prog_compiler_rtti_exceptions=no
  3459. lt_cv_prog_compiler_static_works=yes
  3460. lt_cv_prog_gnu_ld=yes
  3461. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  3462. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  3463. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  3464. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3465. lt_cv_sys_max_cmd_len=1572864
  3466. mb_cv_var_altzone=no
  3467. mb_cv_var_daylight=yes
  3468. mb_cv_var_timezone=yes
  3469. pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
  3470. pkg_cv_GLIB_LIBS='-pthread -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
  3471. pkg_cv_IDN_CFLAGS=' '
  3472. pkg_cv_IDN_LIBS='-lidn  '
  3473. pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2  '
  3474. pkg_cv_LIBXML_LIBS='-lxml2  '
  3475. pkg_cv_MEANWHILE_CFLAGS='-I/usr/include/meanwhile -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
  3476. pkg_cv_MEANWHILE_LIBS='-lmeanwhile -lglib-2.0  '
  3477.  
  3478. ## ----------------- ##
  3479. ## Output variables. ##
  3480. ## ----------------- ##
  3481.  
  3482. ACLOCAL='${SHELL} /home/willian/pidgin-2.7.1/missing --run aclocal-1.11'
  3483. ALLOCA=''
  3484. ALL_LINGUAS='af am ar az be@latin bg bn bn_IN bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hu hy id it ja ka km kn ko ku lo lt mk mn mr ms_MY my_MM nb ne nl nn oc or pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv sw ta te th tr uk ur vi xh zh_CN zh_HK zh_TW'
  3485. AMDEPBACKSLASH='\'
  3486. AMDEP_FALSE='#'
  3487. AMDEP_TRUE=''
  3488. AMTAR='${SHELL} /home/willian/pidgin-2.7.1/missing --run tar'
  3489. AR='ar'
  3490. AUTOCONF='${SHELL} /home/willian/pidgin-2.7.1/missing --run autoconf'
  3491. AUTOHEADER='${SHELL} /home/willian/pidgin-2.7.1/missing --run autoheader'
  3492. AUTOMAKE='${SHELL} /home/willian/pidgin-2.7.1/missing --run automake-1.11'
  3493. AVAHI_CFLAGS=''
  3494. AVAHI_LIBS=''
  3495. AWK='mawk'
  3496. BUILD_GEVOLUTION_FALSE=''
  3497. BUILD_GEVOLUTION_TRUE='#'
  3498. CATALOGS=' af.gmo am.gmo ar.gmo az.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca@valencia.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_AU.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hu.gmo hy.gmo id.gmo it.gmo ja.gmo ka.gmo km.gmo kn.gmo ko.gmo ku.gmo lo.gmo lt.gmo mk.gmo mn.gmo mr.gmo ms_MY.gmo my_MM.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ps.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sv.gmo sw.gmo ta.gmo te.gmo th.gmo tr.gmo uk.gmo ur.gmo vi.gmo xh.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
  3499. CATOBJEXT='.gmo'
  3500. CC='gcc'
  3501. CCDEPMODE='depmode=gcc3'
  3502. CFLAGS='-g -g -O2'
  3503. CHECK_CFLAGS=''
  3504. CHECK_LIBS=''
  3505. CPP='gcc -E'
  3506. CPPFLAGS=''
  3507. CYGPATH_W='echo'
  3508. DATADIRNAME='share'
  3509. DBUS_CFLAGS=''
  3510. DBUS_LIBS=''
  3511. DBUS_SERVICES_DIR=''
  3512. DEBUG_CFLAGS='-Wall  -DPURPLE_DISABLE_DEPRECATED -DPIDGIN_DISABLE_DEPRECATED -DFINCH_DISABLE_DEPRECATED -DGNT_DISABLE_DEPRECATED -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wundef -Wp,-D_FORTIFY_SOURCE=2'
  3513. DEFS='-DHAVE_CONFIG_H'
  3514. DEPDIR='.deps'
  3515. DISTRIB_FALSE=''
  3516. DISTRIB_TRUE='#'
  3517. DOT=''
  3518. DOXYGEN='false'
  3519. DSYMUTIL=''
  3520. DUMPBIN=''
  3521. DYNALOADER_A=''
  3522. DYNAMIC_PRPLS='gg irc jabber msn myspace mxit novell oscar qq sametime  simple yahoo zephyr'
  3523. ECHO_C=''
  3524. ECHO_N='-n'
  3525. ECHO_T=''
  3526. EGREP='/bin/grep -E'
  3527. ENABLE_CAP_FALSE=''
  3528. ENABLE_CAP_TRUE='#'
  3529. ENABLE_DBUS_FALSE=''
  3530. ENABLE_DBUS_TRUE='#'
  3531. ENABLE_GESTURES_FALSE='#'
  3532. ENABLE_GESTURES_TRUE=''
  3533. ENABLE_GNT_FALSE=''
  3534. ENABLE_GNT_TRUE='#'
  3535. ENABLE_GTK_FALSE=''
  3536. ENABLE_GTK_TRUE='#'
  3537. ENABLE_TRAYCOMPAT_FALSE=''
  3538. ENABLE_TRAYCOMPAT_TRUE='#'
  3539. EVOLUTION_ADDRESSBOOK_CFLAGS=''
  3540. EVOLUTION_ADDRESSBOOK_LIBS=''
  3541. EXEEXT=''
  3542. EXTERNAL_LIBZEPHYR_FALSE=''
  3543. EXTERNAL_LIBZEPHYR_TRUE='#'
  3544. FARSIGHT_CFLAGS=''
  3545. FARSIGHT_LIBS=''
  3546. FGREP='/bin/grep -F'
  3547. GADU_CFLAGS=''
  3548. GADU_LIBS=''
  3549. GCONFTOOL='/usr/bin/gconftool-2'
  3550. GCONF_SCHEMAS_INSTALL_FALSE='#'
  3551. GCONF_SCHEMAS_INSTALL_TRUE=''
  3552. GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults'
  3553. GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
  3554. GETTEXT_PACKAGE='pidgin'
  3555. GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
  3556. GLIB_GENMARSHAL='glib-genmarshal'
  3557. GLIB_LIBS='-pthread -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
  3558. GMOFILES=' af.gmo am.gmo ar.gmo az.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca@valencia.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_AU.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hu.gmo hy.gmo id.gmo it.gmo ja.gmo ka.gmo km.gmo kn.gmo ko.gmo ku.gmo lo.gmo lt.gmo mk.gmo mn.gmo mr.gmo ms_MY.gmo my_MM.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ps.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sv.gmo sw.gmo ta.gmo te.gmo th.gmo tr.gmo uk.gmo ur.gmo vi.gmo xh.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
  3559. GMSGFMT='/usr/bin/msgfmt'
  3560. GNT_CFLAGS=''
  3561. GNT_LIBS=''
  3562. GNT_LT_VERSION_INFO='7:1:7'
  3563. GNT_MAJOR_VERSION='2'
  3564. GNT_MICRO_VERSION='1'
  3565. GNT_MINOR_VERSION='7'
  3566. GNT_VERSION='gnt_display_version'
  3567. GNUTLS_CFLAGS=''
  3568. GNUTLS_LIBS=' -lgnutls -lgcrypt'
  3569. GREP='/bin/grep'
  3570. GSTINTERFACES_CFLAGS=''
  3571. GSTINTERFACES_LIBS=''
  3572. GSTREAMER_CFLAGS=''
  3573. GSTREAMER_LIBS=''
  3574. GTKSPELL_CFLAGS=''
  3575. GTKSPELL_LIBS=''
  3576. GTK_CFLAGS=''
  3577. GTK_LIBS=''
  3578. HAVE_CHECK_FALSE=''
  3579. HAVE_CHECK_TRUE='#'
  3580. HAVE_DOXYGEN_FALSE=''
  3581. HAVE_DOXYGEN_TRUE='#'
  3582. HAVE_XSLTPROC_FALSE='#'
  3583. HAVE_XSLTPROC_TRUE=''
  3584. IDN_CFLAGS=' '
  3585. IDN_LIBS='-lidn  '
  3586. INSTALL_DATA='${INSTALL} -m 644'
  3587. INSTALL_I18N_FALSE='#'
  3588. INSTALL_I18N_TRUE=''
  3589. INSTALL_PIXMAPS_FALSE='#'
  3590. INSTALL_PIXMAPS_TRUE=''
  3591. INSTALL_PROGRAM='${INSTALL}'
  3592. INSTALL_SCRIPT='${INSTALL}'
  3593. INSTALL_SSL_CERTIFICATES_FALSE='#'
  3594. INSTALL_SSL_CERTIFICATES_TRUE=''
  3595. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3596. INSTOBJEXT='.mo'
  3597. INTLLIBS=''
  3598. INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3599. INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3600. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3601. INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
  3602. INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3603. INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3604. INTLTOOL_MERGE='/usr/bin/intltool-merge'
  3605. INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  3606. INTLTOOL_PERL='/usr/bin/perl'
  3607. INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3608. INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3609. INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3610. INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3611. INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3612. INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3613. INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3614. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3615. INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3616. INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3617. INTLTOOL_UPDATE='/usr/bin/intltool-update'
  3618. INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3619. INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  3620. INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  3621. KRB4_CFLAGS=''
  3622. KRB4_LDFLAGS=''
  3623. KRB4_LIBS=''
  3624. LD='/usr/bin/ld'
  3625. LDADD=''
  3626. LDFLAGS=''
  3627. LIBOBJS=''
  3628. LIBPERL_A=''
  3629. LIBS='-lnsl -lresolv '
  3630. LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
  3631. LIBXML_CFLAGS='-I/usr/include/libxml2  '
  3632. LIBXML_LIBS='-lxml2  '
  3633. LIPO=''
  3634. LN_S='ln -s'
  3635. LTLIBOBJS=''
  3636. MAKEINFO='${SHELL} /home/willian/pidgin-2.7.1/missing --run makeinfo'
  3637. MEANWHILE_CFLAGS='-I/usr/include/meanwhile -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
  3638. MEANWHILE_LIBS='-lmeanwhile -lglib-2.0  '
  3639. MKDIR_P='/bin/mkdir -p'
  3640. MKINSTALLDIRS='./mkinstalldirs'
  3641. MONO_CFLAGS=''
  3642. MONO_LIBS=''
  3643. MSGFMT='/usr/bin/msgfmt'
  3644. MSGFMT_OPTS='-c'
  3645. MSGMERGE='/usr/bin/msgmerge'
  3646. NETWORKMANAGER_CFLAGS=''
  3647. NETWORKMANAGER_LIBS=''
  3648. NM='/usr/bin/nm -B'
  3649. NMEDIT=''
  3650. NSS_CFLAGS=' '
  3651. NSS_LIBS=' '
  3652. OBJDUMP='objdump'
  3653. OBJEXT='o'
  3654. OTOOL64=''
  3655. OTOOL=''
  3656. PACKAGE='pidgin'
  3657. PACKAGE_BUGREPORT='devel@pidgin.im'
  3658. PACKAGE_NAME='pidgin'
  3659. PACKAGE_STRING='pidgin 2.7.1'
  3660. PACKAGE_TARNAME='pidgin'
  3661. PACKAGE_URL=''
  3662. PACKAGE_VERSION='2.7.1'
  3663. PANGO_CFLAGS=''
  3664. PANGO_LIBS=''
  3665. PATH_SEPARATOR=':'
  3666. PERL='perl'
  3667. PERL_CFLAGS=' -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.10/CORE '
  3668. PERL_LIBS='-Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread -lcrypt'
  3669. PKG_CONFIG='/usr/bin/pkg-config'
  3670. PKG_CONFIG_LIBDIR=''
  3671. PKG_CONFIG_PATH=''
  3672. PLUGINS_DEFINE='#define PURPLE_PLUGINS 1'
  3673. PLUGINS_FALSE='#'
  3674. PLUGINS_TRUE=''
  3675. POFILES=' af.po am.po ar.po az.po be@latin.po bg.po bn.po bn_IN.po bs.po ca.po ca@valencia.po cs.po da.po de.po dz.po el.po en_AU.po en_CA.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hu.po hy.po id.po it.po ja.po ka.po km.po kn.po ko.po ku.po lo.po lt.po mk.po mn.po mr.po ms_MY.po my_MM.po nb.po ne.po nl.po nn.po oc.po or.po pa.po pl.po pt_BR.po pt.po ps.po ro.po ru.po si.po sk.po sl.po sq.po sr.po sr@latin.po sv.po sw.po ta.po te.po th.po tr.po uk.po ur.po vi.po xh.po zh_CN.po zh_HK.po zh_TW.po'
  3676. POSUB='po'
  3677. PO_IN_DATADIR_FALSE=''
  3678. PO_IN_DATADIR_TRUE=''
  3679. PURPLE_AVAILABLE_FALSE='#'
  3680. PURPLE_AVAILABLE_TRUE=''
  3681. PURPLE_LT_VERSION_INFO='7:1:7'
  3682. PURPLE_MAJOR_VERSION='2'
  3683. PURPLE_MICRO_VERSION='1'
  3684. PURPLE_MINOR_VERSION='7'
  3685. PURPLE_VERSION='purple_display_version'
  3686. PYTHON=''
  3687. PY_CFLAGS=''
  3688. PY_LIBS=''
  3689. RANLIB='ranlib'
  3690. SASL_LIBS=''
  3691. SED='/bin/sed'
  3692. SET_MAKE=''
  3693. SHELL='/bin/bash'
  3694. SILC_CFLAGS=''
  3695. SILC_LIBS=''
  3696. SM_LIBS=''
  3697. SQLITE3_CFLAGS=''
  3698. SQLITE3_LIBS=''
  3699. SSL_CERTIFICATES_DIR=''
  3700. STARTUP_NOTIFICATION_CFLAGS=''
  3701. STARTUP_NOTIFICATION_LIBS=''
  3702. STATIC_BONJOUR_FALSE=''
  3703. STATIC_BONJOUR_TRUE='#'
  3704. STATIC_GG_FALSE=''
  3705. STATIC_GG_TRUE='#'
  3706. STATIC_IRC_FALSE=''
  3707. STATIC_IRC_TRUE='#'
  3708. STATIC_JABBER_FALSE=''
  3709. STATIC_JABBER_TRUE='#'
  3710. STATIC_LINK_LIBS=''
  3711. STATIC_MSN_FALSE=''
  3712. STATIC_MSN_TRUE='#'
  3713. STATIC_MXIT_FALSE=''
  3714. STATIC_MXIT_TRUE='#'
  3715. STATIC_MYSPACE_FALSE=''
  3716. STATIC_MYSPACE_TRUE='#'
  3717. STATIC_NOVELL_FALSE=''
  3718. STATIC_NOVELL_TRUE='#'
  3719. STATIC_OSCAR_FALSE=''
  3720. STATIC_OSCAR_TRUE='#'
  3721. STATIC_PRPLS=''
  3722. STATIC_QQ_FALSE=''
  3723. STATIC_QQ_TRUE='#'
  3724. STATIC_SAMETIME_FALSE=''
  3725. STATIC_SAMETIME_TRUE='#'
  3726. STATIC_SILC_FALSE=''
  3727. STATIC_SILC_TRUE='#'
  3728. STATIC_SIMPLE_FALSE=''
  3729. STATIC_SIMPLE_TRUE='#'
  3730. STATIC_YAHOO_FALSE=''
  3731. STATIC_YAHOO_TRUE='#'
  3732. STATIC_ZEPHYR_FALSE=''
  3733. STATIC_ZEPHYR_TRUE='#'
  3734. STRIP='strip'
  3735. TCL_CFLAGS='-I/usr/include/tcl8.4 -I/usr/include -fno-strict-aliasing'
  3736. TCL_LIBS='-L/usr/lib -ltcl8.4'
  3737. TK_LIBS='-L/usr/lib -ltk8.4'
  3738. USE_CYRUS_SASL_FALSE=''
  3739. USE_CYRUS_SASL_TRUE='#'
  3740. USE_GCONFTOOL_FALSE='#'
  3741. USE_GCONFTOOL_TRUE=''
  3742. USE_GNUTLS_FALSE='#'
  3743. USE_GNUTLS_TRUE=''
  3744. USE_INTERNAL_LIBGADU_FALSE='#'
  3745. USE_INTERNAL_LIBGADU_TRUE=''
  3746. USE_MONO_FALSE=''
  3747. USE_MONO_TRUE='#'
  3748. USE_NLS='yes'
  3749. USE_NSS_FALSE=''
  3750. USE_NSS_TRUE='#'
  3751. USE_PERL_FALSE='#'
  3752. USE_PERL_TRUE=''
  3753. USE_TCL_FALSE='#'
  3754. USE_TCL_TRUE=''
  3755. USE_TK_FALSE='#'
  3756. USE_TK_TRUE=''
  3757. USE_VV_FALSE=''
  3758. USE_VV_TRUE='#'
  3759. VERSION='2.7.1'
  3760. X11_CFLAGS=''
  3761. X11_LIBS=''
  3762. XGETTEXT='/usr/bin/xgettext'
  3763. XMKMF=''
  3764. XSLTPROC=''
  3765. XSS_LIBS=''
  3766. X_CFLAGS=''
  3767. X_EXTRA_LIBS=''
  3768. X_LIBS=''
  3769. X_PRE_LIBS=' -lSM -lICE'
  3770. ZEPHYR_CFLAGS=''
  3771. ZEPHYR_LDFLAGS=''
  3772. ZEPHYR_LIBS=''
  3773. ac_ct_CC='gcc'
  3774. ac_ct_DUMPBIN=''
  3775. am__EXEEXT_FALSE=''
  3776. am__EXEEXT_TRUE='#'
  3777. am__fastdepCC_FALSE='#'
  3778. am__fastdepCC_TRUE=''
  3779. am__include='include'
  3780. am__isrc=''
  3781. am__leading_dot='.'
  3782. am__quote=''
  3783. am__tar='${AMTAR} chof - "$$tardir"'
  3784. am__untar='${AMTAR} xf -'
  3785. bindir='${exec_prefix}/bin'
  3786. build='i686-pc-linux-gnu'
  3787. build_alias=''
  3788. build_cpu='i686'
  3789. build_os='linux-gnu'
  3790. build_vendor='pc'
  3791. datadir='${datarootdir}'
  3792. datarootdir='${prefix}/share'
  3793. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3794. dvidir='${docdir}'
  3795. enable_dbus='no'
  3796. enable_devhelp='yes'
  3797. enable_dot='yes'
  3798. enable_doxygen='no'
  3799. exec_prefix='${prefix}'
  3800. host='i686-pc-linux-gnu'
  3801. host_alias=''
  3802. host_cpu='i686'
  3803. host_os='linux-gnu'
  3804. host_vendor='pc'
  3805. htmldir='${docdir}'
  3806. includedir='${prefix}/include'
  3807. infodir='${datarootdir}/info'
  3808. install_sh='${SHELL} /home/willian/pidgin-2.7.1/install-sh'
  3809. libdir='${exec_prefix}/lib'
  3810. libexecdir='${exec_prefix}/libexec'
  3811. localedir='${datarootdir}/locale'
  3812. localstatedir='${prefix}/var'
  3813. lt_ECHO='echo'
  3814. mandir='${datarootdir}/man'
  3815. mkdir_p='/bin/mkdir -p'
  3816. oldincludedir='/usr/include'
  3817. pdfdir='${docdir}'
  3818. perlpath='/usr/bin/perl'
  3819. pidginpath=''
  3820. prefix='/usr/local'
  3821. program_transform_name='s,x,x,'
  3822. psdir='${docdir}'
  3823. sbindir='${exec_prefix}/sbin'
  3824. sedpath='/bin/sed'
  3825. sharedstatedir='${prefix}/com'
  3826. sysconfdir='${prefix}/etc'
  3827. target_alias=''
  3828.  
  3829. ## ----------- ##
  3830. ## confdefs.h. ##
  3831. ## ----------- ##
  3832.  
  3833. /* confdefs.h */
  3834. #define PACKAGE_NAME "pidgin"
  3835. #define PACKAGE_TARNAME "pidgin"
  3836. #define PACKAGE_VERSION "2.7.1"
  3837. #define PACKAGE_STRING "pidgin 2.7.1"
  3838. #define PACKAGE_BUGREPORT "devel@pidgin.im"
  3839. #define PACKAGE_URL ""
  3840. #define PACKAGE "pidgin"
  3841. #define VERSION "2.7.1"
  3842. #define CONFIG_ARGS " '--disable-gtkui' '--disable-gstreamer' '--disable-vv' '--disable-avahi' '--disable-dbus'"
  3843. #define STDC_HEADERS 1
  3844. #define HAVE_SYS_TYPES_H 1
  3845. #define HAVE_SYS_STAT_H 1
  3846. #define HAVE_STDLIB_H 1
  3847. #define HAVE_STRING_H 1
  3848. #define HAVE_MEMORY_H 1
  3849. #define HAVE_STRINGS_H 1
  3850. #define HAVE_INTTYPES_H 1
  3851. #define HAVE_STDINT_H 1
  3852. #define HAVE_UNISTD_H 1
  3853. #define HAVE_DLFCN_H 1
  3854. #define LT_OBJDIR ".libs/"
  3855. #define HAVE_ALLOCA_H 1
  3856. #define HAVE_ALLOCA 1
  3857. #define STDC_HEADERS 1
  3858. #define HAVE_SYS_WAIT_H 1
  3859. #define HAVE_ARPA_NAMESER_COMPAT_H 1
  3860. #define HAVE_FCNTL_H 1
  3861. #define HAVE_SYS_TIME_H 1
  3862. #define HAVE_UNISTD_H 1
  3863. #define HAVE_LOCALE_H 1
  3864. #define HAVE_SIGNAL_H 1
  3865. #define HAVE_STDINT_H 1
  3866. #define HAVE_REGEX_H 1
  3867. #define SIZEOF_TIME_T 4
  3868. #define RETSIGTYPE void
  3869. #define HAVE_STRFTIME 1
  3870. #define HAVE_STRDUP 1
  3871. #define HAVE_STRSTR 1
  3872. #define HAVE_ATEXIT 1
  3873. #define HAVE_SETLOCALE 1
  3874. #define HAVE_GETOPT_LONG 1
  3875. #define HAVE_LIBRESOLV 1
  3876. #define HAVE_LIBNSL 1
  3877. #define HAVE_GETADDRINFO 1
  3878. #define HAVE_INET_NTOP 1
  3879. #define HAVE_GETIFADDRS 1
  3880. #define HAVE_IPV6_V6ONLY 1
  3881. #define _FILE_OFFSET_BITS 64
  3882. #define HAVE_FILENO 1
  3883. #define HAVE_STRFTIME_Z_FORMAT 1
  3884. #define HAVE_LOCALE_H 1
  3885. #define HAVE_LC_MESSAGES 1
  3886. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3887. #define HAVE_GETTEXT 1
  3888. #define HAVE_DCGETTEXT 1
  3889. #define ENABLE_NLS 1
  3890. #define DISPLAY_VERSION "2.7.1"
  3891. #define NO_WIDECHAR 1
  3892. #define USE_IDN 1
  3893. #define STATIC_PROTO_INIT  static void static_proto_init(void) {  }
  3894. #define HAVE_SYS_UTSNAME_H 1
  3895. #define HAVE_PERL_RUN 1
  3896. #define HAVE_EXTERN_H 1
  3897. #define HAVE_PERL_H 1
  3898. #define HAVE_PERL 1
  3899. #define HAVE_GNUTLS_GNUTLS_H 1
  3900. #define HAVE_GNUTLS 1
  3901. #define HAVE_SSL 1
  3902. #define HAVE_GNUTLS_PRIORITY_FUNCS 1
  3903. #define HAVE_GNUTLS_CERT_INSECURE_ALGORITHM 1
  3904. #define HAVE_TCL 1
  3905. #define HAVE_TK 1
  3906. #define PURPLE_PLUGINS 1
  3907. #define HAVE_SNPRINTF 1
  3908. #define HAVE_CONNECT 1
  3909. #define ZEPHYR_INT32 long
  3910. #define HAVE_GETHOSTID 1
  3911. #define HAVE_LRAND48 1
  3912. #define HAVE_MEMCPY 1
  3913. #define HAVE_MEMMOVE 1
  3914. #define HAVE_RANDOM 1
  3915. #define HAVE_STRCHR 1
  3916. #define HAVE_STRERROR 1
  3917. #define HAVE_VPRINTF 1
  3918. #define HAVE_MALLOC_H 1
  3919. #define HAVE_PATHS_H 1
  3920. #define HAVE_SGTTY_H 1
  3921. #define HAVE_STDARG_H 1
  3922. #define HAVE_SYS_CDEFS_H 1
  3923. #define HAVE_SYS_FILE_H 1
  3924. #define HAVE_SYS_IOCTL_H 1
  3925. #define HAVE_SYS_SELECT_H 1
  3926. #define HAVE_SYS_UIO_H 1
  3927. #define HAVE_SYS_UTSNAME_H 1
  3928. #define HAVE_SYS_WAIT_H 1
  3929. #define HAVE_TERMIOS_H 1
  3930. #define HAVE_SYS_PARAM_H 1
  3931. #define HAVE_SYS_SYSCTL_H 1
  3932. #define HAVE_SYS_SOCKET_H 1
  3933. #define HAVE_STRUCT_TM_TM_ZONE 1
  3934. #define HAVE_TM_ZONE 1
  3935. #define HAVE_TIMEZONE 1
  3936. #define HAVE_DAYLIGHT 1
  3937. #define HAVE_TM_GMTOFF 1
  3938.  
  3939. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement