Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.89 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 gyachi configure 1.2.10, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --disable-rpath --enable-maintainer-mode
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linuxdev
  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/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/games
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2832: checking for a BSD-compatible install
  41. configure:2900: result: /usr/bin/install -c
  42. configure:2911: checking whether build environment is sane
  43. configure:2961: result: yes
  44. configure:3102: checking for a thread-safe mkdir -p
  45. configure:3141: result: /bin/mkdir -p
  46. configure:3154: checking for gawk
  47. configure:3170: found /usr/bin/gawk
  48. configure:3181: result: gawk
  49. configure:3192: checking whether make sets $(MAKE)
  50. configure:3214: result: yes
  51. configure:3296: checking whether to enable maintainer-specific portions of Makefiles
  52. configure:3305: result: yes
  53. configure:3330: checking for style of include used by make
  54. configure:3358: result: GNU
  55. configure:3428: checking for gcc
  56. configure:3444: found /usr/bin/gcc
  57. configure:3455: result: gcc
  58. configure:3684: checking for C compiler version
  59. configure:3693: gcc --version >&5
  60. gcc (Debian 4.4.4-6) 4.4.4
  61. Copyright (C) 2010 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:3704: $? = 0
  66. configure:3693: gcc -v >&5
  67. Using built-in specs.
  68. Target: i486-linux-gnu
  69. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4-6' --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=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  70. Thread model: posix
  71. gcc version 4.4.4 (Debian 4.4.4-6)
  72. configure:3704: $? = 0
  73. configure:3693: gcc -V >&5
  74. gcc: '-V' option must have argument
  75. configure:3704: $? = 1
  76. configure:3693: gcc -qversion >&5
  77. gcc: unrecognized option '-qversion'
  78. gcc: no input files
  79. configure:3704: $? = 1
  80. configure:3724: checking whether the C compiler works
  81. configure:3746: gcc conftest.c >&5
  82. configure:3750: $? = 0
  83. configure:3799: result: yes
  84. configure:3802: checking for C compiler default output file name
  85. configure:3804: result: a.out
  86. configure:3810: checking for suffix of executables
  87. configure:3817: gcc -o conftest conftest.c >&5
  88. configure:3821: $? = 0
  89. configure:3843: result:
  90. configure:3865: checking whether we are cross compiling
  91. configure:3873: gcc -o conftest conftest.c >&5
  92. configure:3877: $? = 0
  93. configure:3884: ./conftest
  94. configure:3888: $? = 0
  95. configure:3903: result: no
  96. configure:3908: checking for suffix of object files
  97. configure:3930: gcc -c conftest.c >&5
  98. configure:3934: $? = 0
  99. configure:3955: result: o
  100. configure:3959: checking whether we are using the GNU C compiler
  101. configure:3978: gcc -c conftest.c >&5
  102. configure:3978: $? = 0
  103. configure:3987: result: yes
  104. configure:3996: checking whether gcc accepts -g
  105. configure:4016: gcc -c -g conftest.c >&5
  106. configure:4016: $? = 0
  107. configure:4057: result: yes
  108. configure:4074: checking for gcc option to accept ISO C89
  109. configure:4138: gcc -c -g -O2 conftest.c >&5
  110. configure:4138: $? = 0
  111. configure:4151: result: none needed
  112. configure:4173: checking dependency style of gcc
  113. configure:4283: result: gcc3
  114. configure:4299: checking for library containing strerror
  115. configure:4330: gcc -o conftest -g -O2 conftest.c >&5
  116. configure:4330: $? = 0
  117. configure:4347: result: none required
  118. configure:4403: checking for gcc
  119. configure:4430: result: gcc
  120. configure:4659: checking for C compiler version
  121. configure:4668: gcc --version >&5
  122. gcc (Debian 4.4.4-6) 4.4.4
  123. Copyright (C) 2010 Free Software Foundation, Inc.
  124. This is free software; see the source for copying conditions. There is NO
  125. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  126.  
  127. configure:4679: $? = 0
  128. configure:4668: gcc -v >&5
  129. Using built-in specs.
  130. Target: i486-linux-gnu
  131. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4-6' --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=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  132. Thread model: posix
  133. gcc version 4.4.4 (Debian 4.4.4-6)
  134. configure:4679: $? = 0
  135. configure:4668: gcc -V >&5
  136. gcc: '-V' option must have argument
  137. configure:4679: $? = 1
  138. configure:4668: gcc -qversion >&5
  139. gcc: unrecognized option '-qversion'
  140. gcc: no input files
  141. configure:4679: $? = 1
  142. configure:4683: checking whether we are using the GNU C compiler
  143. configure:4711: result: yes
  144. configure:4720: checking whether gcc accepts -g
  145. configure:4781: result: yes
  146. configure:4798: checking for gcc option to accept ISO C89
  147. configure:4875: result: none needed
  148. configure:4897: checking dependency style of gcc
  149. configure:5007: result: gcc3
  150. configure:5070: checking for gcc
  151. configure:5097: result: gcc
  152. configure:5326: checking for C compiler version
  153. configure:5335: gcc --version >&5
  154. gcc (Debian 4.4.4-6) 4.4.4
  155. Copyright (C) 2010 Free Software Foundation, Inc.
  156. This is free software; see the source for copying conditions. There is NO
  157. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  158.  
  159. configure:5346: $? = 0
  160. configure:5335: gcc -v >&5
  161. Using built-in specs.
  162. Target: i486-linux-gnu
  163. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4-6' --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=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  164. Thread model: posix
  165. gcc version 4.4.4 (Debian 4.4.4-6)
  166. configure:5346: $? = 0
  167. configure:5335: gcc -V >&5
  168. gcc: '-V' option must have argument
  169. configure:5346: $? = 1
  170. configure:5335: gcc -qversion >&5
  171. gcc: unrecognized option '-qversion'
  172. gcc: no input files
  173. configure:5346: $? = 1
  174. configure:5350: checking whether we are using the GNU C compiler
  175. configure:5378: result: yes
  176. configure:5387: checking whether gcc accepts -g
  177. configure:5448: result: yes
  178. configure:5465: checking for gcc option to accept ISO C89
  179. configure:5542: result: none needed
  180. configure:5564: checking dependency style of gcc
  181. configure:5674: result: gcc3
  182. configure:5697: checking how to run the C preprocessor
  183. configure:5728: gcc -E conftest.c
  184. configure:5728: $? = 0
  185. configure:5742: gcc -E conftest.c
  186. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  187. configure:5742: $? = 1
  188. configure: failed program was:
  189. | /* confdefs.h */
  190. | #define PACKAGE_NAME "gyachi"
  191. | #define PACKAGE_TARNAME "gyachi"
  192. | #define PACKAGE_VERSION "1.2.10"
  193. | #define PACKAGE_STRING "gyachi 1.2.10"
  194. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  195. | #define PACKAGE_URL ""
  196. | #define PACKAGE "gyachi"
  197. | #define VERSION "1.2.10"
  198. | /* end confdefs.h. */
  199. | #include <ac_nonexistent.h>
  200. configure:5767: result: gcc -E
  201. configure:5787: gcc -E conftest.c
  202. configure:5787: $? = 0
  203. configure:5801: gcc -E conftest.c
  204. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  205. configure:5801: $? = 1
  206. configure: failed program was:
  207. | /* confdefs.h */
  208. | #define PACKAGE_NAME "gyachi"
  209. | #define PACKAGE_TARNAME "gyachi"
  210. | #define PACKAGE_VERSION "1.2.10"
  211. | #define PACKAGE_STRING "gyachi 1.2.10"
  212. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  213. | #define PACKAGE_URL ""
  214. | #define PACKAGE "gyachi"
  215. | #define VERSION "1.2.10"
  216. | /* end confdefs.h. */
  217. | #include <ac_nonexistent.h>
  218. configure:5830: checking for grep that handles long lines and -e
  219. configure:5888: result: /bin/grep
  220. configure:5893: checking for egrep
  221. configure:5955: result: /bin/grep -E
  222. configure:5960: checking for ANSI C header files
  223. configure:5980: gcc -c -g -O2 conftest.c >&5
  224. configure:5980: $? = 0
  225. configure:6053: gcc -o conftest -g -O2 conftest.c >&5
  226. configure:6053: $? = 0
  227. configure:6053: ./conftest
  228. configure:6053: $? = 0
  229. configure:6064: result: yes
  230. configure:6160: checking build system type
  231. configure:6174: result: i686-pc-linux-gnu
  232. configure:6194: checking host system type
  233. configure:6207: result: i686-pc-linux-gnu
  234. configure:6227: checking for a sed that does not truncate output
  235. configure:6291: result: /bin/sed
  236. configure:6309: checking for fgrep
  237. configure:6371: result: /bin/grep -F
  238. configure:6406: checking for ld used by gcc
  239. configure:6473: result: /usr/bin/ld
  240. configure:6480: checking if the linker (/usr/bin/ld) is GNU ld
  241. configure:6495: result: yes
  242. configure:6507: checking for BSD- or MS-compatible name lister (nm)
  243. configure:6556: result: /usr/bin/nm -B
  244. configure:6674: checking the name lister (/usr/bin/nm -B) interface
  245. configure:6681: gcc -c -g -O2 conftest.c >&5
  246. configure:6684: /usr/bin/nm -B "conftest.o"
  247. configure:6687: output
  248. 00000000 B some_variable
  249. configure:6694: result: BSD nm
  250. configure:6697: checking whether ln -s works
  251. configure:6701: result: yes
  252. configure:6709: checking the maximum length of command line arguments
  253. configure:6829: result: 1572864
  254. configure:6846: checking whether the shell understands some XSI constructs
  255. configure:6856: result: yes
  256. configure:6860: checking whether the shell understands "+="
  257. configure:6866: result: yes
  258. configure:6901: checking for /usr/bin/ld option to reload object files
  259. configure:6908: result: -r
  260. configure:6977: checking for objdump
  261. configure:6993: found /usr/bin/objdump
  262. configure:7004: result: objdump
  263. configure:7036: checking how to recognize dependent libraries
  264. configure:7232: result: pass_all
  265. configure:7292: checking for ar
  266. configure:7308: found /usr/bin/ar
  267. configure:7319: result: ar
  268. configure:7397: checking for strip
  269. configure:7413: found /usr/bin/strip
  270. configure:7424: result: strip
  271. configure:7496: checking for ranlib
  272. configure:7512: found /usr/bin/ranlib
  273. configure:7523: result: ranlib
  274. configure:7613: checking command to parse /usr/bin/nm -B output from gcc object
  275. configure:7731: gcc -c -g -O2 conftest.c >&5
  276. configure:7734: $? = 0
  277. configure:7738: /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
  278. configure:7741: $? = 0
  279. configure:7795: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  280. configure:7798: $? = 0
  281. configure:7836: result: ok
  282. configure:8644: checking for sys/types.h
  283. configure:8644: gcc -c -g -O2 conftest.c >&5
  284. configure:8644: $? = 0
  285. configure:8644: result: yes
  286. configure:8644: checking for sys/stat.h
  287. configure:8644: gcc -c -g -O2 conftest.c >&5
  288. configure:8644: $? = 0
  289. configure:8644: result: yes
  290. configure:8644: checking for stdlib.h
  291. configure:8644: gcc -c -g -O2 conftest.c >&5
  292. configure:8644: $? = 0
  293. configure:8644: result: yes
  294. configure:8644: checking for string.h
  295. configure:8644: gcc -c -g -O2 conftest.c >&5
  296. configure:8644: $? = 0
  297. configure:8644: result: yes
  298. configure:8644: checking for memory.h
  299. configure:8644: gcc -c -g -O2 conftest.c >&5
  300. configure:8644: $? = 0
  301. configure:8644: result: yes
  302. configure:8644: checking for strings.h
  303. configure:8644: gcc -c -g -O2 conftest.c >&5
  304. configure:8644: $? = 0
  305. configure:8644: result: yes
  306. configure:8644: checking for inttypes.h
  307. configure:8644: gcc -c -g -O2 conftest.c >&5
  308. configure:8644: $? = 0
  309. configure:8644: result: yes
  310. configure:8644: checking for stdint.h
  311. configure:8644: gcc -c -g -O2 conftest.c >&5
  312. configure:8644: $? = 0
  313. configure:8644: result: yes
  314. configure:8644: checking for unistd.h
  315. configure:8644: gcc -c -g -O2 conftest.c >&5
  316. configure:8644: $? = 0
  317. configure:8644: result: yes
  318. configure:8659: checking for dlfcn.h
  319. configure:8659: gcc -c -g -O2 conftest.c >&5
  320. configure:8659: $? = 0
  321. configure:8659: result: yes
  322. configure:8813: checking for objdir
  323. configure:8828: result: .libs
  324. configure:9120: checking if gcc supports -fno-rtti -fno-exceptions
  325. configure:9138: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  326. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  327. configure:9142: $? = 0
  328. configure:9155: result: no
  329. configure:9175: checking for gcc option to produce PIC
  330. configure:9447: result: -fPIC -DPIC
  331. configure:9459: checking if gcc PIC flag -fPIC -DPIC works
  332. configure:9477: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  333. configure:9481: $? = 0
  334. configure:9494: result: yes
  335. configure:9518: checking if gcc static flag -static works
  336. configure:9546: result: yes
  337. configure:9561: checking if gcc supports -c -o file.o
  338. configure:9582: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  339. configure:9586: $? = 0
  340. configure:9608: result: yes
  341. configure:9616: checking if gcc supports -c -o file.o
  342. configure:9663: result: yes
  343. configure:9696: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  344. configure:10687: result: yes
  345. configure:10724: checking whether -lc should be explicitly linked in
  346. configure:10729: gcc -c -g -O2 conftest.c >&5
  347. configure:10732: $? = 0
  348. configure:10747: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  349. configure:10750: $? = 0
  350. configure:10762: result: no
  351. configure:10926: checking dynamic linker characteristics
  352. configure:11359: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  353. configure:11359: $? = 0
  354. configure:11589: result: GNU/Linux ld.so
  355. configure:11691: checking how to hardcode library paths into programs
  356. configure:11716: result: immediate
  357. configure:12236: checking whether stripping libraries is possible
  358. configure:12241: result: yes
  359. configure:12276: checking if libtool supports shared libraries
  360. configure:12278: result: yes
  361. configure:12281: checking whether to build shared libraries
  362. configure:12302: result: yes
  363. configure:12305: checking whether to build static libraries
  364. configure:12309: result: no
  365. configure:12345: checking whether NLS is requested
  366. configure:12354: result: yes
  367. configure:12395: checking for msgfmt
  368. configure: trying /usr/bin/msgfmt...
  369. 0 translated messages.
  370. configure:12427: result: /usr/bin/msgfmt
  371. configure:12436: checking for gmsgfmt
  372. configure:12467: result: /usr/bin/msgfmt
  373. configure:12518: checking for xgettext
  374. configure: trying /usr/bin/xgettext...
  375. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  376. configure:12550: result: /usr/bin/xgettext
  377. configure:12596: checking for msgmerge
  378. configure: trying /usr/bin/msgmerge...
  379. configure:12627: result: /usr/bin/msgmerge
  380. configure:12645: checking whether we are using the GNU C Library 2 or newer
  381. configure:12672: result: yes
  382. configure:12721: checking for ranlib
  383. configure:12748: result: ranlib
  384. configure:12775: checking whether the -Werror option is usable
  385. configure:12794: gcc -c -g -O2 -Werror conftest.c >&5
  386. configure:12794: $? = 0
  387. configure:12803: result: yes
  388. configure:12805: checking for simple visibility declarations
  389. configure:12831: gcc -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5
  390. configure:12831: $? = 0
  391. configure:12840: result: yes
  392. configure:12855: checking for inline
  393. configure:12871: gcc -c -g -O2 conftest.c >&5
  394. configure:12871: $? = 0
  395. configure:12879: result: inline
  396. configure:12897: checking for size_t
  397. configure:12897: gcc -c -g -O2 conftest.c >&5
  398. configure:12897: $? = 0
  399. configure:12897: gcc -c -g -O2 conftest.c >&5
  400. conftest.c: In function 'main':
  401. conftest.c:60: error: expected expression before ')' token
  402. configure:12897: $? = 1
  403. configure: failed program was:
  404. | /* confdefs.h */
  405. | #define PACKAGE_NAME "gyachi"
  406. | #define PACKAGE_TARNAME "gyachi"
  407. | #define PACKAGE_VERSION "1.2.10"
  408. | #define PACKAGE_STRING "gyachi 1.2.10"
  409. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  410. | #define PACKAGE_URL ""
  411. | #define PACKAGE "gyachi"
  412. | #define VERSION "1.2.10"
  413. | #define STDC_HEADERS 1
  414. | #define HAVE_SYS_TYPES_H 1
  415. | #define HAVE_SYS_STAT_H 1
  416. | #define HAVE_STDLIB_H 1
  417. | #define HAVE_STRING_H 1
  418. | #define HAVE_MEMORY_H 1
  419. | #define HAVE_STRINGS_H 1
  420. | #define HAVE_INTTYPES_H 1
  421. | #define HAVE_STDINT_H 1
  422. | #define HAVE_UNISTD_H 1
  423. | #define HAVE_DLFCN_H 1
  424. | #define LT_OBJDIR ".libs/"
  425. | #define HAVE_VISIBILITY 1
  426. | /* end confdefs.h. */
  427. | #include <stdio.h>
  428. | #ifdef HAVE_SYS_TYPES_H
  429. | # include <sys/types.h>
  430. | #endif
  431. | #ifdef HAVE_SYS_STAT_H
  432. | # include <sys/stat.h>
  433. | #endif
  434. | #ifdef STDC_HEADERS
  435. | # include <stdlib.h>
  436. | # include <stddef.h>
  437. | #else
  438. | # ifdef HAVE_STDLIB_H
  439. | # include <stdlib.h>
  440. | # endif
  441. | #endif
  442. | #ifdef HAVE_STRING_H
  443. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  444. | # include <memory.h>
  445. | # endif
  446. | # include <string.h>
  447. | #endif
  448. | #ifdef HAVE_STRINGS_H
  449. | # include <strings.h>
  450. | #endif
  451. | #ifdef HAVE_INTTYPES_H
  452. | # include <inttypes.h>
  453. | #endif
  454. | #ifdef HAVE_STDINT_H
  455. | # include <stdint.h>
  456. | #endif
  457. | #ifdef HAVE_UNISTD_H
  458. | # include <unistd.h>
  459. | #endif
  460. | int
  461. | main ()
  462. | {
  463. | if (sizeof ((size_t)))
  464. | return 0;
  465. | ;
  466. | return 0;
  467. | }
  468. configure:12897: result: yes
  469. configure:12909: checking for stdint.h
  470. configure:12926: gcc -c -g -O2 conftest.c >&5
  471. configure:12926: $? = 0
  472. configure:12933: result: yes
  473. configure:12945: checking for working alloca.h
  474. configure:12962: gcc -o conftest -g -O2 conftest.c >&5
  475. configure:12962: $? = 0
  476. configure:12970: result: yes
  477. configure:12978: checking for alloca
  478. configure:13015: gcc -o conftest -g -O2 conftest.c >&5
  479. configure:13015: $? = 0
  480. configure:13023: result: yes
  481. configure:13139: checking for stdlib.h
  482. configure:13139: result: yes
  483. configure:13139: checking for unistd.h
  484. configure:13139: result: yes
  485. configure:13139: checking for sys/param.h
  486. configure:13139: gcc -c -g -O2 conftest.c >&5
  487. configure:13139: $? = 0
  488. configure:13139: result: yes
  489. configure:13160: checking for getpagesize
  490. configure:13160: gcc -o conftest -g -O2 conftest.c >&5
  491. configure:13160: $? = 0
  492. configure:13160: result: yes
  493. configure:13169: checking for working mmap
  494. configure:13316: gcc -o conftest -g -O2 conftest.c >&5
  495. configure:13316: $? = 0
  496. configure:13316: ./conftest
  497. configure:13316: $? = 0
  498. configure:13326: result: yes
  499. configure:13337: checking whether integer division by zero raises SIGFPE
  500. configure:13403: gcc -o conftest -g -O2 conftest.c >&5
  501. conftest.c:46: warning: built-in function 'nan' declared as non-function
  502. configure:13403: $? = 0
  503. configure:13403: ./conftest
  504. configure:13403: $? = 0
  505. configure:13415: result: yes
  506. configure:13428: checking for inttypes.h
  507. configure:13445: gcc -c -g -O2 conftest.c >&5
  508. configure:13445: $? = 0
  509. configure:13452: result: yes
  510. configure:13463: checking for unsigned long long int
  511. configure:13500: gcc -o conftest -g -O2 conftest.c >&5
  512. configure:13500: $? = 0
  513. configure:13508: result: yes
  514. configure:13538: checking for inttypes.h
  515. configure:13538: result: yes
  516. configure:13549: checking whether the inttypes.h PRIxNN macros are broken
  517. configure:13570: gcc -c -g -O2 conftest.c >&5
  518. configure:13570: $? = 0
  519. configure:13578: result: no
  520. configure:13594: checking minix/config.h usability
  521. configure:13594: gcc -c -g -O2 conftest.c >&5
  522. conftest.c:70:26: error: minix/config.h: No such file or directory
  523. configure:13594: $? = 1
  524. configure: failed program was:
  525. | /* confdefs.h */
  526. | #define PACKAGE_NAME "gyachi"
  527. | #define PACKAGE_TARNAME "gyachi"
  528. | #define PACKAGE_VERSION "1.2.10"
  529. | #define PACKAGE_STRING "gyachi 1.2.10"
  530. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  531. | #define PACKAGE_URL ""
  532. | #define PACKAGE "gyachi"
  533. | #define VERSION "1.2.10"
  534. | #define STDC_HEADERS 1
  535. | #define HAVE_SYS_TYPES_H 1
  536. | #define HAVE_SYS_STAT_H 1
  537. | #define HAVE_STDLIB_H 1
  538. | #define HAVE_STRING_H 1
  539. | #define HAVE_MEMORY_H 1
  540. | #define HAVE_STRINGS_H 1
  541. | #define HAVE_INTTYPES_H 1
  542. | #define HAVE_STDINT_H 1
  543. | #define HAVE_UNISTD_H 1
  544. | #define HAVE_DLFCN_H 1
  545. | #define LT_OBJDIR ".libs/"
  546. | #define HAVE_VISIBILITY 1
  547. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  548. | #define HAVE_ALLOCA_H 1
  549. | #define HAVE_ALLOCA 1
  550. | #define HAVE_STDLIB_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define HAVE_SYS_PARAM_H 1
  553. | #define HAVE_GETPAGESIZE 1
  554. | #define HAVE_MMAP 1
  555. | #define INTDIV0_RAISES_SIGFPE 1
  556. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  557. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  558. | #define HAVE_UINTMAX_T 1
  559. | #define HAVE_INTTYPES_H 1
  560. | /* end confdefs.h. */
  561. | #include <stdio.h>
  562. | #ifdef HAVE_SYS_TYPES_H
  563. | # include <sys/types.h>
  564. | #endif
  565. | #ifdef HAVE_SYS_STAT_H
  566. | # include <sys/stat.h>
  567. | #endif
  568. | #ifdef STDC_HEADERS
  569. | # include <stdlib.h>
  570. | # include <stddef.h>
  571. | #else
  572. | # ifdef HAVE_STDLIB_H
  573. | # include <stdlib.h>
  574. | # endif
  575. | #endif
  576. | #ifdef HAVE_STRING_H
  577. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  578. | # include <memory.h>
  579. | # endif
  580. | # include <string.h>
  581. | #endif
  582. | #ifdef HAVE_STRINGS_H
  583. | # include <strings.h>
  584. | #endif
  585. | #ifdef HAVE_INTTYPES_H
  586. | # include <inttypes.h>
  587. | #endif
  588. | #ifdef HAVE_STDINT_H
  589. | # include <stdint.h>
  590. | #endif
  591. | #ifdef HAVE_UNISTD_H
  592. | # include <unistd.h>
  593. | #endif
  594. | #include <minix/config.h>
  595. configure:13594: result: no
  596. configure:13594: checking minix/config.h presence
  597. configure:13594: gcc -E conftest.c
  598. conftest.c:37:26: error: minix/config.h: No such file or directory
  599. configure:13594: $? = 1
  600. configure: failed program was:
  601. | /* confdefs.h */
  602. | #define PACKAGE_NAME "gyachi"
  603. | #define PACKAGE_TARNAME "gyachi"
  604. | #define PACKAGE_VERSION "1.2.10"
  605. | #define PACKAGE_STRING "gyachi 1.2.10"
  606. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  607. | #define PACKAGE_URL ""
  608. | #define PACKAGE "gyachi"
  609. | #define VERSION "1.2.10"
  610. | #define STDC_HEADERS 1
  611. | #define HAVE_SYS_TYPES_H 1
  612. | #define HAVE_SYS_STAT_H 1
  613. | #define HAVE_STDLIB_H 1
  614. | #define HAVE_STRING_H 1
  615. | #define HAVE_MEMORY_H 1
  616. | #define HAVE_STRINGS_H 1
  617. | #define HAVE_INTTYPES_H 1
  618. | #define HAVE_STDINT_H 1
  619. | #define HAVE_UNISTD_H 1
  620. | #define HAVE_DLFCN_H 1
  621. | #define LT_OBJDIR ".libs/"
  622. | #define HAVE_VISIBILITY 1
  623. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  624. | #define HAVE_ALLOCA_H 1
  625. | #define HAVE_ALLOCA 1
  626. | #define HAVE_STDLIB_H 1
  627. | #define HAVE_UNISTD_H 1
  628. | #define HAVE_SYS_PARAM_H 1
  629. | #define HAVE_GETPAGESIZE 1
  630. | #define HAVE_MMAP 1
  631. | #define INTDIV0_RAISES_SIGFPE 1
  632. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  633. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  634. | #define HAVE_UINTMAX_T 1
  635. | #define HAVE_INTTYPES_H 1
  636. | /* end confdefs.h. */
  637. | #include <minix/config.h>
  638. configure:13594: result: no
  639. configure:13594: checking for minix/config.h
  640. configure:13594: result: no
  641. configure:13615: checking whether it is safe to define __EXTENSIONS__
  642. configure:13633: gcc -c -g -O2 conftest.c >&5
  643. configure:13633: $? = 0
  644. configure:13640: result: yes
  645. configure:13745: checking for ld used by GCC
  646. configure:13809: result: /usr/bin/ld
  647. configure:13816: checking if the linker (/usr/bin/ld) is GNU ld
  648. configure:13829: result: yes
  649. configure:13836: checking for shared library run path origin
  650. configure:13849: result: done
  651. configure:13939: checking whether imported symbols can be declared weak
  652. configure:13957: gcc -o conftest -g -O2 conftest.c >&5
  653. configure:13957: $? = 0
  654. configure:13991: gcc -o conftest -g -O2 conftest.c >&5
  655. configure:13991: $? = 0
  656. configure:13991: ./conftest
  657. configure:13991: $? = 0
  658. configure:14003: result: yes
  659. configure:14008: checking pthread.h usability
  660. configure:14008: gcc -c -g -O2 conftest.c >&5
  661. configure:14008: $? = 0
  662. configure:14008: result: yes
  663. configure:14008: checking pthread.h presence
  664. configure:14008: gcc -E conftest.c
  665. configure:14008: $? = 0
  666. configure:14008: result: yes
  667. configure:14008: checking for pthread.h
  668. configure:14008: result: yes
  669. configure:14036: gcc -o conftest -g -O2 conftest.c >&5
  670. /tmp/ccdXW9Jt.o: In function `main':
  671. /home/linux/Downloads/programs/gyachi-1.2.10/conftest.c:47: undefined reference to `pthread_mutexattr_init'
  672. collect2: ld returned 1 exit status
  673. configure:14036: $? = 1
  674. configure: failed program was:
  675. | /* confdefs.h */
  676. | #define PACKAGE_NAME "gyachi"
  677. | #define PACKAGE_TARNAME "gyachi"
  678. | #define PACKAGE_VERSION "1.2.10"
  679. | #define PACKAGE_STRING "gyachi 1.2.10"
  680. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  681. | #define PACKAGE_URL ""
  682. | #define PACKAGE "gyachi"
  683. | #define VERSION "1.2.10"
  684. | #define STDC_HEADERS 1
  685. | #define HAVE_SYS_TYPES_H 1
  686. | #define HAVE_SYS_STAT_H 1
  687. | #define HAVE_STDLIB_H 1
  688. | #define HAVE_STRING_H 1
  689. | #define HAVE_MEMORY_H 1
  690. | #define HAVE_STRINGS_H 1
  691. | #define HAVE_INTTYPES_H 1
  692. | #define HAVE_STDINT_H 1
  693. | #define HAVE_UNISTD_H 1
  694. | #define HAVE_DLFCN_H 1
  695. | #define LT_OBJDIR ".libs/"
  696. | #define HAVE_VISIBILITY 1
  697. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  698. | #define HAVE_ALLOCA_H 1
  699. | #define HAVE_ALLOCA 1
  700. | #define HAVE_STDLIB_H 1
  701. | #define HAVE_UNISTD_H 1
  702. | #define HAVE_SYS_PARAM_H 1
  703. | #define HAVE_GETPAGESIZE 1
  704. | #define HAVE_MMAP 1
  705. | #define INTDIV0_RAISES_SIGFPE 1
  706. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  707. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  708. | #define HAVE_UINTMAX_T 1
  709. | #define HAVE_INTTYPES_H 1
  710. | #define __EXTENSIONS__ 1
  711. | #define _ALL_SOURCE 1
  712. | #define _GNU_SOURCE 1
  713. | #define _POSIX_PTHREAD_SEMANTICS 1
  714. | #define _TANDEM_SOURCE 1
  715. | /* end confdefs.h. */
  716. | #include <pthread.h>
  717. | int
  718. | main ()
  719. | {
  720. | pthread_mutex_lock((pthread_mutex_t*)0);
  721. | pthread_mutexattr_init((pthread_mutexattr_t*)0);
  722. | ;
  723. | return 0;
  724. | }
  725. configure:14099: checking for pthread_kill in -lpthread
  726. configure:14124: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  727. configure:14124: $? = 0
  728. configure:14133: result: yes
  729. configure:14819: checking for multithread API to use
  730. configure:14821: result: posix
  731. configure:14837: checking for pthread_rwlock_t
  732. configure:14837: gcc -c -g -O2 conftest.c >&5
  733. configure:14837: $? = 0
  734. configure:14837: gcc -c -g -O2 conftest.c >&5
  735. conftest.c: In function 'main':
  736. conftest.c:49: error: expected expression before ')' token
  737. configure:14837: $? = 1
  738. configure: failed program was:
  739. | /* confdefs.h */
  740. | #define PACKAGE_NAME "gyachi"
  741. | #define PACKAGE_TARNAME "gyachi"
  742. | #define PACKAGE_VERSION "1.2.10"
  743. | #define PACKAGE_STRING "gyachi 1.2.10"
  744. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  745. | #define PACKAGE_URL ""
  746. | #define PACKAGE "gyachi"
  747. | #define VERSION "1.2.10"
  748. | #define STDC_HEADERS 1
  749. | #define HAVE_SYS_TYPES_H 1
  750. | #define HAVE_SYS_STAT_H 1
  751. | #define HAVE_STDLIB_H 1
  752. | #define HAVE_STRING_H 1
  753. | #define HAVE_MEMORY_H 1
  754. | #define HAVE_STRINGS_H 1
  755. | #define HAVE_INTTYPES_H 1
  756. | #define HAVE_STDINT_H 1
  757. | #define HAVE_UNISTD_H 1
  758. | #define HAVE_DLFCN_H 1
  759. | #define LT_OBJDIR ".libs/"
  760. | #define HAVE_VISIBILITY 1
  761. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  762. | #define HAVE_ALLOCA_H 1
  763. | #define HAVE_ALLOCA 1
  764. | #define HAVE_STDLIB_H 1
  765. | #define HAVE_UNISTD_H 1
  766. | #define HAVE_SYS_PARAM_H 1
  767. | #define HAVE_GETPAGESIZE 1
  768. | #define HAVE_MMAP 1
  769. | #define INTDIV0_RAISES_SIGFPE 1
  770. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  771. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  772. | #define HAVE_UINTMAX_T 1
  773. | #define HAVE_INTTYPES_H 1
  774. | #define __EXTENSIONS__ 1
  775. | #define _ALL_SOURCE 1
  776. | #define _GNU_SOURCE 1
  777. | #define _POSIX_PTHREAD_SEMANTICS 1
  778. | #define _TANDEM_SOURCE 1
  779. | #define USE_POSIX_THREADS 1
  780. | #define USE_POSIX_THREADS_WEAK 1
  781. | /* end confdefs.h. */
  782. | #include <pthread.h>
  783. |
  784. | int
  785. | main ()
  786. | {
  787. | if (sizeof ((pthread_rwlock_t)))
  788. | return 0;
  789. | ;
  790. | return 0;
  791. | }
  792. configure:14837: result: yes
  793. configure:14862: gcc -c -g -O2 conftest.c >&5
  794. configure:14862: $? = 0
  795. configure:15369: checking for iconv
  796. configure:15391: gcc -o conftest -g -O2 conftest.c >&5
  797. configure:15391: $? = 0
  798. configure:15423: result: yes
  799. configure:15426: checking for working iconv
  800. configure:15521: gcc -o conftest -g -O2 conftest.c >&5
  801. configure:15521: $? = 0
  802. configure:15521: ./conftest
  803. configure:15521: $? = 0
  804. configure:15533: result: yes
  805. configure:15561: checking for iconv declaration
  806. configure:15590: gcc -c -g -O2 conftest.c >&5
  807. configure:15590: $? = 0
  808. configure:15601: result:
  809. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  810. configure:15625: gcc -o conftest -g -O2 conftest.c >&5
  811. configure:15625: $? = 0
  812. configure:15636: checking argz.h usability
  813. configure:15636: gcc -c -g -O2 conftest.c >&5
  814. configure:15636: $? = 0
  815. configure:15636: result: yes
  816. configure:15636: checking argz.h presence
  817. configure:15636: gcc -E conftest.c
  818. configure:15636: $? = 0
  819. configure:15636: result: yes
  820. configure:15636: checking for argz.h
  821. configure:15636: result: yes
  822. configure:15636: checking for inttypes.h
  823. configure:15636: result: yes
  824. configure:15636: checking limits.h usability
  825. configure:15636: gcc -c -g -O2 conftest.c >&5
  826. configure:15636: $? = 0
  827. configure:15636: result: yes
  828. configure:15636: checking limits.h presence
  829. configure:15636: gcc -E conftest.c
  830. configure:15636: $? = 0
  831. configure:15636: result: yes
  832. configure:15636: checking for limits.h
  833. configure:15636: result: yes
  834. configure:15636: checking for unistd.h
  835. configure:15636: result: yes
  836. configure:15636: checking for sys/param.h
  837. configure:15636: result: yes
  838. configure:15652: checking for getcwd
  839. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  840. configure:15652: $? = 0
  841. configure:15652: result: yes
  842. configure:15652: checking for getegid
  843. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  844. configure:15652: $? = 0
  845. configure:15652: result: yes
  846. configure:15652: checking for geteuid
  847. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  848. configure:15652: $? = 0
  849. configure:15652: result: yes
  850. configure:15652: checking for getgid
  851. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  852. configure:15652: $? = 0
  853. configure:15652: result: yes
  854. configure:15652: checking for getuid
  855. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  856. configure:15652: $? = 0
  857. configure:15652: result: yes
  858. configure:15652: checking for mempcpy
  859. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  860. conftest.c:82: warning: conflicting types for built-in function 'mempcpy'
  861. configure:15652: $? = 0
  862. configure:15652: result: yes
  863. configure:15652: checking for munmap
  864. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  865. configure:15652: $? = 0
  866. configure:15652: result: yes
  867. configure:15652: checking for stpcpy
  868. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  869. conftest.c:84: warning: conflicting types for built-in function 'stpcpy'
  870. configure:15652: $? = 0
  871. configure:15652: result: yes
  872. configure:15652: checking for strcasecmp
  873. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  874. conftest.c:85: warning: conflicting types for built-in function 'strcasecmp'
  875. configure:15652: $? = 0
  876. configure:15652: result: yes
  877. configure:15652: checking for strdup
  878. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  879. conftest.c:86: warning: conflicting types for built-in function 'strdup'
  880. configure:15652: $? = 0
  881. configure:15652: result: yes
  882. configure:15652: checking for strtoul
  883. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  884. configure:15652: $? = 0
  885. configure:15652: result: yes
  886. configure:15652: checking for tsearch
  887. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  888. configure:15652: $? = 0
  889. configure:15652: result: yes
  890. configure:15652: checking for uselocale
  891. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  892. configure:15652: $? = 0
  893. configure:15652: result: yes
  894. configure:15652: checking for argz_count
  895. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  896. configure:15652: $? = 0
  897. configure:15652: result: yes
  898. configure:15652: checking for argz_stringify
  899. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  900. configure:15652: $? = 0
  901. configure:15652: result: yes
  902. configure:15652: checking for argz_next
  903. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  904. configure:15652: $? = 0
  905. configure:15652: result: yes
  906. configure:15652: checking for __fsetlocking
  907. configure:15652: gcc -o conftest -g -O2 conftest.c >&5
  908. configure:15652: $? = 0
  909. configure:15652: result: yes
  910. configure:15664: checking whether feof_unlocked is declared
  911. configure:15684: gcc -c -g -O2 conftest.c >&5
  912. configure:15684: $? = 0
  913. configure:15691: result: yes
  914. configure:15705: checking whether fgets_unlocked is declared
  915. configure:15725: gcc -c -g -O2 conftest.c >&5
  916. configure:15725: $? = 0
  917. configure:15732: result: yes
  918. configure:15752: checking for bison
  919. configure:15782: result: no
  920. configure:15810: checking for long long int
  921. configure:15847: gcc -o conftest -g -O2 conftest.c >&5
  922. configure:15847: $? = 0
  923. configure:15877: gcc -o conftest -g -O2 conftest.c >&5
  924. configure:15877: $? = 0
  925. configure:15877: ./conftest
  926. configure:15877: $? = 0
  927. configure:15892: result: yes
  928. configure:15901: checking for wchar_t
  929. configure:15918: gcc -c -g -O2 conftest.c >&5
  930. configure:15918: $? = 0
  931. configure:15925: result: yes
  932. configure:15934: checking for wint_t
  933. configure:15959: gcc -c -g -O2 conftest.c >&5
  934. configure:15959: $? = 0
  935. configure:15966: result: yes
  936. configure:15977: checking for intmax_t
  937. configure:16003: gcc -c -g -O2 conftest.c >&5
  938. configure:16003: $? = 0
  939. configure:16010: result: yes
  940. configure:16020: checking whether printf() supports POSIX/XSI format strings
  941. configure:16061: gcc -o conftest -g -O2 conftest.c >&5
  942. configure:16061: $? = 0
  943. configure:16061: ./conftest
  944. configure:16061: $? = 0
  945. configure:16072: result: yes
  946. configure:16083: checking whether we are using the GNU C Library 2.1 or newer
  947. configure:16110: result: yes
  948. configure:16119: checking for stdint.h
  949. configure:16119: result: yes
  950. configure:16129: checking for SIZE_MAX
  951. configure:16200: result: yes
  952. configure:16216: checking for stdint.h
  953. configure:16216: result: yes
  954. configure:16229: checking for working fcntl.h
  955. configure:16286: gcc -o conftest -g -O2 conftest.c >&5
  956. configure:16286: $? = 0
  957. configure:16286: ./conftest
  958. configure:16286: $? = 0
  959. configure:16301: result: yes
  960. configure:16325: checking for CFPreferencesCopyAppValue
  961. configure:16343: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  962. conftest.c:82:42: error: CoreFoundation/CFPreferences.h: No such file or directory
  963. conftest.c: In function 'main':
  964. conftest.c:86: error: 'NULL' undeclared (first use in this function)
  965. conftest.c:86: error: (Each undeclared identifier is reported only once
  966. conftest.c:86: error: for each function it appears in.)
  967. configure:16343: $? = 1
  968. configure: failed program was:
  969. | /* confdefs.h */
  970. | #define PACKAGE_NAME "gyachi"
  971. | #define PACKAGE_TARNAME "gyachi"
  972. | #define PACKAGE_VERSION "1.2.10"
  973. | #define PACKAGE_STRING "gyachi 1.2.10"
  974. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  975. | #define PACKAGE_URL ""
  976. | #define PACKAGE "gyachi"
  977. | #define VERSION "1.2.10"
  978. | #define STDC_HEADERS 1
  979. | #define HAVE_SYS_TYPES_H 1
  980. | #define HAVE_SYS_STAT_H 1
  981. | #define HAVE_STDLIB_H 1
  982. | #define HAVE_STRING_H 1
  983. | #define HAVE_MEMORY_H 1
  984. | #define HAVE_STRINGS_H 1
  985. | #define HAVE_INTTYPES_H 1
  986. | #define HAVE_STDINT_H 1
  987. | #define HAVE_UNISTD_H 1
  988. | #define HAVE_DLFCN_H 1
  989. | #define LT_OBJDIR ".libs/"
  990. | #define HAVE_VISIBILITY 1
  991. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  992. | #define HAVE_ALLOCA_H 1
  993. | #define HAVE_ALLOCA 1
  994. | #define HAVE_STDLIB_H 1
  995. | #define HAVE_UNISTD_H 1
  996. | #define HAVE_SYS_PARAM_H 1
  997. | #define HAVE_GETPAGESIZE 1
  998. | #define HAVE_MMAP 1
  999. | #define INTDIV0_RAISES_SIGFPE 1
  1000. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1001. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1002. | #define HAVE_UINTMAX_T 1
  1003. | #define HAVE_INTTYPES_H 1
  1004. | #define __EXTENSIONS__ 1
  1005. | #define _ALL_SOURCE 1
  1006. | #define _GNU_SOURCE 1
  1007. | #define _POSIX_PTHREAD_SEMANTICS 1
  1008. | #define _TANDEM_SOURCE 1
  1009. | #define USE_POSIX_THREADS 1
  1010. | #define USE_POSIX_THREADS_WEAK 1
  1011. | #define HAVE_PTHREAD_RWLOCK 1
  1012. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1013. | #define HAVE_ICONV 1
  1014. | #define ICONV_CONST
  1015. | #define HAVE_BUILTIN_EXPECT 1
  1016. | #define HAVE_ARGZ_H 1
  1017. | #define HAVE_INTTYPES_H 1
  1018. | #define HAVE_LIMITS_H 1
  1019. | #define HAVE_UNISTD_H 1
  1020. | #define HAVE_SYS_PARAM_H 1
  1021. | #define HAVE_GETCWD 1
  1022. | #define HAVE_GETEGID 1
  1023. | #define HAVE_GETEUID 1
  1024. | #define HAVE_GETGID 1
  1025. | #define HAVE_GETUID 1
  1026. | #define HAVE_MEMPCPY 1
  1027. | #define HAVE_MUNMAP 1
  1028. | #define HAVE_STPCPY 1
  1029. | #define HAVE_STRCASECMP 1
  1030. | #define HAVE_STRDUP 1
  1031. | #define HAVE_STRTOUL 1
  1032. | #define HAVE_TSEARCH 1
  1033. | #define HAVE_USELOCALE 1
  1034. | #define HAVE_ARGZ_COUNT 1
  1035. | #define HAVE_ARGZ_STRINGIFY 1
  1036. | #define HAVE_ARGZ_NEXT 1
  1037. | #define HAVE___FSETLOCKING 1
  1038. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1039. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1040. | #define HAVE_LONG_LONG_INT 1
  1041. | #define HAVE_WCHAR_T 1
  1042. | #define HAVE_WINT_T 1
  1043. | #define HAVE_INTMAX_T 1
  1044. | #define HAVE_POSIX_PRINTF 1
  1045. | #define HAVE_STDINT_H 1
  1046. | #define HAVE_STDINT_H 1
  1047. | #define HAVE_WORKING_O_NOATIME 1
  1048. | #define HAVE_WORKING_O_NOFOLLOW 1
  1049. | /* end confdefs.h. */
  1050. | #include <CoreFoundation/CFPreferences.h>
  1051. | int
  1052. | main ()
  1053. | {
  1054. | CFPreferencesCopyAppValue(NULL, NULL)
  1055. | ;
  1056. | return 0;
  1057. | }
  1058. configure:16352: result: no
  1059. configure:16359: checking for CFLocaleCopyCurrent
  1060. configure:16377: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1061. conftest.c:82:37: error: CoreFoundation/CFLocale.h: No such file or directory
  1062. configure:16377: $? = 1
  1063. configure: failed program was:
  1064. | /* confdefs.h */
  1065. | #define PACKAGE_NAME "gyachi"
  1066. | #define PACKAGE_TARNAME "gyachi"
  1067. | #define PACKAGE_VERSION "1.2.10"
  1068. | #define PACKAGE_STRING "gyachi 1.2.10"
  1069. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  1070. | #define PACKAGE_URL ""
  1071. | #define PACKAGE "gyachi"
  1072. | #define VERSION "1.2.10"
  1073. | #define STDC_HEADERS 1
  1074. | #define HAVE_SYS_TYPES_H 1
  1075. | #define HAVE_SYS_STAT_H 1
  1076. | #define HAVE_STDLIB_H 1
  1077. | #define HAVE_STRING_H 1
  1078. | #define HAVE_MEMORY_H 1
  1079. | #define HAVE_STRINGS_H 1
  1080. | #define HAVE_INTTYPES_H 1
  1081. | #define HAVE_STDINT_H 1
  1082. | #define HAVE_UNISTD_H 1
  1083. | #define HAVE_DLFCN_H 1
  1084. | #define LT_OBJDIR ".libs/"
  1085. | #define HAVE_VISIBILITY 1
  1086. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1087. | #define HAVE_ALLOCA_H 1
  1088. | #define HAVE_ALLOCA 1
  1089. | #define HAVE_STDLIB_H 1
  1090. | #define HAVE_UNISTD_H 1
  1091. | #define HAVE_SYS_PARAM_H 1
  1092. | #define HAVE_GETPAGESIZE 1
  1093. | #define HAVE_MMAP 1
  1094. | #define INTDIV0_RAISES_SIGFPE 1
  1095. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1096. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1097. | #define HAVE_UINTMAX_T 1
  1098. | #define HAVE_INTTYPES_H 1
  1099. | #define __EXTENSIONS__ 1
  1100. | #define _ALL_SOURCE 1
  1101. | #define _GNU_SOURCE 1
  1102. | #define _POSIX_PTHREAD_SEMANTICS 1
  1103. | #define _TANDEM_SOURCE 1
  1104. | #define USE_POSIX_THREADS 1
  1105. | #define USE_POSIX_THREADS_WEAK 1
  1106. | #define HAVE_PTHREAD_RWLOCK 1
  1107. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1108. | #define HAVE_ICONV 1
  1109. | #define ICONV_CONST
  1110. | #define HAVE_BUILTIN_EXPECT 1
  1111. | #define HAVE_ARGZ_H 1
  1112. | #define HAVE_INTTYPES_H 1
  1113. | #define HAVE_LIMITS_H 1
  1114. | #define HAVE_UNISTD_H 1
  1115. | #define HAVE_SYS_PARAM_H 1
  1116. | #define HAVE_GETCWD 1
  1117. | #define HAVE_GETEGID 1
  1118. | #define HAVE_GETEUID 1
  1119. | #define HAVE_GETGID 1
  1120. | #define HAVE_GETUID 1
  1121. | #define HAVE_MEMPCPY 1
  1122. | #define HAVE_MUNMAP 1
  1123. | #define HAVE_STPCPY 1
  1124. | #define HAVE_STRCASECMP 1
  1125. | #define HAVE_STRDUP 1
  1126. | #define HAVE_STRTOUL 1
  1127. | #define HAVE_TSEARCH 1
  1128. | #define HAVE_USELOCALE 1
  1129. | #define HAVE_ARGZ_COUNT 1
  1130. | #define HAVE_ARGZ_STRINGIFY 1
  1131. | #define HAVE_ARGZ_NEXT 1
  1132. | #define HAVE___FSETLOCKING 1
  1133. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1134. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1135. | #define HAVE_LONG_LONG_INT 1
  1136. | #define HAVE_WCHAR_T 1
  1137. | #define HAVE_WINT_T 1
  1138. | #define HAVE_INTMAX_T 1
  1139. | #define HAVE_POSIX_PRINTF 1
  1140. | #define HAVE_STDINT_H 1
  1141. | #define HAVE_STDINT_H 1
  1142. | #define HAVE_WORKING_O_NOATIME 1
  1143. | #define HAVE_WORKING_O_NOFOLLOW 1
  1144. | /* end confdefs.h. */
  1145. | #include <CoreFoundation/CFLocale.h>
  1146. | int
  1147. | main ()
  1148. | {
  1149. | CFLocaleCopyCurrent();
  1150. | ;
  1151. | return 0;
  1152. | }
  1153. configure:16386: result: no
  1154. configure:16411: checking for ptrdiff_t
  1155. configure:16411: gcc -c -g -O2 conftest.c >&5
  1156. configure:16411: $? = 0
  1157. configure:16411: gcc -c -g -O2 conftest.c >&5
  1158. conftest.c: In function 'main':
  1159. conftest.c:118: error: expected expression before ')' token
  1160. configure:16411: $? = 1
  1161. configure: failed program was:
  1162. | /* confdefs.h */
  1163. | #define PACKAGE_NAME "gyachi"
  1164. | #define PACKAGE_TARNAME "gyachi"
  1165. | #define PACKAGE_VERSION "1.2.10"
  1166. | #define PACKAGE_STRING "gyachi 1.2.10"
  1167. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  1168. | #define PACKAGE_URL ""
  1169. | #define PACKAGE "gyachi"
  1170. | #define VERSION "1.2.10"
  1171. | #define STDC_HEADERS 1
  1172. | #define HAVE_SYS_TYPES_H 1
  1173. | #define HAVE_SYS_STAT_H 1
  1174. | #define HAVE_STDLIB_H 1
  1175. | #define HAVE_STRING_H 1
  1176. | #define HAVE_MEMORY_H 1
  1177. | #define HAVE_STRINGS_H 1
  1178. | #define HAVE_INTTYPES_H 1
  1179. | #define HAVE_STDINT_H 1
  1180. | #define HAVE_UNISTD_H 1
  1181. | #define HAVE_DLFCN_H 1
  1182. | #define LT_OBJDIR ".libs/"
  1183. | #define HAVE_VISIBILITY 1
  1184. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1185. | #define HAVE_ALLOCA_H 1
  1186. | #define HAVE_ALLOCA 1
  1187. | #define HAVE_STDLIB_H 1
  1188. | #define HAVE_UNISTD_H 1
  1189. | #define HAVE_SYS_PARAM_H 1
  1190. | #define HAVE_GETPAGESIZE 1
  1191. | #define HAVE_MMAP 1
  1192. | #define INTDIV0_RAISES_SIGFPE 1
  1193. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1194. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1195. | #define HAVE_UINTMAX_T 1
  1196. | #define HAVE_INTTYPES_H 1
  1197. | #define __EXTENSIONS__ 1
  1198. | #define _ALL_SOURCE 1
  1199. | #define _GNU_SOURCE 1
  1200. | #define _POSIX_PTHREAD_SEMANTICS 1
  1201. | #define _TANDEM_SOURCE 1
  1202. | #define USE_POSIX_THREADS 1
  1203. | #define USE_POSIX_THREADS_WEAK 1
  1204. | #define HAVE_PTHREAD_RWLOCK 1
  1205. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1206. | #define HAVE_ICONV 1
  1207. | #define ICONV_CONST
  1208. | #define HAVE_BUILTIN_EXPECT 1
  1209. | #define HAVE_ARGZ_H 1
  1210. | #define HAVE_INTTYPES_H 1
  1211. | #define HAVE_LIMITS_H 1
  1212. | #define HAVE_UNISTD_H 1
  1213. | #define HAVE_SYS_PARAM_H 1
  1214. | #define HAVE_GETCWD 1
  1215. | #define HAVE_GETEGID 1
  1216. | #define HAVE_GETEUID 1
  1217. | #define HAVE_GETGID 1
  1218. | #define HAVE_GETUID 1
  1219. | #define HAVE_MEMPCPY 1
  1220. | #define HAVE_MUNMAP 1
  1221. | #define HAVE_STPCPY 1
  1222. | #define HAVE_STRCASECMP 1
  1223. | #define HAVE_STRDUP 1
  1224. | #define HAVE_STRTOUL 1
  1225. | #define HAVE_TSEARCH 1
  1226. | #define HAVE_USELOCALE 1
  1227. | #define HAVE_ARGZ_COUNT 1
  1228. | #define HAVE_ARGZ_STRINGIFY 1
  1229. | #define HAVE_ARGZ_NEXT 1
  1230. | #define HAVE___FSETLOCKING 1
  1231. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1232. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1233. | #define HAVE_LONG_LONG_INT 1
  1234. | #define HAVE_WCHAR_T 1
  1235. | #define HAVE_WINT_T 1
  1236. | #define HAVE_INTMAX_T 1
  1237. | #define HAVE_POSIX_PRINTF 1
  1238. | #define HAVE_STDINT_H 1
  1239. | #define HAVE_STDINT_H 1
  1240. | #define HAVE_WORKING_O_NOATIME 1
  1241. | #define HAVE_WORKING_O_NOFOLLOW 1
  1242. | /* end confdefs.h. */
  1243. | #include <stdio.h>
  1244. | #ifdef HAVE_SYS_TYPES_H
  1245. | # include <sys/types.h>
  1246. | #endif
  1247. | #ifdef HAVE_SYS_STAT_H
  1248. | # include <sys/stat.h>
  1249. | #endif
  1250. | #ifdef STDC_HEADERS
  1251. | # include <stdlib.h>
  1252. | # include <stddef.h>
  1253. | #else
  1254. | # ifdef HAVE_STDLIB_H
  1255. | # include <stdlib.h>
  1256. | # endif
  1257. | #endif
  1258. | #ifdef HAVE_STRING_H
  1259. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1260. | # include <memory.h>
  1261. | # endif
  1262. | # include <string.h>
  1263. | #endif
  1264. | #ifdef HAVE_STRINGS_H
  1265. | # include <strings.h>
  1266. | #endif
  1267. | #ifdef HAVE_INTTYPES_H
  1268. | # include <inttypes.h>
  1269. | #endif
  1270. | #ifdef HAVE_STDINT_H
  1271. | # include <stdint.h>
  1272. | #endif
  1273. | #ifdef HAVE_UNISTD_H
  1274. | # include <unistd.h>
  1275. | #endif
  1276. | int
  1277. | main ()
  1278. | {
  1279. | if (sizeof ((ptrdiff_t)))
  1280. | return 0;
  1281. | ;
  1282. | return 0;
  1283. | }
  1284. configure:16411: result: yes
  1285. configure:16424: checking stddef.h usability
  1286. configure:16424: gcc -c -g -O2 conftest.c >&5
  1287. configure:16424: $? = 0
  1288. configure:16424: result: yes
  1289. configure:16424: checking stddef.h presence
  1290. configure:16424: gcc -E conftest.c
  1291. configure:16424: $? = 0
  1292. configure:16424: result: yes
  1293. configure:16424: checking for stddef.h
  1294. configure:16424: result: yes
  1295. configure:16424: checking for stdlib.h
  1296. configure:16424: result: yes
  1297. configure:16424: checking for string.h
  1298. configure:16424: result: yes
  1299. configure:16439: checking for asprintf
  1300. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1301. configure:16439: $? = 0
  1302. configure:16439: result: yes
  1303. configure:16439: checking for fwprintf
  1304. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1305. configure:16439: $? = 0
  1306. configure:16439: result: yes
  1307. configure:16439: checking for newlocale
  1308. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1309. configure:16439: $? = 0
  1310. configure:16439: result: yes
  1311. configure:16439: checking for putenv
  1312. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1313. configure:16439: $? = 0
  1314. configure:16439: result: yes
  1315. configure:16439: checking for setenv
  1316. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1317. configure:16439: $? = 0
  1318. configure:16439: result: yes
  1319. configure:16439: checking for setlocale
  1320. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1321. configure:16439: $? = 0
  1322. configure:16439: result: yes
  1323. configure:16439: checking for snprintf
  1324. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1325. conftest.c:114: warning: conflicting types for built-in function 'snprintf'
  1326. configure:16439: $? = 0
  1327. configure:16439: result: yes
  1328. configure:16439: checking for strnlen
  1329. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1330. configure:16439: $? = 0
  1331. configure:16439: result: yes
  1332. configure:16439: checking for wcslen
  1333. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1334. configure:16439: $? = 0
  1335. configure:16439: result: yes
  1336. configure:16439: checking for wcsnlen
  1337. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1338. configure:16439: $? = 0
  1339. configure:16439: result: yes
  1340. configure:16439: checking for mbrtowc
  1341. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1342. configure:16439: $? = 0
  1343. configure:16439: result: yes
  1344. configure:16439: checking for wcrtomb
  1345. configure:16439: gcc -o conftest -g -O2 conftest.c >&5
  1346. configure:16439: $? = 0
  1347. configure:16439: result: yes
  1348. configure:16451: checking whether _snprintf is declared
  1349. configure:16471: gcc -c -g -O2 conftest.c >&5
  1350. conftest.c: In function 'main':
  1351. conftest.c:103: error: '_snprintf' undeclared (first use in this function)
  1352. conftest.c:103: error: (Each undeclared identifier is reported only once
  1353. conftest.c:103: error: for each function it appears in.)
  1354. configure:16471: $? = 1
  1355. configure: failed program was:
  1356. | /* confdefs.h */
  1357. | #define PACKAGE_NAME "gyachi"
  1358. | #define PACKAGE_TARNAME "gyachi"
  1359. | #define PACKAGE_VERSION "1.2.10"
  1360. | #define PACKAGE_STRING "gyachi 1.2.10"
  1361. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  1362. | #define PACKAGE_URL ""
  1363. | #define PACKAGE "gyachi"
  1364. | #define VERSION "1.2.10"
  1365. | #define STDC_HEADERS 1
  1366. | #define HAVE_SYS_TYPES_H 1
  1367. | #define HAVE_SYS_STAT_H 1
  1368. | #define HAVE_STDLIB_H 1
  1369. | #define HAVE_STRING_H 1
  1370. | #define HAVE_MEMORY_H 1
  1371. | #define HAVE_STRINGS_H 1
  1372. | #define HAVE_INTTYPES_H 1
  1373. | #define HAVE_STDINT_H 1
  1374. | #define HAVE_UNISTD_H 1
  1375. | #define HAVE_DLFCN_H 1
  1376. | #define LT_OBJDIR ".libs/"
  1377. | #define HAVE_VISIBILITY 1
  1378. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1379. | #define HAVE_ALLOCA_H 1
  1380. | #define HAVE_ALLOCA 1
  1381. | #define HAVE_STDLIB_H 1
  1382. | #define HAVE_UNISTD_H 1
  1383. | #define HAVE_SYS_PARAM_H 1
  1384. | #define HAVE_GETPAGESIZE 1
  1385. | #define HAVE_MMAP 1
  1386. | #define INTDIV0_RAISES_SIGFPE 1
  1387. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1388. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1389. | #define HAVE_UINTMAX_T 1
  1390. | #define HAVE_INTTYPES_H 1
  1391. | #define __EXTENSIONS__ 1
  1392. | #define _ALL_SOURCE 1
  1393. | #define _GNU_SOURCE 1
  1394. | #define _POSIX_PTHREAD_SEMANTICS 1
  1395. | #define _TANDEM_SOURCE 1
  1396. | #define USE_POSIX_THREADS 1
  1397. | #define USE_POSIX_THREADS_WEAK 1
  1398. | #define HAVE_PTHREAD_RWLOCK 1
  1399. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1400. | #define HAVE_ICONV 1
  1401. | #define ICONV_CONST
  1402. | #define HAVE_BUILTIN_EXPECT 1
  1403. | #define HAVE_ARGZ_H 1
  1404. | #define HAVE_INTTYPES_H 1
  1405. | #define HAVE_LIMITS_H 1
  1406. | #define HAVE_UNISTD_H 1
  1407. | #define HAVE_SYS_PARAM_H 1
  1408. | #define HAVE_GETCWD 1
  1409. | #define HAVE_GETEGID 1
  1410. | #define HAVE_GETEUID 1
  1411. | #define HAVE_GETGID 1
  1412. | #define HAVE_GETUID 1
  1413. | #define HAVE_MEMPCPY 1
  1414. | #define HAVE_MUNMAP 1
  1415. | #define HAVE_STPCPY 1
  1416. | #define HAVE_STRCASECMP 1
  1417. | #define HAVE_STRDUP 1
  1418. | #define HAVE_STRTOUL 1
  1419. | #define HAVE_TSEARCH 1
  1420. | #define HAVE_USELOCALE 1
  1421. | #define HAVE_ARGZ_COUNT 1
  1422. | #define HAVE_ARGZ_STRINGIFY 1
  1423. | #define HAVE_ARGZ_NEXT 1
  1424. | #define HAVE___FSETLOCKING 1
  1425. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1426. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1427. | #define HAVE_LONG_LONG_INT 1
  1428. | #define HAVE_WCHAR_T 1
  1429. | #define HAVE_WINT_T 1
  1430. | #define HAVE_INTMAX_T 1
  1431. | #define HAVE_POSIX_PRINTF 1
  1432. | #define HAVE_STDINT_H 1
  1433. | #define HAVE_STDINT_H 1
  1434. | #define HAVE_WORKING_O_NOATIME 1
  1435. | #define HAVE_WORKING_O_NOFOLLOW 1
  1436. | #define HAVE_STDDEF_H 1
  1437. | #define HAVE_STDLIB_H 1
  1438. | #define HAVE_STRING_H 1
  1439. | #define HAVE_ASPRINTF 1
  1440. | #define HAVE_FWPRINTF 1
  1441. | #define HAVE_NEWLOCALE 1
  1442. | #define HAVE_PUTENV 1
  1443. | #define HAVE_SETENV 1
  1444. | #define HAVE_SETLOCALE 1
  1445. | #define HAVE_SNPRINTF 1
  1446. | #define HAVE_STRNLEN 1
  1447. | #define HAVE_WCSLEN 1
  1448. | #define HAVE_WCSNLEN 1
  1449. | #define HAVE_MBRTOWC 1
  1450. | #define HAVE_WCRTOMB 1
  1451. | /* end confdefs.h. */
  1452. | #include <stdio.h>
  1453. | int
  1454. | main ()
  1455. | {
  1456. |
  1457. | #ifndef _snprintf
  1458. | char *p = (char *) _snprintf;
  1459. | #endif
  1460. |
  1461. | ;
  1462. | return 0;
  1463. | }
  1464. configure:16478: result: no
  1465. configure:16492: checking whether _snwprintf is declared
  1466. configure:16512: gcc -c -g -O2 conftest.c >&5
  1467. conftest.c: In function 'main':
  1468. conftest.c:104: error: '_snwprintf' undeclared (first use in this function)
  1469. conftest.c:104: error: (Each undeclared identifier is reported only once
  1470. conftest.c:104: error: for each function it appears in.)
  1471. configure:16512: $? = 1
  1472. configure: failed program was:
  1473. | /* confdefs.h */
  1474. | #define PACKAGE_NAME "gyachi"
  1475. | #define PACKAGE_TARNAME "gyachi"
  1476. | #define PACKAGE_VERSION "1.2.10"
  1477. | #define PACKAGE_STRING "gyachi 1.2.10"
  1478. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  1479. | #define PACKAGE_URL ""
  1480. | #define PACKAGE "gyachi"
  1481. | #define VERSION "1.2.10"
  1482. | #define STDC_HEADERS 1
  1483. | #define HAVE_SYS_TYPES_H 1
  1484. | #define HAVE_SYS_STAT_H 1
  1485. | #define HAVE_STDLIB_H 1
  1486. | #define HAVE_STRING_H 1
  1487. | #define HAVE_MEMORY_H 1
  1488. | #define HAVE_STRINGS_H 1
  1489. | #define HAVE_INTTYPES_H 1
  1490. | #define HAVE_STDINT_H 1
  1491. | #define HAVE_UNISTD_H 1
  1492. | #define HAVE_DLFCN_H 1
  1493. | #define LT_OBJDIR ".libs/"
  1494. | #define HAVE_VISIBILITY 1
  1495. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1496. | #define HAVE_ALLOCA_H 1
  1497. | #define HAVE_ALLOCA 1
  1498. | #define HAVE_STDLIB_H 1
  1499. | #define HAVE_UNISTD_H 1
  1500. | #define HAVE_SYS_PARAM_H 1
  1501. | #define HAVE_GETPAGESIZE 1
  1502. | #define HAVE_MMAP 1
  1503. | #define INTDIV0_RAISES_SIGFPE 1
  1504. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1505. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1506. | #define HAVE_UINTMAX_T 1
  1507. | #define HAVE_INTTYPES_H 1
  1508. | #define __EXTENSIONS__ 1
  1509. | #define _ALL_SOURCE 1
  1510. | #define _GNU_SOURCE 1
  1511. | #define _POSIX_PTHREAD_SEMANTICS 1
  1512. | #define _TANDEM_SOURCE 1
  1513. | #define USE_POSIX_THREADS 1
  1514. | #define USE_POSIX_THREADS_WEAK 1
  1515. | #define HAVE_PTHREAD_RWLOCK 1
  1516. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1517. | #define HAVE_ICONV 1
  1518. | #define ICONV_CONST
  1519. | #define HAVE_BUILTIN_EXPECT 1
  1520. | #define HAVE_ARGZ_H 1
  1521. | #define HAVE_INTTYPES_H 1
  1522. | #define HAVE_LIMITS_H 1
  1523. | #define HAVE_UNISTD_H 1
  1524. | #define HAVE_SYS_PARAM_H 1
  1525. | #define HAVE_GETCWD 1
  1526. | #define HAVE_GETEGID 1
  1527. | #define HAVE_GETEUID 1
  1528. | #define HAVE_GETGID 1
  1529. | #define HAVE_GETUID 1
  1530. | #define HAVE_MEMPCPY 1
  1531. | #define HAVE_MUNMAP 1
  1532. | #define HAVE_STPCPY 1
  1533. | #define HAVE_STRCASECMP 1
  1534. | #define HAVE_STRDUP 1
  1535. | #define HAVE_STRTOUL 1
  1536. | #define HAVE_TSEARCH 1
  1537. | #define HAVE_USELOCALE 1
  1538. | #define HAVE_ARGZ_COUNT 1
  1539. | #define HAVE_ARGZ_STRINGIFY 1
  1540. | #define HAVE_ARGZ_NEXT 1
  1541. | #define HAVE___FSETLOCKING 1
  1542. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1543. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1544. | #define HAVE_LONG_LONG_INT 1
  1545. | #define HAVE_WCHAR_T 1
  1546. | #define HAVE_WINT_T 1
  1547. | #define HAVE_INTMAX_T 1
  1548. | #define HAVE_POSIX_PRINTF 1
  1549. | #define HAVE_STDINT_H 1
  1550. | #define HAVE_STDINT_H 1
  1551. | #define HAVE_WORKING_O_NOATIME 1
  1552. | #define HAVE_WORKING_O_NOFOLLOW 1
  1553. | #define HAVE_STDDEF_H 1
  1554. | #define HAVE_STDLIB_H 1
  1555. | #define HAVE_STRING_H 1
  1556. | #define HAVE_ASPRINTF 1
  1557. | #define HAVE_FWPRINTF 1
  1558. | #define HAVE_NEWLOCALE 1
  1559. | #define HAVE_PUTENV 1
  1560. | #define HAVE_SETENV 1
  1561. | #define HAVE_SETLOCALE 1
  1562. | #define HAVE_SNPRINTF 1
  1563. | #define HAVE_STRNLEN 1
  1564. | #define HAVE_WCSLEN 1
  1565. | #define HAVE_WCSNLEN 1
  1566. | #define HAVE_MBRTOWC 1
  1567. | #define HAVE_WCRTOMB 1
  1568. | #define HAVE_DECL__SNPRINTF 0
  1569. | /* end confdefs.h. */
  1570. | #include <stdio.h>
  1571. | int
  1572. | main ()
  1573. | {
  1574. |
  1575. | #ifndef _snwprintf
  1576. | char *p = (char *) _snwprintf;
  1577. | #endif
  1578. |
  1579. | ;
  1580. | return 0;
  1581. | }
  1582. configure:16519: result: no
  1583. configure:16534: checking whether getc_unlocked is declared
  1584. configure:16554: gcc -c -g -O2 conftest.c >&5
  1585. configure:16554: $? = 0
  1586. configure:16561: result: yes
  1587. configure:16606: checking for nl_langinfo and CODESET
  1588. configure:16622: gcc -o conftest -g -O2 conftest.c >&5
  1589. configure:16622: $? = 0
  1590. configure:16631: result: yes
  1591. configure:16640: checking for LC_MESSAGES
  1592. configure:16656: gcc -o conftest -g -O2 conftest.c >&5
  1593. configure:16656: $? = 0
  1594. configure:16664: result: yes
  1595. configure:16816: checking for CFPreferencesCopyAppValue
  1596. configure:16843: result: no
  1597. configure:16850: checking for CFLocaleCopyCurrent
  1598. configure:16877: result: no
  1599. configure:16912: checking whether included gettext is requested
  1600. configure:16922: result: no
  1601. configure:16945: checking for GNU gettext in libc
  1602. configure:16965: gcc -o conftest -g -O2 conftest.c >&5
  1603. configure:16965: $? = 0
  1604. configure:16974: result: yes
  1605. configure:17563: checking whether to use NLS
  1606. configure:17565: result: yes
  1607. configure:17568: checking where the gettext function comes from
  1608. configure:17579: result: libc
  1609. configure:17674: checking dependency style of gcc
  1610. configure:17782: result: gcc3
  1611. configure:17807: checking for sed
  1612. configure:17825: found /bin/sed
  1613. configure:17837: result: /bin/sed
  1614. configure:17907: checking for pkg-config
  1615. configure:17925: found /usr/bin/pkg-config
  1616. configure:17937: result: /usr/bin/pkg-config
  1617. configure:17962: checking pkg-config is at least version 0.9.0
  1618. configure:17965: result: yes
  1619. configure:17975: checking for GTK2
  1620. configure:17982: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.12"
  1621. configure:17985: $? = 0
  1622. configure:17998: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.12"
  1623. configure:18001: $? = 0
  1624. configure:18040: result: yes
  1625. configure:18048: checking for GTK2
  1626. configure:18111: result: yes
  1627. configure:18119: checking for GTK2
  1628. configure:18182: result: yes
  1629. configure:18189: checking for GTK2
  1630. configure:18272: result: yes
  1631. configure:18298: checking for pkg-config
  1632. configure:18329: result: /usr/bin/pkg-config
  1633. configure:18351: checking for GTK+ - version >= 2.0.0
  1634. configure:18461: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 >&5
  1635. configure:18461: $? = 0
  1636. configure:18461: ./conftest
  1637. configure:18461: $? = 0
  1638. configure:18475: result: yes (version 2.20.1)
  1639. configure:18673: checking pkg-config is at least version 0.16
  1640. configure:18676: result: yes
  1641. configure:18693: checking for GLIB - version >= 2.0.0
  1642. configure:18807: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lglib-2.0 >&5
  1643. configure:18807: $? = 0
  1644. configure:18807: ./conftest
  1645. configure:18807: $? = 0
  1646. configure:18821: result: yes (version 2.24.1)
  1647. configure:18888: checking for X
  1648. configure:18996: gcc -E conftest.c
  1649. configure:18996: $? = 0
  1650. configure:19027: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  1651. configure:19027: $? = 0
  1652. configure:19077: result: libraries , headers
  1653. configure:19176: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  1654. configure:19176: $? = 0
  1655. configure:19274: checking for gethostbyname
  1656. configure:19274: gcc -o conftest -g -O2 conftest.c >&5
  1657. configure:19274: $? = 0
  1658. configure:19274: result: yes
  1659. configure:19371: checking for connect
  1660. configure:19371: gcc -o conftest -g -O2 conftest.c >&5
  1661. configure:19371: $? = 0
  1662. configure:19371: result: yes
  1663. configure:19420: checking for remove
  1664. configure:19420: gcc -o conftest -g -O2 conftest.c >&5
  1665. configure:19420: $? = 0
  1666. configure:19420: result: yes
  1667. configure:19469: checking for shmat
  1668. configure:19469: gcc -o conftest -g -O2 conftest.c >&5
  1669. configure:19469: $? = 0
  1670. configure:19469: result: yes
  1671. configure:19527: checking for IceConnectionNumber in -lICE
  1672. configure:19552: gcc -o conftest -g -O2 conftest.c -lICE >&5
  1673. configure:19552: $? = 0
  1674. configure:19561: result: yes
  1675. configure:19768: checking for pthread_create in -lpthread
  1676. configure:19793: gcc -o conftest -g -O2 conftest.c -lpthread -lX11 >&5
  1677. configure:19793: $? = 0
  1678. configure:19802: result: yes
  1679. configure:19816: checking for GTHREAD
  1680. configure:19823: $PKG_CONFIG --exists --print-errors "gthread-2.0"
  1681. configure:19826: $? = 0
  1682. configure:19839: $PKG_CONFIG --exists --print-errors "gthread-2.0"
  1683. configure:19842: $? = 0
  1684. configure:19879: result: yes
  1685. configure:19904: checking for LIBV4L1
  1686. configure:19911: $PKG_CONFIG --exists --print-errors "libv4l1"
  1687. Package libv4l1 was not found in the pkg-config search path.
  1688. Perhaps you should add the directory containing `libv4l1.pc'
  1689. to the PKG_CONFIG_PATH environment variable
  1690. No package 'libv4l1' found
  1691. configure:19914: $? = 1
  1692. configure:19927: $PKG_CONFIG --exists --print-errors "libv4l1"
  1693. Package libv4l1 was not found in the pkg-config search path.
  1694. Perhaps you should add the directory containing `libv4l1.pc'
  1695. to the PKG_CONFIG_PATH environment variable
  1696. No package 'libv4l1' found
  1697. configure:19930: $? = 1
  1698. configure:19943: result: no
  1699. No package 'libv4l1' found
  1700. configure:19959: using depricated V4L1/V4L2. Recommend updating to newer kernel
  1701. configure:19980: checking for LIBV4L2
  1702. configure:19987: $PKG_CONFIG --exists --print-errors "libv4l2"
  1703. Package libv4l2 was not found in the pkg-config search path.
  1704. Perhaps you should add the directory containing `libv4l2.pc'
  1705. to the PKG_CONFIG_PATH environment variable
  1706. No package 'libv4l2' found
  1707. configure:19990: $? = 1
  1708. configure:20003: $PKG_CONFIG --exists --print-errors "libv4l2"
  1709. Package libv4l2 was not found in the pkg-config search path.
  1710. Perhaps you should add the directory containing `libv4l2.pc'
  1711. to the PKG_CONFIG_PATH environment variable
  1712. No package 'libv4l2' found
  1713. configure:20006: $? = 1
  1714. configure:20019: result: no
  1715. No package 'libv4l2' found
  1716. configure:20035: using depricated V4L1/V4L2. Recommend updating to newer kernel
  1717. configure:20075: checking gpgme.h usability
  1718. configure:20075: gcc -c -g -O2 conftest.c >&5
  1719. In file included from conftest.c:157:
  1720. /usr/include/gpgme.h:80:2: error: #error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.
  1721. configure:20075: $? = 1
  1722. configure: failed program was:
  1723. | /* confdefs.h */
  1724. | #define PACKAGE_NAME "gyachi"
  1725. | #define PACKAGE_TARNAME "gyachi"
  1726. | #define PACKAGE_VERSION "1.2.10"
  1727. | #define PACKAGE_STRING "gyachi 1.2.10"
  1728. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  1729. | #define PACKAGE_URL ""
  1730. | #define PACKAGE "gyachi"
  1731. | #define VERSION "1.2.10"
  1732. | #define STDC_HEADERS 1
  1733. | #define HAVE_SYS_TYPES_H 1
  1734. | #define HAVE_SYS_STAT_H 1
  1735. | #define HAVE_STDLIB_H 1
  1736. | #define HAVE_STRING_H 1
  1737. | #define HAVE_MEMORY_H 1
  1738. | #define HAVE_STRINGS_H 1
  1739. | #define HAVE_INTTYPES_H 1
  1740. | #define HAVE_STDINT_H 1
  1741. | #define HAVE_UNISTD_H 1
  1742. | #define HAVE_DLFCN_H 1
  1743. | #define LT_OBJDIR ".libs/"
  1744. | #define HAVE_VISIBILITY 1
  1745. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1746. | #define HAVE_ALLOCA_H 1
  1747. | #define HAVE_ALLOCA 1
  1748. | #define HAVE_STDLIB_H 1
  1749. | #define HAVE_UNISTD_H 1
  1750. | #define HAVE_SYS_PARAM_H 1
  1751. | #define HAVE_GETPAGESIZE 1
  1752. | #define HAVE_MMAP 1
  1753. | #define INTDIV0_RAISES_SIGFPE 1
  1754. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1755. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1756. | #define HAVE_UINTMAX_T 1
  1757. | #define HAVE_INTTYPES_H 1
  1758. | #define __EXTENSIONS__ 1
  1759. | #define _ALL_SOURCE 1
  1760. | #define _GNU_SOURCE 1
  1761. | #define _POSIX_PTHREAD_SEMANTICS 1
  1762. | #define _TANDEM_SOURCE 1
  1763. | #define USE_POSIX_THREADS 1
  1764. | #define USE_POSIX_THREADS_WEAK 1
  1765. | #define HAVE_PTHREAD_RWLOCK 1
  1766. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1767. | #define HAVE_ICONV 1
  1768. | #define ICONV_CONST
  1769. | #define HAVE_BUILTIN_EXPECT 1
  1770. | #define HAVE_ARGZ_H 1
  1771. | #define HAVE_INTTYPES_H 1
  1772. | #define HAVE_LIMITS_H 1
  1773. | #define HAVE_UNISTD_H 1
  1774. | #define HAVE_SYS_PARAM_H 1
  1775. | #define HAVE_GETCWD 1
  1776. | #define HAVE_GETEGID 1
  1777. | #define HAVE_GETEUID 1
  1778. | #define HAVE_GETGID 1
  1779. | #define HAVE_GETUID 1
  1780. | #define HAVE_MEMPCPY 1
  1781. | #define HAVE_MUNMAP 1
  1782. | #define HAVE_STPCPY 1
  1783. | #define HAVE_STRCASECMP 1
  1784. | #define HAVE_STRDUP 1
  1785. | #define HAVE_STRTOUL 1
  1786. | #define HAVE_TSEARCH 1
  1787. | #define HAVE_USELOCALE 1
  1788. | #define HAVE_ARGZ_COUNT 1
  1789. | #define HAVE_ARGZ_STRINGIFY 1
  1790. | #define HAVE_ARGZ_NEXT 1
  1791. | #define HAVE___FSETLOCKING 1
  1792. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1793. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1794. | #define HAVE_LONG_LONG_INT 1
  1795. | #define HAVE_WCHAR_T 1
  1796. | #define HAVE_WINT_T 1
  1797. | #define HAVE_INTMAX_T 1
  1798. | #define HAVE_POSIX_PRINTF 1
  1799. | #define HAVE_STDINT_H 1
  1800. | #define HAVE_STDINT_H 1
  1801. | #define HAVE_WORKING_O_NOATIME 1
  1802. | #define HAVE_WORKING_O_NOFOLLOW 1
  1803. | #define HAVE_STDDEF_H 1
  1804. | #define HAVE_STDLIB_H 1
  1805. | #define HAVE_STRING_H 1
  1806. | #define HAVE_ASPRINTF 1
  1807. | #define HAVE_FWPRINTF 1
  1808. | #define HAVE_NEWLOCALE 1
  1809. | #define HAVE_PUTENV 1
  1810. | #define HAVE_SETENV 1
  1811. | #define HAVE_SETLOCALE 1
  1812. | #define HAVE_SNPRINTF 1
  1813. | #define HAVE_STRNLEN 1
  1814. | #define HAVE_WCSLEN 1
  1815. | #define HAVE_WCSNLEN 1
  1816. | #define HAVE_MBRTOWC 1
  1817. | #define HAVE_WCRTOMB 1
  1818. | #define HAVE_DECL__SNPRINTF 0
  1819. | #define HAVE_DECL__SNWPRINTF 0
  1820. | #define HAVE_DECL_GETC_UNLOCKED 1
  1821. | #define HAVE_LANGINFO_CODESET 1
  1822. | #define HAVE_LC_MESSAGES 1
  1823. | #define ENABLE_NLS 1
  1824. | #define HAVE_GETTEXT 1
  1825. | #define HAVE_DCGETTEXT 1
  1826. | #define GETTEXT_PACKAGE "gyachi"
  1827. | #define HAVE_GTK_WIDGET_TOOLTIP 1
  1828. | #define HAVE_GTK_COMBO_BOX 1
  1829. | #define USE_GTK2 1
  1830. | #define PACKAGE_DOC_DIR "/usr/local/share/doc/gyachi-1.2.10"
  1831. | #define PACKAGE_DATA_DIR "/usr/local/share/gyachi"
  1832. | #define PACKAGE_LIB_DIR "/usr/local/lib/gyachi"
  1833. | #define PACKAGE_LOCALE_DIR "/usr/local/share/gyachi/locale"
  1834. | #define EXPANDED_LIBEXECDIR "/usr/local/libexec/gyachi"
  1835. | #define USE_WIN32DLL 1
  1836. | #define WIN32_PATH "/usr/lib/win32"
  1837. | #define __WINE__ 1
  1838. | #define MPLAYER 1
  1839. | #define dbg_printf __vprintf
  1840. | #define TRACE __vprintf
  1841. | #define SUPPORT_SOUND_EVENTS 1
  1842. | #define USE_PTHREAD_CREATE 1
  1843. | #define DBG_LEVEL 0
  1844. | #define SHOW_STATUS_PIXMAPS 1
  1845. | /* end confdefs.h. */
  1846. | #include <stdio.h>
  1847. | #ifdef HAVE_SYS_TYPES_H
  1848. | # include <sys/types.h>
  1849. | #endif
  1850. | #ifdef HAVE_SYS_STAT_H
  1851. | # include <sys/stat.h>
  1852. | #endif
  1853. | #ifdef STDC_HEADERS
  1854. | # include <stdlib.h>
  1855. | # include <stddef.h>
  1856. | #else
  1857. | # ifdef HAVE_STDLIB_H
  1858. | # include <stdlib.h>
  1859. | # endif
  1860. | #endif
  1861. | #ifdef HAVE_STRING_H
  1862. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1863. | # include <memory.h>
  1864. | # endif
  1865. | # include <string.h>
  1866. | #endif
  1867. | #ifdef HAVE_STRINGS_H
  1868. | # include <strings.h>
  1869. | #endif
  1870. | #ifdef HAVE_INTTYPES_H
  1871. | # include <inttypes.h>
  1872. | #endif
  1873. | #ifdef HAVE_STDINT_H
  1874. | # include <stdint.h>
  1875. | #endif
  1876. | #ifdef HAVE_UNISTD_H
  1877. | # include <unistd.h>
  1878. | #endif
  1879. | #include <gpgme.h>
  1880. configure:20075: result: no
  1881. configure:20075: checking gpgme.h presence
  1882. configure:20075: gcc -E conftest.c
  1883. In file included from conftest.c:124:
  1884. /usr/include/gpgme.h:80:2: error: #error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.
  1885. configure:20075: $? = 1
  1886. configure: failed program was:
  1887. | /* confdefs.h */
  1888. | #define PACKAGE_NAME "gyachi"
  1889. | #define PACKAGE_TARNAME "gyachi"
  1890. | #define PACKAGE_VERSION "1.2.10"
  1891. | #define PACKAGE_STRING "gyachi 1.2.10"
  1892. | #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  1893. | #define PACKAGE_URL ""
  1894. | #define PACKAGE "gyachi"
  1895. | #define VERSION "1.2.10"
  1896. | #define STDC_HEADERS 1
  1897. | #define HAVE_SYS_TYPES_H 1
  1898. | #define HAVE_SYS_STAT_H 1
  1899. | #define HAVE_STDLIB_H 1
  1900. | #define HAVE_STRING_H 1
  1901. | #define HAVE_MEMORY_H 1
  1902. | #define HAVE_STRINGS_H 1
  1903. | #define HAVE_INTTYPES_H 1
  1904. | #define HAVE_STDINT_H 1
  1905. | #define HAVE_UNISTD_H 1
  1906. | #define HAVE_DLFCN_H 1
  1907. | #define LT_OBJDIR ".libs/"
  1908. | #define HAVE_VISIBILITY 1
  1909. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1910. | #define HAVE_ALLOCA_H 1
  1911. | #define HAVE_ALLOCA 1
  1912. | #define HAVE_STDLIB_H 1
  1913. | #define HAVE_UNISTD_H 1
  1914. | #define HAVE_SYS_PARAM_H 1
  1915. | #define HAVE_GETPAGESIZE 1
  1916. | #define HAVE_MMAP 1
  1917. | #define INTDIV0_RAISES_SIGFPE 1
  1918. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1919. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1920. | #define HAVE_UINTMAX_T 1
  1921. | #define HAVE_INTTYPES_H 1
  1922. | #define __EXTENSIONS__ 1
  1923. | #define _ALL_SOURCE 1
  1924. | #define _GNU_SOURCE 1
  1925. | #define _POSIX_PTHREAD_SEMANTICS 1
  1926. | #define _TANDEM_SOURCE 1
  1927. | #define USE_POSIX_THREADS 1
  1928. | #define USE_POSIX_THREADS_WEAK 1
  1929. | #define HAVE_PTHREAD_RWLOCK 1
  1930. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1931. | #define HAVE_ICONV 1
  1932. | #define ICONV_CONST
  1933. | #define HAVE_BUILTIN_EXPECT 1
  1934. | #define HAVE_ARGZ_H 1
  1935. | #define HAVE_INTTYPES_H 1
  1936. | #define HAVE_LIMITS_H 1
  1937. | #define HAVE_UNISTD_H 1
  1938. | #define HAVE_SYS_PARAM_H 1
  1939. | #define HAVE_GETCWD 1
  1940. | #define HAVE_GETEGID 1
  1941. | #define HAVE_GETEUID 1
  1942. | #define HAVE_GETGID 1
  1943. | #define HAVE_GETUID 1
  1944. | #define HAVE_MEMPCPY 1
  1945. | #define HAVE_MUNMAP 1
  1946. | #define HAVE_STPCPY 1
  1947. | #define HAVE_STRCASECMP 1
  1948. | #define HAVE_STRDUP 1
  1949. | #define HAVE_STRTOUL 1
  1950. | #define HAVE_TSEARCH 1
  1951. | #define HAVE_USELOCALE 1
  1952. | #define HAVE_ARGZ_COUNT 1
  1953. | #define HAVE_ARGZ_STRINGIFY 1
  1954. | #define HAVE_ARGZ_NEXT 1
  1955. | #define HAVE___FSETLOCKING 1
  1956. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1957. | #define HAVE_DECL_FGETS_UNLOCKED 1
  1958. | #define HAVE_LONG_LONG_INT 1
  1959. | #define HAVE_WCHAR_T 1
  1960. | #define HAVE_WINT_T 1
  1961. | #define HAVE_INTMAX_T 1
  1962. | #define HAVE_POSIX_PRINTF 1
  1963. | #define HAVE_STDINT_H 1
  1964. | #define HAVE_STDINT_H 1
  1965. | #define HAVE_WORKING_O_NOATIME 1
  1966. | #define HAVE_WORKING_O_NOFOLLOW 1
  1967. | #define HAVE_STDDEF_H 1
  1968. | #define HAVE_STDLIB_H 1
  1969. | #define HAVE_STRING_H 1
  1970. | #define HAVE_ASPRINTF 1
  1971. | #define HAVE_FWPRINTF 1
  1972. | #define HAVE_NEWLOCALE 1
  1973. | #define HAVE_PUTENV 1
  1974. | #define HAVE_SETENV 1
  1975. | #define HAVE_SETLOCALE 1
  1976. | #define HAVE_SNPRINTF 1
  1977. | #define HAVE_STRNLEN 1
  1978. | #define HAVE_WCSLEN 1
  1979. | #define HAVE_WCSNLEN 1
  1980. | #define HAVE_MBRTOWC 1
  1981. | #define HAVE_WCRTOMB 1
  1982. | #define HAVE_DECL__SNPRINTF 0
  1983. | #define HAVE_DECL__SNWPRINTF 0
  1984. | #define HAVE_DECL_GETC_UNLOCKED 1
  1985. | #define HAVE_LANGINFO_CODESET 1
  1986. | #define HAVE_LC_MESSAGES 1
  1987. | #define ENABLE_NLS 1
  1988. | #define HAVE_GETTEXT 1
  1989. | #define HAVE_DCGETTEXT 1
  1990. | #define GETTEXT_PACKAGE "gyachi"
  1991. | #define HAVE_GTK_WIDGET_TOOLTIP 1
  1992. | #define HAVE_GTK_COMBO_BOX 1
  1993. | #define USE_GTK2 1
  1994. | #define PACKAGE_DOC_DIR "/usr/local/share/doc/gyachi-1.2.10"
  1995. | #define PACKAGE_DATA_DIR "/usr/local/share/gyachi"
  1996. | #define PACKAGE_LIB_DIR "/usr/local/lib/gyachi"
  1997. | #define PACKAGE_LOCALE_DIR "/usr/local/share/gyachi/locale"
  1998. | #define EXPANDED_LIBEXECDIR "/usr/local/libexec/gyachi"
  1999. | #define USE_WIN32DLL 1
  2000. | #define WIN32_PATH "/usr/lib/win32"
  2001. | #define __WINE__ 1
  2002. | #define MPLAYER 1
  2003. | #define dbg_printf __vprintf
  2004. | #define TRACE __vprintf
  2005. | #define SUPPORT_SOUND_EVENTS 1
  2006. | #define USE_PTHREAD_CREATE 1
  2007. | #define DBG_LEVEL 0
  2008. | #define SHOW_STATUS_PIXMAPS 1
  2009. | /* end confdefs.h. */
  2010. | #include <gpgme.h>
  2011. configure:20075: result: no
  2012. configure:20075: checking for gpgme.h
  2013. configure:20075: result: no
  2014. configure:20079: error: cannot find include file gpgme.h. Perhaps you need to install the gpgme development package?
  2015.  
  2016. ## ---------------- ##
  2017. ## Cache variables. ##
  2018. ## ---------------- ##
  2019.  
  2020. ac_cv_build=i686-pc-linux-gnu
  2021. ac_cv_c_compiler_gnu=yes
  2022. ac_cv_c_inline=inline
  2023. ac_cv_env_ALSA_CFLAGS_set=
  2024. ac_cv_env_ALSA_CFLAGS_value=
  2025. ac_cv_env_ALSA_LIBS_set=
  2026. ac_cv_env_ALSA_LIBS_value=
  2027. ac_cv_env_CCASFLAGS_set=
  2028. ac_cv_env_CCASFLAGS_value=
  2029. ac_cv_env_CCAS_set=
  2030. ac_cv_env_CCAS_value=
  2031. ac_cv_env_CC_set=
  2032. ac_cv_env_CC_value=
  2033. ac_cv_env_CFLAGS_set=
  2034. ac_cv_env_CFLAGS_value=
  2035. ac_cv_env_CPPFLAGS_set=
  2036. ac_cv_env_CPPFLAGS_value=
  2037. ac_cv_env_CPP_set=
  2038. ac_cv_env_CPP_value=
  2039. ac_cv_env_GTHREAD_CFLAGS_set=
  2040. ac_cv_env_GTHREAD_CFLAGS_value=
  2041. ac_cv_env_GTHREAD_LIBS_set=
  2042. ac_cv_env_GTHREAD_LIBS_value=
  2043. ac_cv_env_GTK2_CFLAGS_set=
  2044. ac_cv_env_GTK2_CFLAGS_value=
  2045. ac_cv_env_GTK2_LIBS_set=
  2046. ac_cv_env_GTK2_LIBS_value=
  2047. ac_cv_env_GTKHTML_CFLAGS_set=
  2048. ac_cv_env_GTKHTML_CFLAGS_value=
  2049. ac_cv_env_GTKHTML_LIBS_set=
  2050. ac_cv_env_GTKHTML_LIBS_value=
  2051. ac_cv_env_GTKSPELL_CFLAGS_set=
  2052. ac_cv_env_GTKSPELL_CFLAGS_value=
  2053. ac_cv_env_GTKSPELL_LIBS_set=
  2054. ac_cv_env_GTKSPELL_LIBS_value=
  2055. ac_cv_env_LDFLAGS_set=
  2056. ac_cv_env_LDFLAGS_value=
  2057. ac_cv_env_LIBNOTIFY_CFLAGS_set=
  2058. ac_cv_env_LIBNOTIFY_CFLAGS_value=
  2059. ac_cv_env_LIBNOTIFY_LIBS_set=
  2060. ac_cv_env_LIBNOTIFY_LIBS_value=
  2061. ac_cv_env_LIBS_set=
  2062. ac_cv_env_LIBS_value=
  2063. ac_cv_env_LIBV4L1_CFLAGS_set=
  2064. ac_cv_env_LIBV4L1_CFLAGS_value=
  2065. ac_cv_env_LIBV4L1_LIBS_set=
  2066. ac_cv_env_LIBV4L1_LIBS_value=
  2067. ac_cv_env_LIBV4L2_CFLAGS_set=
  2068. ac_cv_env_LIBV4L2_CFLAGS_value=
  2069. ac_cv_env_LIBV4L2_LIBS_set=
  2070. ac_cv_env_LIBV4L2_LIBS_value=
  2071. ac_cv_env_OPENSSL_CFLAGS_set=
  2072. ac_cv_env_OPENSSL_CFLAGS_value=
  2073. ac_cv_env_OPENSSL_LIBS_set=
  2074. ac_cv_env_OPENSSL_LIBS_value=
  2075. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  2076. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  2077. ac_cv_env_PKG_CONFIG_PATH_set=
  2078. ac_cv_env_PKG_CONFIG_PATH_value=
  2079. ac_cv_env_PKG_CONFIG_set=
  2080. ac_cv_env_PKG_CONFIG_value=
  2081. ac_cv_env_PULSEAUDIO_CFLAGS_set=
  2082. ac_cv_env_PULSEAUDIO_CFLAGS_value=
  2083. ac_cv_env_PULSEAUDIO_LIBS_set=
  2084. ac_cv_env_PULSEAUDIO_LIBS_value=
  2085. ac_cv_env_XMKMF_set=
  2086. ac_cv_env_XMKMF_value=
  2087. ac_cv_env_XML_CFLAGS_set=
  2088. ac_cv_env_XML_CFLAGS_value=
  2089. ac_cv_env_XML_LIBS_set=
  2090. ac_cv_env_XML_LIBS_value=
  2091. ac_cv_env_build_alias_set=
  2092. ac_cv_env_build_alias_value=
  2093. ac_cv_env_host_alias_set=
  2094. ac_cv_env_host_alias_value=
  2095. ac_cv_env_target_alias_set=
  2096. ac_cv_env_target_alias_value=
  2097. ac_cv_func___fsetlocking=yes
  2098. ac_cv_func_alloca_works=yes
  2099. ac_cv_func_argz_count=yes
  2100. ac_cv_func_argz_next=yes
  2101. ac_cv_func_argz_stringify=yes
  2102. ac_cv_func_asprintf=yes
  2103. ac_cv_func_connect=yes
  2104. ac_cv_func_fwprintf=yes
  2105. ac_cv_func_getcwd=yes
  2106. ac_cv_func_getegid=yes
  2107. ac_cv_func_geteuid=yes
  2108. ac_cv_func_getgid=yes
  2109. ac_cv_func_gethostbyname=yes
  2110. ac_cv_func_getpagesize=yes
  2111. ac_cv_func_getuid=yes
  2112. ac_cv_func_mbrtowc=yes
  2113. ac_cv_func_mempcpy=yes
  2114. ac_cv_func_mmap_fixed_mapped=yes
  2115. ac_cv_func_munmap=yes
  2116. ac_cv_func_newlocale=yes
  2117. ac_cv_func_putenv=yes
  2118. ac_cv_func_remove=yes
  2119. ac_cv_func_setenv=yes
  2120. ac_cv_func_setlocale=yes
  2121. ac_cv_func_shmat=yes
  2122. ac_cv_func_snprintf=yes
  2123. ac_cv_func_stpcpy=yes
  2124. ac_cv_func_strcasecmp=yes
  2125. ac_cv_func_strdup=yes
  2126. ac_cv_func_strnlen=yes
  2127. ac_cv_func_strtoul=yes
  2128. ac_cv_func_tsearch=yes
  2129. ac_cv_func_uselocale=yes
  2130. ac_cv_func_wcrtomb=yes
  2131. ac_cv_func_wcslen=yes
  2132. ac_cv_func_wcsnlen=yes
  2133. ac_cv_gnu_library_2=yes
  2134. ac_cv_gnu_library_2_1=yes
  2135. ac_cv_have_decl__snprintf=no
  2136. ac_cv_have_decl__snwprintf=no
  2137. ac_cv_have_decl_feof_unlocked=yes
  2138. ac_cv_have_decl_fgets_unlocked=yes
  2139. ac_cv_have_decl_getc_unlocked=yes
  2140. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  2141. ac_cv_header_argz_h=yes
  2142. ac_cv_header_dlfcn_h=yes
  2143. ac_cv_header_gpgme_h=no
  2144. ac_cv_header_inttypes_h=yes
  2145. ac_cv_header_limits_h=yes
  2146. ac_cv_header_memory_h=yes
  2147. ac_cv_header_minix_config_h=no
  2148. ac_cv_header_pthread_h=yes
  2149. ac_cv_header_stdc=yes
  2150. ac_cv_header_stddef_h=yes
  2151. ac_cv_header_stdint_h=yes
  2152. ac_cv_header_stdlib_h=yes
  2153. ac_cv_header_string_h=yes
  2154. ac_cv_header_strings_h=yes
  2155. ac_cv_header_sys_param_h=yes
  2156. ac_cv_header_sys_stat_h=yes
  2157. ac_cv_header_sys_types_h=yes
  2158. ac_cv_header_unistd_h=yes
  2159. ac_cv_host=i686-pc-linux-gnu
  2160. ac_cv_lib_ICE_IceConnectionNumber=yes
  2161. ac_cv_lib_pthread_pthread_create=yes
  2162. ac_cv_lib_pthread_pthread_kill=yes
  2163. ac_cv_objext=o
  2164. ac_cv_path_EGREP='/bin/grep -E'
  2165. ac_cv_path_FGREP='/bin/grep -F'
  2166. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  2167. ac_cv_path_GREP=/bin/grep
  2168. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  2169. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  2170. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  2171. ac_cv_path_SED=/bin/sed
  2172. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  2173. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2174. ac_cv_path_install='/usr/bin/install -c'
  2175. ac_cv_path_mkdir=/bin/mkdir
  2176. ac_cv_path_sedpath=/bin/sed
  2177. ac_cv_prog_AWK=gawk
  2178. ac_cv_prog_CPP='gcc -E'
  2179. ac_cv_prog_ac_ct_AR=ar
  2180. ac_cv_prog_ac_ct_CC=gcc
  2181. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2182. ac_cv_prog_ac_ct_RANLIB=ranlib
  2183. ac_cv_prog_ac_ct_STRIP=strip
  2184. ac_cv_prog_cc_c89=
  2185. ac_cv_prog_cc_g=yes
  2186. ac_cv_prog_make_make_set=yes
  2187. ac_cv_safe_to_define___extensions__=yes
  2188. ac_cv_search_strerror='none required'
  2189. ac_cv_type_long_long_int=yes
  2190. ac_cv_type_pthread_rwlock_t=yes
  2191. ac_cv_type_ptrdiff_t=yes
  2192. ac_cv_type_size_t=yes
  2193. ac_cv_type_unsigned_long_long_int=yes
  2194. ac_cv_working_alloca_h=yes
  2195. acl_cv_hardcode_direct=no
  2196. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  2197. acl_cv_hardcode_libdir_separator=
  2198. acl_cv_hardcode_minus_L=no
  2199. acl_cv_libext=a
  2200. acl_cv_path_LD=/usr/bin/ld
  2201. acl_cv_prog_gnu_ld=yes
  2202. acl_cv_rpath=done
  2203. acl_cv_shlibext=so
  2204. acl_cv_wl=-Wl,
  2205. am_cv_CCAS_dependencies_compiler_type=gcc3
  2206. am_cv_CC_dependencies_compiler_type=gcc3
  2207. am_cv_func_iconv=yes
  2208. am_cv_func_iconv_works=yes
  2209. am_cv_langinfo_codeset=yes
  2210. am_cv_lib_iconv=no
  2211. am_cv_prog_cc_stdc=
  2212. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  2213. am_cv_proto_iconv_arg1=
  2214. gl_cv_cc_vis_werror=yes
  2215. gl_cv_cc_visibility=yes
  2216. gl_cv_have_weak=yes
  2217. gl_cv_header_inttypes_h=yes
  2218. gl_cv_header_stdint_h=yes
  2219. gl_cv_header_working_fcntl_h=yes
  2220. gl_cv_size_max=yes
  2221. gt_cv_c_intmax_t=yes
  2222. gt_cv_c_wchar_t=yes
  2223. gt_cv_c_wint_t=yes
  2224. gt_cv_func_CFLocaleCopyCurrent=no
  2225. gt_cv_func_CFPreferencesCopyAppValue=no
  2226. gt_cv_func_gnugettext1_libc=yes
  2227. gt_cv_func_printf_posix=yes
  2228. gt_cv_int_divbyzero_sigfpe=yes
  2229. gt_cv_inttypes_pri_broken=no
  2230. gt_cv_val_LC_MESSAGES=yes
  2231. lt_cv_deplibs_check_method=pass_all
  2232. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2233. lt_cv_file_magic_test_file=
  2234. lt_cv_ld_reload_flag=-r
  2235. lt_cv_nm_interface='BSD nm'
  2236. lt_cv_objdir=.libs
  2237. lt_cv_path_LD=/usr/bin/ld
  2238. lt_cv_path_NM='/usr/bin/nm -B'
  2239. lt_cv_prog_compiler_c_o=yes
  2240. lt_cv_prog_compiler_pic_works=yes
  2241. lt_cv_prog_compiler_rtti_exceptions=no
  2242. lt_cv_prog_compiler_static_works=yes
  2243. lt_cv_prog_gnu_ld=yes
  2244. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  2245. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2246. 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'\'''
  2247. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2248. lt_cv_sys_max_cmd_len=1572864
  2249. nls_cv_force_use_gnu_gettext=no
  2250. nls_cv_header_intl=
  2251. nls_cv_header_libgt=
  2252. nls_cv_use_gnu_gettext=no
  2253. pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  2254. pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0 '
  2255. pkg_cv_GTK2_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  2256. pkg_cv_GTK2_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  2257.  
  2258. ## ----------------- ##
  2259. ## Output variables. ##
  2260. ## ----------------- ##
  2261.  
  2262. ACLOCAL='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/missing --run aclocal-1.11'
  2263. ALLOCA=''
  2264. ALSA_CFLAGS=''
  2265. ALSA_LIBS=''
  2266. AMDEPBACKSLASH='\'
  2267. AMDEP_FALSE='#'
  2268. AMDEP_TRUE=''
  2269. AMTAR='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/missing --run tar'
  2270. AR='ar'
  2271. AUTOCONF='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/missing --run autoconf'
  2272. AUTOHEADER='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/missing --run autoheader'
  2273. AUTOMAKE='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/missing --run automake-1.11'
  2274. AWK='gawk'
  2275. BUILD_INCLUDED_LIBINTL='no'
  2276. CATOBJEXT='.gmo'
  2277. CC='gcc'
  2278. CCAS='gcc'
  2279. CCASDEPMODE='depmode=gcc3'
  2280. CCASFLAGS='-g -O2'
  2281. CCDEPMODE='depmode=gcc3'
  2282. CFLAGS='-g -O2 '
  2283. CFLAG_VISIBILITY='-fvisibility=hidden'
  2284. CPP='gcc -E'
  2285. CPPFLAGS=''
  2286. CYGPATH_W='echo'
  2287. DATADIRNAME='share'
  2288. DEFS=''
  2289. DEPDIR='.deps'
  2290. DEPS_CFLAGS=''
  2291. DSYMUTIL=''
  2292. DUMPBIN=''
  2293. ECHO_C=''
  2294. ECHO_N='-n'
  2295. ECHO_T=''
  2296. EGREP='/bin/grep -E'
  2297. ESD_CFLAGS=''
  2298. ESD_LIBS=''
  2299. EXEEXT=''
  2300. EXPANDED_LIBEXECDIR='/usr/local/libexec/gyachi'
  2301. EXPAT_LIBS=''
  2302. FGREP='/bin/grep -F'
  2303. GENCAT='gencat'
  2304. GETTEXT_MACRO_VERSION='0.18'
  2305. GETTEXT_PACKAGE=''
  2306. GLIBC21='yes'
  2307. GLIBC2='yes'
  2308. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  2309. GLIB_GENMARSHAL='glib-genmarshal'
  2310. GLIB_LIBS='-lglib-2.0 '
  2311. GLIB_MKENUMS='glib-mkenums'
  2312. GMSGFMT='/usr/bin/msgfmt'
  2313. GMSGFMT_015='/usr/bin/msgfmt'
  2314. GOBJECT_QUERY='gobject-query'
  2315. GREP='/bin/grep'
  2316. GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  2317. GTHREAD_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0 '
  2318. GTK2_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  2319. GTK2_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  2320. GTKHTML_CFLAGS=''
  2321. GTKHTML_LIBS=''
  2322. GTKSPELL_CFLAGS=''
  2323. GTKSPELL_LIBS=''
  2324. GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  2325. GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  2326. GYACHI_LIB=''
  2327. HAVE_ASPRINTF='1'
  2328. HAVE_NEWLOCALE='1'
  2329. HAVE_POSIX_PRINTF='1'
  2330. HAVE_SNPRINTF='1'
  2331. HAVE_VISIBILITY='1'
  2332. HAVE_WPRINTF='0'
  2333. INSTALL_DATA='${INSTALL} -m 644'
  2334. INSTALL_PROGRAM='${INSTALL}'
  2335. INSTALL_SCRIPT='${INSTALL}'
  2336. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2337. INSTOBJEXT='.mo'
  2338. INTLBISON=':'
  2339. INTLLIBS=''
  2340. INTLOBJS=''
  2341. INTL_DEFAULT_VERBOSITY='1'
  2342. INTL_LIBTOOL_SUFFIX_PREFIX=''
  2343. INTL_MACOSX_LIBS=''
  2344. JASPER_LIBS=''
  2345. LCFLAGS=''
  2346. LD='/usr/bin/ld'
  2347. LDFLAGS=''
  2348. LIBGYACHI_LDFLAGS=''
  2349. LIBICONV=''
  2350. LIBINTL=''
  2351. LIBMULTITHREAD='-lpthread'
  2352. LIBNOTIFY_CFLAGS=''
  2353. LIBNOTIFY_LIBS=''
  2354. LIBOBJS=''
  2355. LIBPTH=''
  2356. LIBPTH_PREFIX=''
  2357. LIBS=' -lX11 -lpthread'
  2358. LIBTHREAD=''
  2359. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2360. LIBV4L1_CFLAGS=''
  2361. LIBV4L1_LIBS=''
  2362. LIBV4L2_CFLAGS=''
  2363. LIBV4L2_LIBS=''
  2364. LIPO=''
  2365. LN_S='ln -s'
  2366. LTDL_LIBS=''
  2367. LTLIBC='-lc'
  2368. LTLIBICONV=''
  2369. LTLIBINTL=''
  2370. LTLIBMULTITHREAD='-lpthread'
  2371. LTLIBOBJS=''
  2372. LTLIBPTH=''
  2373. LTLIBTHREAD=''
  2374. MAINT=''
  2375. MAINTAINER_MODE_FALSE='#'
  2376. MAINTAINER_MODE_TRUE=''
  2377. MAKEINFO='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/missing --run makeinfo'
  2378. MKDIR_P='/bin/mkdir -p'
  2379. MSGFMT='/usr/bin/msgfmt'
  2380. MSGFMT_015='/usr/bin/msgfmt'
  2381. MSGMERGE='/usr/bin/msgmerge'
  2382. NM='/usr/bin/nm -B'
  2383. NMEDIT=''
  2384. OBJDUMP='objdump'
  2385. OBJEXT='o'
  2386. OPENSSL_CFLAGS=''
  2387. OPENSSL_LIBS=''
  2388. OTOOL64=''
  2389. OTOOL=''
  2390. PACKAGE='gyachi'
  2391. PACKAGE_BUGREPORT='gyachi-help@lists.sourceforge.net'
  2392. PACKAGE_DOC_DIR='/usr/local/share/doc/gyachi-1.2.10'
  2393. PACKAGE_NAME='gyachi'
  2394. PACKAGE_STRING='gyachi 1.2.10'
  2395. PACKAGE_TARNAME='gyachi'
  2396. PACKAGE_URL=''
  2397. PACKAGE_VERSION='1.2.10'
  2398. PATH_SEPARATOR=':'
  2399. PKG_CONFIG='/usr/bin/pkg-config'
  2400. PKG_CONFIG_LIBDIR=''
  2401. PKG_CONFIG_PATH=''
  2402. PLUGIN_DEPS_CFLAGS=''
  2403. PLUGIN_DIRS=' blowfish'
  2404. PLUGIN_GYACHI_LIB=''
  2405. POSUB='po'
  2406. PRI_MACROS_BROKEN='0'
  2407. PULSEAUDIO_CFLAGS=''
  2408. PULSEAUDIO_LIBS=''
  2409. RANLIB='ranlib'
  2410. SED='/bin/sed'
  2411. SET_MAKE=''
  2412. SHELL='/bin/bash'
  2413. SSL_CFLAGS=''
  2414. SSL_LIBS=''
  2415. STRIP='strip'
  2416. USE_INCLUDED_LIBINTL='no'
  2417. USE_NLS='yes'
  2418. VERSION='1.2.10'
  2419. WINDRES=''
  2420. WINE_SUPPORT_FALSE='#'
  2421. WINE_SUPPORT_TRUE=''
  2422. WOE32='no'
  2423. WOE32DLL='no'
  2424. XGETTEXT='/usr/bin/xgettext'
  2425. XGETTEXT_015='/usr/bin/xgettext'
  2426. XGETTEXT_EXTRA_OPTIONS=''
  2427. XMKMF=''
  2428. XML_CFLAGS=''
  2429. XML_LIBS=''
  2430. X_CFLAGS=''
  2431. X_EXTRA_LIBS=''
  2432. X_LIBS=''
  2433. X_PRE_LIBS=' -lSM -lICE'
  2434. ac_ct_CC='gcc'
  2435. ac_ct_DUMPBIN=''
  2436. am__EXEEXT_FALSE=''
  2437. am__EXEEXT_TRUE=''
  2438. am__fastdepCCAS_FALSE='#'
  2439. am__fastdepCCAS_TRUE=''
  2440. am__fastdepCC_FALSE='#'
  2441. am__fastdepCC_TRUE=''
  2442. am__include='include'
  2443. am__isrc=''
  2444. am__leading_dot='.'
  2445. am__quote=''
  2446. am__tar='${AMTAR} chof - "$$tardir"'
  2447. am__untar='${AMTAR} xf -'
  2448. bindir='${exec_prefix}/bin'
  2449. build='i686-pc-linux-gnu'
  2450. build_alias=''
  2451. build_cpu='i686'
  2452. build_os='linux-gnu'
  2453. build_vendor='pc'
  2454. datadir='${datarootdir}'
  2455. datarootdir='${prefix}/share'
  2456. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2457. dvidir='${docdir}'
  2458. exec_prefix='NONE'
  2459. host='i686-pc-linux-gnu'
  2460. host_alias=''
  2461. host_cpu='i686'
  2462. host_os='linux-gnu'
  2463. host_vendor='pc'
  2464. htmldir='${docdir}'
  2465. imagemagic=''
  2466. includedir='${prefix}/include'
  2467. infodir='${datarootdir}/info'
  2468. install_sh='${SHELL} /home/linux/Downloads/programs/gyachi-1.2.10/install-sh'
  2469. libdir='${exec_prefix}/lib'
  2470. libexecdir='${exec_prefix}/libexec'
  2471. localedir='${datarootdir}/locale'
  2472. localstatedir='${prefix}/var'
  2473. lt_ECHO='echo'
  2474. mandir='${datarootdir}/man'
  2475. mkdir_p='/bin/mkdir -p'
  2476. oldincludedir='/usr/include'
  2477. pdfdir='${docdir}'
  2478. prefix='NONE'
  2479. program_transform_name='s,x,x,'
  2480. psdir='${docdir}'
  2481. sbindir='${exec_prefix}/sbin'
  2482. sedpath='/bin/sed'
  2483. sharedstatedir='${prefix}/com'
  2484. sysconfdir='${prefix}/etc'
  2485. target_alias=''
  2486.  
  2487. ## ----------- ##
  2488. ## confdefs.h. ##
  2489. ## ----------- ##
  2490.  
  2491. /* confdefs.h */
  2492. #define PACKAGE_NAME "gyachi"
  2493. #define PACKAGE_TARNAME "gyachi"
  2494. #define PACKAGE_VERSION "1.2.10"
  2495. #define PACKAGE_STRING "gyachi 1.2.10"
  2496. #define PACKAGE_BUGREPORT "gyachi-help@lists.sourceforge.net"
  2497. #define PACKAGE_URL ""
  2498. #define PACKAGE "gyachi"
  2499. #define VERSION "1.2.10"
  2500. #define STDC_HEADERS 1
  2501. #define HAVE_SYS_TYPES_H 1
  2502. #define HAVE_SYS_STAT_H 1
  2503. #define HAVE_STDLIB_H 1
  2504. #define HAVE_STRING_H 1
  2505. #define HAVE_MEMORY_H 1
  2506. #define HAVE_STRINGS_H 1
  2507. #define HAVE_INTTYPES_H 1
  2508. #define HAVE_STDINT_H 1
  2509. #define HAVE_UNISTD_H 1
  2510. #define HAVE_DLFCN_H 1
  2511. #define LT_OBJDIR ".libs/"
  2512. #define HAVE_VISIBILITY 1
  2513. #define HAVE_STDINT_H_WITH_UINTMAX 1
  2514. #define HAVE_ALLOCA_H 1
  2515. #define HAVE_ALLOCA 1
  2516. #define HAVE_STDLIB_H 1
  2517. #define HAVE_UNISTD_H 1
  2518. #define HAVE_SYS_PARAM_H 1
  2519. #define HAVE_GETPAGESIZE 1
  2520. #define HAVE_MMAP 1
  2521. #define INTDIV0_RAISES_SIGFPE 1
  2522. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2523. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2524. #define HAVE_UINTMAX_T 1
  2525. #define HAVE_INTTYPES_H 1
  2526. #define __EXTENSIONS__ 1
  2527. #define _ALL_SOURCE 1
  2528. #define _GNU_SOURCE 1
  2529. #define _POSIX_PTHREAD_SEMANTICS 1
  2530. #define _TANDEM_SOURCE 1
  2531. #define USE_POSIX_THREADS 1
  2532. #define USE_POSIX_THREADS_WEAK 1
  2533. #define HAVE_PTHREAD_RWLOCK 1
  2534. #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  2535. #define HAVE_ICONV 1
  2536. #define ICONV_CONST
  2537. #define HAVE_BUILTIN_EXPECT 1
  2538. #define HAVE_ARGZ_H 1
  2539. #define HAVE_INTTYPES_H 1
  2540. #define HAVE_LIMITS_H 1
  2541. #define HAVE_UNISTD_H 1
  2542. #define HAVE_SYS_PARAM_H 1
  2543. #define HAVE_GETCWD 1
  2544. #define HAVE_GETEGID 1
  2545. #define HAVE_GETEUID 1
  2546. #define HAVE_GETGID 1
  2547. #define HAVE_GETUID 1
  2548. #define HAVE_MEMPCPY 1
  2549. #define HAVE_MUNMAP 1
  2550. #define HAVE_STPCPY 1
  2551. #define HAVE_STRCASECMP 1
  2552. #define HAVE_STRDUP 1
  2553. #define HAVE_STRTOUL 1
  2554. #define HAVE_TSEARCH 1
  2555. #define HAVE_USELOCALE 1
  2556. #define HAVE_ARGZ_COUNT 1
  2557. #define HAVE_ARGZ_STRINGIFY 1
  2558. #define HAVE_ARGZ_NEXT 1
  2559. #define HAVE___FSETLOCKING 1
  2560. #define HAVE_DECL_FEOF_UNLOCKED 1
  2561. #define HAVE_DECL_FGETS_UNLOCKED 1
  2562. #define HAVE_LONG_LONG_INT 1
  2563. #define HAVE_WCHAR_T 1
  2564. #define HAVE_WINT_T 1
  2565. #define HAVE_INTMAX_T 1
  2566. #define HAVE_POSIX_PRINTF 1
  2567. #define HAVE_STDINT_H 1
  2568. #define HAVE_STDINT_H 1
  2569. #define HAVE_WORKING_O_NOATIME 1
  2570. #define HAVE_WORKING_O_NOFOLLOW 1
  2571. #define HAVE_STDDEF_H 1
  2572. #define HAVE_STDLIB_H 1
  2573. #define HAVE_STRING_H 1
  2574. #define HAVE_ASPRINTF 1
  2575. #define HAVE_FWPRINTF 1
  2576. #define HAVE_NEWLOCALE 1
  2577. #define HAVE_PUTENV 1
  2578. #define HAVE_SETENV 1
  2579. #define HAVE_SETLOCALE 1
  2580. #define HAVE_SNPRINTF 1
  2581. #define HAVE_STRNLEN 1
  2582. #define HAVE_WCSLEN 1
  2583. #define HAVE_WCSNLEN 1
  2584. #define HAVE_MBRTOWC 1
  2585. #define HAVE_WCRTOMB 1
  2586. #define HAVE_DECL__SNPRINTF 0
  2587. #define HAVE_DECL__SNWPRINTF 0
  2588. #define HAVE_DECL_GETC_UNLOCKED 1
  2589. #define HAVE_LANGINFO_CODESET 1
  2590. #define HAVE_LC_MESSAGES 1
  2591. #define ENABLE_NLS 1
  2592. #define HAVE_GETTEXT 1
  2593. #define HAVE_DCGETTEXT 1
  2594. #define GETTEXT_PACKAGE "gyachi"
  2595. #define HAVE_GTK_WIDGET_TOOLTIP 1
  2596. #define HAVE_GTK_COMBO_BOX 1
  2597. #define USE_GTK2 1
  2598. #define PACKAGE_DOC_DIR "/usr/local/share/doc/gyachi-1.2.10"
  2599. #define PACKAGE_DATA_DIR "/usr/local/share/gyachi"
  2600. #define PACKAGE_LIB_DIR "/usr/local/lib/gyachi"
  2601. #define PACKAGE_LOCALE_DIR "/usr/local/share/gyachi/locale"
  2602. #define EXPANDED_LIBEXECDIR "/usr/local/libexec/gyachi"
  2603. #define USE_WIN32DLL 1
  2604. #define WIN32_PATH "/usr/lib/win32"
  2605. #define __WINE__ 1
  2606. #define MPLAYER 1
  2607. #define dbg_printf __vprintf
  2608. #define TRACE __vprintf
  2609. #define SUPPORT_SOUND_EVENTS 1
  2610. #define USE_PTHREAD_CREATE 1
  2611. #define DBG_LEVEL 0
  2612. #define SHOW_STATUS_PIXMAPS 1
  2613.  
  2614. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement