Advertisement
Guest User

Untitled

a guest
May 1st, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 275.80 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 glib configure 2.28.6, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-debug --disable-xattr --disable-man --disable-gtk-doc --disable-fam --disable-selinux --enable-static --enable-regex --with-pcre=internal --with-threads=posix --disable-dtrace --disable-systemtap
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = tux
  14. uname -m = i686
  15. uname -r = 2.6.36-gentoo-r5
  16. uname -s = Linux
  17. uname -v = #4 SMP Sat Feb 12 00:29:31 EET 2011
  18.  
  19. /usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3200+
  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/lib/portage/bin/ebuild-helpers
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /opt/bin
  38. PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.4.5
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2932: checking for a BSD-compatible install
  46. configure:3000: result: /usr/bin/install -c
  47. configure:3011: checking whether build environment is sane
  48. configure:3061: result: yes
  49. configure:3202: checking for a thread-safe mkdir -p
  50. configure:3241: result: /bin/mkdir -p
  51. configure:3254: checking for gawk
  52. configure:3270: found /usr/bin/gawk
  53. configure:3281: result: gawk
  54. configure:3292: checking whether make sets $(MAKE)
  55. configure:3314: result: yes
  56. configure:3445: checking whether to enable maintainer-specific portions of Makefiles
  57. configure:3454: result: no
  58. configure:3476: checking for i686-pc-linux-gnu-gcc
  59. configure:3492: found /usr/bin/i686-pc-linux-gnu-gcc
  60. configure:3503: result: i686-pc-linux-gnu-gcc
  61. configure:3772: checking for C compiler version
  62. configure:3781: i686-pc-linux-gnu-gcc --version >&5
  63. i686-pc-linux-gnu-gcc (Gentoo 4.4.5 p1.2, pie-0.4.5) 4.4.5
  64. Copyright (C) 2010 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:3792: $? = 0
  69. configure:3781: i686-pc-linux-gnu-gcc -v >&5
  70. Using built-in specs.
  71. Target: i686-pc-linux-gnu
  72. Configured with: /var/tmp/portage/sys-devel/gcc-4.4.5/work/gcc-4.4.5/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.5 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.4.5/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.5 p1.2, pie-0.4.5'
  73. Thread model: posix
  74. gcc version 4.4.5 (Gentoo 4.4.5 p1.2, pie-0.4.5)
  75. configure:3792: $? = 0
  76. configure:3781: i686-pc-linux-gnu-gcc -V >&5
  77. i686-pc-linux-gnu-gcc: '-V' option must have argument
  78. configure:3792: $? = 1
  79. configure:3781: i686-pc-linux-gnu-gcc -qversion >&5
  80. i686-pc-linux-gnu-gcc: unrecognized option '-qversion'
  81. i686-pc-linux-gnu-gcc: no input files
  82. configure:3792: $? = 1
  83. configure:3812: checking whether the C compiler works
  84. configure:3834: i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  85. configure:3838: $? = 0
  86. configure:3886: result: yes
  87. configure:3889: checking for C compiler default output file name
  88. configure:3891: result: a.out
  89. configure:3897: checking for suffix of executables
  90. configure:3904: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  91. configure:3908: $? = 0
  92. configure:3930: result:
  93. configure:3952: checking whether we are cross compiling
  94. configure:3960: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  95. configure:3964: $? = 0
  96. configure:3971: ./conftest
  97. configure:3975: $? = 0
  98. configure:3990: result: no
  99. configure:3995: checking for suffix of object files
  100. configure:4017: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  101. configure:4021: $? = 0
  102. configure:4042: result: o
  103. configure:4046: checking whether we are using the GNU C compiler
  104. configure:4065: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  105. configure:4065: $? = 0
  106. configure:4074: result: yes
  107. configure:4083: checking whether i686-pc-linux-gnu-gcc accepts -g
  108. configure:4103: i686-pc-linux-gnu-gcc -c -g conftest.c >&5
  109. configure:4103: $? = 0
  110. configure:4144: result: yes
  111. configure:4161: checking for i686-pc-linux-gnu-gcc option to accept ISO C89
  112. configure:4225: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  113. configure:4225: $? = 0
  114. configure:4238: result: none needed
  115. configure:4269: checking for style of include used by make
  116. configure:4297: result: GNU
  117. configure:4322: checking dependency style of i686-pc-linux-gnu-gcc
  118. configure:4432: result: gcc3
  119. configure:4452: checking how to run the C preprocessor
  120. configure:4483: i686-pc-linux-gnu-gcc -E conftest.c
  121. configure:4483: $? = 0
  122. configure:4497: i686-pc-linux-gnu-gcc -E conftest.c
  123. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  124. configure:4497: $? = 1
  125. configure: failed program was:
  126. | /* confdefs.h */
  127. | #define PACKAGE_NAME "glib"
  128. | #define PACKAGE_TARNAME "glib"
  129. | #define PACKAGE_VERSION "2.28.6"
  130. | #define PACKAGE_STRING "glib 2.28.6"
  131. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  132. | #define PACKAGE_URL ""
  133. | #define GLIB_MAJOR_VERSION 2
  134. | #define GLIB_MINOR_VERSION 28
  135. | #define GLIB_MICRO_VERSION 6
  136. | #define GLIB_INTERFACE_AGE 6
  137. | #define GLIB_BINARY_AGE 2806
  138. | /* end confdefs.h. */
  139. | #include <ac_nonexistent.h>
  140. configure:4522: result: i686-pc-linux-gnu-gcc -E
  141. configure:4542: i686-pc-linux-gnu-gcc -E conftest.c
  142. configure:4542: $? = 0
  143. configure:4556: i686-pc-linux-gnu-gcc -E conftest.c
  144. conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
  145. configure:4556: $? = 1
  146. configure: failed program was:
  147. | /* confdefs.h */
  148. | #define PACKAGE_NAME "glib"
  149. | #define PACKAGE_TARNAME "glib"
  150. | #define PACKAGE_VERSION "2.28.6"
  151. | #define PACKAGE_STRING "glib 2.28.6"
  152. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  153. | #define PACKAGE_URL ""
  154. | #define GLIB_MAJOR_VERSION 2
  155. | #define GLIB_MINOR_VERSION 28
  156. | #define GLIB_MICRO_VERSION 6
  157. | #define GLIB_INTERFACE_AGE 6
  158. | #define GLIB_BINARY_AGE 2806
  159. | /* end confdefs.h. */
  160. | #include <ac_nonexistent.h>
  161. configure:4589: checking build system type
  162. configure:4603: result: i686-pc-linux-gnu
  163. configure:4623: checking host system type
  164. configure:4636: result: i686-pc-linux-gnu
  165. configure:4657: checking for the BeOS
  166. configure:4667: result: no
  167. configure:4671: checking for Win32
  168. configure:4705: result: no
  169. configure:4711: checking for Mac OS X Carbon support
  170. configure:4722: i686-pc-linux-gnu-gcc -E conftest.c
  171. conftest.c:15:27: error: Carbon/Carbon.h: No such file or directory
  172. conftest.c:16:39: error: CoreServices/CoreServices.h: No such file or directory
  173. configure:4722: $? = 1
  174. configure: failed program was:
  175. | /* confdefs.h */
  176. | #define PACKAGE_NAME "glib"
  177. | #define PACKAGE_TARNAME "glib"
  178. | #define PACKAGE_VERSION "2.28.6"
  179. | #define PACKAGE_STRING "glib 2.28.6"
  180. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  181. | #define PACKAGE_URL ""
  182. | #define GLIB_MAJOR_VERSION 2
  183. | #define GLIB_MINOR_VERSION 28
  184. | #define GLIB_MICRO_VERSION 6
  185. | #define GLIB_INTERFACE_AGE 6
  186. | #define GLIB_BINARY_AGE 2806
  187. | /* end confdefs.h. */
  188. |
  189. | #include <Carbon/Carbon.h>
  190. | #include <CoreServices/CoreServices.h>
  191. |
  192. configure:4727: result: no
  193. configure:5161: checking whether to enable garbage collector friendliness
  194. configure:5170: result: no
  195. configure:5174: checking whether to disable memory pools
  196. configure:5177: result: no
  197. configure:5214: checking for i686-pc-linux-gnu-c++
  198. configure:5230: found /usr/bin/i686-pc-linux-gnu-c++
  199. configure:5241: result: i686-pc-linux-gnu-c++
  200. configure:5428: checking for C++ compiler version
  201. configure:5437: i686-pc-linux-gnu-c++ --version >&5
  202. i686-pc-linux-gnu-c++ (Gentoo 4.4.5 p1.2, pie-0.4.5) 4.4.5
  203. Copyright (C) 2010 Free Software Foundation, Inc.
  204. This is free software; see the source for copying conditions. There is NO
  205. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  206.  
  207. configure:5448: $? = 0
  208. configure:5437: i686-pc-linux-gnu-c++ -v >&5
  209. Using built-in specs.
  210. Target: i686-pc-linux-gnu
  211. Configured with: /var/tmp/portage/sys-devel/gcc-4.4.5/work/gcc-4.4.5/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.5 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.4.5/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.5 p1.2, pie-0.4.5'
  212. Thread model: posix
  213. gcc version 4.4.5 (Gentoo 4.4.5 p1.2, pie-0.4.5)
  214. configure:5448: $? = 0
  215. configure:5437: i686-pc-linux-gnu-c++ -V >&5
  216. i686-pc-linux-gnu-c++: '-V' option must have argument
  217. configure:5448: $? = 1
  218. configure:5437: i686-pc-linux-gnu-c++ -qversion >&5
  219. i686-pc-linux-gnu-c++: unrecognized option '-qversion'
  220. i686-pc-linux-gnu-c++: no input files
  221. configure:5448: $? = 1
  222. configure:5452: checking whether we are using the GNU C++ compiler
  223. configure:5471: i686-pc-linux-gnu-c++ -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.cpp >&5
  224. configure:5471: $? = 0
  225. configure:5480: result: yes
  226. configure:5489: checking whether i686-pc-linux-gnu-c++ accepts -g
  227. configure:5509: i686-pc-linux-gnu-c++ -c -g conftest.cpp >&5
  228. configure:5509: $? = 0
  229. configure:5550: result: yes
  230. configure:5575: checking dependency style of i686-pc-linux-gnu-c++
  231. configure:5685: result: gcc3
  232. configure:5712: i686-pc-linux-gnu-c++ -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.cpp >&5
  233. configure:5712: $? = 0
  234. configure:5741: checking for i686-pc-linux-gnu-gcc
  235. configure:5768: result: i686-pc-linux-gnu-gcc
  236. configure:6037: checking for C compiler version
  237. configure:6046: i686-pc-linux-gnu-gcc --version >&5
  238. i686-pc-linux-gnu-gcc (Gentoo 4.4.5 p1.2, pie-0.4.5) 4.4.5
  239. Copyright (C) 2010 Free Software Foundation, Inc.
  240. This is free software; see the source for copying conditions. There is NO
  241. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  242.  
  243. configure:6057: $? = 0
  244. configure:6046: i686-pc-linux-gnu-gcc -v >&5
  245. Using built-in specs.
  246. Target: i686-pc-linux-gnu
  247. Configured with: /var/tmp/portage/sys-devel/gcc-4.4.5/work/gcc-4.4.5/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.5 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.4.5/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.5 p1.2, pie-0.4.5'
  248. Thread model: posix
  249. gcc version 4.4.5 (Gentoo 4.4.5 p1.2, pie-0.4.5)
  250. configure:6057: $? = 0
  251. configure:6046: i686-pc-linux-gnu-gcc -V >&5
  252. i686-pc-linux-gnu-gcc: '-V' option must have argument
  253. configure:6057: $? = 1
  254. configure:6046: i686-pc-linux-gnu-gcc -qversion >&5
  255. i686-pc-linux-gnu-gcc: unrecognized option '-qversion'
  256. i686-pc-linux-gnu-gcc: no input files
  257. configure:6057: $? = 1
  258. configure:6061: checking whether we are using the GNU C compiler
  259. configure:6089: result: yes
  260. configure:6098: checking whether i686-pc-linux-gnu-gcc accepts -g
  261. configure:6159: result: yes
  262. configure:6176: checking for i686-pc-linux-gnu-gcc option to accept ISO C89
  263. configure:6253: result: none needed
  264. configure:6275: checking dependency style of i686-pc-linux-gnu-gcc
  265. configure:6385: result: gcc3
  266. configure:6404: checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together
  267. configure:6435: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
  268. configure:6439: $? = 0
  269. configure:6445: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
  270. configure:6449: $? = 0
  271. configure:6460: cc -c conftest.c >&5
  272. configure:6464: $? = 0
  273. configure:6472: cc -c conftest.c -o conftest2.o >&5
  274. configure:6476: $? = 0
  275. configure:6482: cc -c conftest.c -o conftest2.o >&5
  276. configure:6486: $? = 0
  277. configure:6504: result: yes
  278. configure:6538: checking for special C compiler options needed for large files
  279. configure:6583: result: no
  280. configure:6589: checking for _FILE_OFFSET_BITS value needed for large files
  281. configure:6614: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  282. conftest.c:20: warning: left shift count >= width of type
  283. conftest.c:20: warning: left shift count >= width of type
  284. conftest.c:22: error: size of array 'off_t_is_large' is negative
  285. configure:6614: $? = 1
  286. configure: failed program was:
  287. | /* confdefs.h */
  288. | #define PACKAGE_NAME "glib"
  289. | #define PACKAGE_TARNAME "glib"
  290. | #define PACKAGE_VERSION "2.28.6"
  291. | #define PACKAGE_STRING "glib 2.28.6"
  292. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  293. | #define PACKAGE_URL ""
  294. | #define GLIB_MAJOR_VERSION 2
  295. | #define GLIB_MINOR_VERSION 28
  296. | #define GLIB_MICRO_VERSION 6
  297. | #define GLIB_INTERFACE_AGE 6
  298. | #define GLIB_BINARY_AGE 2806
  299. | /* end confdefs.h. */
  300. | #include <sys/types.h>
  301. | /* Check that off_t can represent 2**63 - 1 correctly.
  302. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  303. | since some C++ compilers masquerading as C compilers
  304. | incorrectly reject 9223372036854775807. */
  305. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  306. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  307. | && LARGE_OFF_T % 2147483647 == 1)
  308. | ? 1 : -1];
  309. | int
  310. | main ()
  311. | {
  312. |
  313. | ;
  314. | return 0;
  315. | }
  316. configure:6638: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  317. configure:6638: $? = 0
  318. configure:6646: result: 64
  319. configure:6740: checking for i686-pc-linux-gnu-pkg-config
  320. configure:6773: result: no
  321. configure:6783: checking for pkg-config
  322. configure:6801: found /usr/bin/pkg-config
  323. configure:6813: result: /usr/bin/pkg-config
  324. configure:6838: checking pkg-config is at least version 0.16
  325. configure:6841: result: yes
  326. configure:6916: checking for gawk
  327. configure:6943: result: gawk
  328. configure:6958: checking for perl5
  329. configure:6988: result: no
  330. configure:6958: checking for perl
  331. configure:6974: found /usr/bin/perl
  332. configure:6985: result: perl
  333. configure:6999: checking for indent
  334. configure:7029: result: no
  335. configure:7048: checking for perl
  336. configure:7066: found /usr/bin/perl
  337. configure:7078: result: /usr/bin/perl
  338. configure:7124: checking for a Python interpreter with version >= 2.4
  339. configure:7141: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  340. configure:7144: $? = 0
  341. configure:7150: result: python
  342. configure:7158: checking for python
  343. configure:7176: found /usr/bin/python
  344. configure:7188: result: /usr/bin/python
  345. configure:7206: checking for python version
  346. configure:7213: result: 2.7
  347. configure:7225: checking for python platform
  348. configure:7232: result: linux2
  349. configure:7239: checking for python script directory
  350. configure:7268: result: ${prefix}/lib/python2.7/site-packages
  351. configure:7277: checking for python extension module directory
  352. configure:7306: result: ${exec_prefix}/lib/python2.7/site-packages
  353. configure:7339: checking for iconv_open
  354. configure:7339: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  355. configure:7339: $? = 0
  356. configure:7339: result: yes
  357. configure:7529: checking for grep that handles long lines and -e
  358. configure:7587: result: /bin/grep
  359. configure:7592: checking for egrep
  360. configure:7654: result: /bin/grep -E
  361. configure:7660: checking whether we are using the GNU C Library 2.1 or newer
  362. configure:7687: result: yes
  363. configure:7701: checking Whether to cache iconv descriptors
  364. configure:7723: result: no
  365. configure:7729: checking for ZLIB
  366. configure:7736: $PKG_CONFIG --exists --print-errors "zlib"
  367. configure:7739: $? = 0
  368. configure:7752: $PKG_CONFIG --exists --print-errors "zlib"
  369. configure:7755: $? = 0
  370. configure:7792: result: yes
  371. configure:7985: checking locale.h usability
  372. configure:7985: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  373. configure:7985: $? = 0
  374. configure:7985: result: yes
  375. configure:7985: checking locale.h presence
  376. configure:7985: i686-pc-linux-gnu-gcc -E conftest.c
  377. configure:7985: $? = 0
  378. configure:7985: result: yes
  379. configure:7985: checking for locale.h
  380. configure:7985: result: yes
  381. configure:7996: checking for LC_MESSAGES
  382. configure:8012: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  383. configure:8012: $? = 0
  384. configure:8020: result: yes
  385. configure:8037: checking libintl.h usability
  386. configure:8037: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  387. configure:8037: $? = 0
  388. configure:8037: result: yes
  389. configure:8037: checking libintl.h presence
  390. configure:8037: i686-pc-linux-gnu-gcc -E conftest.c
  391. configure:8037: $? = 0
  392. configure:8037: result: yes
  393. configure:8037: checking for libintl.h
  394. configure:8037: result: yes
  395. configure:8045: checking for ngettext in libc
  396. configure:8063: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  397. configure:8063: $? = 0
  398. configure:8072: result: yes
  399. configure:8076: checking for dgettext in libc
  400. configure:8094: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  401. configure:8094: $? = 0
  402. configure:8103: result: yes
  403. configure:8110: checking for bind_textdomain_codeset
  404. configure:8110: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  405. configure:8110: $? = 0
  406. configure:8110: result: yes
  407. configure:8386: checking for msgfmt
  408. configure:8413: result: /usr/bin/msgfmt
  409. configure:8424: checking for dcgettext
  410. configure:8424: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  411. conftest.c:42: warning: conflicting types for built-in function 'dcgettext'
  412. configure:8424: $? = 0
  413. configure:8424: result: yes
  414. configure:8434: checking if msgfmt accepts -c
  415. configure:8449: $MSGFMT -c -o /dev/null conftest.foo
  416. configure:8452: $? = 0
  417. configure:8454: result: yes
  418. configure:8464: checking for gmsgfmt
  419. configure:8482: found /usr/bin/gmsgfmt
  420. configure:8495: result: /usr/bin/gmsgfmt
  421. configure:8505: checking for xgettext
  422. configure:8532: result: /usr/bin/xgettext
  423. configure:8551: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5
  424. configure:8551: $? = 0
  425. configure:8629: checking for catalogs to be installed
  426. configure:8654: result: af am ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kk kn ko ku lt lv mai mg mk ml mn mr ms nb nds ne nl nn oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@latin sr@ije sv ta te th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW
  427. configure:8796: checking how to print strings
  428. configure:8823: result: printf
  429. configure:8844: checking for a sed that does not truncate output
  430. configure:8908: result: /bin/sed
  431. configure:8926: checking for fgrep
  432. configure:8988: result: /bin/grep -F
  433. configure:9023: checking for ld used by i686-pc-linux-gnu-gcc
  434. configure:9090: result: /usr/i686-pc-linux-gnu/bin/ld
  435. configure:9097: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
  436. configure:9112: result: yes
  437. configure:9124: checking for BSD- or MS-compatible name lister (nm)
  438. configure:9173: result: /usr/bin/nm -B
  439. configure:9303: checking the name lister (/usr/bin/nm -B) interface
  440. configure:9310: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  441. configure:9313: /usr/bin/nm -B "conftest.o"
  442. configure:9316: output
  443. 00000000 B some_variable
  444. configure:9323: result: BSD nm
  445. configure:9326: checking whether ln -s works
  446. configure:9330: result: yes
  447. configure:9338: checking the maximum length of command line arguments
  448. configure:9463: result: 1572864
  449. configure:9480: checking whether the shell understands some XSI constructs
  450. configure:9490: result: yes
  451. configure:9494: checking whether the shell understands "+="
  452. configure:9500: result: yes
  453. configure:9535: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  454. configure:9575: result: func_convert_file_noop
  455. configure:9582: checking how to convert i686-pc-linux-gnu file names to toolchain format
  456. configure:9602: result: func_convert_file_noop
  457. configure:9609: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files
  458. configure:9616: result: -r
  459. configure:9650: checking for i686-pc-linux-gnu-objdump
  460. configure:9666: found /usr/bin/i686-pc-linux-gnu-objdump
  461. configure:9677: result: i686-pc-linux-gnu-objdump
  462. configure:9746: checking how to recognize dependent libraries
  463. configure:9948: result: pass_all
  464. configure:9993: checking for i686-pc-linux-gnu-dlltool
  465. configure:10023: result: no
  466. configure:10033: checking for dlltool
  467. configure:10063: result: no
  468. configure:10090: checking how to associate runtime and link libraries
  469. configure:10117: result: printf %s\n
  470. configure:10133: checking for i686-pc-linux-gnu-ar
  471. configure:10149: found /usr/bin/i686-pc-linux-gnu-ar
  472. configure:10160: result: i686-pc-linux-gnu-ar
  473. configure:10241: checking for archiver @FILE support
  474. configure:10258: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  475. configure:10258: $? = 0
  476. configure:10261: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
  477. configure:10264: $? = 0
  478. configure:10269: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
  479. i686-pc-linux-gnu-ar: conftest.o: No such file or directory
  480. configure:10272: $? = 1
  481. configure:10284: result: @
  482. configure:10302: checking for i686-pc-linux-gnu-strip
  483. configure:10318: found /usr/bin/i686-pc-linux-gnu-strip
  484. configure:10329: result: i686-pc-linux-gnu-strip
  485. configure:10401: checking for i686-pc-linux-gnu-ranlib
  486. configure:10417: found /usr/bin/i686-pc-linux-gnu-ranlib
  487. configure:10428: result: i686-pc-linux-gnu-ranlib
  488. configure:10570: checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object
  489. configure:10689: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  490. configure:10692: $? = 0
  491. configure:10696: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  492. configure:10699: $? = 0
  493. configure:10765: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
  494. configure:10768: $? = 0
  495. configure:10806: result: ok
  496. configure:10843: checking for sysroot
  497. configure:10873: result: no
  498. configure:11076: checking for i686-pc-linux-gnu-mt
  499. configure:11106: result: no
  500. configure:11116: checking for mt
  501. configure:11146: result: no
  502. configure:11166: checking if : is a manifest tool
  503. configure:11172: : '-?'
  504. configure:11180: result: no
  505. configure:11809: checking for dlfcn.h
  506. configure:11809: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  507. configure:11809: $? = 0
  508. configure:11809: result: yes
  509. configure:12303: checking for objdir
  510. configure:12318: result: .libs
  511. configure:12585: checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
  512. configure:12603: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -fno-rtti -fno-exceptions conftest.c >&5
  513. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  514. configure:12607: $? = 0
  515. configure:12620: result: no
  516. configure:12930: checking for i686-pc-linux-gnu-gcc option to produce PIC
  517. configure:12937: result: -fPIC -DPIC
  518. configure:12945: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
  519. configure:12963: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.c >&5
  520. configure:12967: $? = 0
  521. configure:12980: result: yes
  522. configure:13009: checking if i686-pc-linux-gnu-gcc static flag -static works
  523. configure:13037: result: yes
  524. configure:13052: checking if i686-pc-linux-gnu-gcc supports -c -o file.o
  525. configure:13073: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -o out/conftest2.o conftest.c >&5
  526. configure:13077: $? = 0
  527. configure:13099: result: yes
  528. configure:13107: checking if i686-pc-linux-gnu-gcc supports -c -o file.o
  529. configure:13154: result: yes
  530. configure:13187: checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
  531. configure:14345: result: yes
  532. configure:14382: checking whether -lc should be explicitly linked in
  533. configure:14390: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.c >&5
  534. configure:14393: $? = 0
  535. configure:14408: i686-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  536. configure:14411: $? = 0
  537. configure:14425: result: no
  538. configure:14590: checking dynamic linker characteristics
  539. configure:15104: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
  540. configure:15104: $? = 0
  541. configure:15330: result: GNU/Linux ld.so
  542. configure:15437: checking how to hardcode library paths into programs
  543. configure:15462: result: immediate
  544. configure:16002: checking whether stripping libraries is possible
  545. configure:16007: result: yes
  546. configure:16042: checking if libtool supports shared libraries
  547. configure:16044: result: yes
  548. configure:16047: checking whether to build shared libraries
  549. configure:16068: result: yes
  550. configure:16071: checking whether to build static libraries
  551. configure:16075: result: yes
  552. configure:16098: checking how to run the C++ preprocessor
  553. configure:16125: i686-pc-linux-gnu-c++ -E conftest.cpp
  554. configure:16125: $? = 0
  555. configure:16139: i686-pc-linux-gnu-c++ -E conftest.cpp
  556. conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
  557. configure:16139: $? = 1
  558. configure: failed program was:
  559. | /* confdefs.h */
  560. | #define PACKAGE_NAME "glib"
  561. | #define PACKAGE_TARNAME "glib"
  562. | #define PACKAGE_VERSION "2.28.6"
  563. | #define PACKAGE_STRING "glib 2.28.6"
  564. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  565. | #define PACKAGE_URL ""
  566. | #define GLIB_MAJOR_VERSION 2
  567. | #define GLIB_MINOR_VERSION 28
  568. | #define GLIB_MICRO_VERSION 6
  569. | #define GLIB_INTERFACE_AGE 6
  570. | #define GLIB_BINARY_AGE 2806
  571. | #define _FILE_OFFSET_BITS 64
  572. | #define HAVE_LOCALE_H 1
  573. | #define HAVE_LC_MESSAGES 1
  574. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  575. | #define HAVE_GETTEXT 1
  576. | #define HAVE_DCGETTEXT 1
  577. | #define ENABLE_NLS 1
  578. | #define GETTEXT_PACKAGE "glib20"
  579. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  580. | #define HAVE_DLFCN_H 1
  581. | #define LT_OBJDIR ".libs/"
  582. | /* end confdefs.h. */
  583. | #include <ac_nonexistent.h>
  584. configure:16164: result: i686-pc-linux-gnu-c++ -E
  585. configure:16184: i686-pc-linux-gnu-c++ -E conftest.cpp
  586. configure:16184: $? = 0
  587. configure:16198: i686-pc-linux-gnu-c++ -E conftest.cpp
  588. conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
  589. configure:16198: $? = 1
  590. configure: failed program was:
  591. | /* confdefs.h */
  592. | #define PACKAGE_NAME "glib"
  593. | #define PACKAGE_TARNAME "glib"
  594. | #define PACKAGE_VERSION "2.28.6"
  595. | #define PACKAGE_STRING "glib 2.28.6"
  596. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  597. | #define PACKAGE_URL ""
  598. | #define GLIB_MAJOR_VERSION 2
  599. | #define GLIB_MINOR_VERSION 28
  600. | #define GLIB_MICRO_VERSION 6
  601. | #define GLIB_INTERFACE_AGE 6
  602. | #define GLIB_BINARY_AGE 2806
  603. | #define _FILE_OFFSET_BITS 64
  604. | #define HAVE_LOCALE_H 1
  605. | #define HAVE_LC_MESSAGES 1
  606. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  607. | #define HAVE_GETTEXT 1
  608. | #define HAVE_DCGETTEXT 1
  609. | #define ENABLE_NLS 1
  610. | #define GETTEXT_PACKAGE "glib20"
  611. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  612. | #define HAVE_DLFCN_H 1
  613. | #define LT_OBJDIR ".libs/"
  614. | /* end confdefs.h. */
  615. | #include <ac_nonexistent.h>
  616. configure:16368: checking for ld used by i686-pc-linux-gnu-c++
  617. configure:16435: result: /usr/i686-pc-linux-gnu/bin/ld
  618. configure:16442: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
  619. configure:16457: result: yes
  620. configure:16512: checking whether the i686-pc-linux-gnu-c++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
  621. configure:17516: result: yes
  622. configure:17551: i686-pc-linux-gnu-c++ -c -march=k8 -O2 -pipe -fomit-frame-pointer conftest.cpp >&5
  623. configure:17554: $? = 0
  624. configure:18074: checking for i686-pc-linux-gnu-c++ option to produce PIC
  625. configure:18081: result: -fPIC -DPIC
  626. configure:18089: checking if i686-pc-linux-gnu-c++ PIC flag -fPIC -DPIC works
  627. configure:18107: i686-pc-linux-gnu-c++ -c -march=k8 -O2 -pipe -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.cpp >&5
  628. configure:18111: $? = 0
  629. configure:18124: result: yes
  630. configure:18147: checking if i686-pc-linux-gnu-c++ static flag -static works
  631. configure:18175: result: yes
  632. configure:18187: checking if i686-pc-linux-gnu-c++ supports -c -o file.o
  633. configure:18208: i686-pc-linux-gnu-c++ -c -march=k8 -O2 -pipe -fomit-frame-pointer -o out/conftest2.o conftest.cpp >&5
  634. configure:18212: $? = 0
  635. configure:18234: result: yes
  636. configure:18239: checking if i686-pc-linux-gnu-c++ supports -c -o file.o
  637. configure:18286: result: yes
  638. configure:18316: checking whether the i686-pc-linux-gnu-c++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
  639. configure:18350: result: yes
  640. configure:18493: checking dynamic linker characteristics
  641. configure:19167: result: GNU/Linux ld.so
  642. configure:19220: checking how to hardcode library paths into programs
  643. configure:19245: result: immediate
  644. configure:19305: creating ./config.lt
  645.  
  646. ## ------------------ ##
  647. ## Running config.lt. ##
  648. ## ------------------ ##
  649. config.lt:695: creating libtool
  650. configure:20993: checking for extra flags to get ANSI library prototypes
  651. configure:21008: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5
  652. configure:21008: $? = 0
  653. configure:21008: ./conftest
  654. configure:21008: $? = 0
  655. configure:21009: result: none needed
  656. configure:21049: checking for extra flags for POSIX compliance
  657. configure:21062: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  658. conftest.c: In function 'main':
  659. conftest.c:29: warning: unused variable 'dir'
  660. configure:21062: $? = 0
  661. configure:21063: result: none needed
  662. configure:21094: checking for ANSI C header files
  663. configure:21114: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  664. configure:21114: $? = 0
  665. configure:21187: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  666. configure:21187: $? = 0
  667. configure:21187: ./conftest
  668. configure:21187: $? = 0
  669. configure:21198: result: yes
  670. configure:21210: checking for vprintf
  671. configure:21210: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  672. conftest.c:49: warning: conflicting types for built-in function 'vprintf'
  673. configure:21210: $? = 0
  674. configure:21210: result: yes
  675. configure:21216: checking for _doprnt
  676. configure:21216: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  677. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccMBPyoG.o: In function `main':
  678. conftest.c:(.text+0x7): undefined reference to `_doprnt'
  679. collect2: ld returned 1 exit status
  680. configure:21216: $? = 1
  681. configure: failed program was:
  682. | /* confdefs.h */
  683. | #define PACKAGE_NAME "glib"
  684. | #define PACKAGE_TARNAME "glib"
  685. | #define PACKAGE_VERSION "2.28.6"
  686. | #define PACKAGE_STRING "glib 2.28.6"
  687. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  688. | #define PACKAGE_URL ""
  689. | #define GLIB_MAJOR_VERSION 2
  690. | #define GLIB_MINOR_VERSION 28
  691. | #define GLIB_MICRO_VERSION 6
  692. | #define GLIB_INTERFACE_AGE 6
  693. | #define GLIB_BINARY_AGE 2806
  694. | #define _FILE_OFFSET_BITS 64
  695. | #define HAVE_LOCALE_H 1
  696. | #define HAVE_LC_MESSAGES 1
  697. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  698. | #define HAVE_GETTEXT 1
  699. | #define HAVE_DCGETTEXT 1
  700. | #define ENABLE_NLS 1
  701. | #define GETTEXT_PACKAGE "glib20"
  702. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  703. | #define HAVE_DLFCN_H 1
  704. | #define LT_OBJDIR ".libs/"
  705. | #define STDC_HEADERS 1
  706. | #define HAVE_VPRINTF 1
  707. | /* end confdefs.h. */
  708. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  709. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  710. | #define _doprnt innocuous__doprnt
  711. |
  712. | /* System header to define __stub macros and hopefully few prototypes,
  713. | which can conflict with char _doprnt (); below.
  714. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  715. | <limits.h> exists even on freestanding compilers. */
  716. |
  717. | #ifdef __STDC__
  718. | # include <limits.h>
  719. | #else
  720. | # include <assert.h>
  721. | #endif
  722. |
  723. | #undef _doprnt
  724. |
  725. | /* Override any GCC internal prototype to avoid an error.
  726. | Use char because int might match the return type of a GCC
  727. | builtin and then its argument prototype would still apply. */
  728. | #ifdef __cplusplus
  729. | extern "C"
  730. | #endif
  731. | char _doprnt ();
  732. | /* The GNU C library defines this for functions which it implements
  733. | to always fail with ENOSYS. Some functions are actually named
  734. | something starting with __ and the normal name is an alias. */
  735. | #if defined __stub__doprnt || defined __stub____doprnt
  736. | choke me
  737. | #endif
  738. |
  739. | int
  740. | main ()
  741. | {
  742. | return _doprnt ();
  743. | ;
  744. | return 0;
  745. | }
  746. configure:21216: result: no
  747. configure:21227: checking for size_t
  748. configure:21227: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  749. configure:21227: $? = 0
  750. configure:21227: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  751. conftest.c: In function 'main':
  752. conftest.c:63: error: expected expression before ')' token
  753. configure:21227: $? = 1
  754. configure: failed program was:
  755. | /* confdefs.h */
  756. | #define PACKAGE_NAME "glib"
  757. | #define PACKAGE_TARNAME "glib"
  758. | #define PACKAGE_VERSION "2.28.6"
  759. | #define PACKAGE_STRING "glib 2.28.6"
  760. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  761. | #define PACKAGE_URL ""
  762. | #define GLIB_MAJOR_VERSION 2
  763. | #define GLIB_MINOR_VERSION 28
  764. | #define GLIB_MICRO_VERSION 6
  765. | #define GLIB_INTERFACE_AGE 6
  766. | #define GLIB_BINARY_AGE 2806
  767. | #define _FILE_OFFSET_BITS 64
  768. | #define HAVE_LOCALE_H 1
  769. | #define HAVE_LC_MESSAGES 1
  770. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  771. | #define HAVE_GETTEXT 1
  772. | #define HAVE_DCGETTEXT 1
  773. | #define ENABLE_NLS 1
  774. | #define GETTEXT_PACKAGE "glib20"
  775. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  776. | #define HAVE_DLFCN_H 1
  777. | #define LT_OBJDIR ".libs/"
  778. | #define STDC_HEADERS 1
  779. | #define HAVE_VPRINTF 1
  780. | /* end confdefs.h. */
  781. | #include <stdio.h>
  782. | #ifdef HAVE_SYS_TYPES_H
  783. | # include <sys/types.h>
  784. | #endif
  785. | #ifdef HAVE_SYS_STAT_H
  786. | # include <sys/stat.h>
  787. | #endif
  788. | #ifdef STDC_HEADERS
  789. | # include <stdlib.h>
  790. | # include <stddef.h>
  791. | #else
  792. | # ifdef HAVE_STDLIB_H
  793. | # include <stdlib.h>
  794. | # endif
  795. | #endif
  796. | #ifdef HAVE_STRING_H
  797. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  798. | # include <memory.h>
  799. | # endif
  800. | # include <string.h>
  801. | #endif
  802. | #ifdef HAVE_STRINGS_H
  803. | # include <strings.h>
  804. | #endif
  805. | #ifdef HAVE_INTTYPES_H
  806. | # include <inttypes.h>
  807. | #endif
  808. | #ifdef HAVE_STDINT_H
  809. | # include <stdint.h>
  810. | #endif
  811. | #ifdef HAVE_UNISTD_H
  812. | # include <unistd.h>
  813. | #endif
  814. | int
  815. | main ()
  816. | {
  817. | if (sizeof ((size_t)))
  818. | return 0;
  819. | ;
  820. | return 0;
  821. | }
  822. configure:21227: result: yes
  823. configure:21240: checking for working alloca.h
  824. configure:21257: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  825. configure:21257: $? = 0
  826. configure:21265: result: yes
  827. configure:21273: checking for alloca
  828. configure:21310: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  829. configure:21310: $? = 0
  830. configure:21318: result: yes
  831. configure:21430: checking for mmap
  832. configure:21430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  833. configure:21430: $? = 0
  834. configure:21430: result: yes
  835. configure:21430: checking for posix_memalign
  836. configure:21430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  837. configure:21430: $? = 0
  838. configure:21430: result: yes
  839. configure:21430: checking for memalign
  840. configure:21430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  841. configure:21430: $? = 0
  842. configure:21430: result: yes
  843. configure:21430: checking for valloc
  844. configure:21430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  845. configure:21430: $? = 0
  846. configure:21430: result: yes
  847. configure:21430: checking for fsync
  848. configure:21430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  849. configure:21430: $? = 0
  850. configure:21430: result: yes
  851. configure:21430: checking for pipe2
  852. configure:21430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  853. configure:21430: $? = 0
  854. configure:21430: result: yes
  855. configure:21442: checking for atexit
  856. configure:21442: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  857. configure:21442: $? = 0
  858. configure:21442: result: yes
  859. configure:21442: checking for on_exit
  860. configure:21442: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  861. configure:21442: $? = 0
  862. configure:21442: result: yes
  863. configure:21442: checking for timegm
  864. configure:21442: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  865. configure:21442: $? = 0
  866. configure:21442: result: yes
  867. configure:21442: checking for gmtime_r
  868. configure:21442: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  869. configure:21442: $? = 0
  870. configure:21442: result: yes
  871. configure:21456: checking size of char
  872. configure:21461: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  873. configure:21461: $? = 0
  874. configure:21461: ./conftest
  875. configure:21461: $? = 0
  876. configure:21475: result: 1
  877. configure:21489: checking size of short
  878. configure:21494: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  879. configure:21494: $? = 0
  880. configure:21494: ./conftest
  881. configure:21494: $? = 0
  882. configure:21508: result: 2
  883. configure:21522: checking size of long
  884. configure:21527: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  885. configure:21527: $? = 0
  886. configure:21527: ./conftest
  887. configure:21527: $? = 0
  888. configure:21541: result: 4
  889. configure:21555: checking size of int
  890. configure:21560: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  891. configure:21560: $? = 0
  892. configure:21560: ./conftest
  893. configure:21560: $? = 0
  894. configure:21574: result: 4
  895. configure:21588: checking size of void *
  896. configure:21593: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  897. configure:21593: $? = 0
  898. configure:21593: ./conftest
  899. configure:21593: $? = 0
  900. configure:21607: result: 4
  901. configure:21621: checking size of long long
  902. configure:21626: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  903. configure:21626: $? = 0
  904. configure:21626: ./conftest
  905. configure:21626: $? = 0
  906. configure:21640: result: 8
  907. configure:21654: checking size of __int64
  908. configure:21659: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  909. conftest.c: In function 'longval':
  910. conftest.c:78: error: '__int64' undeclared (first use in this function)
  911. conftest.c:78: error: (Each undeclared identifier is reported only once
  912. conftest.c:78: error: for each function it appears in.)
  913. conftest.c: In function 'ulongval':
  914. conftest.c:79: error: '__int64' undeclared (first use in this function)
  915. conftest.c: In function 'main':
  916. conftest.c:89: error: '__int64' undeclared (first use in this function)
  917. configure:21659: $? = 1
  918. configure: program exited with status 1
  919. configure: failed program was:
  920. | /* confdefs.h */
  921. | #define PACKAGE_NAME "glib"
  922. | #define PACKAGE_TARNAME "glib"
  923. | #define PACKAGE_VERSION "2.28.6"
  924. | #define PACKAGE_STRING "glib 2.28.6"
  925. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  926. | #define PACKAGE_URL ""
  927. | #define GLIB_MAJOR_VERSION 2
  928. | #define GLIB_MINOR_VERSION 28
  929. | #define GLIB_MICRO_VERSION 6
  930. | #define GLIB_INTERFACE_AGE 6
  931. | #define GLIB_BINARY_AGE 2806
  932. | #define _FILE_OFFSET_BITS 64
  933. | #define HAVE_LOCALE_H 1
  934. | #define HAVE_LC_MESSAGES 1
  935. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  936. | #define HAVE_GETTEXT 1
  937. | #define HAVE_DCGETTEXT 1
  938. | #define ENABLE_NLS 1
  939. | #define GETTEXT_PACKAGE "glib20"
  940. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  941. | #define HAVE_DLFCN_H 1
  942. | #define LT_OBJDIR ".libs/"
  943. | #define STDC_HEADERS 1
  944. | #define HAVE_VPRINTF 1
  945. | #define HAVE_ALLOCA_H 1
  946. | #define HAVE_ALLOCA 1
  947. | #define HAVE_MMAP 1
  948. | #define HAVE_POSIX_MEMALIGN 1
  949. | #define HAVE_MEMALIGN 1
  950. | #define HAVE_VALLOC 1
  951. | #define HAVE_FSYNC 1
  952. | #define HAVE_PIPE2 1
  953. | #define HAVE_ATEXIT 1
  954. | #define HAVE_ON_EXIT 1
  955. | #define HAVE_TIMEGM 1
  956. | #define HAVE_GMTIME_R 1
  957. | #define SIZEOF_CHAR 1
  958. | #define SIZEOF_SHORT 2
  959. | #define SIZEOF_LONG 4
  960. | #define SIZEOF_INT 4
  961. | #define SIZEOF_VOID_P 4
  962. | #define SIZEOF_LONG_LONG 8
  963. | /* end confdefs.h. */
  964. | #include <stdio.h>
  965. | #ifdef HAVE_SYS_TYPES_H
  966. | # include <sys/types.h>
  967. | #endif
  968. | #ifdef HAVE_SYS_STAT_H
  969. | # include <sys/stat.h>
  970. | #endif
  971. | #ifdef STDC_HEADERS
  972. | # include <stdlib.h>
  973. | # include <stddef.h>
  974. | #else
  975. | # ifdef HAVE_STDLIB_H
  976. | # include <stdlib.h>
  977. | # endif
  978. | #endif
  979. | #ifdef HAVE_STRING_H
  980. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  981. | # include <memory.h>
  982. | # endif
  983. | # include <string.h>
  984. | #endif
  985. | #ifdef HAVE_STRINGS_H
  986. | # include <strings.h>
  987. | #endif
  988. | #ifdef HAVE_INTTYPES_H
  989. | # include <inttypes.h>
  990. | #endif
  991. | #ifdef HAVE_STDINT_H
  992. | # include <stdint.h>
  993. | #endif
  994. | #ifdef HAVE_UNISTD_H
  995. | # include <unistd.h>
  996. | #endif
  997. | static long int longval () { return (long int) (sizeof (__int64)); }
  998. | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  999. | #include <stdio.h>
  1000. | #include <stdlib.h>
  1001. | int
  1002. | main ()
  1003. | {
  1004. |
  1005. | FILE *f = fopen ("conftest.val", "w");
  1006. | if (! f)
  1007. | return 1;
  1008. | if (((long int) (sizeof (__int64))) < 0)
  1009. | {
  1010. | long int i = longval ();
  1011. | if (i != ((long int) (sizeof (__int64))))
  1012. | return 1;
  1013. | fprintf (f, "%ld", i);
  1014. | }
  1015. | else
  1016. | {
  1017. | unsigned long int i = ulongval ();
  1018. | if (i != ((long int) (sizeof (__int64))))
  1019. | return 1;
  1020. | fprintf (f, "%lu", i);
  1021. | }
  1022. | /* Do not output a trailing newline, as this causes \r\n confusion
  1023. | on some platforms. */
  1024. | return ferror (f) || fclose (f) != 0;
  1025. |
  1026. | ;
  1027. | return 0;
  1028. | }
  1029. configure:21673: result: 0
  1030. configure:21695: checking for format to printf and scanf a guint64
  1031. configure:21718: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1032. conftest.c: In function 'main':
  1033. conftest.c:53: warning: implicit declaration of function 'exit'
  1034. conftest.c:53: warning: incompatible implicit declaration of built-in function 'exit'
  1035. configure:21718: $? = 0
  1036. configure:21718: ./conftest
  1037. configure:21718: $? = 0
  1038. configure:21730: result: %llu
  1039. configure:21760: checking for an ANSI C-conforming const
  1040. configure:21825: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1041. conftest.c: In function 'main':
  1042. conftest.c:76: warning: 't' is used uninitialized in this function
  1043. conftest.c:92: warning: 'b' is used uninitialized in this function
  1044. conftest.c:55: warning: 'cs[0]' is used uninitialized in this function
  1045. configure:21825: $? = 0
  1046. configure:21832: result: yes
  1047. configure:21842: checking if malloc() and friends prototypes are gmem.h compatible
  1048. configure:21867: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -Werror -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1049. configure:21867: $? = 0
  1050. configure:21875: result: yes
  1051. configure:21879: checking for growing stack pointer
  1052. configure:21900: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1053. configure:21900: $? = 0
  1054. configure:21900: ./conftest
  1055. configure:21900: $? = 0
  1056. configure:21913: result: no
  1057. configure:21916: checking for __inline
  1058. configure:21929: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1059. configure:21929: $? = 0
  1060. configure:21939: result: yes
  1061. configure:21946: checking for __inline__
  1062. configure:21959: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1063. configure:21959: $? = 0
  1064. configure:21969: result: yes
  1065. configure:21976: checking for inline
  1066. configure:21990: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1067. configure:21990: $? = 0
  1068. configure:22000: result: yes
  1069. configure:22009: checking if inline functions in headers work
  1070. configure:22038: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1071. conftest.c: In function 'main':
  1072. conftest.c:73: warning: unused variable 'i'
  1073. conftest.c:74: warning: control reaches end of non-void function
  1074. configure:22038: $? = 0
  1075. configure:22045: result: yes
  1076. configure:22048: checking for working do while(0) macros
  1077. configure:22069: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1078. conftest.c: In function 'main':
  1079. conftest.c:59: warning: 'main' is normally a non-static function
  1080. configure:22069: $? = 0
  1081. configure:22077: result: yes
  1082. configure:22086: checking for ISO C99 varargs macros in C
  1083. configure:22103: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1084. configure:22103: $? = 0
  1085. configure:22109: result: yes
  1086. configure:22112: checking for ISO C99 varargs macros in C++
  1087. configure:22138: i686-pc-linux-gnu-c++ -c -march=k8 -O2 -pipe -fomit-frame-pointer -DG_DISABLE_SINGLE_INCLUDES conftest.cpp >&5
  1088. configure:22138: $? = 0
  1089. configure:22151: result: yes
  1090. configure:22154: checking for GNUC varargs macros
  1091. configure:22171: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1092. configure:22171: $? = 0
  1093. configure:22177: result: yes
  1094. configure:22181: checking for GNUC visibility attribute
  1095. configure:22219: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1096. configure:22227: $? = 0
  1097. configure:22230: (if test -s conftest.err; then false ; else true; fi)
  1098. configure:22233: $? = 0
  1099. configure:22243: result: yes
  1100. configure:22254: checking whether using Sun Studio C compiler
  1101. configure:22271: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1102. conftest.c:54:43: error: error: this is not Sun Studio.: No such file or directory
  1103. configure:22271: $? = 1
  1104. configure: failed program was:
  1105. | /* confdefs.h */
  1106. | #define PACKAGE_NAME "glib"
  1107. | #define PACKAGE_TARNAME "glib"
  1108. | #define PACKAGE_VERSION "2.28.6"
  1109. | #define PACKAGE_STRING "glib 2.28.6"
  1110. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1111. | #define PACKAGE_URL ""
  1112. | #define GLIB_MAJOR_VERSION 2
  1113. | #define GLIB_MINOR_VERSION 28
  1114. | #define GLIB_MICRO_VERSION 6
  1115. | #define GLIB_INTERFACE_AGE 6
  1116. | #define GLIB_BINARY_AGE 2806
  1117. | #define _FILE_OFFSET_BITS 64
  1118. | #define HAVE_LOCALE_H 1
  1119. | #define HAVE_LC_MESSAGES 1
  1120. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1121. | #define HAVE_GETTEXT 1
  1122. | #define HAVE_DCGETTEXT 1
  1123. | #define ENABLE_NLS 1
  1124. | #define GETTEXT_PACKAGE "glib20"
  1125. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1126. | #define HAVE_DLFCN_H 1
  1127. | #define LT_OBJDIR ".libs/"
  1128. | #define STDC_HEADERS 1
  1129. | #define HAVE_VPRINTF 1
  1130. | #define HAVE_ALLOCA_H 1
  1131. | #define HAVE_ALLOCA 1
  1132. | #define HAVE_MMAP 1
  1133. | #define HAVE_POSIX_MEMALIGN 1
  1134. | #define HAVE_MEMALIGN 1
  1135. | #define HAVE_VALLOC 1
  1136. | #define HAVE_FSYNC 1
  1137. | #define HAVE_PIPE2 1
  1138. | #define HAVE_ATEXIT 1
  1139. | #define HAVE_ON_EXIT 1
  1140. | #define HAVE_TIMEGM 1
  1141. | #define HAVE_GMTIME_R 1
  1142. | #define SIZEOF_CHAR 1
  1143. | #define SIZEOF_SHORT 2
  1144. | #define SIZEOF_LONG 4
  1145. | #define SIZEOF_INT 4
  1146. | #define SIZEOF_VOID_P 4
  1147. | #define SIZEOF_LONG_LONG 8
  1148. | #define SIZEOF___INT64 0
  1149. | #define HAVE_LONG_LONG_FORMAT 1
  1150. | #define SANE_MALLOC_PROTOS 1
  1151. | #define G_HAVE___INLINE 1
  1152. | #define G_HAVE___INLINE__ 1
  1153. | #define G_HAVE_INLINE 1
  1154. | #define HAVE_DOWHILE_MACROS 1
  1155. | /* end confdefs.h. */
  1156. | #if defined(__SUNPRO_C) || (__SUNPRO_C >= 0x550)
  1157. | #else
  1158. | # include "error: this is not Sun Studio."
  1159. | #endif
  1160. |
  1161. | int
  1162. | main ()
  1163. | {
  1164. |
  1165. | ;
  1166. | return 0;
  1167. | }
  1168. configure:22277: result: no
  1169. configure:22289: checking whether byte ordering is bigendian
  1170. configure:22304: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1171. conftest.c:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  1172. configure:22304: $? = 1
  1173. configure: failed program was:
  1174. | /* confdefs.h */
  1175. | #define PACKAGE_NAME "glib"
  1176. | #define PACKAGE_TARNAME "glib"
  1177. | #define PACKAGE_VERSION "2.28.6"
  1178. | #define PACKAGE_STRING "glib 2.28.6"
  1179. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1180. | #define PACKAGE_URL ""
  1181. | #define GLIB_MAJOR_VERSION 2
  1182. | #define GLIB_MINOR_VERSION 28
  1183. | #define GLIB_MICRO_VERSION 6
  1184. | #define GLIB_INTERFACE_AGE 6
  1185. | #define GLIB_BINARY_AGE 2806
  1186. | #define _FILE_OFFSET_BITS 64
  1187. | #define HAVE_LOCALE_H 1
  1188. | #define HAVE_LC_MESSAGES 1
  1189. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1190. | #define HAVE_GETTEXT 1
  1191. | #define HAVE_DCGETTEXT 1
  1192. | #define ENABLE_NLS 1
  1193. | #define GETTEXT_PACKAGE "glib20"
  1194. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1195. | #define HAVE_DLFCN_H 1
  1196. | #define LT_OBJDIR ".libs/"
  1197. | #define STDC_HEADERS 1
  1198. | #define HAVE_VPRINTF 1
  1199. | #define HAVE_ALLOCA_H 1
  1200. | #define HAVE_ALLOCA 1
  1201. | #define HAVE_MMAP 1
  1202. | #define HAVE_POSIX_MEMALIGN 1
  1203. | #define HAVE_MEMALIGN 1
  1204. | #define HAVE_VALLOC 1
  1205. | #define HAVE_FSYNC 1
  1206. | #define HAVE_PIPE2 1
  1207. | #define HAVE_ATEXIT 1
  1208. | #define HAVE_ON_EXIT 1
  1209. | #define HAVE_TIMEGM 1
  1210. | #define HAVE_GMTIME_R 1
  1211. | #define SIZEOF_CHAR 1
  1212. | #define SIZEOF_SHORT 2
  1213. | #define SIZEOF_LONG 4
  1214. | #define SIZEOF_INT 4
  1215. | #define SIZEOF_VOID_P 4
  1216. | #define SIZEOF_LONG_LONG 8
  1217. | #define SIZEOF___INT64 0
  1218. | #define HAVE_LONG_LONG_FORMAT 1
  1219. | #define SANE_MALLOC_PROTOS 1
  1220. | #define G_HAVE___INLINE 1
  1221. | #define G_HAVE___INLINE__ 1
  1222. | #define G_HAVE_INLINE 1
  1223. | #define HAVE_DOWHILE_MACROS 1
  1224. | /* end confdefs.h. */
  1225. | #ifndef __APPLE_CC__
  1226. | not a universal capable compiler
  1227. | #endif
  1228. | typedef int dummy;
  1229. |
  1230. configure:22349: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1231. configure:22349: $? = 0
  1232. configure:22367: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1233. conftest.c: In function 'main':
  1234. conftest.c:59: error: 'not' undeclared (first use in this function)
  1235. conftest.c:59: error: (Each undeclared identifier is reported only once
  1236. conftest.c:59: error: for each function it appears in.)
  1237. conftest.c:59: error: expected ';' before 'big'
  1238. configure:22367: $? = 1
  1239. configure: failed program was:
  1240. | /* confdefs.h */
  1241. | #define PACKAGE_NAME "glib"
  1242. | #define PACKAGE_TARNAME "glib"
  1243. | #define PACKAGE_VERSION "2.28.6"
  1244. | #define PACKAGE_STRING "glib 2.28.6"
  1245. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1246. | #define PACKAGE_URL ""
  1247. | #define GLIB_MAJOR_VERSION 2
  1248. | #define GLIB_MINOR_VERSION 28
  1249. | #define GLIB_MICRO_VERSION 6
  1250. | #define GLIB_INTERFACE_AGE 6
  1251. | #define GLIB_BINARY_AGE 2806
  1252. | #define _FILE_OFFSET_BITS 64
  1253. | #define HAVE_LOCALE_H 1
  1254. | #define HAVE_LC_MESSAGES 1
  1255. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1256. | #define HAVE_GETTEXT 1
  1257. | #define HAVE_DCGETTEXT 1
  1258. | #define ENABLE_NLS 1
  1259. | #define GETTEXT_PACKAGE "glib20"
  1260. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1261. | #define HAVE_DLFCN_H 1
  1262. | #define LT_OBJDIR ".libs/"
  1263. | #define STDC_HEADERS 1
  1264. | #define HAVE_VPRINTF 1
  1265. | #define HAVE_ALLOCA_H 1
  1266. | #define HAVE_ALLOCA 1
  1267. | #define HAVE_MMAP 1
  1268. | #define HAVE_POSIX_MEMALIGN 1
  1269. | #define HAVE_MEMALIGN 1
  1270. | #define HAVE_VALLOC 1
  1271. | #define HAVE_FSYNC 1
  1272. | #define HAVE_PIPE2 1
  1273. | #define HAVE_ATEXIT 1
  1274. | #define HAVE_ON_EXIT 1
  1275. | #define HAVE_TIMEGM 1
  1276. | #define HAVE_GMTIME_R 1
  1277. | #define SIZEOF_CHAR 1
  1278. | #define SIZEOF_SHORT 2
  1279. | #define SIZEOF_LONG 4
  1280. | #define SIZEOF_INT 4
  1281. | #define SIZEOF_VOID_P 4
  1282. | #define SIZEOF_LONG_LONG 8
  1283. | #define SIZEOF___INT64 0
  1284. | #define HAVE_LONG_LONG_FORMAT 1
  1285. | #define SANE_MALLOC_PROTOS 1
  1286. | #define G_HAVE___INLINE 1
  1287. | #define G_HAVE___INLINE__ 1
  1288. | #define G_HAVE_INLINE 1
  1289. | #define HAVE_DOWHILE_MACROS 1
  1290. | /* end confdefs.h. */
  1291. | #include <sys/types.h>
  1292. | #include <sys/param.h>
  1293. |
  1294. | int
  1295. | main ()
  1296. | {
  1297. | #if BYTE_ORDER != BIG_ENDIAN
  1298. | not big endian
  1299. | #endif
  1300. |
  1301. | ;
  1302. | return 0;
  1303. | }
  1304. configure:22495: result: no
  1305. configure:22563: checking dirent.h usability
  1306. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1307. configure:22563: $? = 0
  1308. configure:22563: result: yes
  1309. configure:22563: checking dirent.h presence
  1310. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1311. configure:22563: $? = 0
  1312. configure:22563: result: yes
  1313. configure:22563: checking for dirent.h
  1314. configure:22563: result: yes
  1315. configure:22563: checking float.h usability
  1316. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1317. configure:22563: $? = 0
  1318. configure:22563: result: yes
  1319. configure:22563: checking float.h presence
  1320. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1321. configure:22563: $? = 0
  1322. configure:22563: result: yes
  1323. configure:22563: checking for float.h
  1324. configure:22563: result: yes
  1325. configure:22563: checking limits.h usability
  1326. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1327. configure:22563: $? = 0
  1328. configure:22563: result: yes
  1329. configure:22563: checking limits.h presence
  1330. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1331. configure:22563: $? = 0
  1332. configure:22563: result: yes
  1333. configure:22563: checking for limits.h
  1334. configure:22563: result: yes
  1335. configure:22563: checking pwd.h usability
  1336. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1337. configure:22563: $? = 0
  1338. configure:22563: result: yes
  1339. configure:22563: checking pwd.h presence
  1340. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1341. configure:22563: $? = 0
  1342. configure:22563: result: yes
  1343. configure:22563: checking for pwd.h
  1344. configure:22563: result: yes
  1345. configure:22563: checking grp.h usability
  1346. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1347. configure:22563: $? = 0
  1348. configure:22563: result: yes
  1349. configure:22563: checking grp.h presence
  1350. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1351. configure:22563: $? = 0
  1352. configure:22563: result: yes
  1353. configure:22563: checking for grp.h
  1354. configure:22563: result: yes
  1355. configure:22563: checking sys/param.h usability
  1356. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1357. configure:22563: $? = 0
  1358. configure:22563: result: yes
  1359. configure:22563: checking sys/param.h presence
  1360. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1361. configure:22563: $? = 0
  1362. configure:22563: result: yes
  1363. configure:22563: checking for sys/param.h
  1364. configure:22563: result: yes
  1365. configure:22563: checking sys/poll.h usability
  1366. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1367. configure:22563: $? = 0
  1368. configure:22563: result: yes
  1369. configure:22563: checking sys/poll.h presence
  1370. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1371. configure:22563: $? = 0
  1372. configure:22563: result: yes
  1373. configure:22563: checking for sys/poll.h
  1374. configure:22563: result: yes
  1375. configure:22563: checking sys/resource.h usability
  1376. configure:22563: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1377. configure:22563: $? = 0
  1378. configure:22563: result: yes
  1379. configure:22563: checking sys/resource.h presence
  1380. configure:22563: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1381. configure:22563: $? = 0
  1382. configure:22563: result: yes
  1383. configure:22563: checking for sys/resource.h
  1384. configure:22563: result: yes
  1385. configure:22576: checking sys/time.h usability
  1386. configure:22576: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1387. configure:22576: $? = 0
  1388. configure:22576: result: yes
  1389. configure:22576: checking sys/time.h presence
  1390. configure:22576: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1391. configure:22576: $? = 0
  1392. configure:22576: result: yes
  1393. configure:22576: checking for sys/time.h
  1394. configure:22576: result: yes
  1395. configure:22576: checking sys/times.h usability
  1396. configure:22576: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1397. configure:22576: $? = 0
  1398. configure:22576: result: yes
  1399. configure:22576: checking sys/times.h presence
  1400. configure:22576: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1401. configure:22576: $? = 0
  1402. configure:22576: result: yes
  1403. configure:22576: checking for sys/times.h
  1404. configure:22576: result: yes
  1405. configure:22576: checking sys/wait.h usability
  1406. configure:22576: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1407. configure:22576: $? = 0
  1408. configure:22576: result: yes
  1409. configure:22576: checking sys/wait.h presence
  1410. configure:22576: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1411. configure:22576: $? = 0
  1412. configure:22576: result: yes
  1413. configure:22576: checking for sys/wait.h
  1414. configure:22576: result: yes
  1415. configure:22576: checking unistd.h usability
  1416. configure:22576: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1417. configure:22576: $? = 0
  1418. configure:22576: result: yes
  1419. configure:22576: checking unistd.h presence
  1420. configure:22576: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1421. configure:22576: $? = 0
  1422. configure:22576: result: yes
  1423. configure:22576: checking for unistd.h
  1424. configure:22576: result: yes
  1425. configure:22576: checking values.h usability
  1426. configure:22576: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1427. configure:22576: $? = 0
  1428. configure:22576: result: yes
  1429. configure:22576: checking values.h presence
  1430. configure:22576: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1431. configure:22576: $? = 0
  1432. configure:22576: result: yes
  1433. configure:22576: checking for values.h
  1434. configure:22576: result: yes
  1435. configure:22589: checking sys/select.h usability
  1436. configure:22589: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1437. configure:22589: $? = 0
  1438. configure:22589: result: yes
  1439. configure:22589: checking sys/select.h presence
  1440. configure:22589: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1441. configure:22589: $? = 0
  1442. configure:22589: result: yes
  1443. configure:22589: checking for sys/select.h
  1444. configure:22589: result: yes
  1445. configure:22589: checking sys/types.h usability
  1446. configure:22589: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1447. configure:22589: $? = 0
  1448. configure:22589: result: yes
  1449. configure:22589: checking sys/types.h presence
  1450. configure:22589: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1451. configure:22589: $? = 0
  1452. configure:22589: result: yes
  1453. configure:22589: checking for sys/types.h
  1454. configure:22589: result: yes
  1455. configure:22589: checking stdint.h usability
  1456. configure:22589: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1457. configure:22589: $? = 0
  1458. configure:22589: result: yes
  1459. configure:22589: checking stdint.h presence
  1460. configure:22589: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1461. configure:22589: $? = 0
  1462. configure:22589: result: yes
  1463. configure:22589: checking for stdint.h
  1464. configure:22589: result: yes
  1465. configure:22589: checking inttypes.h usability
  1466. configure:22589: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1467. configure:22589: $? = 0
  1468. configure:22589: result: yes
  1469. configure:22589: checking inttypes.h presence
  1470. configure:22589: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1471. configure:22589: $? = 0
  1472. configure:22589: result: yes
  1473. configure:22589: checking for inttypes.h
  1474. configure:22589: result: yes
  1475. configure:22589: checking sched.h usability
  1476. configure:22589: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1477. configure:22589: $? = 0
  1478. configure:22589: result: yes
  1479. configure:22589: checking sched.h presence
  1480. configure:22589: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1481. configure:22589: $? = 0
  1482. configure:22589: result: yes
  1483. configure:22589: checking for sched.h
  1484. configure:22589: result: yes
  1485. configure:22589: checking malloc.h usability
  1486. configure:22589: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1487. configure:22589: $? = 0
  1488. configure:22589: result: yes
  1489. configure:22589: checking malloc.h presence
  1490. configure:22589: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1491. configure:22589: $? = 0
  1492. configure:22589: result: yes
  1493. configure:22589: checking for malloc.h
  1494. configure:22589: result: yes
  1495. configure:22602: checking sys/vfs.h usability
  1496. configure:22602: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1497. configure:22602: $? = 0
  1498. configure:22602: result: yes
  1499. configure:22602: checking sys/vfs.h presence
  1500. configure:22602: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1501. configure:22602: $? = 0
  1502. configure:22602: result: yes
  1503. configure:22602: checking for sys/vfs.h
  1504. configure:22602: result: yes
  1505. configure:22602: checking sys/mount.h usability
  1506. configure:22602: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1507. configure:22602: $? = 0
  1508. configure:22602: result: yes
  1509. configure:22602: checking sys/mount.h presence
  1510. configure:22602: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1511. configure:22602: $? = 0
  1512. configure:22602: result: yes
  1513. configure:22602: checking for sys/mount.h
  1514. configure:22602: result: yes
  1515. configure:22602: checking sys/vmount.h usability
  1516. configure:22602: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1517. conftest.c:106:24: error: sys/vmount.h: No such file or directory
  1518. configure:22602: $? = 1
  1519. configure: failed program was:
  1520. | /* confdefs.h */
  1521. | #define PACKAGE_NAME "glib"
  1522. | #define PACKAGE_TARNAME "glib"
  1523. | #define PACKAGE_VERSION "2.28.6"
  1524. | #define PACKAGE_STRING "glib 2.28.6"
  1525. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1526. | #define PACKAGE_URL ""
  1527. | #define GLIB_MAJOR_VERSION 2
  1528. | #define GLIB_MINOR_VERSION 28
  1529. | #define GLIB_MICRO_VERSION 6
  1530. | #define GLIB_INTERFACE_AGE 6
  1531. | #define GLIB_BINARY_AGE 2806
  1532. | #define _FILE_OFFSET_BITS 64
  1533. | #define HAVE_LOCALE_H 1
  1534. | #define HAVE_LC_MESSAGES 1
  1535. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1536. | #define HAVE_GETTEXT 1
  1537. | #define HAVE_DCGETTEXT 1
  1538. | #define ENABLE_NLS 1
  1539. | #define GETTEXT_PACKAGE "glib20"
  1540. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1541. | #define HAVE_DLFCN_H 1
  1542. | #define LT_OBJDIR ".libs/"
  1543. | #define STDC_HEADERS 1
  1544. | #define HAVE_VPRINTF 1
  1545. | #define HAVE_ALLOCA_H 1
  1546. | #define HAVE_ALLOCA 1
  1547. | #define HAVE_MMAP 1
  1548. | #define HAVE_POSIX_MEMALIGN 1
  1549. | #define HAVE_MEMALIGN 1
  1550. | #define HAVE_VALLOC 1
  1551. | #define HAVE_FSYNC 1
  1552. | #define HAVE_PIPE2 1
  1553. | #define HAVE_ATEXIT 1
  1554. | #define HAVE_ON_EXIT 1
  1555. | #define HAVE_TIMEGM 1
  1556. | #define HAVE_GMTIME_R 1
  1557. | #define SIZEOF_CHAR 1
  1558. | #define SIZEOF_SHORT 2
  1559. | #define SIZEOF_LONG 4
  1560. | #define SIZEOF_INT 4
  1561. | #define SIZEOF_VOID_P 4
  1562. | #define SIZEOF_LONG_LONG 8
  1563. | #define SIZEOF___INT64 0
  1564. | #define HAVE_LONG_LONG_FORMAT 1
  1565. | #define SANE_MALLOC_PROTOS 1
  1566. | #define G_HAVE___INLINE 1
  1567. | #define G_HAVE___INLINE__ 1
  1568. | #define G_HAVE_INLINE 1
  1569. | #define HAVE_DOWHILE_MACROS 1
  1570. | #define HAVE_DIRENT_H 1
  1571. | #define HAVE_FLOAT_H 1
  1572. | #define HAVE_LIMITS_H 1
  1573. | #define HAVE_PWD_H 1
  1574. | #define HAVE_GRP_H 1
  1575. | #define HAVE_SYS_PARAM_H 1
  1576. | #define HAVE_SYS_POLL_H 1
  1577. | #define HAVE_SYS_RESOURCE_H 1
  1578. | #define HAVE_SYS_TIME_H 1
  1579. | #define HAVE_SYS_TIMES_H 1
  1580. | #define HAVE_SYS_WAIT_H 1
  1581. | #define HAVE_UNISTD_H 1
  1582. | #define HAVE_VALUES_H 1
  1583. | #define HAVE_SYS_SELECT_H 1
  1584. | #define HAVE_SYS_TYPES_H 1
  1585. | #define HAVE_STDINT_H 1
  1586. | #define HAVE_INTTYPES_H 1
  1587. | #define HAVE_SCHED_H 1
  1588. | #define HAVE_MALLOC_H 1
  1589. | #define HAVE_SYS_VFS_H 1
  1590. | #define HAVE_SYS_MOUNT_H 1
  1591. | /* end confdefs.h. */
  1592. | #include <stdio.h>
  1593. | #ifdef HAVE_SYS_TYPES_H
  1594. | # include <sys/types.h>
  1595. | #endif
  1596. | #ifdef HAVE_SYS_STAT_H
  1597. | # include <sys/stat.h>
  1598. | #endif
  1599. | #ifdef STDC_HEADERS
  1600. | # include <stdlib.h>
  1601. | # include <stddef.h>
  1602. | #else
  1603. | # ifdef HAVE_STDLIB_H
  1604. | # include <stdlib.h>
  1605. | # endif
  1606. | #endif
  1607. | #ifdef HAVE_STRING_H
  1608. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1609. | # include <memory.h>
  1610. | # endif
  1611. | # include <string.h>
  1612. | #endif
  1613. | #ifdef HAVE_STRINGS_H
  1614. | # include <strings.h>
  1615. | #endif
  1616. | #ifdef HAVE_INTTYPES_H
  1617. | # include <inttypes.h>
  1618. | #endif
  1619. | #ifdef HAVE_STDINT_H
  1620. | # include <stdint.h>
  1621. | #endif
  1622. | #ifdef HAVE_UNISTD_H
  1623. | # include <unistd.h>
  1624. | #endif
  1625. | #include <sys/vmount.h>
  1626. configure:22602: result: no
  1627. configure:22602: checking sys/vmount.h presence
  1628. configure:22602: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1629. conftest.c:73:24: error: sys/vmount.h: No such file or directory
  1630. configure:22602: $? = 1
  1631. configure: failed program was:
  1632. | /* confdefs.h */
  1633. | #define PACKAGE_NAME "glib"
  1634. | #define PACKAGE_TARNAME "glib"
  1635. | #define PACKAGE_VERSION "2.28.6"
  1636. | #define PACKAGE_STRING "glib 2.28.6"
  1637. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1638. | #define PACKAGE_URL ""
  1639. | #define GLIB_MAJOR_VERSION 2
  1640. | #define GLIB_MINOR_VERSION 28
  1641. | #define GLIB_MICRO_VERSION 6
  1642. | #define GLIB_INTERFACE_AGE 6
  1643. | #define GLIB_BINARY_AGE 2806
  1644. | #define _FILE_OFFSET_BITS 64
  1645. | #define HAVE_LOCALE_H 1
  1646. | #define HAVE_LC_MESSAGES 1
  1647. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1648. | #define HAVE_GETTEXT 1
  1649. | #define HAVE_DCGETTEXT 1
  1650. | #define ENABLE_NLS 1
  1651. | #define GETTEXT_PACKAGE "glib20"
  1652. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1653. | #define HAVE_DLFCN_H 1
  1654. | #define LT_OBJDIR ".libs/"
  1655. | #define STDC_HEADERS 1
  1656. | #define HAVE_VPRINTF 1
  1657. | #define HAVE_ALLOCA_H 1
  1658. | #define HAVE_ALLOCA 1
  1659. | #define HAVE_MMAP 1
  1660. | #define HAVE_POSIX_MEMALIGN 1
  1661. | #define HAVE_MEMALIGN 1
  1662. | #define HAVE_VALLOC 1
  1663. | #define HAVE_FSYNC 1
  1664. | #define HAVE_PIPE2 1
  1665. | #define HAVE_ATEXIT 1
  1666. | #define HAVE_ON_EXIT 1
  1667. | #define HAVE_TIMEGM 1
  1668. | #define HAVE_GMTIME_R 1
  1669. | #define SIZEOF_CHAR 1
  1670. | #define SIZEOF_SHORT 2
  1671. | #define SIZEOF_LONG 4
  1672. | #define SIZEOF_INT 4
  1673. | #define SIZEOF_VOID_P 4
  1674. | #define SIZEOF_LONG_LONG 8
  1675. | #define SIZEOF___INT64 0
  1676. | #define HAVE_LONG_LONG_FORMAT 1
  1677. | #define SANE_MALLOC_PROTOS 1
  1678. | #define G_HAVE___INLINE 1
  1679. | #define G_HAVE___INLINE__ 1
  1680. | #define G_HAVE_INLINE 1
  1681. | #define HAVE_DOWHILE_MACROS 1
  1682. | #define HAVE_DIRENT_H 1
  1683. | #define HAVE_FLOAT_H 1
  1684. | #define HAVE_LIMITS_H 1
  1685. | #define HAVE_PWD_H 1
  1686. | #define HAVE_GRP_H 1
  1687. | #define HAVE_SYS_PARAM_H 1
  1688. | #define HAVE_SYS_POLL_H 1
  1689. | #define HAVE_SYS_RESOURCE_H 1
  1690. | #define HAVE_SYS_TIME_H 1
  1691. | #define HAVE_SYS_TIMES_H 1
  1692. | #define HAVE_SYS_WAIT_H 1
  1693. | #define HAVE_UNISTD_H 1
  1694. | #define HAVE_VALUES_H 1
  1695. | #define HAVE_SYS_SELECT_H 1
  1696. | #define HAVE_SYS_TYPES_H 1
  1697. | #define HAVE_STDINT_H 1
  1698. | #define HAVE_INTTYPES_H 1
  1699. | #define HAVE_SCHED_H 1
  1700. | #define HAVE_MALLOC_H 1
  1701. | #define HAVE_SYS_VFS_H 1
  1702. | #define HAVE_SYS_MOUNT_H 1
  1703. | /* end confdefs.h. */
  1704. | #include <sys/vmount.h>
  1705. configure:22602: result: no
  1706. configure:22602: checking for sys/vmount.h
  1707. configure:22602: result: no
  1708. configure:22602: checking sys/statfs.h usability
  1709. configure:22602: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1710. configure:22602: $? = 0
  1711. configure:22602: result: yes
  1712. configure:22602: checking sys/statfs.h presence
  1713. configure:22602: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1714. configure:22602: $? = 0
  1715. configure:22602: result: yes
  1716. configure:22602: checking for sys/statfs.h
  1717. configure:22602: result: yes
  1718. configure:22602: checking sys/statvfs.h usability
  1719. configure:22602: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1720. configure:22602: $? = 0
  1721. configure:22602: result: yes
  1722. configure:22602: checking sys/statvfs.h presence
  1723. configure:22602: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1724. configure:22602: $? = 0
  1725. configure:22602: result: yes
  1726. configure:22602: checking for sys/statvfs.h
  1727. configure:22602: result: yes
  1728. configure:22615: checking mntent.h usability
  1729. configure:22615: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1730. configure:22615: $? = 0
  1731. configure:22615: result: yes
  1732. configure:22615: checking mntent.h presence
  1733. configure:22615: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1734. configure:22615: $? = 0
  1735. configure:22615: result: yes
  1736. configure:22615: checking for mntent.h
  1737. configure:22615: result: yes
  1738. configure:22615: checking sys/mnttab.h usability
  1739. configure:22615: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1740. conftest.c:109:24: error: sys/mnttab.h: No such file or directory
  1741. configure:22615: $? = 1
  1742. configure: failed program was:
  1743. | /* confdefs.h */
  1744. | #define PACKAGE_NAME "glib"
  1745. | #define PACKAGE_TARNAME "glib"
  1746. | #define PACKAGE_VERSION "2.28.6"
  1747. | #define PACKAGE_STRING "glib 2.28.6"
  1748. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1749. | #define PACKAGE_URL ""
  1750. | #define GLIB_MAJOR_VERSION 2
  1751. | #define GLIB_MINOR_VERSION 28
  1752. | #define GLIB_MICRO_VERSION 6
  1753. | #define GLIB_INTERFACE_AGE 6
  1754. | #define GLIB_BINARY_AGE 2806
  1755. | #define _FILE_OFFSET_BITS 64
  1756. | #define HAVE_LOCALE_H 1
  1757. | #define HAVE_LC_MESSAGES 1
  1758. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1759. | #define HAVE_GETTEXT 1
  1760. | #define HAVE_DCGETTEXT 1
  1761. | #define ENABLE_NLS 1
  1762. | #define GETTEXT_PACKAGE "glib20"
  1763. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1764. | #define HAVE_DLFCN_H 1
  1765. | #define LT_OBJDIR ".libs/"
  1766. | #define STDC_HEADERS 1
  1767. | #define HAVE_VPRINTF 1
  1768. | #define HAVE_ALLOCA_H 1
  1769. | #define HAVE_ALLOCA 1
  1770. | #define HAVE_MMAP 1
  1771. | #define HAVE_POSIX_MEMALIGN 1
  1772. | #define HAVE_MEMALIGN 1
  1773. | #define HAVE_VALLOC 1
  1774. | #define HAVE_FSYNC 1
  1775. | #define HAVE_PIPE2 1
  1776. | #define HAVE_ATEXIT 1
  1777. | #define HAVE_ON_EXIT 1
  1778. | #define HAVE_TIMEGM 1
  1779. | #define HAVE_GMTIME_R 1
  1780. | #define SIZEOF_CHAR 1
  1781. | #define SIZEOF_SHORT 2
  1782. | #define SIZEOF_LONG 4
  1783. | #define SIZEOF_INT 4
  1784. | #define SIZEOF_VOID_P 4
  1785. | #define SIZEOF_LONG_LONG 8
  1786. | #define SIZEOF___INT64 0
  1787. | #define HAVE_LONG_LONG_FORMAT 1
  1788. | #define SANE_MALLOC_PROTOS 1
  1789. | #define G_HAVE___INLINE 1
  1790. | #define G_HAVE___INLINE__ 1
  1791. | #define G_HAVE_INLINE 1
  1792. | #define HAVE_DOWHILE_MACROS 1
  1793. | #define HAVE_DIRENT_H 1
  1794. | #define HAVE_FLOAT_H 1
  1795. | #define HAVE_LIMITS_H 1
  1796. | #define HAVE_PWD_H 1
  1797. | #define HAVE_GRP_H 1
  1798. | #define HAVE_SYS_PARAM_H 1
  1799. | #define HAVE_SYS_POLL_H 1
  1800. | #define HAVE_SYS_RESOURCE_H 1
  1801. | #define HAVE_SYS_TIME_H 1
  1802. | #define HAVE_SYS_TIMES_H 1
  1803. | #define HAVE_SYS_WAIT_H 1
  1804. | #define HAVE_UNISTD_H 1
  1805. | #define HAVE_VALUES_H 1
  1806. | #define HAVE_SYS_SELECT_H 1
  1807. | #define HAVE_SYS_TYPES_H 1
  1808. | #define HAVE_STDINT_H 1
  1809. | #define HAVE_INTTYPES_H 1
  1810. | #define HAVE_SCHED_H 1
  1811. | #define HAVE_MALLOC_H 1
  1812. | #define HAVE_SYS_VFS_H 1
  1813. | #define HAVE_SYS_MOUNT_H 1
  1814. | #define HAVE_SYS_STATFS_H 1
  1815. | #define HAVE_SYS_STATVFS_H 1
  1816. | #define HAVE_MNTENT_H 1
  1817. | /* end confdefs.h. */
  1818. | #include <stdio.h>
  1819. | #ifdef HAVE_SYS_TYPES_H
  1820. | # include <sys/types.h>
  1821. | #endif
  1822. | #ifdef HAVE_SYS_STAT_H
  1823. | # include <sys/stat.h>
  1824. | #endif
  1825. | #ifdef STDC_HEADERS
  1826. | # include <stdlib.h>
  1827. | # include <stddef.h>
  1828. | #else
  1829. | # ifdef HAVE_STDLIB_H
  1830. | # include <stdlib.h>
  1831. | # endif
  1832. | #endif
  1833. | #ifdef HAVE_STRING_H
  1834. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1835. | # include <memory.h>
  1836. | # endif
  1837. | # include <string.h>
  1838. | #endif
  1839. | #ifdef HAVE_STRINGS_H
  1840. | # include <strings.h>
  1841. | #endif
  1842. | #ifdef HAVE_INTTYPES_H
  1843. | # include <inttypes.h>
  1844. | #endif
  1845. | #ifdef HAVE_STDINT_H
  1846. | # include <stdint.h>
  1847. | #endif
  1848. | #ifdef HAVE_UNISTD_H
  1849. | # include <unistd.h>
  1850. | #endif
  1851. | #include <sys/mnttab.h>
  1852. configure:22615: result: no
  1853. configure:22615: checking sys/mnttab.h presence
  1854. configure:22615: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  1855. conftest.c:76:24: error: sys/mnttab.h: No such file or directory
  1856. configure:22615: $? = 1
  1857. configure: failed program was:
  1858. | /* confdefs.h */
  1859. | #define PACKAGE_NAME "glib"
  1860. | #define PACKAGE_TARNAME "glib"
  1861. | #define PACKAGE_VERSION "2.28.6"
  1862. | #define PACKAGE_STRING "glib 2.28.6"
  1863. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1864. | #define PACKAGE_URL ""
  1865. | #define GLIB_MAJOR_VERSION 2
  1866. | #define GLIB_MINOR_VERSION 28
  1867. | #define GLIB_MICRO_VERSION 6
  1868. | #define GLIB_INTERFACE_AGE 6
  1869. | #define GLIB_BINARY_AGE 2806
  1870. | #define _FILE_OFFSET_BITS 64
  1871. | #define HAVE_LOCALE_H 1
  1872. | #define HAVE_LC_MESSAGES 1
  1873. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1874. | #define HAVE_GETTEXT 1
  1875. | #define HAVE_DCGETTEXT 1
  1876. | #define ENABLE_NLS 1
  1877. | #define GETTEXT_PACKAGE "glib20"
  1878. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1879. | #define HAVE_DLFCN_H 1
  1880. | #define LT_OBJDIR ".libs/"
  1881. | #define STDC_HEADERS 1
  1882. | #define HAVE_VPRINTF 1
  1883. | #define HAVE_ALLOCA_H 1
  1884. | #define HAVE_ALLOCA 1
  1885. | #define HAVE_MMAP 1
  1886. | #define HAVE_POSIX_MEMALIGN 1
  1887. | #define HAVE_MEMALIGN 1
  1888. | #define HAVE_VALLOC 1
  1889. | #define HAVE_FSYNC 1
  1890. | #define HAVE_PIPE2 1
  1891. | #define HAVE_ATEXIT 1
  1892. | #define HAVE_ON_EXIT 1
  1893. | #define HAVE_TIMEGM 1
  1894. | #define HAVE_GMTIME_R 1
  1895. | #define SIZEOF_CHAR 1
  1896. | #define SIZEOF_SHORT 2
  1897. | #define SIZEOF_LONG 4
  1898. | #define SIZEOF_INT 4
  1899. | #define SIZEOF_VOID_P 4
  1900. | #define SIZEOF_LONG_LONG 8
  1901. | #define SIZEOF___INT64 0
  1902. | #define HAVE_LONG_LONG_FORMAT 1
  1903. | #define SANE_MALLOC_PROTOS 1
  1904. | #define G_HAVE___INLINE 1
  1905. | #define G_HAVE___INLINE__ 1
  1906. | #define G_HAVE_INLINE 1
  1907. | #define HAVE_DOWHILE_MACROS 1
  1908. | #define HAVE_DIRENT_H 1
  1909. | #define HAVE_FLOAT_H 1
  1910. | #define HAVE_LIMITS_H 1
  1911. | #define HAVE_PWD_H 1
  1912. | #define HAVE_GRP_H 1
  1913. | #define HAVE_SYS_PARAM_H 1
  1914. | #define HAVE_SYS_POLL_H 1
  1915. | #define HAVE_SYS_RESOURCE_H 1
  1916. | #define HAVE_SYS_TIME_H 1
  1917. | #define HAVE_SYS_TIMES_H 1
  1918. | #define HAVE_SYS_WAIT_H 1
  1919. | #define HAVE_UNISTD_H 1
  1920. | #define HAVE_VALUES_H 1
  1921. | #define HAVE_SYS_SELECT_H 1
  1922. | #define HAVE_SYS_TYPES_H 1
  1923. | #define HAVE_STDINT_H 1
  1924. | #define HAVE_INTTYPES_H 1
  1925. | #define HAVE_SCHED_H 1
  1926. | #define HAVE_MALLOC_H 1
  1927. | #define HAVE_SYS_VFS_H 1
  1928. | #define HAVE_SYS_MOUNT_H 1
  1929. | #define HAVE_SYS_STATFS_H 1
  1930. | #define HAVE_SYS_STATVFS_H 1
  1931. | #define HAVE_MNTENT_H 1
  1932. | /* end confdefs.h. */
  1933. | #include <sys/mnttab.h>
  1934. configure:22615: result: no
  1935. configure:22615: checking for sys/mnttab.h
  1936. configure:22615: result: no
  1937. configure:22615: checking sys/vfstab.h usability
  1938. configure:22615: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  1939. conftest.c:109:24: error: sys/vfstab.h: No such file or directory
  1940. configure:22615: $? = 1
  1941. configure: failed program was:
  1942. | /* confdefs.h */
  1943. | #define PACKAGE_NAME "glib"
  1944. | #define PACKAGE_TARNAME "glib"
  1945. | #define PACKAGE_VERSION "2.28.6"
  1946. | #define PACKAGE_STRING "glib 2.28.6"
  1947. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  1948. | #define PACKAGE_URL ""
  1949. | #define GLIB_MAJOR_VERSION 2
  1950. | #define GLIB_MINOR_VERSION 28
  1951. | #define GLIB_MICRO_VERSION 6
  1952. | #define GLIB_INTERFACE_AGE 6
  1953. | #define GLIB_BINARY_AGE 2806
  1954. | #define _FILE_OFFSET_BITS 64
  1955. | #define HAVE_LOCALE_H 1
  1956. | #define HAVE_LC_MESSAGES 1
  1957. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1958. | #define HAVE_GETTEXT 1
  1959. | #define HAVE_DCGETTEXT 1
  1960. | #define ENABLE_NLS 1
  1961. | #define GETTEXT_PACKAGE "glib20"
  1962. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  1963. | #define HAVE_DLFCN_H 1
  1964. | #define LT_OBJDIR ".libs/"
  1965. | #define STDC_HEADERS 1
  1966. | #define HAVE_VPRINTF 1
  1967. | #define HAVE_ALLOCA_H 1
  1968. | #define HAVE_ALLOCA 1
  1969. | #define HAVE_MMAP 1
  1970. | #define HAVE_POSIX_MEMALIGN 1
  1971. | #define HAVE_MEMALIGN 1
  1972. | #define HAVE_VALLOC 1
  1973. | #define HAVE_FSYNC 1
  1974. | #define HAVE_PIPE2 1
  1975. | #define HAVE_ATEXIT 1
  1976. | #define HAVE_ON_EXIT 1
  1977. | #define HAVE_TIMEGM 1
  1978. | #define HAVE_GMTIME_R 1
  1979. | #define SIZEOF_CHAR 1
  1980. | #define SIZEOF_SHORT 2
  1981. | #define SIZEOF_LONG 4
  1982. | #define SIZEOF_INT 4
  1983. | #define SIZEOF_VOID_P 4
  1984. | #define SIZEOF_LONG_LONG 8
  1985. | #define SIZEOF___INT64 0
  1986. | #define HAVE_LONG_LONG_FORMAT 1
  1987. | #define SANE_MALLOC_PROTOS 1
  1988. | #define G_HAVE___INLINE 1
  1989. | #define G_HAVE___INLINE__ 1
  1990. | #define G_HAVE_INLINE 1
  1991. | #define HAVE_DOWHILE_MACROS 1
  1992. | #define HAVE_DIRENT_H 1
  1993. | #define HAVE_FLOAT_H 1
  1994. | #define HAVE_LIMITS_H 1
  1995. | #define HAVE_PWD_H 1
  1996. | #define HAVE_GRP_H 1
  1997. | #define HAVE_SYS_PARAM_H 1
  1998. | #define HAVE_SYS_POLL_H 1
  1999. | #define HAVE_SYS_RESOURCE_H 1
  2000. | #define HAVE_SYS_TIME_H 1
  2001. | #define HAVE_SYS_TIMES_H 1
  2002. | #define HAVE_SYS_WAIT_H 1
  2003. | #define HAVE_UNISTD_H 1
  2004. | #define HAVE_VALUES_H 1
  2005. | #define HAVE_SYS_SELECT_H 1
  2006. | #define HAVE_SYS_TYPES_H 1
  2007. | #define HAVE_STDINT_H 1
  2008. | #define HAVE_INTTYPES_H 1
  2009. | #define HAVE_SCHED_H 1
  2010. | #define HAVE_MALLOC_H 1
  2011. | #define HAVE_SYS_VFS_H 1
  2012. | #define HAVE_SYS_MOUNT_H 1
  2013. | #define HAVE_SYS_STATFS_H 1
  2014. | #define HAVE_SYS_STATVFS_H 1
  2015. | #define HAVE_MNTENT_H 1
  2016. | /* end confdefs.h. */
  2017. | #include <stdio.h>
  2018. | #ifdef HAVE_SYS_TYPES_H
  2019. | # include <sys/types.h>
  2020. | #endif
  2021. | #ifdef HAVE_SYS_STAT_H
  2022. | # include <sys/stat.h>
  2023. | #endif
  2024. | #ifdef STDC_HEADERS
  2025. | # include <stdlib.h>
  2026. | # include <stddef.h>
  2027. | #else
  2028. | # ifdef HAVE_STDLIB_H
  2029. | # include <stdlib.h>
  2030. | # endif
  2031. | #endif
  2032. | #ifdef HAVE_STRING_H
  2033. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2034. | # include <memory.h>
  2035. | # endif
  2036. | # include <string.h>
  2037. | #endif
  2038. | #ifdef HAVE_STRINGS_H
  2039. | # include <strings.h>
  2040. | #endif
  2041. | #ifdef HAVE_INTTYPES_H
  2042. | # include <inttypes.h>
  2043. | #endif
  2044. | #ifdef HAVE_STDINT_H
  2045. | # include <stdint.h>
  2046. | #endif
  2047. | #ifdef HAVE_UNISTD_H
  2048. | # include <unistd.h>
  2049. | #endif
  2050. | #include <sys/vfstab.h>
  2051. configure:22615: result: no
  2052. configure:22615: checking sys/vfstab.h presence
  2053. configure:22615: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2054. conftest.c:76:24: error: sys/vfstab.h: No such file or directory
  2055. configure:22615: $? = 1
  2056. configure: failed program was:
  2057. | /* confdefs.h */
  2058. | #define PACKAGE_NAME "glib"
  2059. | #define PACKAGE_TARNAME "glib"
  2060. | #define PACKAGE_VERSION "2.28.6"
  2061. | #define PACKAGE_STRING "glib 2.28.6"
  2062. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2063. | #define PACKAGE_URL ""
  2064. | #define GLIB_MAJOR_VERSION 2
  2065. | #define GLIB_MINOR_VERSION 28
  2066. | #define GLIB_MICRO_VERSION 6
  2067. | #define GLIB_INTERFACE_AGE 6
  2068. | #define GLIB_BINARY_AGE 2806
  2069. | #define _FILE_OFFSET_BITS 64
  2070. | #define HAVE_LOCALE_H 1
  2071. | #define HAVE_LC_MESSAGES 1
  2072. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2073. | #define HAVE_GETTEXT 1
  2074. | #define HAVE_DCGETTEXT 1
  2075. | #define ENABLE_NLS 1
  2076. | #define GETTEXT_PACKAGE "glib20"
  2077. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2078. | #define HAVE_DLFCN_H 1
  2079. | #define LT_OBJDIR ".libs/"
  2080. | #define STDC_HEADERS 1
  2081. | #define HAVE_VPRINTF 1
  2082. | #define HAVE_ALLOCA_H 1
  2083. | #define HAVE_ALLOCA 1
  2084. | #define HAVE_MMAP 1
  2085. | #define HAVE_POSIX_MEMALIGN 1
  2086. | #define HAVE_MEMALIGN 1
  2087. | #define HAVE_VALLOC 1
  2088. | #define HAVE_FSYNC 1
  2089. | #define HAVE_PIPE2 1
  2090. | #define HAVE_ATEXIT 1
  2091. | #define HAVE_ON_EXIT 1
  2092. | #define HAVE_TIMEGM 1
  2093. | #define HAVE_GMTIME_R 1
  2094. | #define SIZEOF_CHAR 1
  2095. | #define SIZEOF_SHORT 2
  2096. | #define SIZEOF_LONG 4
  2097. | #define SIZEOF_INT 4
  2098. | #define SIZEOF_VOID_P 4
  2099. | #define SIZEOF_LONG_LONG 8
  2100. | #define SIZEOF___INT64 0
  2101. | #define HAVE_LONG_LONG_FORMAT 1
  2102. | #define SANE_MALLOC_PROTOS 1
  2103. | #define G_HAVE___INLINE 1
  2104. | #define G_HAVE___INLINE__ 1
  2105. | #define G_HAVE_INLINE 1
  2106. | #define HAVE_DOWHILE_MACROS 1
  2107. | #define HAVE_DIRENT_H 1
  2108. | #define HAVE_FLOAT_H 1
  2109. | #define HAVE_LIMITS_H 1
  2110. | #define HAVE_PWD_H 1
  2111. | #define HAVE_GRP_H 1
  2112. | #define HAVE_SYS_PARAM_H 1
  2113. | #define HAVE_SYS_POLL_H 1
  2114. | #define HAVE_SYS_RESOURCE_H 1
  2115. | #define HAVE_SYS_TIME_H 1
  2116. | #define HAVE_SYS_TIMES_H 1
  2117. | #define HAVE_SYS_WAIT_H 1
  2118. | #define HAVE_UNISTD_H 1
  2119. | #define HAVE_VALUES_H 1
  2120. | #define HAVE_SYS_SELECT_H 1
  2121. | #define HAVE_SYS_TYPES_H 1
  2122. | #define HAVE_STDINT_H 1
  2123. | #define HAVE_INTTYPES_H 1
  2124. | #define HAVE_SCHED_H 1
  2125. | #define HAVE_MALLOC_H 1
  2126. | #define HAVE_SYS_VFS_H 1
  2127. | #define HAVE_SYS_MOUNT_H 1
  2128. | #define HAVE_SYS_STATFS_H 1
  2129. | #define HAVE_SYS_STATVFS_H 1
  2130. | #define HAVE_MNTENT_H 1
  2131. | /* end confdefs.h. */
  2132. | #include <sys/vfstab.h>
  2133. configure:22615: result: no
  2134. configure:22615: checking for sys/vfstab.h
  2135. configure:22615: result: no
  2136. configure:22615: checking sys/mntctl.h usability
  2137. configure:22615: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2138. conftest.c:109:24: error: sys/mntctl.h: No such file or directory
  2139. configure:22615: $? = 1
  2140. configure: failed program was:
  2141. | /* confdefs.h */
  2142. | #define PACKAGE_NAME "glib"
  2143. | #define PACKAGE_TARNAME "glib"
  2144. | #define PACKAGE_VERSION "2.28.6"
  2145. | #define PACKAGE_STRING "glib 2.28.6"
  2146. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2147. | #define PACKAGE_URL ""
  2148. | #define GLIB_MAJOR_VERSION 2
  2149. | #define GLIB_MINOR_VERSION 28
  2150. | #define GLIB_MICRO_VERSION 6
  2151. | #define GLIB_INTERFACE_AGE 6
  2152. | #define GLIB_BINARY_AGE 2806
  2153. | #define _FILE_OFFSET_BITS 64
  2154. | #define HAVE_LOCALE_H 1
  2155. | #define HAVE_LC_MESSAGES 1
  2156. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2157. | #define HAVE_GETTEXT 1
  2158. | #define HAVE_DCGETTEXT 1
  2159. | #define ENABLE_NLS 1
  2160. | #define GETTEXT_PACKAGE "glib20"
  2161. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2162. | #define HAVE_DLFCN_H 1
  2163. | #define LT_OBJDIR ".libs/"
  2164. | #define STDC_HEADERS 1
  2165. | #define HAVE_VPRINTF 1
  2166. | #define HAVE_ALLOCA_H 1
  2167. | #define HAVE_ALLOCA 1
  2168. | #define HAVE_MMAP 1
  2169. | #define HAVE_POSIX_MEMALIGN 1
  2170. | #define HAVE_MEMALIGN 1
  2171. | #define HAVE_VALLOC 1
  2172. | #define HAVE_FSYNC 1
  2173. | #define HAVE_PIPE2 1
  2174. | #define HAVE_ATEXIT 1
  2175. | #define HAVE_ON_EXIT 1
  2176. | #define HAVE_TIMEGM 1
  2177. | #define HAVE_GMTIME_R 1
  2178. | #define SIZEOF_CHAR 1
  2179. | #define SIZEOF_SHORT 2
  2180. | #define SIZEOF_LONG 4
  2181. | #define SIZEOF_INT 4
  2182. | #define SIZEOF_VOID_P 4
  2183. | #define SIZEOF_LONG_LONG 8
  2184. | #define SIZEOF___INT64 0
  2185. | #define HAVE_LONG_LONG_FORMAT 1
  2186. | #define SANE_MALLOC_PROTOS 1
  2187. | #define G_HAVE___INLINE 1
  2188. | #define G_HAVE___INLINE__ 1
  2189. | #define G_HAVE_INLINE 1
  2190. | #define HAVE_DOWHILE_MACROS 1
  2191. | #define HAVE_DIRENT_H 1
  2192. | #define HAVE_FLOAT_H 1
  2193. | #define HAVE_LIMITS_H 1
  2194. | #define HAVE_PWD_H 1
  2195. | #define HAVE_GRP_H 1
  2196. | #define HAVE_SYS_PARAM_H 1
  2197. | #define HAVE_SYS_POLL_H 1
  2198. | #define HAVE_SYS_RESOURCE_H 1
  2199. | #define HAVE_SYS_TIME_H 1
  2200. | #define HAVE_SYS_TIMES_H 1
  2201. | #define HAVE_SYS_WAIT_H 1
  2202. | #define HAVE_UNISTD_H 1
  2203. | #define HAVE_VALUES_H 1
  2204. | #define HAVE_SYS_SELECT_H 1
  2205. | #define HAVE_SYS_TYPES_H 1
  2206. | #define HAVE_STDINT_H 1
  2207. | #define HAVE_INTTYPES_H 1
  2208. | #define HAVE_SCHED_H 1
  2209. | #define HAVE_MALLOC_H 1
  2210. | #define HAVE_SYS_VFS_H 1
  2211. | #define HAVE_SYS_MOUNT_H 1
  2212. | #define HAVE_SYS_STATFS_H 1
  2213. | #define HAVE_SYS_STATVFS_H 1
  2214. | #define HAVE_MNTENT_H 1
  2215. | /* end confdefs.h. */
  2216. | #include <stdio.h>
  2217. | #ifdef HAVE_SYS_TYPES_H
  2218. | # include <sys/types.h>
  2219. | #endif
  2220. | #ifdef HAVE_SYS_STAT_H
  2221. | # include <sys/stat.h>
  2222. | #endif
  2223. | #ifdef STDC_HEADERS
  2224. | # include <stdlib.h>
  2225. | # include <stddef.h>
  2226. | #else
  2227. | # ifdef HAVE_STDLIB_H
  2228. | # include <stdlib.h>
  2229. | # endif
  2230. | #endif
  2231. | #ifdef HAVE_STRING_H
  2232. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2233. | # include <memory.h>
  2234. | # endif
  2235. | # include <string.h>
  2236. | #endif
  2237. | #ifdef HAVE_STRINGS_H
  2238. | # include <strings.h>
  2239. | #endif
  2240. | #ifdef HAVE_INTTYPES_H
  2241. | # include <inttypes.h>
  2242. | #endif
  2243. | #ifdef HAVE_STDINT_H
  2244. | # include <stdint.h>
  2245. | #endif
  2246. | #ifdef HAVE_UNISTD_H
  2247. | # include <unistd.h>
  2248. | #endif
  2249. | #include <sys/mntctl.h>
  2250. configure:22615: result: no
  2251. configure:22615: checking sys/mntctl.h presence
  2252. configure:22615: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2253. conftest.c:76:24: error: sys/mntctl.h: No such file or directory
  2254. configure:22615: $? = 1
  2255. configure: failed program was:
  2256. | /* confdefs.h */
  2257. | #define PACKAGE_NAME "glib"
  2258. | #define PACKAGE_TARNAME "glib"
  2259. | #define PACKAGE_VERSION "2.28.6"
  2260. | #define PACKAGE_STRING "glib 2.28.6"
  2261. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2262. | #define PACKAGE_URL ""
  2263. | #define GLIB_MAJOR_VERSION 2
  2264. | #define GLIB_MINOR_VERSION 28
  2265. | #define GLIB_MICRO_VERSION 6
  2266. | #define GLIB_INTERFACE_AGE 6
  2267. | #define GLIB_BINARY_AGE 2806
  2268. | #define _FILE_OFFSET_BITS 64
  2269. | #define HAVE_LOCALE_H 1
  2270. | #define HAVE_LC_MESSAGES 1
  2271. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2272. | #define HAVE_GETTEXT 1
  2273. | #define HAVE_DCGETTEXT 1
  2274. | #define ENABLE_NLS 1
  2275. | #define GETTEXT_PACKAGE "glib20"
  2276. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2277. | #define HAVE_DLFCN_H 1
  2278. | #define LT_OBJDIR ".libs/"
  2279. | #define STDC_HEADERS 1
  2280. | #define HAVE_VPRINTF 1
  2281. | #define HAVE_ALLOCA_H 1
  2282. | #define HAVE_ALLOCA 1
  2283. | #define HAVE_MMAP 1
  2284. | #define HAVE_POSIX_MEMALIGN 1
  2285. | #define HAVE_MEMALIGN 1
  2286. | #define HAVE_VALLOC 1
  2287. | #define HAVE_FSYNC 1
  2288. | #define HAVE_PIPE2 1
  2289. | #define HAVE_ATEXIT 1
  2290. | #define HAVE_ON_EXIT 1
  2291. | #define HAVE_TIMEGM 1
  2292. | #define HAVE_GMTIME_R 1
  2293. | #define SIZEOF_CHAR 1
  2294. | #define SIZEOF_SHORT 2
  2295. | #define SIZEOF_LONG 4
  2296. | #define SIZEOF_INT 4
  2297. | #define SIZEOF_VOID_P 4
  2298. | #define SIZEOF_LONG_LONG 8
  2299. | #define SIZEOF___INT64 0
  2300. | #define HAVE_LONG_LONG_FORMAT 1
  2301. | #define SANE_MALLOC_PROTOS 1
  2302. | #define G_HAVE___INLINE 1
  2303. | #define G_HAVE___INLINE__ 1
  2304. | #define G_HAVE_INLINE 1
  2305. | #define HAVE_DOWHILE_MACROS 1
  2306. | #define HAVE_DIRENT_H 1
  2307. | #define HAVE_FLOAT_H 1
  2308. | #define HAVE_LIMITS_H 1
  2309. | #define HAVE_PWD_H 1
  2310. | #define HAVE_GRP_H 1
  2311. | #define HAVE_SYS_PARAM_H 1
  2312. | #define HAVE_SYS_POLL_H 1
  2313. | #define HAVE_SYS_RESOURCE_H 1
  2314. | #define HAVE_SYS_TIME_H 1
  2315. | #define HAVE_SYS_TIMES_H 1
  2316. | #define HAVE_SYS_WAIT_H 1
  2317. | #define HAVE_UNISTD_H 1
  2318. | #define HAVE_VALUES_H 1
  2319. | #define HAVE_SYS_SELECT_H 1
  2320. | #define HAVE_SYS_TYPES_H 1
  2321. | #define HAVE_STDINT_H 1
  2322. | #define HAVE_INTTYPES_H 1
  2323. | #define HAVE_SCHED_H 1
  2324. | #define HAVE_MALLOC_H 1
  2325. | #define HAVE_SYS_VFS_H 1
  2326. | #define HAVE_SYS_MOUNT_H 1
  2327. | #define HAVE_SYS_STATFS_H 1
  2328. | #define HAVE_SYS_STATVFS_H 1
  2329. | #define HAVE_MNTENT_H 1
  2330. | /* end confdefs.h. */
  2331. | #include <sys/mntctl.h>
  2332. configure:22615: result: no
  2333. configure:22615: checking for sys/mntctl.h
  2334. configure:22615: result: no
  2335. configure:22615: checking sys/sysctl.h usability
  2336. configure:22615: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2337. configure:22615: $? = 0
  2338. configure:22615: result: yes
  2339. configure:22615: checking sys/sysctl.h presence
  2340. configure:22615: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2341. configure:22615: $? = 0
  2342. configure:22615: result: yes
  2343. configure:22615: checking for sys/sysctl.h
  2344. configure:22615: result: yes
  2345. configure:22615: checking fstab.h usability
  2346. configure:22615: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2347. configure:22615: $? = 0
  2348. configure:22615: result: yes
  2349. configure:22615: checking fstab.h presence
  2350. configure:22615: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2351. configure:22615: $? = 0
  2352. configure:22615: result: yes
  2353. configure:22615: checking for fstab.h
  2354. configure:22615: result: yes
  2355. configure:22628: checking sys/uio.h usability
  2356. configure:22628: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2357. configure:22628: $? = 0
  2358. configure:22628: result: yes
  2359. configure:22628: checking sys/uio.h presence
  2360. configure:22628: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2361. configure:22628: $? = 0
  2362. configure:22628: result: yes
  2363. configure:22628: checking for sys/uio.h
  2364. configure:22628: result: yes
  2365. configure:22628: checking sys/mkdev.h usability
  2366. configure:22628: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2367. conftest.c:112:23: error: sys/mkdev.h: No such file or directory
  2368. configure:22628: $? = 1
  2369. configure: failed program was:
  2370. | /* confdefs.h */
  2371. | #define PACKAGE_NAME "glib"
  2372. | #define PACKAGE_TARNAME "glib"
  2373. | #define PACKAGE_VERSION "2.28.6"
  2374. | #define PACKAGE_STRING "glib 2.28.6"
  2375. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2376. | #define PACKAGE_URL ""
  2377. | #define GLIB_MAJOR_VERSION 2
  2378. | #define GLIB_MINOR_VERSION 28
  2379. | #define GLIB_MICRO_VERSION 6
  2380. | #define GLIB_INTERFACE_AGE 6
  2381. | #define GLIB_BINARY_AGE 2806
  2382. | #define _FILE_OFFSET_BITS 64
  2383. | #define HAVE_LOCALE_H 1
  2384. | #define HAVE_LC_MESSAGES 1
  2385. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2386. | #define HAVE_GETTEXT 1
  2387. | #define HAVE_DCGETTEXT 1
  2388. | #define ENABLE_NLS 1
  2389. | #define GETTEXT_PACKAGE "glib20"
  2390. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2391. | #define HAVE_DLFCN_H 1
  2392. | #define LT_OBJDIR ".libs/"
  2393. | #define STDC_HEADERS 1
  2394. | #define HAVE_VPRINTF 1
  2395. | #define HAVE_ALLOCA_H 1
  2396. | #define HAVE_ALLOCA 1
  2397. | #define HAVE_MMAP 1
  2398. | #define HAVE_POSIX_MEMALIGN 1
  2399. | #define HAVE_MEMALIGN 1
  2400. | #define HAVE_VALLOC 1
  2401. | #define HAVE_FSYNC 1
  2402. | #define HAVE_PIPE2 1
  2403. | #define HAVE_ATEXIT 1
  2404. | #define HAVE_ON_EXIT 1
  2405. | #define HAVE_TIMEGM 1
  2406. | #define HAVE_GMTIME_R 1
  2407. | #define SIZEOF_CHAR 1
  2408. | #define SIZEOF_SHORT 2
  2409. | #define SIZEOF_LONG 4
  2410. | #define SIZEOF_INT 4
  2411. | #define SIZEOF_VOID_P 4
  2412. | #define SIZEOF_LONG_LONG 8
  2413. | #define SIZEOF___INT64 0
  2414. | #define HAVE_LONG_LONG_FORMAT 1
  2415. | #define SANE_MALLOC_PROTOS 1
  2416. | #define G_HAVE___INLINE 1
  2417. | #define G_HAVE___INLINE__ 1
  2418. | #define G_HAVE_INLINE 1
  2419. | #define HAVE_DOWHILE_MACROS 1
  2420. | #define HAVE_DIRENT_H 1
  2421. | #define HAVE_FLOAT_H 1
  2422. | #define HAVE_LIMITS_H 1
  2423. | #define HAVE_PWD_H 1
  2424. | #define HAVE_GRP_H 1
  2425. | #define HAVE_SYS_PARAM_H 1
  2426. | #define HAVE_SYS_POLL_H 1
  2427. | #define HAVE_SYS_RESOURCE_H 1
  2428. | #define HAVE_SYS_TIME_H 1
  2429. | #define HAVE_SYS_TIMES_H 1
  2430. | #define HAVE_SYS_WAIT_H 1
  2431. | #define HAVE_UNISTD_H 1
  2432. | #define HAVE_VALUES_H 1
  2433. | #define HAVE_SYS_SELECT_H 1
  2434. | #define HAVE_SYS_TYPES_H 1
  2435. | #define HAVE_STDINT_H 1
  2436. | #define HAVE_INTTYPES_H 1
  2437. | #define HAVE_SCHED_H 1
  2438. | #define HAVE_MALLOC_H 1
  2439. | #define HAVE_SYS_VFS_H 1
  2440. | #define HAVE_SYS_MOUNT_H 1
  2441. | #define HAVE_SYS_STATFS_H 1
  2442. | #define HAVE_SYS_STATVFS_H 1
  2443. | #define HAVE_MNTENT_H 1
  2444. | #define HAVE_SYS_SYSCTL_H 1
  2445. | #define HAVE_FSTAB_H 1
  2446. | #define HAVE_SYS_UIO_H 1
  2447. | /* end confdefs.h. */
  2448. | #include <stdio.h>
  2449. | #ifdef HAVE_SYS_TYPES_H
  2450. | # include <sys/types.h>
  2451. | #endif
  2452. | #ifdef HAVE_SYS_STAT_H
  2453. | # include <sys/stat.h>
  2454. | #endif
  2455. | #ifdef STDC_HEADERS
  2456. | # include <stdlib.h>
  2457. | # include <stddef.h>
  2458. | #else
  2459. | # ifdef HAVE_STDLIB_H
  2460. | # include <stdlib.h>
  2461. | # endif
  2462. | #endif
  2463. | #ifdef HAVE_STRING_H
  2464. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2465. | # include <memory.h>
  2466. | # endif
  2467. | # include <string.h>
  2468. | #endif
  2469. | #ifdef HAVE_STRINGS_H
  2470. | # include <strings.h>
  2471. | #endif
  2472. | #ifdef HAVE_INTTYPES_H
  2473. | # include <inttypes.h>
  2474. | #endif
  2475. | #ifdef HAVE_STDINT_H
  2476. | # include <stdint.h>
  2477. | #endif
  2478. | #ifdef HAVE_UNISTD_H
  2479. | # include <unistd.h>
  2480. | #endif
  2481. | #include <sys/mkdev.h>
  2482. configure:22628: result: no
  2483. configure:22628: checking sys/mkdev.h presence
  2484. configure:22628: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2485. conftest.c:79:23: error: sys/mkdev.h: No such file or directory
  2486. configure:22628: $? = 1
  2487. configure: failed program was:
  2488. | /* confdefs.h */
  2489. | #define PACKAGE_NAME "glib"
  2490. | #define PACKAGE_TARNAME "glib"
  2491. | #define PACKAGE_VERSION "2.28.6"
  2492. | #define PACKAGE_STRING "glib 2.28.6"
  2493. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2494. | #define PACKAGE_URL ""
  2495. | #define GLIB_MAJOR_VERSION 2
  2496. | #define GLIB_MINOR_VERSION 28
  2497. | #define GLIB_MICRO_VERSION 6
  2498. | #define GLIB_INTERFACE_AGE 6
  2499. | #define GLIB_BINARY_AGE 2806
  2500. | #define _FILE_OFFSET_BITS 64
  2501. | #define HAVE_LOCALE_H 1
  2502. | #define HAVE_LC_MESSAGES 1
  2503. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2504. | #define HAVE_GETTEXT 1
  2505. | #define HAVE_DCGETTEXT 1
  2506. | #define ENABLE_NLS 1
  2507. | #define GETTEXT_PACKAGE "glib20"
  2508. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2509. | #define HAVE_DLFCN_H 1
  2510. | #define LT_OBJDIR ".libs/"
  2511. | #define STDC_HEADERS 1
  2512. | #define HAVE_VPRINTF 1
  2513. | #define HAVE_ALLOCA_H 1
  2514. | #define HAVE_ALLOCA 1
  2515. | #define HAVE_MMAP 1
  2516. | #define HAVE_POSIX_MEMALIGN 1
  2517. | #define HAVE_MEMALIGN 1
  2518. | #define HAVE_VALLOC 1
  2519. | #define HAVE_FSYNC 1
  2520. | #define HAVE_PIPE2 1
  2521. | #define HAVE_ATEXIT 1
  2522. | #define HAVE_ON_EXIT 1
  2523. | #define HAVE_TIMEGM 1
  2524. | #define HAVE_GMTIME_R 1
  2525. | #define SIZEOF_CHAR 1
  2526. | #define SIZEOF_SHORT 2
  2527. | #define SIZEOF_LONG 4
  2528. | #define SIZEOF_INT 4
  2529. | #define SIZEOF_VOID_P 4
  2530. | #define SIZEOF_LONG_LONG 8
  2531. | #define SIZEOF___INT64 0
  2532. | #define HAVE_LONG_LONG_FORMAT 1
  2533. | #define SANE_MALLOC_PROTOS 1
  2534. | #define G_HAVE___INLINE 1
  2535. | #define G_HAVE___INLINE__ 1
  2536. | #define G_HAVE_INLINE 1
  2537. | #define HAVE_DOWHILE_MACROS 1
  2538. | #define HAVE_DIRENT_H 1
  2539. | #define HAVE_FLOAT_H 1
  2540. | #define HAVE_LIMITS_H 1
  2541. | #define HAVE_PWD_H 1
  2542. | #define HAVE_GRP_H 1
  2543. | #define HAVE_SYS_PARAM_H 1
  2544. | #define HAVE_SYS_POLL_H 1
  2545. | #define HAVE_SYS_RESOURCE_H 1
  2546. | #define HAVE_SYS_TIME_H 1
  2547. | #define HAVE_SYS_TIMES_H 1
  2548. | #define HAVE_SYS_WAIT_H 1
  2549. | #define HAVE_UNISTD_H 1
  2550. | #define HAVE_VALUES_H 1
  2551. | #define HAVE_SYS_SELECT_H 1
  2552. | #define HAVE_SYS_TYPES_H 1
  2553. | #define HAVE_STDINT_H 1
  2554. | #define HAVE_INTTYPES_H 1
  2555. | #define HAVE_SCHED_H 1
  2556. | #define HAVE_MALLOC_H 1
  2557. | #define HAVE_SYS_VFS_H 1
  2558. | #define HAVE_SYS_MOUNT_H 1
  2559. | #define HAVE_SYS_STATFS_H 1
  2560. | #define HAVE_SYS_STATVFS_H 1
  2561. | #define HAVE_MNTENT_H 1
  2562. | #define HAVE_SYS_SYSCTL_H 1
  2563. | #define HAVE_FSTAB_H 1
  2564. | #define HAVE_SYS_UIO_H 1
  2565. | /* end confdefs.h. */
  2566. | #include <sys/mkdev.h>
  2567. configure:22628: result: no
  2568. configure:22628: checking for sys/mkdev.h
  2569. configure:22628: result: no
  2570. configure:22640: checking linux/magic.h usability
  2571. configure:22640: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2572. configure:22640: $? = 0
  2573. configure:22640: result: yes
  2574. configure:22640: checking linux/magic.h presence
  2575. configure:22640: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  2576. configure:22640: $? = 0
  2577. configure:22640: result: yes
  2578. configure:22640: checking for linux/magic.h
  2579. configure:22640: result: yes
  2580. configure:22652: checking for struct stat.st_mtimensec
  2581. configure:22652: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2582. conftest.c: In function 'main':
  2583. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  2584. conftest.c:116: warning: unused variable 'ac_aggr'
  2585. configure:22652: $? = 1
  2586. configure: failed program was:
  2587. | /* confdefs.h */
  2588. | #define PACKAGE_NAME "glib"
  2589. | #define PACKAGE_TARNAME "glib"
  2590. | #define PACKAGE_VERSION "2.28.6"
  2591. | #define PACKAGE_STRING "glib 2.28.6"
  2592. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2593. | #define PACKAGE_URL ""
  2594. | #define GLIB_MAJOR_VERSION 2
  2595. | #define GLIB_MINOR_VERSION 28
  2596. | #define GLIB_MICRO_VERSION 6
  2597. | #define GLIB_INTERFACE_AGE 6
  2598. | #define GLIB_BINARY_AGE 2806
  2599. | #define _FILE_OFFSET_BITS 64
  2600. | #define HAVE_LOCALE_H 1
  2601. | #define HAVE_LC_MESSAGES 1
  2602. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2603. | #define HAVE_GETTEXT 1
  2604. | #define HAVE_DCGETTEXT 1
  2605. | #define ENABLE_NLS 1
  2606. | #define GETTEXT_PACKAGE "glib20"
  2607. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2608. | #define HAVE_DLFCN_H 1
  2609. | #define LT_OBJDIR ".libs/"
  2610. | #define STDC_HEADERS 1
  2611. | #define HAVE_VPRINTF 1
  2612. | #define HAVE_ALLOCA_H 1
  2613. | #define HAVE_ALLOCA 1
  2614. | #define HAVE_MMAP 1
  2615. | #define HAVE_POSIX_MEMALIGN 1
  2616. | #define HAVE_MEMALIGN 1
  2617. | #define HAVE_VALLOC 1
  2618. | #define HAVE_FSYNC 1
  2619. | #define HAVE_PIPE2 1
  2620. | #define HAVE_ATEXIT 1
  2621. | #define HAVE_ON_EXIT 1
  2622. | #define HAVE_TIMEGM 1
  2623. | #define HAVE_GMTIME_R 1
  2624. | #define SIZEOF_CHAR 1
  2625. | #define SIZEOF_SHORT 2
  2626. | #define SIZEOF_LONG 4
  2627. | #define SIZEOF_INT 4
  2628. | #define SIZEOF_VOID_P 4
  2629. | #define SIZEOF_LONG_LONG 8
  2630. | #define SIZEOF___INT64 0
  2631. | #define HAVE_LONG_LONG_FORMAT 1
  2632. | #define SANE_MALLOC_PROTOS 1
  2633. | #define G_HAVE___INLINE 1
  2634. | #define G_HAVE___INLINE__ 1
  2635. | #define G_HAVE_INLINE 1
  2636. | #define HAVE_DOWHILE_MACROS 1
  2637. | #define HAVE_DIRENT_H 1
  2638. | #define HAVE_FLOAT_H 1
  2639. | #define HAVE_LIMITS_H 1
  2640. | #define HAVE_PWD_H 1
  2641. | #define HAVE_GRP_H 1
  2642. | #define HAVE_SYS_PARAM_H 1
  2643. | #define HAVE_SYS_POLL_H 1
  2644. | #define HAVE_SYS_RESOURCE_H 1
  2645. | #define HAVE_SYS_TIME_H 1
  2646. | #define HAVE_SYS_TIMES_H 1
  2647. | #define HAVE_SYS_WAIT_H 1
  2648. | #define HAVE_UNISTD_H 1
  2649. | #define HAVE_VALUES_H 1
  2650. | #define HAVE_SYS_SELECT_H 1
  2651. | #define HAVE_SYS_TYPES_H 1
  2652. | #define HAVE_STDINT_H 1
  2653. | #define HAVE_INTTYPES_H 1
  2654. | #define HAVE_SCHED_H 1
  2655. | #define HAVE_MALLOC_H 1
  2656. | #define HAVE_SYS_VFS_H 1
  2657. | #define HAVE_SYS_MOUNT_H 1
  2658. | #define HAVE_SYS_STATFS_H 1
  2659. | #define HAVE_SYS_STATVFS_H 1
  2660. | #define HAVE_MNTENT_H 1
  2661. | #define HAVE_SYS_SYSCTL_H 1
  2662. | #define HAVE_FSTAB_H 1
  2663. | #define HAVE_SYS_UIO_H 1
  2664. | #define HAVE_LINUX_MAGIC_H 1
  2665. | /* end confdefs.h. */
  2666. | #include <stdio.h>
  2667. | #ifdef HAVE_SYS_TYPES_H
  2668. | # include <sys/types.h>
  2669. | #endif
  2670. | #ifdef HAVE_SYS_STAT_H
  2671. | # include <sys/stat.h>
  2672. | #endif
  2673. | #ifdef STDC_HEADERS
  2674. | # include <stdlib.h>
  2675. | # include <stddef.h>
  2676. | #else
  2677. | # ifdef HAVE_STDLIB_H
  2678. | # include <stdlib.h>
  2679. | # endif
  2680. | #endif
  2681. | #ifdef HAVE_STRING_H
  2682. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2683. | # include <memory.h>
  2684. | # endif
  2685. | # include <string.h>
  2686. | #endif
  2687. | #ifdef HAVE_STRINGS_H
  2688. | # include <strings.h>
  2689. | #endif
  2690. | #ifdef HAVE_INTTYPES_H
  2691. | # include <inttypes.h>
  2692. | #endif
  2693. | #ifdef HAVE_STDINT_H
  2694. | # include <stdint.h>
  2695. | #endif
  2696. | #ifdef HAVE_UNISTD_H
  2697. | # include <unistd.h>
  2698. | #endif
  2699. | int
  2700. | main ()
  2701. | {
  2702. | static struct stat ac_aggr;
  2703. | if (ac_aggr.st_mtimensec)
  2704. | return 0;
  2705. | ;
  2706. | return 0;
  2707. | }
  2708. configure:22652: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2709. conftest.c: In function 'main':
  2710. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  2711. conftest.c:116: warning: unused variable 'ac_aggr'
  2712. configure:22652: $? = 1
  2713. configure: failed program was:
  2714. | /* confdefs.h */
  2715. | #define PACKAGE_NAME "glib"
  2716. | #define PACKAGE_TARNAME "glib"
  2717. | #define PACKAGE_VERSION "2.28.6"
  2718. | #define PACKAGE_STRING "glib 2.28.6"
  2719. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2720. | #define PACKAGE_URL ""
  2721. | #define GLIB_MAJOR_VERSION 2
  2722. | #define GLIB_MINOR_VERSION 28
  2723. | #define GLIB_MICRO_VERSION 6
  2724. | #define GLIB_INTERFACE_AGE 6
  2725. | #define GLIB_BINARY_AGE 2806
  2726. | #define _FILE_OFFSET_BITS 64
  2727. | #define HAVE_LOCALE_H 1
  2728. | #define HAVE_LC_MESSAGES 1
  2729. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2730. | #define HAVE_GETTEXT 1
  2731. | #define HAVE_DCGETTEXT 1
  2732. | #define ENABLE_NLS 1
  2733. | #define GETTEXT_PACKAGE "glib20"
  2734. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2735. | #define HAVE_DLFCN_H 1
  2736. | #define LT_OBJDIR ".libs/"
  2737. | #define STDC_HEADERS 1
  2738. | #define HAVE_VPRINTF 1
  2739. | #define HAVE_ALLOCA_H 1
  2740. | #define HAVE_ALLOCA 1
  2741. | #define HAVE_MMAP 1
  2742. | #define HAVE_POSIX_MEMALIGN 1
  2743. | #define HAVE_MEMALIGN 1
  2744. | #define HAVE_VALLOC 1
  2745. | #define HAVE_FSYNC 1
  2746. | #define HAVE_PIPE2 1
  2747. | #define HAVE_ATEXIT 1
  2748. | #define HAVE_ON_EXIT 1
  2749. | #define HAVE_TIMEGM 1
  2750. | #define HAVE_GMTIME_R 1
  2751. | #define SIZEOF_CHAR 1
  2752. | #define SIZEOF_SHORT 2
  2753. | #define SIZEOF_LONG 4
  2754. | #define SIZEOF_INT 4
  2755. | #define SIZEOF_VOID_P 4
  2756. | #define SIZEOF_LONG_LONG 8
  2757. | #define SIZEOF___INT64 0
  2758. | #define HAVE_LONG_LONG_FORMAT 1
  2759. | #define SANE_MALLOC_PROTOS 1
  2760. | #define G_HAVE___INLINE 1
  2761. | #define G_HAVE___INLINE__ 1
  2762. | #define G_HAVE_INLINE 1
  2763. | #define HAVE_DOWHILE_MACROS 1
  2764. | #define HAVE_DIRENT_H 1
  2765. | #define HAVE_FLOAT_H 1
  2766. | #define HAVE_LIMITS_H 1
  2767. | #define HAVE_PWD_H 1
  2768. | #define HAVE_GRP_H 1
  2769. | #define HAVE_SYS_PARAM_H 1
  2770. | #define HAVE_SYS_POLL_H 1
  2771. | #define HAVE_SYS_RESOURCE_H 1
  2772. | #define HAVE_SYS_TIME_H 1
  2773. | #define HAVE_SYS_TIMES_H 1
  2774. | #define HAVE_SYS_WAIT_H 1
  2775. | #define HAVE_UNISTD_H 1
  2776. | #define HAVE_VALUES_H 1
  2777. | #define HAVE_SYS_SELECT_H 1
  2778. | #define HAVE_SYS_TYPES_H 1
  2779. | #define HAVE_STDINT_H 1
  2780. | #define HAVE_INTTYPES_H 1
  2781. | #define HAVE_SCHED_H 1
  2782. | #define HAVE_MALLOC_H 1
  2783. | #define HAVE_SYS_VFS_H 1
  2784. | #define HAVE_SYS_MOUNT_H 1
  2785. | #define HAVE_SYS_STATFS_H 1
  2786. | #define HAVE_SYS_STATVFS_H 1
  2787. | #define HAVE_MNTENT_H 1
  2788. | #define HAVE_SYS_SYSCTL_H 1
  2789. | #define HAVE_FSTAB_H 1
  2790. | #define HAVE_SYS_UIO_H 1
  2791. | #define HAVE_LINUX_MAGIC_H 1
  2792. | /* end confdefs.h. */
  2793. | #include <stdio.h>
  2794. | #ifdef HAVE_SYS_TYPES_H
  2795. | # include <sys/types.h>
  2796. | #endif
  2797. | #ifdef HAVE_SYS_STAT_H
  2798. | # include <sys/stat.h>
  2799. | #endif
  2800. | #ifdef STDC_HEADERS
  2801. | # include <stdlib.h>
  2802. | # include <stddef.h>
  2803. | #else
  2804. | # ifdef HAVE_STDLIB_H
  2805. | # include <stdlib.h>
  2806. | # endif
  2807. | #endif
  2808. | #ifdef HAVE_STRING_H
  2809. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2810. | # include <memory.h>
  2811. | # endif
  2812. | # include <string.h>
  2813. | #endif
  2814. | #ifdef HAVE_STRINGS_H
  2815. | # include <strings.h>
  2816. | #endif
  2817. | #ifdef HAVE_INTTYPES_H
  2818. | # include <inttypes.h>
  2819. | #endif
  2820. | #ifdef HAVE_STDINT_H
  2821. | # include <stdint.h>
  2822. | #endif
  2823. | #ifdef HAVE_UNISTD_H
  2824. | # include <unistd.h>
  2825. | #endif
  2826. | int
  2827. | main ()
  2828. | {
  2829. | static struct stat ac_aggr;
  2830. | if (sizeof ac_aggr.st_mtimensec)
  2831. | return 0;
  2832. | ;
  2833. | return 0;
  2834. | }
  2835. configure:22652: result: no
  2836. configure:22661: checking for struct stat.st_mtim.tv_nsec
  2837. configure:22661: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2838. conftest.c: In function 'main':
  2839. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  2840. conftest.c:116: warning: unused variable 'ac_aggr'
  2841. configure:22661: $? = 1
  2842. configure: failed program was:
  2843. | /* confdefs.h */
  2844. | #define PACKAGE_NAME "glib"
  2845. | #define PACKAGE_TARNAME "glib"
  2846. | #define PACKAGE_VERSION "2.28.6"
  2847. | #define PACKAGE_STRING "glib 2.28.6"
  2848. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2849. | #define PACKAGE_URL ""
  2850. | #define GLIB_MAJOR_VERSION 2
  2851. | #define GLIB_MINOR_VERSION 28
  2852. | #define GLIB_MICRO_VERSION 6
  2853. | #define GLIB_INTERFACE_AGE 6
  2854. | #define GLIB_BINARY_AGE 2806
  2855. | #define _FILE_OFFSET_BITS 64
  2856. | #define HAVE_LOCALE_H 1
  2857. | #define HAVE_LC_MESSAGES 1
  2858. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2859. | #define HAVE_GETTEXT 1
  2860. | #define HAVE_DCGETTEXT 1
  2861. | #define ENABLE_NLS 1
  2862. | #define GETTEXT_PACKAGE "glib20"
  2863. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2864. | #define HAVE_DLFCN_H 1
  2865. | #define LT_OBJDIR ".libs/"
  2866. | #define STDC_HEADERS 1
  2867. | #define HAVE_VPRINTF 1
  2868. | #define HAVE_ALLOCA_H 1
  2869. | #define HAVE_ALLOCA 1
  2870. | #define HAVE_MMAP 1
  2871. | #define HAVE_POSIX_MEMALIGN 1
  2872. | #define HAVE_MEMALIGN 1
  2873. | #define HAVE_VALLOC 1
  2874. | #define HAVE_FSYNC 1
  2875. | #define HAVE_PIPE2 1
  2876. | #define HAVE_ATEXIT 1
  2877. | #define HAVE_ON_EXIT 1
  2878. | #define HAVE_TIMEGM 1
  2879. | #define HAVE_GMTIME_R 1
  2880. | #define SIZEOF_CHAR 1
  2881. | #define SIZEOF_SHORT 2
  2882. | #define SIZEOF_LONG 4
  2883. | #define SIZEOF_INT 4
  2884. | #define SIZEOF_VOID_P 4
  2885. | #define SIZEOF_LONG_LONG 8
  2886. | #define SIZEOF___INT64 0
  2887. | #define HAVE_LONG_LONG_FORMAT 1
  2888. | #define SANE_MALLOC_PROTOS 1
  2889. | #define G_HAVE___INLINE 1
  2890. | #define G_HAVE___INLINE__ 1
  2891. | #define G_HAVE_INLINE 1
  2892. | #define HAVE_DOWHILE_MACROS 1
  2893. | #define HAVE_DIRENT_H 1
  2894. | #define HAVE_FLOAT_H 1
  2895. | #define HAVE_LIMITS_H 1
  2896. | #define HAVE_PWD_H 1
  2897. | #define HAVE_GRP_H 1
  2898. | #define HAVE_SYS_PARAM_H 1
  2899. | #define HAVE_SYS_POLL_H 1
  2900. | #define HAVE_SYS_RESOURCE_H 1
  2901. | #define HAVE_SYS_TIME_H 1
  2902. | #define HAVE_SYS_TIMES_H 1
  2903. | #define HAVE_SYS_WAIT_H 1
  2904. | #define HAVE_UNISTD_H 1
  2905. | #define HAVE_VALUES_H 1
  2906. | #define HAVE_SYS_SELECT_H 1
  2907. | #define HAVE_SYS_TYPES_H 1
  2908. | #define HAVE_STDINT_H 1
  2909. | #define HAVE_INTTYPES_H 1
  2910. | #define HAVE_SCHED_H 1
  2911. | #define HAVE_MALLOC_H 1
  2912. | #define HAVE_SYS_VFS_H 1
  2913. | #define HAVE_SYS_MOUNT_H 1
  2914. | #define HAVE_SYS_STATFS_H 1
  2915. | #define HAVE_SYS_STATVFS_H 1
  2916. | #define HAVE_MNTENT_H 1
  2917. | #define HAVE_SYS_SYSCTL_H 1
  2918. | #define HAVE_FSTAB_H 1
  2919. | #define HAVE_SYS_UIO_H 1
  2920. | #define HAVE_LINUX_MAGIC_H 1
  2921. | /* end confdefs.h. */
  2922. | #include <stdio.h>
  2923. | #ifdef HAVE_SYS_TYPES_H
  2924. | # include <sys/types.h>
  2925. | #endif
  2926. | #ifdef HAVE_SYS_STAT_H
  2927. | # include <sys/stat.h>
  2928. | #endif
  2929. | #ifdef STDC_HEADERS
  2930. | # include <stdlib.h>
  2931. | # include <stddef.h>
  2932. | #else
  2933. | # ifdef HAVE_STDLIB_H
  2934. | # include <stdlib.h>
  2935. | # endif
  2936. | #endif
  2937. | #ifdef HAVE_STRING_H
  2938. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2939. | # include <memory.h>
  2940. | # endif
  2941. | # include <string.h>
  2942. | #endif
  2943. | #ifdef HAVE_STRINGS_H
  2944. | # include <strings.h>
  2945. | #endif
  2946. | #ifdef HAVE_INTTYPES_H
  2947. | # include <inttypes.h>
  2948. | #endif
  2949. | #ifdef HAVE_STDINT_H
  2950. | # include <stdint.h>
  2951. | #endif
  2952. | #ifdef HAVE_UNISTD_H
  2953. | # include <unistd.h>
  2954. | #endif
  2955. | int
  2956. | main ()
  2957. | {
  2958. | static struct stat ac_aggr;
  2959. | if (ac_aggr.st_mtim.tv_nsec)
  2960. | return 0;
  2961. | ;
  2962. | return 0;
  2963. | }
  2964. configure:22661: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  2965. conftest.c: In function 'main':
  2966. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  2967. conftest.c:116: warning: unused variable 'ac_aggr'
  2968. configure:22661: $? = 1
  2969. configure: failed program was:
  2970. | /* confdefs.h */
  2971. | #define PACKAGE_NAME "glib"
  2972. | #define PACKAGE_TARNAME "glib"
  2973. | #define PACKAGE_VERSION "2.28.6"
  2974. | #define PACKAGE_STRING "glib 2.28.6"
  2975. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  2976. | #define PACKAGE_URL ""
  2977. | #define GLIB_MAJOR_VERSION 2
  2978. | #define GLIB_MINOR_VERSION 28
  2979. | #define GLIB_MICRO_VERSION 6
  2980. | #define GLIB_INTERFACE_AGE 6
  2981. | #define GLIB_BINARY_AGE 2806
  2982. | #define _FILE_OFFSET_BITS 64
  2983. | #define HAVE_LOCALE_H 1
  2984. | #define HAVE_LC_MESSAGES 1
  2985. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2986. | #define HAVE_GETTEXT 1
  2987. | #define HAVE_DCGETTEXT 1
  2988. | #define ENABLE_NLS 1
  2989. | #define GETTEXT_PACKAGE "glib20"
  2990. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  2991. | #define HAVE_DLFCN_H 1
  2992. | #define LT_OBJDIR ".libs/"
  2993. | #define STDC_HEADERS 1
  2994. | #define HAVE_VPRINTF 1
  2995. | #define HAVE_ALLOCA_H 1
  2996. | #define HAVE_ALLOCA 1
  2997. | #define HAVE_MMAP 1
  2998. | #define HAVE_POSIX_MEMALIGN 1
  2999. | #define HAVE_MEMALIGN 1
  3000. | #define HAVE_VALLOC 1
  3001. | #define HAVE_FSYNC 1
  3002. | #define HAVE_PIPE2 1
  3003. | #define HAVE_ATEXIT 1
  3004. | #define HAVE_ON_EXIT 1
  3005. | #define HAVE_TIMEGM 1
  3006. | #define HAVE_GMTIME_R 1
  3007. | #define SIZEOF_CHAR 1
  3008. | #define SIZEOF_SHORT 2
  3009. | #define SIZEOF_LONG 4
  3010. | #define SIZEOF_INT 4
  3011. | #define SIZEOF_VOID_P 4
  3012. | #define SIZEOF_LONG_LONG 8
  3013. | #define SIZEOF___INT64 0
  3014. | #define HAVE_LONG_LONG_FORMAT 1
  3015. | #define SANE_MALLOC_PROTOS 1
  3016. | #define G_HAVE___INLINE 1
  3017. | #define G_HAVE___INLINE__ 1
  3018. | #define G_HAVE_INLINE 1
  3019. | #define HAVE_DOWHILE_MACROS 1
  3020. | #define HAVE_DIRENT_H 1
  3021. | #define HAVE_FLOAT_H 1
  3022. | #define HAVE_LIMITS_H 1
  3023. | #define HAVE_PWD_H 1
  3024. | #define HAVE_GRP_H 1
  3025. | #define HAVE_SYS_PARAM_H 1
  3026. | #define HAVE_SYS_POLL_H 1
  3027. | #define HAVE_SYS_RESOURCE_H 1
  3028. | #define HAVE_SYS_TIME_H 1
  3029. | #define HAVE_SYS_TIMES_H 1
  3030. | #define HAVE_SYS_WAIT_H 1
  3031. | #define HAVE_UNISTD_H 1
  3032. | #define HAVE_VALUES_H 1
  3033. | #define HAVE_SYS_SELECT_H 1
  3034. | #define HAVE_SYS_TYPES_H 1
  3035. | #define HAVE_STDINT_H 1
  3036. | #define HAVE_INTTYPES_H 1
  3037. | #define HAVE_SCHED_H 1
  3038. | #define HAVE_MALLOC_H 1
  3039. | #define HAVE_SYS_VFS_H 1
  3040. | #define HAVE_SYS_MOUNT_H 1
  3041. | #define HAVE_SYS_STATFS_H 1
  3042. | #define HAVE_SYS_STATVFS_H 1
  3043. | #define HAVE_MNTENT_H 1
  3044. | #define HAVE_SYS_SYSCTL_H 1
  3045. | #define HAVE_FSTAB_H 1
  3046. | #define HAVE_SYS_UIO_H 1
  3047. | #define HAVE_LINUX_MAGIC_H 1
  3048. | /* end confdefs.h. */
  3049. | #include <stdio.h>
  3050. | #ifdef HAVE_SYS_TYPES_H
  3051. | # include <sys/types.h>
  3052. | #endif
  3053. | #ifdef HAVE_SYS_STAT_H
  3054. | # include <sys/stat.h>
  3055. | #endif
  3056. | #ifdef STDC_HEADERS
  3057. | # include <stdlib.h>
  3058. | # include <stddef.h>
  3059. | #else
  3060. | # ifdef HAVE_STDLIB_H
  3061. | # include <stdlib.h>
  3062. | # endif
  3063. | #endif
  3064. | #ifdef HAVE_STRING_H
  3065. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3066. | # include <memory.h>
  3067. | # endif
  3068. | # include <string.h>
  3069. | #endif
  3070. | #ifdef HAVE_STRINGS_H
  3071. | # include <strings.h>
  3072. | #endif
  3073. | #ifdef HAVE_INTTYPES_H
  3074. | # include <inttypes.h>
  3075. | #endif
  3076. | #ifdef HAVE_STDINT_H
  3077. | # include <stdint.h>
  3078. | #endif
  3079. | #ifdef HAVE_UNISTD_H
  3080. | # include <unistd.h>
  3081. | #endif
  3082. | int
  3083. | main ()
  3084. | {
  3085. | static struct stat ac_aggr;
  3086. | if (sizeof ac_aggr.st_mtim.tv_nsec)
  3087. | return 0;
  3088. | ;
  3089. | return 0;
  3090. | }
  3091. configure:22661: result: no
  3092. configure:22670: checking for struct stat.st_atimensec
  3093. configure:22670: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3094. conftest.c: In function 'main':
  3095. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3096. conftest.c:116: warning: unused variable 'ac_aggr'
  3097. configure:22670: $? = 1
  3098. configure: failed program was:
  3099. | /* confdefs.h */
  3100. | #define PACKAGE_NAME "glib"
  3101. | #define PACKAGE_TARNAME "glib"
  3102. | #define PACKAGE_VERSION "2.28.6"
  3103. | #define PACKAGE_STRING "glib 2.28.6"
  3104. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3105. | #define PACKAGE_URL ""
  3106. | #define GLIB_MAJOR_VERSION 2
  3107. | #define GLIB_MINOR_VERSION 28
  3108. | #define GLIB_MICRO_VERSION 6
  3109. | #define GLIB_INTERFACE_AGE 6
  3110. | #define GLIB_BINARY_AGE 2806
  3111. | #define _FILE_OFFSET_BITS 64
  3112. | #define HAVE_LOCALE_H 1
  3113. | #define HAVE_LC_MESSAGES 1
  3114. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3115. | #define HAVE_GETTEXT 1
  3116. | #define HAVE_DCGETTEXT 1
  3117. | #define ENABLE_NLS 1
  3118. | #define GETTEXT_PACKAGE "glib20"
  3119. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3120. | #define HAVE_DLFCN_H 1
  3121. | #define LT_OBJDIR ".libs/"
  3122. | #define STDC_HEADERS 1
  3123. | #define HAVE_VPRINTF 1
  3124. | #define HAVE_ALLOCA_H 1
  3125. | #define HAVE_ALLOCA 1
  3126. | #define HAVE_MMAP 1
  3127. | #define HAVE_POSIX_MEMALIGN 1
  3128. | #define HAVE_MEMALIGN 1
  3129. | #define HAVE_VALLOC 1
  3130. | #define HAVE_FSYNC 1
  3131. | #define HAVE_PIPE2 1
  3132. | #define HAVE_ATEXIT 1
  3133. | #define HAVE_ON_EXIT 1
  3134. | #define HAVE_TIMEGM 1
  3135. | #define HAVE_GMTIME_R 1
  3136. | #define SIZEOF_CHAR 1
  3137. | #define SIZEOF_SHORT 2
  3138. | #define SIZEOF_LONG 4
  3139. | #define SIZEOF_INT 4
  3140. | #define SIZEOF_VOID_P 4
  3141. | #define SIZEOF_LONG_LONG 8
  3142. | #define SIZEOF___INT64 0
  3143. | #define HAVE_LONG_LONG_FORMAT 1
  3144. | #define SANE_MALLOC_PROTOS 1
  3145. | #define G_HAVE___INLINE 1
  3146. | #define G_HAVE___INLINE__ 1
  3147. | #define G_HAVE_INLINE 1
  3148. | #define HAVE_DOWHILE_MACROS 1
  3149. | #define HAVE_DIRENT_H 1
  3150. | #define HAVE_FLOAT_H 1
  3151. | #define HAVE_LIMITS_H 1
  3152. | #define HAVE_PWD_H 1
  3153. | #define HAVE_GRP_H 1
  3154. | #define HAVE_SYS_PARAM_H 1
  3155. | #define HAVE_SYS_POLL_H 1
  3156. | #define HAVE_SYS_RESOURCE_H 1
  3157. | #define HAVE_SYS_TIME_H 1
  3158. | #define HAVE_SYS_TIMES_H 1
  3159. | #define HAVE_SYS_WAIT_H 1
  3160. | #define HAVE_UNISTD_H 1
  3161. | #define HAVE_VALUES_H 1
  3162. | #define HAVE_SYS_SELECT_H 1
  3163. | #define HAVE_SYS_TYPES_H 1
  3164. | #define HAVE_STDINT_H 1
  3165. | #define HAVE_INTTYPES_H 1
  3166. | #define HAVE_SCHED_H 1
  3167. | #define HAVE_MALLOC_H 1
  3168. | #define HAVE_SYS_VFS_H 1
  3169. | #define HAVE_SYS_MOUNT_H 1
  3170. | #define HAVE_SYS_STATFS_H 1
  3171. | #define HAVE_SYS_STATVFS_H 1
  3172. | #define HAVE_MNTENT_H 1
  3173. | #define HAVE_SYS_SYSCTL_H 1
  3174. | #define HAVE_FSTAB_H 1
  3175. | #define HAVE_SYS_UIO_H 1
  3176. | #define HAVE_LINUX_MAGIC_H 1
  3177. | /* end confdefs.h. */
  3178. | #include <stdio.h>
  3179. | #ifdef HAVE_SYS_TYPES_H
  3180. | # include <sys/types.h>
  3181. | #endif
  3182. | #ifdef HAVE_SYS_STAT_H
  3183. | # include <sys/stat.h>
  3184. | #endif
  3185. | #ifdef STDC_HEADERS
  3186. | # include <stdlib.h>
  3187. | # include <stddef.h>
  3188. | #else
  3189. | # ifdef HAVE_STDLIB_H
  3190. | # include <stdlib.h>
  3191. | # endif
  3192. | #endif
  3193. | #ifdef HAVE_STRING_H
  3194. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3195. | # include <memory.h>
  3196. | # endif
  3197. | # include <string.h>
  3198. | #endif
  3199. | #ifdef HAVE_STRINGS_H
  3200. | # include <strings.h>
  3201. | #endif
  3202. | #ifdef HAVE_INTTYPES_H
  3203. | # include <inttypes.h>
  3204. | #endif
  3205. | #ifdef HAVE_STDINT_H
  3206. | # include <stdint.h>
  3207. | #endif
  3208. | #ifdef HAVE_UNISTD_H
  3209. | # include <unistd.h>
  3210. | #endif
  3211. | int
  3212. | main ()
  3213. | {
  3214. | static struct stat ac_aggr;
  3215. | if (ac_aggr.st_atimensec)
  3216. | return 0;
  3217. | ;
  3218. | return 0;
  3219. | }
  3220. configure:22670: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3221. conftest.c: In function 'main':
  3222. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3223. conftest.c:116: warning: unused variable 'ac_aggr'
  3224. configure:22670: $? = 1
  3225. configure: failed program was:
  3226. | /* confdefs.h */
  3227. | #define PACKAGE_NAME "glib"
  3228. | #define PACKAGE_TARNAME "glib"
  3229. | #define PACKAGE_VERSION "2.28.6"
  3230. | #define PACKAGE_STRING "glib 2.28.6"
  3231. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3232. | #define PACKAGE_URL ""
  3233. | #define GLIB_MAJOR_VERSION 2
  3234. | #define GLIB_MINOR_VERSION 28
  3235. | #define GLIB_MICRO_VERSION 6
  3236. | #define GLIB_INTERFACE_AGE 6
  3237. | #define GLIB_BINARY_AGE 2806
  3238. | #define _FILE_OFFSET_BITS 64
  3239. | #define HAVE_LOCALE_H 1
  3240. | #define HAVE_LC_MESSAGES 1
  3241. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3242. | #define HAVE_GETTEXT 1
  3243. | #define HAVE_DCGETTEXT 1
  3244. | #define ENABLE_NLS 1
  3245. | #define GETTEXT_PACKAGE "glib20"
  3246. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3247. | #define HAVE_DLFCN_H 1
  3248. | #define LT_OBJDIR ".libs/"
  3249. | #define STDC_HEADERS 1
  3250. | #define HAVE_VPRINTF 1
  3251. | #define HAVE_ALLOCA_H 1
  3252. | #define HAVE_ALLOCA 1
  3253. | #define HAVE_MMAP 1
  3254. | #define HAVE_POSIX_MEMALIGN 1
  3255. | #define HAVE_MEMALIGN 1
  3256. | #define HAVE_VALLOC 1
  3257. | #define HAVE_FSYNC 1
  3258. | #define HAVE_PIPE2 1
  3259. | #define HAVE_ATEXIT 1
  3260. | #define HAVE_ON_EXIT 1
  3261. | #define HAVE_TIMEGM 1
  3262. | #define HAVE_GMTIME_R 1
  3263. | #define SIZEOF_CHAR 1
  3264. | #define SIZEOF_SHORT 2
  3265. | #define SIZEOF_LONG 4
  3266. | #define SIZEOF_INT 4
  3267. | #define SIZEOF_VOID_P 4
  3268. | #define SIZEOF_LONG_LONG 8
  3269. | #define SIZEOF___INT64 0
  3270. | #define HAVE_LONG_LONG_FORMAT 1
  3271. | #define SANE_MALLOC_PROTOS 1
  3272. | #define G_HAVE___INLINE 1
  3273. | #define G_HAVE___INLINE__ 1
  3274. | #define G_HAVE_INLINE 1
  3275. | #define HAVE_DOWHILE_MACROS 1
  3276. | #define HAVE_DIRENT_H 1
  3277. | #define HAVE_FLOAT_H 1
  3278. | #define HAVE_LIMITS_H 1
  3279. | #define HAVE_PWD_H 1
  3280. | #define HAVE_GRP_H 1
  3281. | #define HAVE_SYS_PARAM_H 1
  3282. | #define HAVE_SYS_POLL_H 1
  3283. | #define HAVE_SYS_RESOURCE_H 1
  3284. | #define HAVE_SYS_TIME_H 1
  3285. | #define HAVE_SYS_TIMES_H 1
  3286. | #define HAVE_SYS_WAIT_H 1
  3287. | #define HAVE_UNISTD_H 1
  3288. | #define HAVE_VALUES_H 1
  3289. | #define HAVE_SYS_SELECT_H 1
  3290. | #define HAVE_SYS_TYPES_H 1
  3291. | #define HAVE_STDINT_H 1
  3292. | #define HAVE_INTTYPES_H 1
  3293. | #define HAVE_SCHED_H 1
  3294. | #define HAVE_MALLOC_H 1
  3295. | #define HAVE_SYS_VFS_H 1
  3296. | #define HAVE_SYS_MOUNT_H 1
  3297. | #define HAVE_SYS_STATFS_H 1
  3298. | #define HAVE_SYS_STATVFS_H 1
  3299. | #define HAVE_MNTENT_H 1
  3300. | #define HAVE_SYS_SYSCTL_H 1
  3301. | #define HAVE_FSTAB_H 1
  3302. | #define HAVE_SYS_UIO_H 1
  3303. | #define HAVE_LINUX_MAGIC_H 1
  3304. | /* end confdefs.h. */
  3305. | #include <stdio.h>
  3306. | #ifdef HAVE_SYS_TYPES_H
  3307. | # include <sys/types.h>
  3308. | #endif
  3309. | #ifdef HAVE_SYS_STAT_H
  3310. | # include <sys/stat.h>
  3311. | #endif
  3312. | #ifdef STDC_HEADERS
  3313. | # include <stdlib.h>
  3314. | # include <stddef.h>
  3315. | #else
  3316. | # ifdef HAVE_STDLIB_H
  3317. | # include <stdlib.h>
  3318. | # endif
  3319. | #endif
  3320. | #ifdef HAVE_STRING_H
  3321. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3322. | # include <memory.h>
  3323. | # endif
  3324. | # include <string.h>
  3325. | #endif
  3326. | #ifdef HAVE_STRINGS_H
  3327. | # include <strings.h>
  3328. | #endif
  3329. | #ifdef HAVE_INTTYPES_H
  3330. | # include <inttypes.h>
  3331. | #endif
  3332. | #ifdef HAVE_STDINT_H
  3333. | # include <stdint.h>
  3334. | #endif
  3335. | #ifdef HAVE_UNISTD_H
  3336. | # include <unistd.h>
  3337. | #endif
  3338. | int
  3339. | main ()
  3340. | {
  3341. | static struct stat ac_aggr;
  3342. | if (sizeof ac_aggr.st_atimensec)
  3343. | return 0;
  3344. | ;
  3345. | return 0;
  3346. | }
  3347. configure:22670: result: no
  3348. configure:22679: checking for struct stat.st_atim.tv_nsec
  3349. configure:22679: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3350. conftest.c: In function 'main':
  3351. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3352. conftest.c:116: warning: unused variable 'ac_aggr'
  3353. configure:22679: $? = 1
  3354. configure: failed program was:
  3355. | /* confdefs.h */
  3356. | #define PACKAGE_NAME "glib"
  3357. | #define PACKAGE_TARNAME "glib"
  3358. | #define PACKAGE_VERSION "2.28.6"
  3359. | #define PACKAGE_STRING "glib 2.28.6"
  3360. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3361. | #define PACKAGE_URL ""
  3362. | #define GLIB_MAJOR_VERSION 2
  3363. | #define GLIB_MINOR_VERSION 28
  3364. | #define GLIB_MICRO_VERSION 6
  3365. | #define GLIB_INTERFACE_AGE 6
  3366. | #define GLIB_BINARY_AGE 2806
  3367. | #define _FILE_OFFSET_BITS 64
  3368. | #define HAVE_LOCALE_H 1
  3369. | #define HAVE_LC_MESSAGES 1
  3370. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3371. | #define HAVE_GETTEXT 1
  3372. | #define HAVE_DCGETTEXT 1
  3373. | #define ENABLE_NLS 1
  3374. | #define GETTEXT_PACKAGE "glib20"
  3375. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3376. | #define HAVE_DLFCN_H 1
  3377. | #define LT_OBJDIR ".libs/"
  3378. | #define STDC_HEADERS 1
  3379. | #define HAVE_VPRINTF 1
  3380. | #define HAVE_ALLOCA_H 1
  3381. | #define HAVE_ALLOCA 1
  3382. | #define HAVE_MMAP 1
  3383. | #define HAVE_POSIX_MEMALIGN 1
  3384. | #define HAVE_MEMALIGN 1
  3385. | #define HAVE_VALLOC 1
  3386. | #define HAVE_FSYNC 1
  3387. | #define HAVE_PIPE2 1
  3388. | #define HAVE_ATEXIT 1
  3389. | #define HAVE_ON_EXIT 1
  3390. | #define HAVE_TIMEGM 1
  3391. | #define HAVE_GMTIME_R 1
  3392. | #define SIZEOF_CHAR 1
  3393. | #define SIZEOF_SHORT 2
  3394. | #define SIZEOF_LONG 4
  3395. | #define SIZEOF_INT 4
  3396. | #define SIZEOF_VOID_P 4
  3397. | #define SIZEOF_LONG_LONG 8
  3398. | #define SIZEOF___INT64 0
  3399. | #define HAVE_LONG_LONG_FORMAT 1
  3400. | #define SANE_MALLOC_PROTOS 1
  3401. | #define G_HAVE___INLINE 1
  3402. | #define G_HAVE___INLINE__ 1
  3403. | #define G_HAVE_INLINE 1
  3404. | #define HAVE_DOWHILE_MACROS 1
  3405. | #define HAVE_DIRENT_H 1
  3406. | #define HAVE_FLOAT_H 1
  3407. | #define HAVE_LIMITS_H 1
  3408. | #define HAVE_PWD_H 1
  3409. | #define HAVE_GRP_H 1
  3410. | #define HAVE_SYS_PARAM_H 1
  3411. | #define HAVE_SYS_POLL_H 1
  3412. | #define HAVE_SYS_RESOURCE_H 1
  3413. | #define HAVE_SYS_TIME_H 1
  3414. | #define HAVE_SYS_TIMES_H 1
  3415. | #define HAVE_SYS_WAIT_H 1
  3416. | #define HAVE_UNISTD_H 1
  3417. | #define HAVE_VALUES_H 1
  3418. | #define HAVE_SYS_SELECT_H 1
  3419. | #define HAVE_SYS_TYPES_H 1
  3420. | #define HAVE_STDINT_H 1
  3421. | #define HAVE_INTTYPES_H 1
  3422. | #define HAVE_SCHED_H 1
  3423. | #define HAVE_MALLOC_H 1
  3424. | #define HAVE_SYS_VFS_H 1
  3425. | #define HAVE_SYS_MOUNT_H 1
  3426. | #define HAVE_SYS_STATFS_H 1
  3427. | #define HAVE_SYS_STATVFS_H 1
  3428. | #define HAVE_MNTENT_H 1
  3429. | #define HAVE_SYS_SYSCTL_H 1
  3430. | #define HAVE_FSTAB_H 1
  3431. | #define HAVE_SYS_UIO_H 1
  3432. | #define HAVE_LINUX_MAGIC_H 1
  3433. | /* end confdefs.h. */
  3434. | #include <stdio.h>
  3435. | #ifdef HAVE_SYS_TYPES_H
  3436. | # include <sys/types.h>
  3437. | #endif
  3438. | #ifdef HAVE_SYS_STAT_H
  3439. | # include <sys/stat.h>
  3440. | #endif
  3441. | #ifdef STDC_HEADERS
  3442. | # include <stdlib.h>
  3443. | # include <stddef.h>
  3444. | #else
  3445. | # ifdef HAVE_STDLIB_H
  3446. | # include <stdlib.h>
  3447. | # endif
  3448. | #endif
  3449. | #ifdef HAVE_STRING_H
  3450. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3451. | # include <memory.h>
  3452. | # endif
  3453. | # include <string.h>
  3454. | #endif
  3455. | #ifdef HAVE_STRINGS_H
  3456. | # include <strings.h>
  3457. | #endif
  3458. | #ifdef HAVE_INTTYPES_H
  3459. | # include <inttypes.h>
  3460. | #endif
  3461. | #ifdef HAVE_STDINT_H
  3462. | # include <stdint.h>
  3463. | #endif
  3464. | #ifdef HAVE_UNISTD_H
  3465. | # include <unistd.h>
  3466. | #endif
  3467. | int
  3468. | main ()
  3469. | {
  3470. | static struct stat ac_aggr;
  3471. | if (ac_aggr.st_atim.tv_nsec)
  3472. | return 0;
  3473. | ;
  3474. | return 0;
  3475. | }
  3476. configure:22679: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3477. conftest.c: In function 'main':
  3478. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3479. conftest.c:116: warning: unused variable 'ac_aggr'
  3480. configure:22679: $? = 1
  3481. configure: failed program was:
  3482. | /* confdefs.h */
  3483. | #define PACKAGE_NAME "glib"
  3484. | #define PACKAGE_TARNAME "glib"
  3485. | #define PACKAGE_VERSION "2.28.6"
  3486. | #define PACKAGE_STRING "glib 2.28.6"
  3487. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3488. | #define PACKAGE_URL ""
  3489. | #define GLIB_MAJOR_VERSION 2
  3490. | #define GLIB_MINOR_VERSION 28
  3491. | #define GLIB_MICRO_VERSION 6
  3492. | #define GLIB_INTERFACE_AGE 6
  3493. | #define GLIB_BINARY_AGE 2806
  3494. | #define _FILE_OFFSET_BITS 64
  3495. | #define HAVE_LOCALE_H 1
  3496. | #define HAVE_LC_MESSAGES 1
  3497. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3498. | #define HAVE_GETTEXT 1
  3499. | #define HAVE_DCGETTEXT 1
  3500. | #define ENABLE_NLS 1
  3501. | #define GETTEXT_PACKAGE "glib20"
  3502. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3503. | #define HAVE_DLFCN_H 1
  3504. | #define LT_OBJDIR ".libs/"
  3505. | #define STDC_HEADERS 1
  3506. | #define HAVE_VPRINTF 1
  3507. | #define HAVE_ALLOCA_H 1
  3508. | #define HAVE_ALLOCA 1
  3509. | #define HAVE_MMAP 1
  3510. | #define HAVE_POSIX_MEMALIGN 1
  3511. | #define HAVE_MEMALIGN 1
  3512. | #define HAVE_VALLOC 1
  3513. | #define HAVE_FSYNC 1
  3514. | #define HAVE_PIPE2 1
  3515. | #define HAVE_ATEXIT 1
  3516. | #define HAVE_ON_EXIT 1
  3517. | #define HAVE_TIMEGM 1
  3518. | #define HAVE_GMTIME_R 1
  3519. | #define SIZEOF_CHAR 1
  3520. | #define SIZEOF_SHORT 2
  3521. | #define SIZEOF_LONG 4
  3522. | #define SIZEOF_INT 4
  3523. | #define SIZEOF_VOID_P 4
  3524. | #define SIZEOF_LONG_LONG 8
  3525. | #define SIZEOF___INT64 0
  3526. | #define HAVE_LONG_LONG_FORMAT 1
  3527. | #define SANE_MALLOC_PROTOS 1
  3528. | #define G_HAVE___INLINE 1
  3529. | #define G_HAVE___INLINE__ 1
  3530. | #define G_HAVE_INLINE 1
  3531. | #define HAVE_DOWHILE_MACROS 1
  3532. | #define HAVE_DIRENT_H 1
  3533. | #define HAVE_FLOAT_H 1
  3534. | #define HAVE_LIMITS_H 1
  3535. | #define HAVE_PWD_H 1
  3536. | #define HAVE_GRP_H 1
  3537. | #define HAVE_SYS_PARAM_H 1
  3538. | #define HAVE_SYS_POLL_H 1
  3539. | #define HAVE_SYS_RESOURCE_H 1
  3540. | #define HAVE_SYS_TIME_H 1
  3541. | #define HAVE_SYS_TIMES_H 1
  3542. | #define HAVE_SYS_WAIT_H 1
  3543. | #define HAVE_UNISTD_H 1
  3544. | #define HAVE_VALUES_H 1
  3545. | #define HAVE_SYS_SELECT_H 1
  3546. | #define HAVE_SYS_TYPES_H 1
  3547. | #define HAVE_STDINT_H 1
  3548. | #define HAVE_INTTYPES_H 1
  3549. | #define HAVE_SCHED_H 1
  3550. | #define HAVE_MALLOC_H 1
  3551. | #define HAVE_SYS_VFS_H 1
  3552. | #define HAVE_SYS_MOUNT_H 1
  3553. | #define HAVE_SYS_STATFS_H 1
  3554. | #define HAVE_SYS_STATVFS_H 1
  3555. | #define HAVE_MNTENT_H 1
  3556. | #define HAVE_SYS_SYSCTL_H 1
  3557. | #define HAVE_FSTAB_H 1
  3558. | #define HAVE_SYS_UIO_H 1
  3559. | #define HAVE_LINUX_MAGIC_H 1
  3560. | /* end confdefs.h. */
  3561. | #include <stdio.h>
  3562. | #ifdef HAVE_SYS_TYPES_H
  3563. | # include <sys/types.h>
  3564. | #endif
  3565. | #ifdef HAVE_SYS_STAT_H
  3566. | # include <sys/stat.h>
  3567. | #endif
  3568. | #ifdef STDC_HEADERS
  3569. | # include <stdlib.h>
  3570. | # include <stddef.h>
  3571. | #else
  3572. | # ifdef HAVE_STDLIB_H
  3573. | # include <stdlib.h>
  3574. | # endif
  3575. | #endif
  3576. | #ifdef HAVE_STRING_H
  3577. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3578. | # include <memory.h>
  3579. | # endif
  3580. | # include <string.h>
  3581. | #endif
  3582. | #ifdef HAVE_STRINGS_H
  3583. | # include <strings.h>
  3584. | #endif
  3585. | #ifdef HAVE_INTTYPES_H
  3586. | # include <inttypes.h>
  3587. | #endif
  3588. | #ifdef HAVE_STDINT_H
  3589. | # include <stdint.h>
  3590. | #endif
  3591. | #ifdef HAVE_UNISTD_H
  3592. | # include <unistd.h>
  3593. | #endif
  3594. | int
  3595. | main ()
  3596. | {
  3597. | static struct stat ac_aggr;
  3598. | if (sizeof ac_aggr.st_atim.tv_nsec)
  3599. | return 0;
  3600. | ;
  3601. | return 0;
  3602. | }
  3603. configure:22679: result: no
  3604. configure:22688: checking for struct stat.st_ctimensec
  3605. configure:22688: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3606. conftest.c: In function 'main':
  3607. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3608. conftest.c:116: warning: unused variable 'ac_aggr'
  3609. configure:22688: $? = 1
  3610. configure: failed program was:
  3611. | /* confdefs.h */
  3612. | #define PACKAGE_NAME "glib"
  3613. | #define PACKAGE_TARNAME "glib"
  3614. | #define PACKAGE_VERSION "2.28.6"
  3615. | #define PACKAGE_STRING "glib 2.28.6"
  3616. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3617. | #define PACKAGE_URL ""
  3618. | #define GLIB_MAJOR_VERSION 2
  3619. | #define GLIB_MINOR_VERSION 28
  3620. | #define GLIB_MICRO_VERSION 6
  3621. | #define GLIB_INTERFACE_AGE 6
  3622. | #define GLIB_BINARY_AGE 2806
  3623. | #define _FILE_OFFSET_BITS 64
  3624. | #define HAVE_LOCALE_H 1
  3625. | #define HAVE_LC_MESSAGES 1
  3626. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3627. | #define HAVE_GETTEXT 1
  3628. | #define HAVE_DCGETTEXT 1
  3629. | #define ENABLE_NLS 1
  3630. | #define GETTEXT_PACKAGE "glib20"
  3631. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3632. | #define HAVE_DLFCN_H 1
  3633. | #define LT_OBJDIR ".libs/"
  3634. | #define STDC_HEADERS 1
  3635. | #define HAVE_VPRINTF 1
  3636. | #define HAVE_ALLOCA_H 1
  3637. | #define HAVE_ALLOCA 1
  3638. | #define HAVE_MMAP 1
  3639. | #define HAVE_POSIX_MEMALIGN 1
  3640. | #define HAVE_MEMALIGN 1
  3641. | #define HAVE_VALLOC 1
  3642. | #define HAVE_FSYNC 1
  3643. | #define HAVE_PIPE2 1
  3644. | #define HAVE_ATEXIT 1
  3645. | #define HAVE_ON_EXIT 1
  3646. | #define HAVE_TIMEGM 1
  3647. | #define HAVE_GMTIME_R 1
  3648. | #define SIZEOF_CHAR 1
  3649. | #define SIZEOF_SHORT 2
  3650. | #define SIZEOF_LONG 4
  3651. | #define SIZEOF_INT 4
  3652. | #define SIZEOF_VOID_P 4
  3653. | #define SIZEOF_LONG_LONG 8
  3654. | #define SIZEOF___INT64 0
  3655. | #define HAVE_LONG_LONG_FORMAT 1
  3656. | #define SANE_MALLOC_PROTOS 1
  3657. | #define G_HAVE___INLINE 1
  3658. | #define G_HAVE___INLINE__ 1
  3659. | #define G_HAVE_INLINE 1
  3660. | #define HAVE_DOWHILE_MACROS 1
  3661. | #define HAVE_DIRENT_H 1
  3662. | #define HAVE_FLOAT_H 1
  3663. | #define HAVE_LIMITS_H 1
  3664. | #define HAVE_PWD_H 1
  3665. | #define HAVE_GRP_H 1
  3666. | #define HAVE_SYS_PARAM_H 1
  3667. | #define HAVE_SYS_POLL_H 1
  3668. | #define HAVE_SYS_RESOURCE_H 1
  3669. | #define HAVE_SYS_TIME_H 1
  3670. | #define HAVE_SYS_TIMES_H 1
  3671. | #define HAVE_SYS_WAIT_H 1
  3672. | #define HAVE_UNISTD_H 1
  3673. | #define HAVE_VALUES_H 1
  3674. | #define HAVE_SYS_SELECT_H 1
  3675. | #define HAVE_SYS_TYPES_H 1
  3676. | #define HAVE_STDINT_H 1
  3677. | #define HAVE_INTTYPES_H 1
  3678. | #define HAVE_SCHED_H 1
  3679. | #define HAVE_MALLOC_H 1
  3680. | #define HAVE_SYS_VFS_H 1
  3681. | #define HAVE_SYS_MOUNT_H 1
  3682. | #define HAVE_SYS_STATFS_H 1
  3683. | #define HAVE_SYS_STATVFS_H 1
  3684. | #define HAVE_MNTENT_H 1
  3685. | #define HAVE_SYS_SYSCTL_H 1
  3686. | #define HAVE_FSTAB_H 1
  3687. | #define HAVE_SYS_UIO_H 1
  3688. | #define HAVE_LINUX_MAGIC_H 1
  3689. | /* end confdefs.h. */
  3690. | #include <stdio.h>
  3691. | #ifdef HAVE_SYS_TYPES_H
  3692. | # include <sys/types.h>
  3693. | #endif
  3694. | #ifdef HAVE_SYS_STAT_H
  3695. | # include <sys/stat.h>
  3696. | #endif
  3697. | #ifdef STDC_HEADERS
  3698. | # include <stdlib.h>
  3699. | # include <stddef.h>
  3700. | #else
  3701. | # ifdef HAVE_STDLIB_H
  3702. | # include <stdlib.h>
  3703. | # endif
  3704. | #endif
  3705. | #ifdef HAVE_STRING_H
  3706. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3707. | # include <memory.h>
  3708. | # endif
  3709. | # include <string.h>
  3710. | #endif
  3711. | #ifdef HAVE_STRINGS_H
  3712. | # include <strings.h>
  3713. | #endif
  3714. | #ifdef HAVE_INTTYPES_H
  3715. | # include <inttypes.h>
  3716. | #endif
  3717. | #ifdef HAVE_STDINT_H
  3718. | # include <stdint.h>
  3719. | #endif
  3720. | #ifdef HAVE_UNISTD_H
  3721. | # include <unistd.h>
  3722. | #endif
  3723. | int
  3724. | main ()
  3725. | {
  3726. | static struct stat ac_aggr;
  3727. | if (ac_aggr.st_ctimensec)
  3728. | return 0;
  3729. | ;
  3730. | return 0;
  3731. | }
  3732. configure:22688: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3733. conftest.c: In function 'main':
  3734. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3735. conftest.c:116: warning: unused variable 'ac_aggr'
  3736. configure:22688: $? = 1
  3737. configure: failed program was:
  3738. | /* confdefs.h */
  3739. | #define PACKAGE_NAME "glib"
  3740. | #define PACKAGE_TARNAME "glib"
  3741. | #define PACKAGE_VERSION "2.28.6"
  3742. | #define PACKAGE_STRING "glib 2.28.6"
  3743. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3744. | #define PACKAGE_URL ""
  3745. | #define GLIB_MAJOR_VERSION 2
  3746. | #define GLIB_MINOR_VERSION 28
  3747. | #define GLIB_MICRO_VERSION 6
  3748. | #define GLIB_INTERFACE_AGE 6
  3749. | #define GLIB_BINARY_AGE 2806
  3750. | #define _FILE_OFFSET_BITS 64
  3751. | #define HAVE_LOCALE_H 1
  3752. | #define HAVE_LC_MESSAGES 1
  3753. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3754. | #define HAVE_GETTEXT 1
  3755. | #define HAVE_DCGETTEXT 1
  3756. | #define ENABLE_NLS 1
  3757. | #define GETTEXT_PACKAGE "glib20"
  3758. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3759. | #define HAVE_DLFCN_H 1
  3760. | #define LT_OBJDIR ".libs/"
  3761. | #define STDC_HEADERS 1
  3762. | #define HAVE_VPRINTF 1
  3763. | #define HAVE_ALLOCA_H 1
  3764. | #define HAVE_ALLOCA 1
  3765. | #define HAVE_MMAP 1
  3766. | #define HAVE_POSIX_MEMALIGN 1
  3767. | #define HAVE_MEMALIGN 1
  3768. | #define HAVE_VALLOC 1
  3769. | #define HAVE_FSYNC 1
  3770. | #define HAVE_PIPE2 1
  3771. | #define HAVE_ATEXIT 1
  3772. | #define HAVE_ON_EXIT 1
  3773. | #define HAVE_TIMEGM 1
  3774. | #define HAVE_GMTIME_R 1
  3775. | #define SIZEOF_CHAR 1
  3776. | #define SIZEOF_SHORT 2
  3777. | #define SIZEOF_LONG 4
  3778. | #define SIZEOF_INT 4
  3779. | #define SIZEOF_VOID_P 4
  3780. | #define SIZEOF_LONG_LONG 8
  3781. | #define SIZEOF___INT64 0
  3782. | #define HAVE_LONG_LONG_FORMAT 1
  3783. | #define SANE_MALLOC_PROTOS 1
  3784. | #define G_HAVE___INLINE 1
  3785. | #define G_HAVE___INLINE__ 1
  3786. | #define G_HAVE_INLINE 1
  3787. | #define HAVE_DOWHILE_MACROS 1
  3788. | #define HAVE_DIRENT_H 1
  3789. | #define HAVE_FLOAT_H 1
  3790. | #define HAVE_LIMITS_H 1
  3791. | #define HAVE_PWD_H 1
  3792. | #define HAVE_GRP_H 1
  3793. | #define HAVE_SYS_PARAM_H 1
  3794. | #define HAVE_SYS_POLL_H 1
  3795. | #define HAVE_SYS_RESOURCE_H 1
  3796. | #define HAVE_SYS_TIME_H 1
  3797. | #define HAVE_SYS_TIMES_H 1
  3798. | #define HAVE_SYS_WAIT_H 1
  3799. | #define HAVE_UNISTD_H 1
  3800. | #define HAVE_VALUES_H 1
  3801. | #define HAVE_SYS_SELECT_H 1
  3802. | #define HAVE_SYS_TYPES_H 1
  3803. | #define HAVE_STDINT_H 1
  3804. | #define HAVE_INTTYPES_H 1
  3805. | #define HAVE_SCHED_H 1
  3806. | #define HAVE_MALLOC_H 1
  3807. | #define HAVE_SYS_VFS_H 1
  3808. | #define HAVE_SYS_MOUNT_H 1
  3809. | #define HAVE_SYS_STATFS_H 1
  3810. | #define HAVE_SYS_STATVFS_H 1
  3811. | #define HAVE_MNTENT_H 1
  3812. | #define HAVE_SYS_SYSCTL_H 1
  3813. | #define HAVE_FSTAB_H 1
  3814. | #define HAVE_SYS_UIO_H 1
  3815. | #define HAVE_LINUX_MAGIC_H 1
  3816. | /* end confdefs.h. */
  3817. | #include <stdio.h>
  3818. | #ifdef HAVE_SYS_TYPES_H
  3819. | # include <sys/types.h>
  3820. | #endif
  3821. | #ifdef HAVE_SYS_STAT_H
  3822. | # include <sys/stat.h>
  3823. | #endif
  3824. | #ifdef STDC_HEADERS
  3825. | # include <stdlib.h>
  3826. | # include <stddef.h>
  3827. | #else
  3828. | # ifdef HAVE_STDLIB_H
  3829. | # include <stdlib.h>
  3830. | # endif
  3831. | #endif
  3832. | #ifdef HAVE_STRING_H
  3833. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3834. | # include <memory.h>
  3835. | # endif
  3836. | # include <string.h>
  3837. | #endif
  3838. | #ifdef HAVE_STRINGS_H
  3839. | # include <strings.h>
  3840. | #endif
  3841. | #ifdef HAVE_INTTYPES_H
  3842. | # include <inttypes.h>
  3843. | #endif
  3844. | #ifdef HAVE_STDINT_H
  3845. | # include <stdint.h>
  3846. | #endif
  3847. | #ifdef HAVE_UNISTD_H
  3848. | # include <unistd.h>
  3849. | #endif
  3850. | int
  3851. | main ()
  3852. | {
  3853. | static struct stat ac_aggr;
  3854. | if (sizeof ac_aggr.st_ctimensec)
  3855. | return 0;
  3856. | ;
  3857. | return 0;
  3858. | }
  3859. configure:22688: result: no
  3860. configure:22697: checking for struct stat.st_ctim.tv_nsec
  3861. configure:22697: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3862. conftest.c: In function 'main':
  3863. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3864. conftest.c:116: warning: unused variable 'ac_aggr'
  3865. configure:22697: $? = 1
  3866. configure: failed program was:
  3867. | /* confdefs.h */
  3868. | #define PACKAGE_NAME "glib"
  3869. | #define PACKAGE_TARNAME "glib"
  3870. | #define PACKAGE_VERSION "2.28.6"
  3871. | #define PACKAGE_STRING "glib 2.28.6"
  3872. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  3873. | #define PACKAGE_URL ""
  3874. | #define GLIB_MAJOR_VERSION 2
  3875. | #define GLIB_MINOR_VERSION 28
  3876. | #define GLIB_MICRO_VERSION 6
  3877. | #define GLIB_INTERFACE_AGE 6
  3878. | #define GLIB_BINARY_AGE 2806
  3879. | #define _FILE_OFFSET_BITS 64
  3880. | #define HAVE_LOCALE_H 1
  3881. | #define HAVE_LC_MESSAGES 1
  3882. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3883. | #define HAVE_GETTEXT 1
  3884. | #define HAVE_DCGETTEXT 1
  3885. | #define ENABLE_NLS 1
  3886. | #define GETTEXT_PACKAGE "glib20"
  3887. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  3888. | #define HAVE_DLFCN_H 1
  3889. | #define LT_OBJDIR ".libs/"
  3890. | #define STDC_HEADERS 1
  3891. | #define HAVE_VPRINTF 1
  3892. | #define HAVE_ALLOCA_H 1
  3893. | #define HAVE_ALLOCA 1
  3894. | #define HAVE_MMAP 1
  3895. | #define HAVE_POSIX_MEMALIGN 1
  3896. | #define HAVE_MEMALIGN 1
  3897. | #define HAVE_VALLOC 1
  3898. | #define HAVE_FSYNC 1
  3899. | #define HAVE_PIPE2 1
  3900. | #define HAVE_ATEXIT 1
  3901. | #define HAVE_ON_EXIT 1
  3902. | #define HAVE_TIMEGM 1
  3903. | #define HAVE_GMTIME_R 1
  3904. | #define SIZEOF_CHAR 1
  3905. | #define SIZEOF_SHORT 2
  3906. | #define SIZEOF_LONG 4
  3907. | #define SIZEOF_INT 4
  3908. | #define SIZEOF_VOID_P 4
  3909. | #define SIZEOF_LONG_LONG 8
  3910. | #define SIZEOF___INT64 0
  3911. | #define HAVE_LONG_LONG_FORMAT 1
  3912. | #define SANE_MALLOC_PROTOS 1
  3913. | #define G_HAVE___INLINE 1
  3914. | #define G_HAVE___INLINE__ 1
  3915. | #define G_HAVE_INLINE 1
  3916. | #define HAVE_DOWHILE_MACROS 1
  3917. | #define HAVE_DIRENT_H 1
  3918. | #define HAVE_FLOAT_H 1
  3919. | #define HAVE_LIMITS_H 1
  3920. | #define HAVE_PWD_H 1
  3921. | #define HAVE_GRP_H 1
  3922. | #define HAVE_SYS_PARAM_H 1
  3923. | #define HAVE_SYS_POLL_H 1
  3924. | #define HAVE_SYS_RESOURCE_H 1
  3925. | #define HAVE_SYS_TIME_H 1
  3926. | #define HAVE_SYS_TIMES_H 1
  3927. | #define HAVE_SYS_WAIT_H 1
  3928. | #define HAVE_UNISTD_H 1
  3929. | #define HAVE_VALUES_H 1
  3930. | #define HAVE_SYS_SELECT_H 1
  3931. | #define HAVE_SYS_TYPES_H 1
  3932. | #define HAVE_STDINT_H 1
  3933. | #define HAVE_INTTYPES_H 1
  3934. | #define HAVE_SCHED_H 1
  3935. | #define HAVE_MALLOC_H 1
  3936. | #define HAVE_SYS_VFS_H 1
  3937. | #define HAVE_SYS_MOUNT_H 1
  3938. | #define HAVE_SYS_STATFS_H 1
  3939. | #define HAVE_SYS_STATVFS_H 1
  3940. | #define HAVE_MNTENT_H 1
  3941. | #define HAVE_SYS_SYSCTL_H 1
  3942. | #define HAVE_FSTAB_H 1
  3943. | #define HAVE_SYS_UIO_H 1
  3944. | #define HAVE_LINUX_MAGIC_H 1
  3945. | /* end confdefs.h. */
  3946. | #include <stdio.h>
  3947. | #ifdef HAVE_SYS_TYPES_H
  3948. | # include <sys/types.h>
  3949. | #endif
  3950. | #ifdef HAVE_SYS_STAT_H
  3951. | # include <sys/stat.h>
  3952. | #endif
  3953. | #ifdef STDC_HEADERS
  3954. | # include <stdlib.h>
  3955. | # include <stddef.h>
  3956. | #else
  3957. | # ifdef HAVE_STDLIB_H
  3958. | # include <stdlib.h>
  3959. | # endif
  3960. | #endif
  3961. | #ifdef HAVE_STRING_H
  3962. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3963. | # include <memory.h>
  3964. | # endif
  3965. | # include <string.h>
  3966. | #endif
  3967. | #ifdef HAVE_STRINGS_H
  3968. | # include <strings.h>
  3969. | #endif
  3970. | #ifdef HAVE_INTTYPES_H
  3971. | # include <inttypes.h>
  3972. | #endif
  3973. | #ifdef HAVE_STDINT_H
  3974. | # include <stdint.h>
  3975. | #endif
  3976. | #ifdef HAVE_UNISTD_H
  3977. | # include <unistd.h>
  3978. | #endif
  3979. | int
  3980. | main ()
  3981. | {
  3982. | static struct stat ac_aggr;
  3983. | if (ac_aggr.st_ctim.tv_nsec)
  3984. | return 0;
  3985. | ;
  3986. | return 0;
  3987. | }
  3988. configure:22697: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  3989. conftest.c: In function 'main':
  3990. conftest.c:116: error: storage size of 'ac_aggr' isn't known
  3991. conftest.c:116: warning: unused variable 'ac_aggr'
  3992. configure:22697: $? = 1
  3993. configure: failed program was:
  3994. | /* confdefs.h */
  3995. | #define PACKAGE_NAME "glib"
  3996. | #define PACKAGE_TARNAME "glib"
  3997. | #define PACKAGE_VERSION "2.28.6"
  3998. | #define PACKAGE_STRING "glib 2.28.6"
  3999. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4000. | #define PACKAGE_URL ""
  4001. | #define GLIB_MAJOR_VERSION 2
  4002. | #define GLIB_MINOR_VERSION 28
  4003. | #define GLIB_MICRO_VERSION 6
  4004. | #define GLIB_INTERFACE_AGE 6
  4005. | #define GLIB_BINARY_AGE 2806
  4006. | #define _FILE_OFFSET_BITS 64
  4007. | #define HAVE_LOCALE_H 1
  4008. | #define HAVE_LC_MESSAGES 1
  4009. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4010. | #define HAVE_GETTEXT 1
  4011. | #define HAVE_DCGETTEXT 1
  4012. | #define ENABLE_NLS 1
  4013. | #define GETTEXT_PACKAGE "glib20"
  4014. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4015. | #define HAVE_DLFCN_H 1
  4016. | #define LT_OBJDIR ".libs/"
  4017. | #define STDC_HEADERS 1
  4018. | #define HAVE_VPRINTF 1
  4019. | #define HAVE_ALLOCA_H 1
  4020. | #define HAVE_ALLOCA 1
  4021. | #define HAVE_MMAP 1
  4022. | #define HAVE_POSIX_MEMALIGN 1
  4023. | #define HAVE_MEMALIGN 1
  4024. | #define HAVE_VALLOC 1
  4025. | #define HAVE_FSYNC 1
  4026. | #define HAVE_PIPE2 1
  4027. | #define HAVE_ATEXIT 1
  4028. | #define HAVE_ON_EXIT 1
  4029. | #define HAVE_TIMEGM 1
  4030. | #define HAVE_GMTIME_R 1
  4031. | #define SIZEOF_CHAR 1
  4032. | #define SIZEOF_SHORT 2
  4033. | #define SIZEOF_LONG 4
  4034. | #define SIZEOF_INT 4
  4035. | #define SIZEOF_VOID_P 4
  4036. | #define SIZEOF_LONG_LONG 8
  4037. | #define SIZEOF___INT64 0
  4038. | #define HAVE_LONG_LONG_FORMAT 1
  4039. | #define SANE_MALLOC_PROTOS 1
  4040. | #define G_HAVE___INLINE 1
  4041. | #define G_HAVE___INLINE__ 1
  4042. | #define G_HAVE_INLINE 1
  4043. | #define HAVE_DOWHILE_MACROS 1
  4044. | #define HAVE_DIRENT_H 1
  4045. | #define HAVE_FLOAT_H 1
  4046. | #define HAVE_LIMITS_H 1
  4047. | #define HAVE_PWD_H 1
  4048. | #define HAVE_GRP_H 1
  4049. | #define HAVE_SYS_PARAM_H 1
  4050. | #define HAVE_SYS_POLL_H 1
  4051. | #define HAVE_SYS_RESOURCE_H 1
  4052. | #define HAVE_SYS_TIME_H 1
  4053. | #define HAVE_SYS_TIMES_H 1
  4054. | #define HAVE_SYS_WAIT_H 1
  4055. | #define HAVE_UNISTD_H 1
  4056. | #define HAVE_VALUES_H 1
  4057. | #define HAVE_SYS_SELECT_H 1
  4058. | #define HAVE_SYS_TYPES_H 1
  4059. | #define HAVE_STDINT_H 1
  4060. | #define HAVE_INTTYPES_H 1
  4061. | #define HAVE_SCHED_H 1
  4062. | #define HAVE_MALLOC_H 1
  4063. | #define HAVE_SYS_VFS_H 1
  4064. | #define HAVE_SYS_MOUNT_H 1
  4065. | #define HAVE_SYS_STATFS_H 1
  4066. | #define HAVE_SYS_STATVFS_H 1
  4067. | #define HAVE_MNTENT_H 1
  4068. | #define HAVE_SYS_SYSCTL_H 1
  4069. | #define HAVE_FSTAB_H 1
  4070. | #define HAVE_SYS_UIO_H 1
  4071. | #define HAVE_LINUX_MAGIC_H 1
  4072. | /* end confdefs.h. */
  4073. | #include <stdio.h>
  4074. | #ifdef HAVE_SYS_TYPES_H
  4075. | # include <sys/types.h>
  4076. | #endif
  4077. | #ifdef HAVE_SYS_STAT_H
  4078. | # include <sys/stat.h>
  4079. | #endif
  4080. | #ifdef STDC_HEADERS
  4081. | # include <stdlib.h>
  4082. | # include <stddef.h>
  4083. | #else
  4084. | # ifdef HAVE_STDLIB_H
  4085. | # include <stdlib.h>
  4086. | # endif
  4087. | #endif
  4088. | #ifdef HAVE_STRING_H
  4089. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4090. | # include <memory.h>
  4091. | # endif
  4092. | # include <string.h>
  4093. | #endif
  4094. | #ifdef HAVE_STRINGS_H
  4095. | # include <strings.h>
  4096. | #endif
  4097. | #ifdef HAVE_INTTYPES_H
  4098. | # include <inttypes.h>
  4099. | #endif
  4100. | #ifdef HAVE_STDINT_H
  4101. | # include <stdint.h>
  4102. | #endif
  4103. | #ifdef HAVE_UNISTD_H
  4104. | # include <unistd.h>
  4105. | #endif
  4106. | int
  4107. | main ()
  4108. | {
  4109. | static struct stat ac_aggr;
  4110. | if (sizeof ac_aggr.st_ctim.tv_nsec)
  4111. | return 0;
  4112. | ;
  4113. | return 0;
  4114. | }
  4115. configure:22697: result: no
  4116. configure:22707: checking for struct stat.st_blksize
  4117. configure:22707: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4118. configure:22707: $? = 0
  4119. configure:22707: result: yes
  4120. configure:22728: checking for struct stat.st_blocks
  4121. configure:22728: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4122. configure:22728: $? = 0
  4123. configure:22728: result: yes
  4124. configure:22749: checking for struct statfs.f_fstypename
  4125. configure:22749: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4126. conftest.c: In function 'main':
  4127. conftest.c:99: error: 'struct statfs' has no member named 'f_fstypename'
  4128. configure:22749: $? = 1
  4129. configure: failed program was:
  4130. | /* confdefs.h */
  4131. | #define PACKAGE_NAME "glib"
  4132. | #define PACKAGE_TARNAME "glib"
  4133. | #define PACKAGE_VERSION "2.28.6"
  4134. | #define PACKAGE_STRING "glib 2.28.6"
  4135. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4136. | #define PACKAGE_URL ""
  4137. | #define GLIB_MAJOR_VERSION 2
  4138. | #define GLIB_MINOR_VERSION 28
  4139. | #define GLIB_MICRO_VERSION 6
  4140. | #define GLIB_INTERFACE_AGE 6
  4141. | #define GLIB_BINARY_AGE 2806
  4142. | #define _FILE_OFFSET_BITS 64
  4143. | #define HAVE_LOCALE_H 1
  4144. | #define HAVE_LC_MESSAGES 1
  4145. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4146. | #define HAVE_GETTEXT 1
  4147. | #define HAVE_DCGETTEXT 1
  4148. | #define ENABLE_NLS 1
  4149. | #define GETTEXT_PACKAGE "glib20"
  4150. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4151. | #define HAVE_DLFCN_H 1
  4152. | #define LT_OBJDIR ".libs/"
  4153. | #define STDC_HEADERS 1
  4154. | #define HAVE_VPRINTF 1
  4155. | #define HAVE_ALLOCA_H 1
  4156. | #define HAVE_ALLOCA 1
  4157. | #define HAVE_MMAP 1
  4158. | #define HAVE_POSIX_MEMALIGN 1
  4159. | #define HAVE_MEMALIGN 1
  4160. | #define HAVE_VALLOC 1
  4161. | #define HAVE_FSYNC 1
  4162. | #define HAVE_PIPE2 1
  4163. | #define HAVE_ATEXIT 1
  4164. | #define HAVE_ON_EXIT 1
  4165. | #define HAVE_TIMEGM 1
  4166. | #define HAVE_GMTIME_R 1
  4167. | #define SIZEOF_CHAR 1
  4168. | #define SIZEOF_SHORT 2
  4169. | #define SIZEOF_LONG 4
  4170. | #define SIZEOF_INT 4
  4171. | #define SIZEOF_VOID_P 4
  4172. | #define SIZEOF_LONG_LONG 8
  4173. | #define SIZEOF___INT64 0
  4174. | #define HAVE_LONG_LONG_FORMAT 1
  4175. | #define SANE_MALLOC_PROTOS 1
  4176. | #define G_HAVE___INLINE 1
  4177. | #define G_HAVE___INLINE__ 1
  4178. | #define G_HAVE_INLINE 1
  4179. | #define HAVE_DOWHILE_MACROS 1
  4180. | #define HAVE_DIRENT_H 1
  4181. | #define HAVE_FLOAT_H 1
  4182. | #define HAVE_LIMITS_H 1
  4183. | #define HAVE_PWD_H 1
  4184. | #define HAVE_GRP_H 1
  4185. | #define HAVE_SYS_PARAM_H 1
  4186. | #define HAVE_SYS_POLL_H 1
  4187. | #define HAVE_SYS_RESOURCE_H 1
  4188. | #define HAVE_SYS_TIME_H 1
  4189. | #define HAVE_SYS_TIMES_H 1
  4190. | #define HAVE_SYS_WAIT_H 1
  4191. | #define HAVE_UNISTD_H 1
  4192. | #define HAVE_VALUES_H 1
  4193. | #define HAVE_SYS_SELECT_H 1
  4194. | #define HAVE_SYS_TYPES_H 1
  4195. | #define HAVE_STDINT_H 1
  4196. | #define HAVE_INTTYPES_H 1
  4197. | #define HAVE_SCHED_H 1
  4198. | #define HAVE_MALLOC_H 1
  4199. | #define HAVE_SYS_VFS_H 1
  4200. | #define HAVE_SYS_MOUNT_H 1
  4201. | #define HAVE_SYS_STATFS_H 1
  4202. | #define HAVE_SYS_STATVFS_H 1
  4203. | #define HAVE_MNTENT_H 1
  4204. | #define HAVE_SYS_SYSCTL_H 1
  4205. | #define HAVE_FSTAB_H 1
  4206. | #define HAVE_SYS_UIO_H 1
  4207. | #define HAVE_LINUX_MAGIC_H 1
  4208. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4209. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4210. | /* end confdefs.h. */
  4211. | #include <sys/types.h>
  4212. | #include <sys/stat.h>
  4213. | #include <unistd.h>
  4214. | #ifdef HAVE_SYS_STATFS_H
  4215. | #include <sys/statfs.h>
  4216. | #endif
  4217. | #ifdef HAVE_SYS_PARAM_H
  4218. | #include <sys/param.h>
  4219. | #endif
  4220. | #ifdef HAVE_SYS_MOUNT_H
  4221. | #include <sys/mount.h>
  4222. | #endif
  4223. |
  4224. | int
  4225. | main ()
  4226. | {
  4227. | static struct statfs ac_aggr;
  4228. | if (ac_aggr.f_fstypename)
  4229. | return 0;
  4230. | ;
  4231. | return 0;
  4232. | }
  4233. configure:22749: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4234. conftest.c: In function 'main':
  4235. conftest.c:99: error: 'struct statfs' has no member named 'f_fstypename'
  4236. configure:22749: $? = 1
  4237. configure: failed program was:
  4238. | /* confdefs.h */
  4239. | #define PACKAGE_NAME "glib"
  4240. | #define PACKAGE_TARNAME "glib"
  4241. | #define PACKAGE_VERSION "2.28.6"
  4242. | #define PACKAGE_STRING "glib 2.28.6"
  4243. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4244. | #define PACKAGE_URL ""
  4245. | #define GLIB_MAJOR_VERSION 2
  4246. | #define GLIB_MINOR_VERSION 28
  4247. | #define GLIB_MICRO_VERSION 6
  4248. | #define GLIB_INTERFACE_AGE 6
  4249. | #define GLIB_BINARY_AGE 2806
  4250. | #define _FILE_OFFSET_BITS 64
  4251. | #define HAVE_LOCALE_H 1
  4252. | #define HAVE_LC_MESSAGES 1
  4253. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4254. | #define HAVE_GETTEXT 1
  4255. | #define HAVE_DCGETTEXT 1
  4256. | #define ENABLE_NLS 1
  4257. | #define GETTEXT_PACKAGE "glib20"
  4258. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4259. | #define HAVE_DLFCN_H 1
  4260. | #define LT_OBJDIR ".libs/"
  4261. | #define STDC_HEADERS 1
  4262. | #define HAVE_VPRINTF 1
  4263. | #define HAVE_ALLOCA_H 1
  4264. | #define HAVE_ALLOCA 1
  4265. | #define HAVE_MMAP 1
  4266. | #define HAVE_POSIX_MEMALIGN 1
  4267. | #define HAVE_MEMALIGN 1
  4268. | #define HAVE_VALLOC 1
  4269. | #define HAVE_FSYNC 1
  4270. | #define HAVE_PIPE2 1
  4271. | #define HAVE_ATEXIT 1
  4272. | #define HAVE_ON_EXIT 1
  4273. | #define HAVE_TIMEGM 1
  4274. | #define HAVE_GMTIME_R 1
  4275. | #define SIZEOF_CHAR 1
  4276. | #define SIZEOF_SHORT 2
  4277. | #define SIZEOF_LONG 4
  4278. | #define SIZEOF_INT 4
  4279. | #define SIZEOF_VOID_P 4
  4280. | #define SIZEOF_LONG_LONG 8
  4281. | #define SIZEOF___INT64 0
  4282. | #define HAVE_LONG_LONG_FORMAT 1
  4283. | #define SANE_MALLOC_PROTOS 1
  4284. | #define G_HAVE___INLINE 1
  4285. | #define G_HAVE___INLINE__ 1
  4286. | #define G_HAVE_INLINE 1
  4287. | #define HAVE_DOWHILE_MACROS 1
  4288. | #define HAVE_DIRENT_H 1
  4289. | #define HAVE_FLOAT_H 1
  4290. | #define HAVE_LIMITS_H 1
  4291. | #define HAVE_PWD_H 1
  4292. | #define HAVE_GRP_H 1
  4293. | #define HAVE_SYS_PARAM_H 1
  4294. | #define HAVE_SYS_POLL_H 1
  4295. | #define HAVE_SYS_RESOURCE_H 1
  4296. | #define HAVE_SYS_TIME_H 1
  4297. | #define HAVE_SYS_TIMES_H 1
  4298. | #define HAVE_SYS_WAIT_H 1
  4299. | #define HAVE_UNISTD_H 1
  4300. | #define HAVE_VALUES_H 1
  4301. | #define HAVE_SYS_SELECT_H 1
  4302. | #define HAVE_SYS_TYPES_H 1
  4303. | #define HAVE_STDINT_H 1
  4304. | #define HAVE_INTTYPES_H 1
  4305. | #define HAVE_SCHED_H 1
  4306. | #define HAVE_MALLOC_H 1
  4307. | #define HAVE_SYS_VFS_H 1
  4308. | #define HAVE_SYS_MOUNT_H 1
  4309. | #define HAVE_SYS_STATFS_H 1
  4310. | #define HAVE_SYS_STATVFS_H 1
  4311. | #define HAVE_MNTENT_H 1
  4312. | #define HAVE_SYS_SYSCTL_H 1
  4313. | #define HAVE_FSTAB_H 1
  4314. | #define HAVE_SYS_UIO_H 1
  4315. | #define HAVE_LINUX_MAGIC_H 1
  4316. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4317. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4318. | /* end confdefs.h. */
  4319. | #include <sys/types.h>
  4320. | #include <sys/stat.h>
  4321. | #include <unistd.h>
  4322. | #ifdef HAVE_SYS_STATFS_H
  4323. | #include <sys/statfs.h>
  4324. | #endif
  4325. | #ifdef HAVE_SYS_PARAM_H
  4326. | #include <sys/param.h>
  4327. | #endif
  4328. | #ifdef HAVE_SYS_MOUNT_H
  4329. | #include <sys/mount.h>
  4330. | #endif
  4331. |
  4332. | int
  4333. | main ()
  4334. | {
  4335. | static struct statfs ac_aggr;
  4336. | if (sizeof ac_aggr.f_fstypename)
  4337. | return 0;
  4338. | ;
  4339. | return 0;
  4340. | }
  4341. configure:22749: result: no
  4342. configure:22770: checking for struct statfs.f_bavail
  4343. configure:22770: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4344. configure:22770: $? = 0
  4345. configure:22770: result: yes
  4346. configure:22793: checking for struct statvfs.f_basetype
  4347. configure:22793: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4348. conftest.c: In function 'main':
  4349. conftest.c:89: error: 'struct statvfs' has no member named 'f_basetype'
  4350. configure:22793: $? = 1
  4351. configure: failed program was:
  4352. | /* confdefs.h */
  4353. | #define PACKAGE_NAME "glib"
  4354. | #define PACKAGE_TARNAME "glib"
  4355. | #define PACKAGE_VERSION "2.28.6"
  4356. | #define PACKAGE_STRING "glib 2.28.6"
  4357. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4358. | #define PACKAGE_URL ""
  4359. | #define GLIB_MAJOR_VERSION 2
  4360. | #define GLIB_MINOR_VERSION 28
  4361. | #define GLIB_MICRO_VERSION 6
  4362. | #define GLIB_INTERFACE_AGE 6
  4363. | #define GLIB_BINARY_AGE 2806
  4364. | #define _FILE_OFFSET_BITS 64
  4365. | #define HAVE_LOCALE_H 1
  4366. | #define HAVE_LC_MESSAGES 1
  4367. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4368. | #define HAVE_GETTEXT 1
  4369. | #define HAVE_DCGETTEXT 1
  4370. | #define ENABLE_NLS 1
  4371. | #define GETTEXT_PACKAGE "glib20"
  4372. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4373. | #define HAVE_DLFCN_H 1
  4374. | #define LT_OBJDIR ".libs/"
  4375. | #define STDC_HEADERS 1
  4376. | #define HAVE_VPRINTF 1
  4377. | #define HAVE_ALLOCA_H 1
  4378. | #define HAVE_ALLOCA 1
  4379. | #define HAVE_MMAP 1
  4380. | #define HAVE_POSIX_MEMALIGN 1
  4381. | #define HAVE_MEMALIGN 1
  4382. | #define HAVE_VALLOC 1
  4383. | #define HAVE_FSYNC 1
  4384. | #define HAVE_PIPE2 1
  4385. | #define HAVE_ATEXIT 1
  4386. | #define HAVE_ON_EXIT 1
  4387. | #define HAVE_TIMEGM 1
  4388. | #define HAVE_GMTIME_R 1
  4389. | #define SIZEOF_CHAR 1
  4390. | #define SIZEOF_SHORT 2
  4391. | #define SIZEOF_LONG 4
  4392. | #define SIZEOF_INT 4
  4393. | #define SIZEOF_VOID_P 4
  4394. | #define SIZEOF_LONG_LONG 8
  4395. | #define SIZEOF___INT64 0
  4396. | #define HAVE_LONG_LONG_FORMAT 1
  4397. | #define SANE_MALLOC_PROTOS 1
  4398. | #define G_HAVE___INLINE 1
  4399. | #define G_HAVE___INLINE__ 1
  4400. | #define G_HAVE_INLINE 1
  4401. | #define HAVE_DOWHILE_MACROS 1
  4402. | #define HAVE_DIRENT_H 1
  4403. | #define HAVE_FLOAT_H 1
  4404. | #define HAVE_LIMITS_H 1
  4405. | #define HAVE_PWD_H 1
  4406. | #define HAVE_GRP_H 1
  4407. | #define HAVE_SYS_PARAM_H 1
  4408. | #define HAVE_SYS_POLL_H 1
  4409. | #define HAVE_SYS_RESOURCE_H 1
  4410. | #define HAVE_SYS_TIME_H 1
  4411. | #define HAVE_SYS_TIMES_H 1
  4412. | #define HAVE_SYS_WAIT_H 1
  4413. | #define HAVE_UNISTD_H 1
  4414. | #define HAVE_VALUES_H 1
  4415. | #define HAVE_SYS_SELECT_H 1
  4416. | #define HAVE_SYS_TYPES_H 1
  4417. | #define HAVE_STDINT_H 1
  4418. | #define HAVE_INTTYPES_H 1
  4419. | #define HAVE_SCHED_H 1
  4420. | #define HAVE_MALLOC_H 1
  4421. | #define HAVE_SYS_VFS_H 1
  4422. | #define HAVE_SYS_MOUNT_H 1
  4423. | #define HAVE_SYS_STATFS_H 1
  4424. | #define HAVE_SYS_STATVFS_H 1
  4425. | #define HAVE_MNTENT_H 1
  4426. | #define HAVE_SYS_SYSCTL_H 1
  4427. | #define HAVE_FSTAB_H 1
  4428. | #define HAVE_SYS_UIO_H 1
  4429. | #define HAVE_LINUX_MAGIC_H 1
  4430. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4431. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4432. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  4433. | /* end confdefs.h. */
  4434. | #include <sys/statvfs.h>
  4435. |
  4436. | int
  4437. | main ()
  4438. | {
  4439. | static struct statvfs ac_aggr;
  4440. | if (ac_aggr.f_basetype)
  4441. | return 0;
  4442. | ;
  4443. | return 0;
  4444. | }
  4445. configure:22793: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4446. conftest.c: In function 'main':
  4447. conftest.c:89: error: 'struct statvfs' has no member named 'f_basetype'
  4448. configure:22793: $? = 1
  4449. configure: failed program was:
  4450. | /* confdefs.h */
  4451. | #define PACKAGE_NAME "glib"
  4452. | #define PACKAGE_TARNAME "glib"
  4453. | #define PACKAGE_VERSION "2.28.6"
  4454. | #define PACKAGE_STRING "glib 2.28.6"
  4455. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4456. | #define PACKAGE_URL ""
  4457. | #define GLIB_MAJOR_VERSION 2
  4458. | #define GLIB_MINOR_VERSION 28
  4459. | #define GLIB_MICRO_VERSION 6
  4460. | #define GLIB_INTERFACE_AGE 6
  4461. | #define GLIB_BINARY_AGE 2806
  4462. | #define _FILE_OFFSET_BITS 64
  4463. | #define HAVE_LOCALE_H 1
  4464. | #define HAVE_LC_MESSAGES 1
  4465. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4466. | #define HAVE_GETTEXT 1
  4467. | #define HAVE_DCGETTEXT 1
  4468. | #define ENABLE_NLS 1
  4469. | #define GETTEXT_PACKAGE "glib20"
  4470. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4471. | #define HAVE_DLFCN_H 1
  4472. | #define LT_OBJDIR ".libs/"
  4473. | #define STDC_HEADERS 1
  4474. | #define HAVE_VPRINTF 1
  4475. | #define HAVE_ALLOCA_H 1
  4476. | #define HAVE_ALLOCA 1
  4477. | #define HAVE_MMAP 1
  4478. | #define HAVE_POSIX_MEMALIGN 1
  4479. | #define HAVE_MEMALIGN 1
  4480. | #define HAVE_VALLOC 1
  4481. | #define HAVE_FSYNC 1
  4482. | #define HAVE_PIPE2 1
  4483. | #define HAVE_ATEXIT 1
  4484. | #define HAVE_ON_EXIT 1
  4485. | #define HAVE_TIMEGM 1
  4486. | #define HAVE_GMTIME_R 1
  4487. | #define SIZEOF_CHAR 1
  4488. | #define SIZEOF_SHORT 2
  4489. | #define SIZEOF_LONG 4
  4490. | #define SIZEOF_INT 4
  4491. | #define SIZEOF_VOID_P 4
  4492. | #define SIZEOF_LONG_LONG 8
  4493. | #define SIZEOF___INT64 0
  4494. | #define HAVE_LONG_LONG_FORMAT 1
  4495. | #define SANE_MALLOC_PROTOS 1
  4496. | #define G_HAVE___INLINE 1
  4497. | #define G_HAVE___INLINE__ 1
  4498. | #define G_HAVE_INLINE 1
  4499. | #define HAVE_DOWHILE_MACROS 1
  4500. | #define HAVE_DIRENT_H 1
  4501. | #define HAVE_FLOAT_H 1
  4502. | #define HAVE_LIMITS_H 1
  4503. | #define HAVE_PWD_H 1
  4504. | #define HAVE_GRP_H 1
  4505. | #define HAVE_SYS_PARAM_H 1
  4506. | #define HAVE_SYS_POLL_H 1
  4507. | #define HAVE_SYS_RESOURCE_H 1
  4508. | #define HAVE_SYS_TIME_H 1
  4509. | #define HAVE_SYS_TIMES_H 1
  4510. | #define HAVE_SYS_WAIT_H 1
  4511. | #define HAVE_UNISTD_H 1
  4512. | #define HAVE_VALUES_H 1
  4513. | #define HAVE_SYS_SELECT_H 1
  4514. | #define HAVE_SYS_TYPES_H 1
  4515. | #define HAVE_STDINT_H 1
  4516. | #define HAVE_INTTYPES_H 1
  4517. | #define HAVE_SCHED_H 1
  4518. | #define HAVE_MALLOC_H 1
  4519. | #define HAVE_SYS_VFS_H 1
  4520. | #define HAVE_SYS_MOUNT_H 1
  4521. | #define HAVE_SYS_STATFS_H 1
  4522. | #define HAVE_SYS_STATVFS_H 1
  4523. | #define HAVE_MNTENT_H 1
  4524. | #define HAVE_SYS_SYSCTL_H 1
  4525. | #define HAVE_FSTAB_H 1
  4526. | #define HAVE_SYS_UIO_H 1
  4527. | #define HAVE_LINUX_MAGIC_H 1
  4528. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4529. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4530. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  4531. | /* end confdefs.h. */
  4532. | #include <sys/statvfs.h>
  4533. |
  4534. | int
  4535. | main ()
  4536. | {
  4537. | static struct statvfs ac_aggr;
  4538. | if (sizeof ac_aggr.f_basetype)
  4539. | return 0;
  4540. | ;
  4541. | return 0;
  4542. | }
  4543. configure:22793: result: no
  4544. configure:22804: checking for struct tm.tm_gmtoff
  4545. configure:22804: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4546. configure:22804: $? = 0
  4547. configure:22804: result: yes
  4548. configure:22814: checking for struct tm.__tm_gmtoff
  4549. configure:22814: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4550. conftest.c: In function 'main':
  4551. conftest.c:90: error: 'struct tm' has no member named '__tm_gmtoff'
  4552. configure:22814: $? = 1
  4553. configure: failed program was:
  4554. | /* confdefs.h */
  4555. | #define PACKAGE_NAME "glib"
  4556. | #define PACKAGE_TARNAME "glib"
  4557. | #define PACKAGE_VERSION "2.28.6"
  4558. | #define PACKAGE_STRING "glib 2.28.6"
  4559. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4560. | #define PACKAGE_URL ""
  4561. | #define GLIB_MAJOR_VERSION 2
  4562. | #define GLIB_MINOR_VERSION 28
  4563. | #define GLIB_MICRO_VERSION 6
  4564. | #define GLIB_INTERFACE_AGE 6
  4565. | #define GLIB_BINARY_AGE 2806
  4566. | #define _FILE_OFFSET_BITS 64
  4567. | #define HAVE_LOCALE_H 1
  4568. | #define HAVE_LC_MESSAGES 1
  4569. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4570. | #define HAVE_GETTEXT 1
  4571. | #define HAVE_DCGETTEXT 1
  4572. | #define ENABLE_NLS 1
  4573. | #define GETTEXT_PACKAGE "glib20"
  4574. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4575. | #define HAVE_DLFCN_H 1
  4576. | #define LT_OBJDIR ".libs/"
  4577. | #define STDC_HEADERS 1
  4578. | #define HAVE_VPRINTF 1
  4579. | #define HAVE_ALLOCA_H 1
  4580. | #define HAVE_ALLOCA 1
  4581. | #define HAVE_MMAP 1
  4582. | #define HAVE_POSIX_MEMALIGN 1
  4583. | #define HAVE_MEMALIGN 1
  4584. | #define HAVE_VALLOC 1
  4585. | #define HAVE_FSYNC 1
  4586. | #define HAVE_PIPE2 1
  4587. | #define HAVE_ATEXIT 1
  4588. | #define HAVE_ON_EXIT 1
  4589. | #define HAVE_TIMEGM 1
  4590. | #define HAVE_GMTIME_R 1
  4591. | #define SIZEOF_CHAR 1
  4592. | #define SIZEOF_SHORT 2
  4593. | #define SIZEOF_LONG 4
  4594. | #define SIZEOF_INT 4
  4595. | #define SIZEOF_VOID_P 4
  4596. | #define SIZEOF_LONG_LONG 8
  4597. | #define SIZEOF___INT64 0
  4598. | #define HAVE_LONG_LONG_FORMAT 1
  4599. | #define SANE_MALLOC_PROTOS 1
  4600. | #define G_HAVE___INLINE 1
  4601. | #define G_HAVE___INLINE__ 1
  4602. | #define G_HAVE_INLINE 1
  4603. | #define HAVE_DOWHILE_MACROS 1
  4604. | #define HAVE_DIRENT_H 1
  4605. | #define HAVE_FLOAT_H 1
  4606. | #define HAVE_LIMITS_H 1
  4607. | #define HAVE_PWD_H 1
  4608. | #define HAVE_GRP_H 1
  4609. | #define HAVE_SYS_PARAM_H 1
  4610. | #define HAVE_SYS_POLL_H 1
  4611. | #define HAVE_SYS_RESOURCE_H 1
  4612. | #define HAVE_SYS_TIME_H 1
  4613. | #define HAVE_SYS_TIMES_H 1
  4614. | #define HAVE_SYS_WAIT_H 1
  4615. | #define HAVE_UNISTD_H 1
  4616. | #define HAVE_VALUES_H 1
  4617. | #define HAVE_SYS_SELECT_H 1
  4618. | #define HAVE_SYS_TYPES_H 1
  4619. | #define HAVE_STDINT_H 1
  4620. | #define HAVE_INTTYPES_H 1
  4621. | #define HAVE_SCHED_H 1
  4622. | #define HAVE_MALLOC_H 1
  4623. | #define HAVE_SYS_VFS_H 1
  4624. | #define HAVE_SYS_MOUNT_H 1
  4625. | #define HAVE_SYS_STATFS_H 1
  4626. | #define HAVE_SYS_STATVFS_H 1
  4627. | #define HAVE_MNTENT_H 1
  4628. | #define HAVE_SYS_SYSCTL_H 1
  4629. | #define HAVE_FSTAB_H 1
  4630. | #define HAVE_SYS_UIO_H 1
  4631. | #define HAVE_LINUX_MAGIC_H 1
  4632. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4633. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4634. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  4635. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  4636. | /* end confdefs.h. */
  4637. | #include <time.h>
  4638. |
  4639. | int
  4640. | main ()
  4641. | {
  4642. | static struct tm ac_aggr;
  4643. | if (ac_aggr.__tm_gmtoff)
  4644. | return 0;
  4645. | ;
  4646. | return 0;
  4647. | }
  4648. configure:22814: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4649. conftest.c: In function 'main':
  4650. conftest.c:90: error: 'struct tm' has no member named '__tm_gmtoff'
  4651. configure:22814: $? = 1
  4652. configure: failed program was:
  4653. | /* confdefs.h */
  4654. | #define PACKAGE_NAME "glib"
  4655. | #define PACKAGE_TARNAME "glib"
  4656. | #define PACKAGE_VERSION "2.28.6"
  4657. | #define PACKAGE_STRING "glib 2.28.6"
  4658. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4659. | #define PACKAGE_URL ""
  4660. | #define GLIB_MAJOR_VERSION 2
  4661. | #define GLIB_MINOR_VERSION 28
  4662. | #define GLIB_MICRO_VERSION 6
  4663. | #define GLIB_INTERFACE_AGE 6
  4664. | #define GLIB_BINARY_AGE 2806
  4665. | #define _FILE_OFFSET_BITS 64
  4666. | #define HAVE_LOCALE_H 1
  4667. | #define HAVE_LC_MESSAGES 1
  4668. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4669. | #define HAVE_GETTEXT 1
  4670. | #define HAVE_DCGETTEXT 1
  4671. | #define ENABLE_NLS 1
  4672. | #define GETTEXT_PACKAGE "glib20"
  4673. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4674. | #define HAVE_DLFCN_H 1
  4675. | #define LT_OBJDIR ".libs/"
  4676. | #define STDC_HEADERS 1
  4677. | #define HAVE_VPRINTF 1
  4678. | #define HAVE_ALLOCA_H 1
  4679. | #define HAVE_ALLOCA 1
  4680. | #define HAVE_MMAP 1
  4681. | #define HAVE_POSIX_MEMALIGN 1
  4682. | #define HAVE_MEMALIGN 1
  4683. | #define HAVE_VALLOC 1
  4684. | #define HAVE_FSYNC 1
  4685. | #define HAVE_PIPE2 1
  4686. | #define HAVE_ATEXIT 1
  4687. | #define HAVE_ON_EXIT 1
  4688. | #define HAVE_TIMEGM 1
  4689. | #define HAVE_GMTIME_R 1
  4690. | #define SIZEOF_CHAR 1
  4691. | #define SIZEOF_SHORT 2
  4692. | #define SIZEOF_LONG 4
  4693. | #define SIZEOF_INT 4
  4694. | #define SIZEOF_VOID_P 4
  4695. | #define SIZEOF_LONG_LONG 8
  4696. | #define SIZEOF___INT64 0
  4697. | #define HAVE_LONG_LONG_FORMAT 1
  4698. | #define SANE_MALLOC_PROTOS 1
  4699. | #define G_HAVE___INLINE 1
  4700. | #define G_HAVE___INLINE__ 1
  4701. | #define G_HAVE_INLINE 1
  4702. | #define HAVE_DOWHILE_MACROS 1
  4703. | #define HAVE_DIRENT_H 1
  4704. | #define HAVE_FLOAT_H 1
  4705. | #define HAVE_LIMITS_H 1
  4706. | #define HAVE_PWD_H 1
  4707. | #define HAVE_GRP_H 1
  4708. | #define HAVE_SYS_PARAM_H 1
  4709. | #define HAVE_SYS_POLL_H 1
  4710. | #define HAVE_SYS_RESOURCE_H 1
  4711. | #define HAVE_SYS_TIME_H 1
  4712. | #define HAVE_SYS_TIMES_H 1
  4713. | #define HAVE_SYS_WAIT_H 1
  4714. | #define HAVE_UNISTD_H 1
  4715. | #define HAVE_VALUES_H 1
  4716. | #define HAVE_SYS_SELECT_H 1
  4717. | #define HAVE_SYS_TYPES_H 1
  4718. | #define HAVE_STDINT_H 1
  4719. | #define HAVE_INTTYPES_H 1
  4720. | #define HAVE_SCHED_H 1
  4721. | #define HAVE_MALLOC_H 1
  4722. | #define HAVE_SYS_VFS_H 1
  4723. | #define HAVE_SYS_MOUNT_H 1
  4724. | #define HAVE_SYS_STATFS_H 1
  4725. | #define HAVE_SYS_STATVFS_H 1
  4726. | #define HAVE_MNTENT_H 1
  4727. | #define HAVE_SYS_SYSCTL_H 1
  4728. | #define HAVE_FSTAB_H 1
  4729. | #define HAVE_SYS_UIO_H 1
  4730. | #define HAVE_LINUX_MAGIC_H 1
  4731. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4732. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4733. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  4734. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  4735. | /* end confdefs.h. */
  4736. | #include <time.h>
  4737. |
  4738. | int
  4739. | main ()
  4740. | {
  4741. | static struct tm ac_aggr;
  4742. | if (sizeof ac_aggr.__tm_gmtoff)
  4743. | return 0;
  4744. | ;
  4745. | return 0;
  4746. | }
  4747. configure:22814: result: no
  4748. configure:22828: checking for nl_langinfo and CODESET
  4749. configure:22844: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4750. conftest.c: In function 'main':
  4751. conftest.c:88: warning: unused variable 'cs'
  4752. configure:22844: $? = 0
  4753. configure:22853: result: yes
  4754. configure:22862: checking whether we are using the GNU C Library 2.1 or newer
  4755. configure:22889: result: yes
  4756. configure:22898: checking stddef.h usability
  4757. configure:22898: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4758. configure:22898: $? = 0
  4759. configure:22898: result: yes
  4760. configure:22898: checking stddef.h presence
  4761. configure:22898: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  4762. configure:22898: $? = 0
  4763. configure:22898: result: yes
  4764. configure:22898: checking for stddef.h
  4765. configure:22898: result: yes
  4766. configure:22898: checking stdlib.h usability
  4767. configure:22898: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4768. configure:22898: $? = 0
  4769. configure:22898: result: yes
  4770. configure:22898: checking stdlib.h presence
  4771. configure:22898: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  4772. configure:22898: $? = 0
  4773. configure:22898: result: yes
  4774. configure:22898: checking for stdlib.h
  4775. configure:22898: result: yes
  4776. configure:22898: checking string.h usability
  4777. configure:22898: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  4778. configure:22898: $? = 0
  4779. configure:22898: result: yes
  4780. configure:22898: checking string.h presence
  4781. configure:22898: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  4782. configure:22898: $? = 0
  4783. configure:22898: result: yes
  4784. configure:22898: checking for string.h
  4785. configure:22898: result: yes
  4786. configure:22910: checking for setlocale
  4787. configure:22910: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4788. configure:22910: $? = 0
  4789. configure:22910: result: yes
  4790. configure:22925: checking size of size_t
  4791. configure:22930: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4792. configure:22930: $? = 0
  4793. configure:22930: ./conftest
  4794. configure:22930: $? = 0
  4795. configure:22944: result: 4
  4796. configure:22955: checking for the appropriate definition for size_t
  4797. configure:22998: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c
  4798. configure:23006: $? = 0
  4799. configure:23009: (if test -s conftest.err; then false ; else true; fi)
  4800. configure:23012: $? = 0
  4801. configure:23064: result: unsigned int
  4802. configure:23071: checking for lstat
  4803. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4804. configure:23071: $? = 0
  4805. configure:23071: result: yes
  4806. configure:23071: checking for strerror
  4807. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4808. configure:23071: $? = 0
  4809. configure:23071: result: yes
  4810. configure:23071: checking for strsignal
  4811. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4812. configure:23071: $? = 0
  4813. configure:23071: result: yes
  4814. configure:23071: checking for memmove
  4815. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4816. conftest.c:116: warning: conflicting types for built-in function 'memmove'
  4817. configure:23071: $? = 0
  4818. configure:23071: result: yes
  4819. configure:23071: checking for vsnprintf
  4820. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4821. conftest.c:117: warning: conflicting types for built-in function 'vsnprintf'
  4822. configure:23071: $? = 0
  4823. configure:23071: result: yes
  4824. configure:23071: checking for stpcpy
  4825. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4826. conftest.c:118: warning: conflicting types for built-in function 'stpcpy'
  4827. configure:23071: $? = 0
  4828. configure:23071: result: yes
  4829. configure:23071: checking for strcasecmp
  4830. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4831. conftest.c:119: warning: conflicting types for built-in function 'strcasecmp'
  4832. configure:23071: $? = 0
  4833. configure:23071: result: yes
  4834. configure:23071: checking for strncasecmp
  4835. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4836. conftest.c:120: warning: conflicting types for built-in function 'strncasecmp'
  4837. configure:23071: $? = 0
  4838. configure:23071: result: yes
  4839. configure:23071: checking for poll
  4840. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4841. configure:23071: $? = 0
  4842. configure:23071: result: yes
  4843. configure:23071: checking for getcwd
  4844. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4845. configure:23071: $? = 0
  4846. configure:23071: result: yes
  4847. configure:23071: checking for vasprintf
  4848. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4849. configure:23071: $? = 0
  4850. configure:23071: result: yes
  4851. configure:23071: checking for setenv
  4852. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4853. configure:23071: $? = 0
  4854. configure:23071: result: yes
  4855. configure:23071: checking for unsetenv
  4856. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4857. configure:23071: $? = 0
  4858. configure:23071: result: yes
  4859. configure:23071: checking for getc_unlocked
  4860. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4861. configure:23071: $? = 0
  4862. configure:23071: result: yes
  4863. configure:23071: checking for readlink
  4864. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4865. configure:23071: $? = 0
  4866. configure:23071: result: yes
  4867. configure:23071: checking for symlink
  4868. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4869. configure:23071: $? = 0
  4870. configure:23071: result: yes
  4871. configure:23071: checking for fdwalk
  4872. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  4873. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccTC63R5.o: In function `main':
  4874. conftest.c:(.text+0x7): undefined reference to `fdwalk'
  4875. collect2: ld returned 1 exit status
  4876. configure:23071: $? = 1
  4877. configure: failed program was:
  4878. | /* confdefs.h */
  4879. | #define PACKAGE_NAME "glib"
  4880. | #define PACKAGE_TARNAME "glib"
  4881. | #define PACKAGE_VERSION "2.28.6"
  4882. | #define PACKAGE_STRING "glib 2.28.6"
  4883. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  4884. | #define PACKAGE_URL ""
  4885. | #define GLIB_MAJOR_VERSION 2
  4886. | #define GLIB_MINOR_VERSION 28
  4887. | #define GLIB_MICRO_VERSION 6
  4888. | #define GLIB_INTERFACE_AGE 6
  4889. | #define GLIB_BINARY_AGE 2806
  4890. | #define _FILE_OFFSET_BITS 64
  4891. | #define HAVE_LOCALE_H 1
  4892. | #define HAVE_LC_MESSAGES 1
  4893. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4894. | #define HAVE_GETTEXT 1
  4895. | #define HAVE_DCGETTEXT 1
  4896. | #define ENABLE_NLS 1
  4897. | #define GETTEXT_PACKAGE "glib20"
  4898. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  4899. | #define HAVE_DLFCN_H 1
  4900. | #define LT_OBJDIR ".libs/"
  4901. | #define STDC_HEADERS 1
  4902. | #define HAVE_VPRINTF 1
  4903. | #define HAVE_ALLOCA_H 1
  4904. | #define HAVE_ALLOCA 1
  4905. | #define HAVE_MMAP 1
  4906. | #define HAVE_POSIX_MEMALIGN 1
  4907. | #define HAVE_MEMALIGN 1
  4908. | #define HAVE_VALLOC 1
  4909. | #define HAVE_FSYNC 1
  4910. | #define HAVE_PIPE2 1
  4911. | #define HAVE_ATEXIT 1
  4912. | #define HAVE_ON_EXIT 1
  4913. | #define HAVE_TIMEGM 1
  4914. | #define HAVE_GMTIME_R 1
  4915. | #define SIZEOF_CHAR 1
  4916. | #define SIZEOF_SHORT 2
  4917. | #define SIZEOF_LONG 4
  4918. | #define SIZEOF_INT 4
  4919. | #define SIZEOF_VOID_P 4
  4920. | #define SIZEOF_LONG_LONG 8
  4921. | #define SIZEOF___INT64 0
  4922. | #define HAVE_LONG_LONG_FORMAT 1
  4923. | #define SANE_MALLOC_PROTOS 1
  4924. | #define G_HAVE___INLINE 1
  4925. | #define G_HAVE___INLINE__ 1
  4926. | #define G_HAVE_INLINE 1
  4927. | #define HAVE_DOWHILE_MACROS 1
  4928. | #define HAVE_DIRENT_H 1
  4929. | #define HAVE_FLOAT_H 1
  4930. | #define HAVE_LIMITS_H 1
  4931. | #define HAVE_PWD_H 1
  4932. | #define HAVE_GRP_H 1
  4933. | #define HAVE_SYS_PARAM_H 1
  4934. | #define HAVE_SYS_POLL_H 1
  4935. | #define HAVE_SYS_RESOURCE_H 1
  4936. | #define HAVE_SYS_TIME_H 1
  4937. | #define HAVE_SYS_TIMES_H 1
  4938. | #define HAVE_SYS_WAIT_H 1
  4939. | #define HAVE_UNISTD_H 1
  4940. | #define HAVE_VALUES_H 1
  4941. | #define HAVE_SYS_SELECT_H 1
  4942. | #define HAVE_SYS_TYPES_H 1
  4943. | #define HAVE_STDINT_H 1
  4944. | #define HAVE_INTTYPES_H 1
  4945. | #define HAVE_SCHED_H 1
  4946. | #define HAVE_MALLOC_H 1
  4947. | #define HAVE_SYS_VFS_H 1
  4948. | #define HAVE_SYS_MOUNT_H 1
  4949. | #define HAVE_SYS_STATFS_H 1
  4950. | #define HAVE_SYS_STATVFS_H 1
  4951. | #define HAVE_MNTENT_H 1
  4952. | #define HAVE_SYS_SYSCTL_H 1
  4953. | #define HAVE_FSTAB_H 1
  4954. | #define HAVE_SYS_UIO_H 1
  4955. | #define HAVE_LINUX_MAGIC_H 1
  4956. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  4957. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4958. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  4959. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  4960. | #define HAVE_LANGINFO_CODESET 1
  4961. | #define HAVE_STDDEF_H 1
  4962. | #define HAVE_STDLIB_H 1
  4963. | #define HAVE_STRING_H 1
  4964. | #define HAVE_SETLOCALE 1
  4965. | #define SIZEOF_SIZE_T 4
  4966. | #define HAVE_LSTAT 1
  4967. | #define HAVE_STRERROR 1
  4968. | #define HAVE_STRSIGNAL 1
  4969. | #define HAVE_MEMMOVE 1
  4970. | #define HAVE_VSNPRINTF 1
  4971. | #define HAVE_STPCPY 1
  4972. | #define HAVE_STRCASECMP 1
  4973. | #define HAVE_STRNCASECMP 1
  4974. | #define HAVE_POLL 1
  4975. | #define HAVE_GETCWD 1
  4976. | #define HAVE_VASPRINTF 1
  4977. | #define HAVE_SETENV 1
  4978. | #define HAVE_UNSETENV 1
  4979. | #define HAVE_GETC_UNLOCKED 1
  4980. | #define HAVE_READLINK 1
  4981. | #define HAVE_SYMLINK 1
  4982. | /* end confdefs.h. */
  4983. | /* Define fdwalk to an innocuous variant, in case <limits.h> declares fdwalk.
  4984. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4985. | #define fdwalk innocuous_fdwalk
  4986. |
  4987. | /* System header to define __stub macros and hopefully few prototypes,
  4988. | which can conflict with char fdwalk (); below.
  4989. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4990. | <limits.h> exists even on freestanding compilers. */
  4991. |
  4992. | #ifdef __STDC__
  4993. | # include <limits.h>
  4994. | #else
  4995. | # include <assert.h>
  4996. | #endif
  4997. |
  4998. | #undef fdwalk
  4999. |
  5000. | /* Override any GCC internal prototype to avoid an error.
  5001. | Use char because int might match the return type of a GCC
  5002. | builtin and then its argument prototype would still apply. */
  5003. | #ifdef __cplusplus
  5004. | extern "C"
  5005. | #endif
  5006. | char fdwalk ();
  5007. | /* The GNU C library defines this for functions which it implements
  5008. | to always fail with ENOSYS. Some functions are actually named
  5009. | something starting with __ and the normal name is an alias. */
  5010. | #if defined __stub_fdwalk || defined __stub___fdwalk
  5011. | choke me
  5012. | #endif
  5013. |
  5014. | int
  5015. | main ()
  5016. | {
  5017. | return fdwalk ();
  5018. | ;
  5019. | return 0;
  5020. | }
  5021. configure:23071: result: no
  5022. configure:23071: checking for memmem
  5023. configure:23071: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5024. configure:23071: $? = 0
  5025. configure:23071: result: yes
  5026. configure:23083: checking for chown
  5027. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5028. configure:23083: $? = 0
  5029. configure:23083: result: yes
  5030. configure:23083: checking for lchmod
  5031. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5032. conftest.c:136: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  5033. configure:23083: $? = 1
  5034. configure: failed program was:
  5035. | /* confdefs.h */
  5036. | #define PACKAGE_NAME "glib"
  5037. | #define PACKAGE_TARNAME "glib"
  5038. | #define PACKAGE_VERSION "2.28.6"
  5039. | #define PACKAGE_STRING "glib 2.28.6"
  5040. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  5041. | #define PACKAGE_URL ""
  5042. | #define GLIB_MAJOR_VERSION 2
  5043. | #define GLIB_MINOR_VERSION 28
  5044. | #define GLIB_MICRO_VERSION 6
  5045. | #define GLIB_INTERFACE_AGE 6
  5046. | #define GLIB_BINARY_AGE 2806
  5047. | #define _FILE_OFFSET_BITS 64
  5048. | #define HAVE_LOCALE_H 1
  5049. | #define HAVE_LC_MESSAGES 1
  5050. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5051. | #define HAVE_GETTEXT 1
  5052. | #define HAVE_DCGETTEXT 1
  5053. | #define ENABLE_NLS 1
  5054. | #define GETTEXT_PACKAGE "glib20"
  5055. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  5056. | #define HAVE_DLFCN_H 1
  5057. | #define LT_OBJDIR ".libs/"
  5058. | #define STDC_HEADERS 1
  5059. | #define HAVE_VPRINTF 1
  5060. | #define HAVE_ALLOCA_H 1
  5061. | #define HAVE_ALLOCA 1
  5062. | #define HAVE_MMAP 1
  5063. | #define HAVE_POSIX_MEMALIGN 1
  5064. | #define HAVE_MEMALIGN 1
  5065. | #define HAVE_VALLOC 1
  5066. | #define HAVE_FSYNC 1
  5067. | #define HAVE_PIPE2 1
  5068. | #define HAVE_ATEXIT 1
  5069. | #define HAVE_ON_EXIT 1
  5070. | #define HAVE_TIMEGM 1
  5071. | #define HAVE_GMTIME_R 1
  5072. | #define SIZEOF_CHAR 1
  5073. | #define SIZEOF_SHORT 2
  5074. | #define SIZEOF_LONG 4
  5075. | #define SIZEOF_INT 4
  5076. | #define SIZEOF_VOID_P 4
  5077. | #define SIZEOF_LONG_LONG 8
  5078. | #define SIZEOF___INT64 0
  5079. | #define HAVE_LONG_LONG_FORMAT 1
  5080. | #define SANE_MALLOC_PROTOS 1
  5081. | #define G_HAVE___INLINE 1
  5082. | #define G_HAVE___INLINE__ 1
  5083. | #define G_HAVE_INLINE 1
  5084. | #define HAVE_DOWHILE_MACROS 1
  5085. | #define HAVE_DIRENT_H 1
  5086. | #define HAVE_FLOAT_H 1
  5087. | #define HAVE_LIMITS_H 1
  5088. | #define HAVE_PWD_H 1
  5089. | #define HAVE_GRP_H 1
  5090. | #define HAVE_SYS_PARAM_H 1
  5091. | #define HAVE_SYS_POLL_H 1
  5092. | #define HAVE_SYS_RESOURCE_H 1
  5093. | #define HAVE_SYS_TIME_H 1
  5094. | #define HAVE_SYS_TIMES_H 1
  5095. | #define HAVE_SYS_WAIT_H 1
  5096. | #define HAVE_UNISTD_H 1
  5097. | #define HAVE_VALUES_H 1
  5098. | #define HAVE_SYS_SELECT_H 1
  5099. | #define HAVE_SYS_TYPES_H 1
  5100. | #define HAVE_STDINT_H 1
  5101. | #define HAVE_INTTYPES_H 1
  5102. | #define HAVE_SCHED_H 1
  5103. | #define HAVE_MALLOC_H 1
  5104. | #define HAVE_SYS_VFS_H 1
  5105. | #define HAVE_SYS_MOUNT_H 1
  5106. | #define HAVE_SYS_STATFS_H 1
  5107. | #define HAVE_SYS_STATVFS_H 1
  5108. | #define HAVE_MNTENT_H 1
  5109. | #define HAVE_SYS_SYSCTL_H 1
  5110. | #define HAVE_FSTAB_H 1
  5111. | #define HAVE_SYS_UIO_H 1
  5112. | #define HAVE_LINUX_MAGIC_H 1
  5113. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5114. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5115. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  5116. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  5117. | #define HAVE_LANGINFO_CODESET 1
  5118. | #define HAVE_STDDEF_H 1
  5119. | #define HAVE_STDLIB_H 1
  5120. | #define HAVE_STRING_H 1
  5121. | #define HAVE_SETLOCALE 1
  5122. | #define SIZEOF_SIZE_T 4
  5123. | #define HAVE_LSTAT 1
  5124. | #define HAVE_STRERROR 1
  5125. | #define HAVE_STRSIGNAL 1
  5126. | #define HAVE_MEMMOVE 1
  5127. | #define HAVE_VSNPRINTF 1
  5128. | #define HAVE_STPCPY 1
  5129. | #define HAVE_STRCASECMP 1
  5130. | #define HAVE_STRNCASECMP 1
  5131. | #define HAVE_POLL 1
  5132. | #define HAVE_GETCWD 1
  5133. | #define HAVE_VASPRINTF 1
  5134. | #define HAVE_SETENV 1
  5135. | #define HAVE_UNSETENV 1
  5136. | #define HAVE_GETC_UNLOCKED 1
  5137. | #define HAVE_READLINK 1
  5138. | #define HAVE_SYMLINK 1
  5139. | #define HAVE_MEMMEM 1
  5140. | #define HAVE_CHOWN 1
  5141. | /* end confdefs.h. */
  5142. | /* Define lchmod to an innocuous variant, in case <limits.h> declares lchmod.
  5143. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5144. | #define lchmod innocuous_lchmod
  5145. |
  5146. | /* System header to define __stub macros and hopefully few prototypes,
  5147. | which can conflict with char lchmod (); below.
  5148. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5149. | <limits.h> exists even on freestanding compilers. */
  5150. |
  5151. | #ifdef __STDC__
  5152. | # include <limits.h>
  5153. | #else
  5154. | # include <assert.h>
  5155. | #endif
  5156. |
  5157. | #undef lchmod
  5158. |
  5159. | /* Override any GCC internal prototype to avoid an error.
  5160. | Use char because int might match the return type of a GCC
  5161. | builtin and then its argument prototype would still apply. */
  5162. | #ifdef __cplusplus
  5163. | extern "C"
  5164. | #endif
  5165. | char lchmod ();
  5166. | /* The GNU C library defines this for functions which it implements
  5167. | to always fail with ENOSYS. Some functions are actually named
  5168. | something starting with __ and the normal name is an alias. */
  5169. | #if defined __stub_lchmod || defined __stub___lchmod
  5170. | choke me
  5171. | #endif
  5172. |
  5173. | int
  5174. | main ()
  5175. | {
  5176. | return lchmod ();
  5177. | ;
  5178. | return 0;
  5179. | }
  5180. configure:23083: result: no
  5181. configure:23083: checking for lchown
  5182. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5183. configure:23083: $? = 0
  5184. configure:23083: result: yes
  5185. configure:23083: checking for fchmod
  5186. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5187. configure:23083: $? = 0
  5188. configure:23083: result: yes
  5189. configure:23083: checking for fchown
  5190. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5191. configure:23083: $? = 0
  5192. configure:23083: result: yes
  5193. configure:23083: checking for link
  5194. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5195. configure:23083: $? = 0
  5196. configure:23083: result: yes
  5197. configure:23083: checking for statvfs
  5198. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5199. configure:23083: $? = 0
  5200. configure:23083: result: yes
  5201. configure:23083: checking for statfs
  5202. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5203. configure:23083: $? = 0
  5204. configure:23083: result: yes
  5205. configure:23083: checking for utimes
  5206. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5207. configure:23083: $? = 0
  5208. configure:23083: result: yes
  5209. configure:23083: checking for getgrgid
  5210. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5211. configure:23083: $? = 0
  5212. configure:23083: result: yes
  5213. configure:23083: checking for getpwuid
  5214. configure:23083: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5215. configure:23083: $? = 0
  5216. configure:23083: result: yes
  5217. configure:23095: checking for getmntent_r
  5218. configure:23095: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5219. configure:23095: $? = 0
  5220. configure:23095: result: yes
  5221. configure:23095: checking for setmntent
  5222. configure:23095: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5223. configure:23095: $? = 0
  5224. configure:23095: result: yes
  5225. configure:23095: checking for endmntent
  5226. configure:23095: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5227. configure:23095: $? = 0
  5228. configure:23095: result: yes
  5229. configure:23095: checking for hasmntopt
  5230. configure:23095: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5231. configure:23095: $? = 0
  5232. configure:23095: result: yes
  5233. configure:23095: checking for getmntinfo
  5234. configure:23095: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5235. /var/tmp/portage/dev-libs/glib-2.28.6/temp/cc6AUTFt.o: In function `main':
  5236. conftest.c:(.text+0x7): undefined reference to `getmntinfo'
  5237. collect2: ld returned 1 exit status
  5238. configure:23095: $? = 1
  5239. configure: failed program was:
  5240. | /* confdefs.h */
  5241. | #define PACKAGE_NAME "glib"
  5242. | #define PACKAGE_TARNAME "glib"
  5243. | #define PACKAGE_VERSION "2.28.6"
  5244. | #define PACKAGE_STRING "glib 2.28.6"
  5245. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  5246. | #define PACKAGE_URL ""
  5247. | #define GLIB_MAJOR_VERSION 2
  5248. | #define GLIB_MINOR_VERSION 28
  5249. | #define GLIB_MICRO_VERSION 6
  5250. | #define GLIB_INTERFACE_AGE 6
  5251. | #define GLIB_BINARY_AGE 2806
  5252. | #define _FILE_OFFSET_BITS 64
  5253. | #define HAVE_LOCALE_H 1
  5254. | #define HAVE_LC_MESSAGES 1
  5255. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5256. | #define HAVE_GETTEXT 1
  5257. | #define HAVE_DCGETTEXT 1
  5258. | #define ENABLE_NLS 1
  5259. | #define GETTEXT_PACKAGE "glib20"
  5260. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  5261. | #define HAVE_DLFCN_H 1
  5262. | #define LT_OBJDIR ".libs/"
  5263. | #define STDC_HEADERS 1
  5264. | #define HAVE_VPRINTF 1
  5265. | #define HAVE_ALLOCA_H 1
  5266. | #define HAVE_ALLOCA 1
  5267. | #define HAVE_MMAP 1
  5268. | #define HAVE_POSIX_MEMALIGN 1
  5269. | #define HAVE_MEMALIGN 1
  5270. | #define HAVE_VALLOC 1
  5271. | #define HAVE_FSYNC 1
  5272. | #define HAVE_PIPE2 1
  5273. | #define HAVE_ATEXIT 1
  5274. | #define HAVE_ON_EXIT 1
  5275. | #define HAVE_TIMEGM 1
  5276. | #define HAVE_GMTIME_R 1
  5277. | #define SIZEOF_CHAR 1
  5278. | #define SIZEOF_SHORT 2
  5279. | #define SIZEOF_LONG 4
  5280. | #define SIZEOF_INT 4
  5281. | #define SIZEOF_VOID_P 4
  5282. | #define SIZEOF_LONG_LONG 8
  5283. | #define SIZEOF___INT64 0
  5284. | #define HAVE_LONG_LONG_FORMAT 1
  5285. | #define SANE_MALLOC_PROTOS 1
  5286. | #define G_HAVE___INLINE 1
  5287. | #define G_HAVE___INLINE__ 1
  5288. | #define G_HAVE_INLINE 1
  5289. | #define HAVE_DOWHILE_MACROS 1
  5290. | #define HAVE_DIRENT_H 1
  5291. | #define HAVE_FLOAT_H 1
  5292. | #define HAVE_LIMITS_H 1
  5293. | #define HAVE_PWD_H 1
  5294. | #define HAVE_GRP_H 1
  5295. | #define HAVE_SYS_PARAM_H 1
  5296. | #define HAVE_SYS_POLL_H 1
  5297. | #define HAVE_SYS_RESOURCE_H 1
  5298. | #define HAVE_SYS_TIME_H 1
  5299. | #define HAVE_SYS_TIMES_H 1
  5300. | #define HAVE_SYS_WAIT_H 1
  5301. | #define HAVE_UNISTD_H 1
  5302. | #define HAVE_VALUES_H 1
  5303. | #define HAVE_SYS_SELECT_H 1
  5304. | #define HAVE_SYS_TYPES_H 1
  5305. | #define HAVE_STDINT_H 1
  5306. | #define HAVE_INTTYPES_H 1
  5307. | #define HAVE_SCHED_H 1
  5308. | #define HAVE_MALLOC_H 1
  5309. | #define HAVE_SYS_VFS_H 1
  5310. | #define HAVE_SYS_MOUNT_H 1
  5311. | #define HAVE_SYS_STATFS_H 1
  5312. | #define HAVE_SYS_STATVFS_H 1
  5313. | #define HAVE_MNTENT_H 1
  5314. | #define HAVE_SYS_SYSCTL_H 1
  5315. | #define HAVE_FSTAB_H 1
  5316. | #define HAVE_SYS_UIO_H 1
  5317. | #define HAVE_LINUX_MAGIC_H 1
  5318. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5319. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5320. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  5321. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  5322. | #define HAVE_LANGINFO_CODESET 1
  5323. | #define HAVE_STDDEF_H 1
  5324. | #define HAVE_STDLIB_H 1
  5325. | #define HAVE_STRING_H 1
  5326. | #define HAVE_SETLOCALE 1
  5327. | #define SIZEOF_SIZE_T 4
  5328. | #define HAVE_LSTAT 1
  5329. | #define HAVE_STRERROR 1
  5330. | #define HAVE_STRSIGNAL 1
  5331. | #define HAVE_MEMMOVE 1
  5332. | #define HAVE_VSNPRINTF 1
  5333. | #define HAVE_STPCPY 1
  5334. | #define HAVE_STRCASECMP 1
  5335. | #define HAVE_STRNCASECMP 1
  5336. | #define HAVE_POLL 1
  5337. | #define HAVE_GETCWD 1
  5338. | #define HAVE_VASPRINTF 1
  5339. | #define HAVE_SETENV 1
  5340. | #define HAVE_UNSETENV 1
  5341. | #define HAVE_GETC_UNLOCKED 1
  5342. | #define HAVE_READLINK 1
  5343. | #define HAVE_SYMLINK 1
  5344. | #define HAVE_MEMMEM 1
  5345. | #define HAVE_CHOWN 1
  5346. | #define HAVE_LCHOWN 1
  5347. | #define HAVE_FCHMOD 1
  5348. | #define HAVE_FCHOWN 1
  5349. | #define HAVE_LINK 1
  5350. | #define HAVE_STATVFS 1
  5351. | #define HAVE_STATFS 1
  5352. | #define HAVE_UTIMES 1
  5353. | #define HAVE_GETGRGID 1
  5354. | #define HAVE_GETPWUID 1
  5355. | #define HAVE_GETMNTENT_R 1
  5356. | #define HAVE_SETMNTENT 1
  5357. | #define HAVE_ENDMNTENT 1
  5358. | #define HAVE_HASMNTOPT 1
  5359. | /* end confdefs.h. */
  5360. | /* Define getmntinfo to an innocuous variant, in case <limits.h> declares getmntinfo.
  5361. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5362. | #define getmntinfo innocuous_getmntinfo
  5363. |
  5364. | /* System header to define __stub macros and hopefully few prototypes,
  5365. | which can conflict with char getmntinfo (); below.
  5366. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5367. | <limits.h> exists even on freestanding compilers. */
  5368. |
  5369. | #ifdef __STDC__
  5370. | # include <limits.h>
  5371. | #else
  5372. | # include <assert.h>
  5373. | #endif
  5374. |
  5375. | #undef getmntinfo
  5376. |
  5377. | /* Override any GCC internal prototype to avoid an error.
  5378. | Use char because int might match the return type of a GCC
  5379. | builtin and then its argument prototype would still apply. */
  5380. | #ifdef __cplusplus
  5381. | extern "C"
  5382. | #endif
  5383. | char getmntinfo ();
  5384. | /* The GNU C library defines this for functions which it implements
  5385. | to always fail with ENOSYS. Some functions are actually named
  5386. | something starting with __ and the normal name is an alias. */
  5387. | #if defined __stub_getmntinfo || defined __stub___getmntinfo
  5388. | choke me
  5389. | #endif
  5390. |
  5391. | int
  5392. | main ()
  5393. | {
  5394. | return getmntinfo ();
  5395. | ;
  5396. | return 0;
  5397. | }
  5398. configure:23095: result: no
  5399. configure:23107: checking for splice
  5400. configure:23107: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5401. configure:23107: $? = 0
  5402. configure:23107: result: yes
  5403. configure:23119: checking crt_externs.h usability
  5404. configure:23119: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  5405. conftest.c:155:25: error: crt_externs.h: No such file or directory
  5406. configure:23119: $? = 1
  5407. configure: failed program was:
  5408. | /* confdefs.h */
  5409. | #define PACKAGE_NAME "glib"
  5410. | #define PACKAGE_TARNAME "glib"
  5411. | #define PACKAGE_VERSION "2.28.6"
  5412. | #define PACKAGE_STRING "glib 2.28.6"
  5413. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  5414. | #define PACKAGE_URL ""
  5415. | #define GLIB_MAJOR_VERSION 2
  5416. | #define GLIB_MINOR_VERSION 28
  5417. | #define GLIB_MICRO_VERSION 6
  5418. | #define GLIB_INTERFACE_AGE 6
  5419. | #define GLIB_BINARY_AGE 2806
  5420. | #define _FILE_OFFSET_BITS 64
  5421. | #define HAVE_LOCALE_H 1
  5422. | #define HAVE_LC_MESSAGES 1
  5423. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5424. | #define HAVE_GETTEXT 1
  5425. | #define HAVE_DCGETTEXT 1
  5426. | #define ENABLE_NLS 1
  5427. | #define GETTEXT_PACKAGE "glib20"
  5428. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  5429. | #define HAVE_DLFCN_H 1
  5430. | #define LT_OBJDIR ".libs/"
  5431. | #define STDC_HEADERS 1
  5432. | #define HAVE_VPRINTF 1
  5433. | #define HAVE_ALLOCA_H 1
  5434. | #define HAVE_ALLOCA 1
  5435. | #define HAVE_MMAP 1
  5436. | #define HAVE_POSIX_MEMALIGN 1
  5437. | #define HAVE_MEMALIGN 1
  5438. | #define HAVE_VALLOC 1
  5439. | #define HAVE_FSYNC 1
  5440. | #define HAVE_PIPE2 1
  5441. | #define HAVE_ATEXIT 1
  5442. | #define HAVE_ON_EXIT 1
  5443. | #define HAVE_TIMEGM 1
  5444. | #define HAVE_GMTIME_R 1
  5445. | #define SIZEOF_CHAR 1
  5446. | #define SIZEOF_SHORT 2
  5447. | #define SIZEOF_LONG 4
  5448. | #define SIZEOF_INT 4
  5449. | #define SIZEOF_VOID_P 4
  5450. | #define SIZEOF_LONG_LONG 8
  5451. | #define SIZEOF___INT64 0
  5452. | #define HAVE_LONG_LONG_FORMAT 1
  5453. | #define SANE_MALLOC_PROTOS 1
  5454. | #define G_HAVE___INLINE 1
  5455. | #define G_HAVE___INLINE__ 1
  5456. | #define G_HAVE_INLINE 1
  5457. | #define HAVE_DOWHILE_MACROS 1
  5458. | #define HAVE_DIRENT_H 1
  5459. | #define HAVE_FLOAT_H 1
  5460. | #define HAVE_LIMITS_H 1
  5461. | #define HAVE_PWD_H 1
  5462. | #define HAVE_GRP_H 1
  5463. | #define HAVE_SYS_PARAM_H 1
  5464. | #define HAVE_SYS_POLL_H 1
  5465. | #define HAVE_SYS_RESOURCE_H 1
  5466. | #define HAVE_SYS_TIME_H 1
  5467. | #define HAVE_SYS_TIMES_H 1
  5468. | #define HAVE_SYS_WAIT_H 1
  5469. | #define HAVE_UNISTD_H 1
  5470. | #define HAVE_VALUES_H 1
  5471. | #define HAVE_SYS_SELECT_H 1
  5472. | #define HAVE_SYS_TYPES_H 1
  5473. | #define HAVE_STDINT_H 1
  5474. | #define HAVE_INTTYPES_H 1
  5475. | #define HAVE_SCHED_H 1
  5476. | #define HAVE_MALLOC_H 1
  5477. | #define HAVE_SYS_VFS_H 1
  5478. | #define HAVE_SYS_MOUNT_H 1
  5479. | #define HAVE_SYS_STATFS_H 1
  5480. | #define HAVE_SYS_STATVFS_H 1
  5481. | #define HAVE_MNTENT_H 1
  5482. | #define HAVE_SYS_SYSCTL_H 1
  5483. | #define HAVE_FSTAB_H 1
  5484. | #define HAVE_SYS_UIO_H 1
  5485. | #define HAVE_LINUX_MAGIC_H 1
  5486. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5487. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5488. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  5489. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  5490. | #define HAVE_LANGINFO_CODESET 1
  5491. | #define HAVE_STDDEF_H 1
  5492. | #define HAVE_STDLIB_H 1
  5493. | #define HAVE_STRING_H 1
  5494. | #define HAVE_SETLOCALE 1
  5495. | #define SIZEOF_SIZE_T 4
  5496. | #define HAVE_LSTAT 1
  5497. | #define HAVE_STRERROR 1
  5498. | #define HAVE_STRSIGNAL 1
  5499. | #define HAVE_MEMMOVE 1
  5500. | #define HAVE_VSNPRINTF 1
  5501. | #define HAVE_STPCPY 1
  5502. | #define HAVE_STRCASECMP 1
  5503. | #define HAVE_STRNCASECMP 1
  5504. | #define HAVE_POLL 1
  5505. | #define HAVE_GETCWD 1
  5506. | #define HAVE_VASPRINTF 1
  5507. | #define HAVE_SETENV 1
  5508. | #define HAVE_UNSETENV 1
  5509. | #define HAVE_GETC_UNLOCKED 1
  5510. | #define HAVE_READLINK 1
  5511. | #define HAVE_SYMLINK 1
  5512. | #define HAVE_MEMMEM 1
  5513. | #define HAVE_CHOWN 1
  5514. | #define HAVE_LCHOWN 1
  5515. | #define HAVE_FCHMOD 1
  5516. | #define HAVE_FCHOWN 1
  5517. | #define HAVE_LINK 1
  5518. | #define HAVE_STATVFS 1
  5519. | #define HAVE_STATFS 1
  5520. | #define HAVE_UTIMES 1
  5521. | #define HAVE_GETGRGID 1
  5522. | #define HAVE_GETPWUID 1
  5523. | #define HAVE_GETMNTENT_R 1
  5524. | #define HAVE_SETMNTENT 1
  5525. | #define HAVE_ENDMNTENT 1
  5526. | #define HAVE_HASMNTOPT 1
  5527. | #define HAVE_SPLICE 1
  5528. | /* end confdefs.h. */
  5529. | #include <stdio.h>
  5530. | #ifdef HAVE_SYS_TYPES_H
  5531. | # include <sys/types.h>
  5532. | #endif
  5533. | #ifdef HAVE_SYS_STAT_H
  5534. | # include <sys/stat.h>
  5535. | #endif
  5536. | #ifdef STDC_HEADERS
  5537. | # include <stdlib.h>
  5538. | # include <stddef.h>
  5539. | #else
  5540. | # ifdef HAVE_STDLIB_H
  5541. | # include <stdlib.h>
  5542. | # endif
  5543. | #endif
  5544. | #ifdef HAVE_STRING_H
  5545. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5546. | # include <memory.h>
  5547. | # endif
  5548. | # include <string.h>
  5549. | #endif
  5550. | #ifdef HAVE_STRINGS_H
  5551. | # include <strings.h>
  5552. | #endif
  5553. | #ifdef HAVE_INTTYPES_H
  5554. | # include <inttypes.h>
  5555. | #endif
  5556. | #ifdef HAVE_STDINT_H
  5557. | # include <stdint.h>
  5558. | #endif
  5559. | #ifdef HAVE_UNISTD_H
  5560. | # include <unistd.h>
  5561. | #endif
  5562. | #include <crt_externs.h>
  5563. configure:23119: result: no
  5564. configure:23119: checking crt_externs.h presence
  5565. configure:23119: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  5566. conftest.c:122:25: error: crt_externs.h: No such file or directory
  5567. configure:23119: $? = 1
  5568. configure: failed program was:
  5569. | /* confdefs.h */
  5570. | #define PACKAGE_NAME "glib"
  5571. | #define PACKAGE_TARNAME "glib"
  5572. | #define PACKAGE_VERSION "2.28.6"
  5573. | #define PACKAGE_STRING "glib 2.28.6"
  5574. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  5575. | #define PACKAGE_URL ""
  5576. | #define GLIB_MAJOR_VERSION 2
  5577. | #define GLIB_MINOR_VERSION 28
  5578. | #define GLIB_MICRO_VERSION 6
  5579. | #define GLIB_INTERFACE_AGE 6
  5580. | #define GLIB_BINARY_AGE 2806
  5581. | #define _FILE_OFFSET_BITS 64
  5582. | #define HAVE_LOCALE_H 1
  5583. | #define HAVE_LC_MESSAGES 1
  5584. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5585. | #define HAVE_GETTEXT 1
  5586. | #define HAVE_DCGETTEXT 1
  5587. | #define ENABLE_NLS 1
  5588. | #define GETTEXT_PACKAGE "glib20"
  5589. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  5590. | #define HAVE_DLFCN_H 1
  5591. | #define LT_OBJDIR ".libs/"
  5592. | #define STDC_HEADERS 1
  5593. | #define HAVE_VPRINTF 1
  5594. | #define HAVE_ALLOCA_H 1
  5595. | #define HAVE_ALLOCA 1
  5596. | #define HAVE_MMAP 1
  5597. | #define HAVE_POSIX_MEMALIGN 1
  5598. | #define HAVE_MEMALIGN 1
  5599. | #define HAVE_VALLOC 1
  5600. | #define HAVE_FSYNC 1
  5601. | #define HAVE_PIPE2 1
  5602. | #define HAVE_ATEXIT 1
  5603. | #define HAVE_ON_EXIT 1
  5604. | #define HAVE_TIMEGM 1
  5605. | #define HAVE_GMTIME_R 1
  5606. | #define SIZEOF_CHAR 1
  5607. | #define SIZEOF_SHORT 2
  5608. | #define SIZEOF_LONG 4
  5609. | #define SIZEOF_INT 4
  5610. | #define SIZEOF_VOID_P 4
  5611. | #define SIZEOF_LONG_LONG 8
  5612. | #define SIZEOF___INT64 0
  5613. | #define HAVE_LONG_LONG_FORMAT 1
  5614. | #define SANE_MALLOC_PROTOS 1
  5615. | #define G_HAVE___INLINE 1
  5616. | #define G_HAVE___INLINE__ 1
  5617. | #define G_HAVE_INLINE 1
  5618. | #define HAVE_DOWHILE_MACROS 1
  5619. | #define HAVE_DIRENT_H 1
  5620. | #define HAVE_FLOAT_H 1
  5621. | #define HAVE_LIMITS_H 1
  5622. | #define HAVE_PWD_H 1
  5623. | #define HAVE_GRP_H 1
  5624. | #define HAVE_SYS_PARAM_H 1
  5625. | #define HAVE_SYS_POLL_H 1
  5626. | #define HAVE_SYS_RESOURCE_H 1
  5627. | #define HAVE_SYS_TIME_H 1
  5628. | #define HAVE_SYS_TIMES_H 1
  5629. | #define HAVE_SYS_WAIT_H 1
  5630. | #define HAVE_UNISTD_H 1
  5631. | #define HAVE_VALUES_H 1
  5632. | #define HAVE_SYS_SELECT_H 1
  5633. | #define HAVE_SYS_TYPES_H 1
  5634. | #define HAVE_STDINT_H 1
  5635. | #define HAVE_INTTYPES_H 1
  5636. | #define HAVE_SCHED_H 1
  5637. | #define HAVE_MALLOC_H 1
  5638. | #define HAVE_SYS_VFS_H 1
  5639. | #define HAVE_SYS_MOUNT_H 1
  5640. | #define HAVE_SYS_STATFS_H 1
  5641. | #define HAVE_SYS_STATVFS_H 1
  5642. | #define HAVE_MNTENT_H 1
  5643. | #define HAVE_SYS_SYSCTL_H 1
  5644. | #define HAVE_FSTAB_H 1
  5645. | #define HAVE_SYS_UIO_H 1
  5646. | #define HAVE_LINUX_MAGIC_H 1
  5647. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5648. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5649. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  5650. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  5651. | #define HAVE_LANGINFO_CODESET 1
  5652. | #define HAVE_STDDEF_H 1
  5653. | #define HAVE_STDLIB_H 1
  5654. | #define HAVE_STRING_H 1
  5655. | #define HAVE_SETLOCALE 1
  5656. | #define SIZEOF_SIZE_T 4
  5657. | #define HAVE_LSTAT 1
  5658. | #define HAVE_STRERROR 1
  5659. | #define HAVE_STRSIGNAL 1
  5660. | #define HAVE_MEMMOVE 1
  5661. | #define HAVE_VSNPRINTF 1
  5662. | #define HAVE_STPCPY 1
  5663. | #define HAVE_STRCASECMP 1
  5664. | #define HAVE_STRNCASECMP 1
  5665. | #define HAVE_POLL 1
  5666. | #define HAVE_GETCWD 1
  5667. | #define HAVE_VASPRINTF 1
  5668. | #define HAVE_SETENV 1
  5669. | #define HAVE_UNSETENV 1
  5670. | #define HAVE_GETC_UNLOCKED 1
  5671. | #define HAVE_READLINK 1
  5672. | #define HAVE_SYMLINK 1
  5673. | #define HAVE_MEMMEM 1
  5674. | #define HAVE_CHOWN 1
  5675. | #define HAVE_LCHOWN 1
  5676. | #define HAVE_FCHMOD 1
  5677. | #define HAVE_FCHOWN 1
  5678. | #define HAVE_LINK 1
  5679. | #define HAVE_STATVFS 1
  5680. | #define HAVE_STATFS 1
  5681. | #define HAVE_UTIMES 1
  5682. | #define HAVE_GETGRGID 1
  5683. | #define HAVE_GETPWUID 1
  5684. | #define HAVE_GETMNTENT_R 1
  5685. | #define HAVE_SETMNTENT 1
  5686. | #define HAVE_ENDMNTENT 1
  5687. | #define HAVE_HASMNTOPT 1
  5688. | #define HAVE_SPLICE 1
  5689. | /* end confdefs.h. */
  5690. | #include <crt_externs.h>
  5691. configure:23119: result: no
  5692. configure:23119: checking for crt_externs.h
  5693. configure:23119: result: no
  5694. configure:23131: checking for _NSGetEnviron
  5695. configure:23131: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5696. /var/tmp/portage/dev-libs/glib-2.28.6/temp/cczeCp1Y.o: In function `main':
  5697. conftest.c:(.text+0x7): undefined reference to `_NSGetEnviron'
  5698. collect2: ld returned 1 exit status
  5699. configure:23131: $? = 1
  5700. configure: failed program was:
  5701. | /* confdefs.h */
  5702. | #define PACKAGE_NAME "glib"
  5703. | #define PACKAGE_TARNAME "glib"
  5704. | #define PACKAGE_VERSION "2.28.6"
  5705. | #define PACKAGE_STRING "glib 2.28.6"
  5706. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  5707. | #define PACKAGE_URL ""
  5708. | #define GLIB_MAJOR_VERSION 2
  5709. | #define GLIB_MINOR_VERSION 28
  5710. | #define GLIB_MICRO_VERSION 6
  5711. | #define GLIB_INTERFACE_AGE 6
  5712. | #define GLIB_BINARY_AGE 2806
  5713. | #define _FILE_OFFSET_BITS 64
  5714. | #define HAVE_LOCALE_H 1
  5715. | #define HAVE_LC_MESSAGES 1
  5716. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5717. | #define HAVE_GETTEXT 1
  5718. | #define HAVE_DCGETTEXT 1
  5719. | #define ENABLE_NLS 1
  5720. | #define GETTEXT_PACKAGE "glib20"
  5721. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  5722. | #define HAVE_DLFCN_H 1
  5723. | #define LT_OBJDIR ".libs/"
  5724. | #define STDC_HEADERS 1
  5725. | #define HAVE_VPRINTF 1
  5726. | #define HAVE_ALLOCA_H 1
  5727. | #define HAVE_ALLOCA 1
  5728. | #define HAVE_MMAP 1
  5729. | #define HAVE_POSIX_MEMALIGN 1
  5730. | #define HAVE_MEMALIGN 1
  5731. | #define HAVE_VALLOC 1
  5732. | #define HAVE_FSYNC 1
  5733. | #define HAVE_PIPE2 1
  5734. | #define HAVE_ATEXIT 1
  5735. | #define HAVE_ON_EXIT 1
  5736. | #define HAVE_TIMEGM 1
  5737. | #define HAVE_GMTIME_R 1
  5738. | #define SIZEOF_CHAR 1
  5739. | #define SIZEOF_SHORT 2
  5740. | #define SIZEOF_LONG 4
  5741. | #define SIZEOF_INT 4
  5742. | #define SIZEOF_VOID_P 4
  5743. | #define SIZEOF_LONG_LONG 8
  5744. | #define SIZEOF___INT64 0
  5745. | #define HAVE_LONG_LONG_FORMAT 1
  5746. | #define SANE_MALLOC_PROTOS 1
  5747. | #define G_HAVE___INLINE 1
  5748. | #define G_HAVE___INLINE__ 1
  5749. | #define G_HAVE_INLINE 1
  5750. | #define HAVE_DOWHILE_MACROS 1
  5751. | #define HAVE_DIRENT_H 1
  5752. | #define HAVE_FLOAT_H 1
  5753. | #define HAVE_LIMITS_H 1
  5754. | #define HAVE_PWD_H 1
  5755. | #define HAVE_GRP_H 1
  5756. | #define HAVE_SYS_PARAM_H 1
  5757. | #define HAVE_SYS_POLL_H 1
  5758. | #define HAVE_SYS_RESOURCE_H 1
  5759. | #define HAVE_SYS_TIME_H 1
  5760. | #define HAVE_SYS_TIMES_H 1
  5761. | #define HAVE_SYS_WAIT_H 1
  5762. | #define HAVE_UNISTD_H 1
  5763. | #define HAVE_VALUES_H 1
  5764. | #define HAVE_SYS_SELECT_H 1
  5765. | #define HAVE_SYS_TYPES_H 1
  5766. | #define HAVE_STDINT_H 1
  5767. | #define HAVE_INTTYPES_H 1
  5768. | #define HAVE_SCHED_H 1
  5769. | #define HAVE_MALLOC_H 1
  5770. | #define HAVE_SYS_VFS_H 1
  5771. | #define HAVE_SYS_MOUNT_H 1
  5772. | #define HAVE_SYS_STATFS_H 1
  5773. | #define HAVE_SYS_STATVFS_H 1
  5774. | #define HAVE_MNTENT_H 1
  5775. | #define HAVE_SYS_SYSCTL_H 1
  5776. | #define HAVE_FSTAB_H 1
  5777. | #define HAVE_SYS_UIO_H 1
  5778. | #define HAVE_LINUX_MAGIC_H 1
  5779. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  5780. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5781. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  5782. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  5783. | #define HAVE_LANGINFO_CODESET 1
  5784. | #define HAVE_STDDEF_H 1
  5785. | #define HAVE_STDLIB_H 1
  5786. | #define HAVE_STRING_H 1
  5787. | #define HAVE_SETLOCALE 1
  5788. | #define SIZEOF_SIZE_T 4
  5789. | #define HAVE_LSTAT 1
  5790. | #define HAVE_STRERROR 1
  5791. | #define HAVE_STRSIGNAL 1
  5792. | #define HAVE_MEMMOVE 1
  5793. | #define HAVE_VSNPRINTF 1
  5794. | #define HAVE_STPCPY 1
  5795. | #define HAVE_STRCASECMP 1
  5796. | #define HAVE_STRNCASECMP 1
  5797. | #define HAVE_POLL 1
  5798. | #define HAVE_GETCWD 1
  5799. | #define HAVE_VASPRINTF 1
  5800. | #define HAVE_SETENV 1
  5801. | #define HAVE_UNSETENV 1
  5802. | #define HAVE_GETC_UNLOCKED 1
  5803. | #define HAVE_READLINK 1
  5804. | #define HAVE_SYMLINK 1
  5805. | #define HAVE_MEMMEM 1
  5806. | #define HAVE_CHOWN 1
  5807. | #define HAVE_LCHOWN 1
  5808. | #define HAVE_FCHMOD 1
  5809. | #define HAVE_FCHOWN 1
  5810. | #define HAVE_LINK 1
  5811. | #define HAVE_STATVFS 1
  5812. | #define HAVE_STATFS 1
  5813. | #define HAVE_UTIMES 1
  5814. | #define HAVE_GETGRGID 1
  5815. | #define HAVE_GETPWUID 1
  5816. | #define HAVE_GETMNTENT_R 1
  5817. | #define HAVE_SETMNTENT 1
  5818. | #define HAVE_ENDMNTENT 1
  5819. | #define HAVE_HASMNTOPT 1
  5820. | #define HAVE_SPLICE 1
  5821. | /* end confdefs.h. */
  5822. | /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
  5823. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5824. | #define _NSGetEnviron innocuous__NSGetEnviron
  5825. |
  5826. | /* System header to define __stub macros and hopefully few prototypes,
  5827. | which can conflict with char _NSGetEnviron (); below.
  5828. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5829. | <limits.h> exists even on freestanding compilers. */
  5830. |
  5831. | #ifdef __STDC__
  5832. | # include <limits.h>
  5833. | #else
  5834. | # include <assert.h>
  5835. | #endif
  5836. |
  5837. | #undef _NSGetEnviron
  5838. |
  5839. | /* Override any GCC internal prototype to avoid an error.
  5840. | Use char because int might match the return type of a GCC
  5841. | builtin and then its argument prototype would still apply. */
  5842. | #ifdef __cplusplus
  5843. | extern "C"
  5844. | #endif
  5845. | char _NSGetEnviron ();
  5846. | /* The GNU C library defines this for functions which it implements
  5847. | to always fail with ENOSYS. Some functions are actually named
  5848. | something starting with __ and the normal name is an alias. */
  5849. | #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
  5850. | choke me
  5851. | #endif
  5852. |
  5853. | int
  5854. | main ()
  5855. | {
  5856. | return _NSGetEnviron ();
  5857. | ;
  5858. | return 0;
  5859. | }
  5860. configure:23131: result: no
  5861. configure:23141: checking for C99 vsnprintf
  5862. configure:23188: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5863. conftest.c: In function 'doit':
  5864. conftest.c:137: warning: implicit declaration of function 'exit'
  5865. conftest.c:137: warning: incompatible implicit declaration of built-in function 'exit'
  5866. conftest.c: In function 'main':
  5867. conftest.c:156: warning: incompatible implicit declaration of built-in function 'exit'
  5868. configure:23188: $? = 0
  5869. configure:23188: ./conftest
  5870. configure:23188: $? = 0
  5871. configure:23198: result: yes
  5872. configure:23206: checking whether printf supports positional parameters
  5873. configure:23229: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5874. conftest.c: In function 'main':
  5875. conftest.c:131: warning: implicit declaration of function 'strcmp'
  5876. conftest.c:132: warning: implicit declaration of function 'exit'
  5877. conftest.c:132: warning: incompatible implicit declaration of built-in function 'exit'
  5878. configure:23229: $? = 0
  5879. configure:23229: ./conftest
  5880. configure:23229: $? = 0
  5881. configure:23239: result: yes
  5882. configure:23261: checking value of AF_INET
  5883. configure:23266: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5884. configure:23266: $? = 0
  5885. configure:23266: ./conftest
  5886. configure:23266: $? = 0
  5887. configure:23274: result: 2
  5888. configure:23277: checking value of AF_INET6
  5889. configure:23282: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5890. configure:23282: $? = 0
  5891. configure:23282: ./conftest
  5892. configure:23282: $? = 0
  5893. configure:23290: result: 10
  5894. configure:23294: checking value of AF_UNIX
  5895. configure:23299: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5896. configure:23299: $? = 0
  5897. configure:23299: ./conftest
  5898. configure:23299: $? = 0
  5899. configure:23307: result: 1
  5900. configure:23315: checking value of MSG_PEEK
  5901. configure:23320: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5902. configure:23320: $? = 0
  5903. configure:23320: ./conftest
  5904. configure:23320: $? = 0
  5905. configure:23328: result: 2
  5906. configure:23331: checking value of MSG_OOB
  5907. configure:23336: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5908. configure:23336: $? = 0
  5909. configure:23336: ./conftest
  5910. configure:23336: $? = 0
  5911. configure:23344: result: 1
  5912. configure:23347: checking value of MSG_DONTROUTE
  5913. configure:23352: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5914. configure:23352: $? = 0
  5915. configure:23352: ./conftest
  5916. configure:23352: $? = 0
  5917. configure:23360: result: 4
  5918. configure:23370: checking for getprotobyname_r
  5919. configure:23370: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5920. configure:23370: $? = 0
  5921. configure:23370: result: yes
  5922. configure:23370: checking for endservent
  5923. configure:23370: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  5924. configure:23370: $? = 0
  5925. configure:23370: result: yes
  5926. configure:23382: checking netdb.h usability
  5927. configure:23382: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  5928. configure:23382: $? = 0
  5929. configure:23382: result: yes
  5930. configure:23382: checking netdb.h presence
  5931. configure:23382: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  5932. configure:23382: $? = 0
  5933. configure:23382: result: yes
  5934. configure:23382: checking for netdb.h
  5935. configure:23382: result: yes
  5936. configure:23382: checking wspiapi.h usability
  5937. configure:23382: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  5938. conftest.c:160:21: error: wspiapi.h: No such file or directory
  5939. configure:23382: $? = 1
  5940. configure: failed program was:
  5941. | /* confdefs.h */
  5942. | #define PACKAGE_NAME "glib"
  5943. | #define PACKAGE_TARNAME "glib"
  5944. | #define PACKAGE_VERSION "2.28.6"
  5945. | #define PACKAGE_STRING "glib 2.28.6"
  5946. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  5947. | #define PACKAGE_URL ""
  5948. | #define GLIB_MAJOR_VERSION 2
  5949. | #define GLIB_MINOR_VERSION 28
  5950. | #define GLIB_MICRO_VERSION 6
  5951. | #define GLIB_INTERFACE_AGE 6
  5952. | #define GLIB_BINARY_AGE 2806
  5953. | #define _FILE_OFFSET_BITS 64
  5954. | #define HAVE_LOCALE_H 1
  5955. | #define HAVE_LC_MESSAGES 1
  5956. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5957. | #define HAVE_GETTEXT 1
  5958. | #define HAVE_DCGETTEXT 1
  5959. | #define ENABLE_NLS 1
  5960. | #define GETTEXT_PACKAGE "glib20"
  5961. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  5962. | #define HAVE_DLFCN_H 1
  5963. | #define LT_OBJDIR ".libs/"
  5964. | #define STDC_HEADERS 1
  5965. | #define HAVE_VPRINTF 1
  5966. | #define HAVE_ALLOCA_H 1
  5967. | #define HAVE_ALLOCA 1
  5968. | #define HAVE_MMAP 1
  5969. | #define HAVE_POSIX_MEMALIGN 1
  5970. | #define HAVE_MEMALIGN 1
  5971. | #define HAVE_VALLOC 1
  5972. | #define HAVE_FSYNC 1
  5973. | #define HAVE_PIPE2 1
  5974. | #define HAVE_ATEXIT 1
  5975. | #define HAVE_ON_EXIT 1
  5976. | #define HAVE_TIMEGM 1
  5977. | #define HAVE_GMTIME_R 1
  5978. | #define SIZEOF_CHAR 1
  5979. | #define SIZEOF_SHORT 2
  5980. | #define SIZEOF_LONG 4
  5981. | #define SIZEOF_INT 4
  5982. | #define SIZEOF_VOID_P 4
  5983. | #define SIZEOF_LONG_LONG 8
  5984. | #define SIZEOF___INT64 0
  5985. | #define HAVE_LONG_LONG_FORMAT 1
  5986. | #define SANE_MALLOC_PROTOS 1
  5987. | #define G_HAVE___INLINE 1
  5988. | #define G_HAVE___INLINE__ 1
  5989. | #define G_HAVE_INLINE 1
  5990. | #define HAVE_DOWHILE_MACROS 1
  5991. | #define HAVE_DIRENT_H 1
  5992. | #define HAVE_FLOAT_H 1
  5993. | #define HAVE_LIMITS_H 1
  5994. | #define HAVE_PWD_H 1
  5995. | #define HAVE_GRP_H 1
  5996. | #define HAVE_SYS_PARAM_H 1
  5997. | #define HAVE_SYS_POLL_H 1
  5998. | #define HAVE_SYS_RESOURCE_H 1
  5999. | #define HAVE_SYS_TIME_H 1
  6000. | #define HAVE_SYS_TIMES_H 1
  6001. | #define HAVE_SYS_WAIT_H 1
  6002. | #define HAVE_UNISTD_H 1
  6003. | #define HAVE_VALUES_H 1
  6004. | #define HAVE_SYS_SELECT_H 1
  6005. | #define HAVE_SYS_TYPES_H 1
  6006. | #define HAVE_STDINT_H 1
  6007. | #define HAVE_INTTYPES_H 1
  6008. | #define HAVE_SCHED_H 1
  6009. | #define HAVE_MALLOC_H 1
  6010. | #define HAVE_SYS_VFS_H 1
  6011. | #define HAVE_SYS_MOUNT_H 1
  6012. | #define HAVE_SYS_STATFS_H 1
  6013. | #define HAVE_SYS_STATVFS_H 1
  6014. | #define HAVE_MNTENT_H 1
  6015. | #define HAVE_SYS_SYSCTL_H 1
  6016. | #define HAVE_FSTAB_H 1
  6017. | #define HAVE_SYS_UIO_H 1
  6018. | #define HAVE_LINUX_MAGIC_H 1
  6019. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6020. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6021. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  6022. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  6023. | #define HAVE_LANGINFO_CODESET 1
  6024. | #define HAVE_STDDEF_H 1
  6025. | #define HAVE_STDLIB_H 1
  6026. | #define HAVE_STRING_H 1
  6027. | #define HAVE_SETLOCALE 1
  6028. | #define SIZEOF_SIZE_T 4
  6029. | #define HAVE_LSTAT 1
  6030. | #define HAVE_STRERROR 1
  6031. | #define HAVE_STRSIGNAL 1
  6032. | #define HAVE_MEMMOVE 1
  6033. | #define HAVE_VSNPRINTF 1
  6034. | #define HAVE_STPCPY 1
  6035. | #define HAVE_STRCASECMP 1
  6036. | #define HAVE_STRNCASECMP 1
  6037. | #define HAVE_POLL 1
  6038. | #define HAVE_GETCWD 1
  6039. | #define HAVE_VASPRINTF 1
  6040. | #define HAVE_SETENV 1
  6041. | #define HAVE_UNSETENV 1
  6042. | #define HAVE_GETC_UNLOCKED 1
  6043. | #define HAVE_READLINK 1
  6044. | #define HAVE_SYMLINK 1
  6045. | #define HAVE_MEMMEM 1
  6046. | #define HAVE_CHOWN 1
  6047. | #define HAVE_LCHOWN 1
  6048. | #define HAVE_FCHMOD 1
  6049. | #define HAVE_FCHOWN 1
  6050. | #define HAVE_LINK 1
  6051. | #define HAVE_STATVFS 1
  6052. | #define HAVE_STATFS 1
  6053. | #define HAVE_UTIMES 1
  6054. | #define HAVE_GETGRGID 1
  6055. | #define HAVE_GETPWUID 1
  6056. | #define HAVE_GETMNTENT_R 1
  6057. | #define HAVE_SETMNTENT 1
  6058. | #define HAVE_ENDMNTENT 1
  6059. | #define HAVE_HASMNTOPT 1
  6060. | #define HAVE_SPLICE 1
  6061. | #define HAVE_C99_VSNPRINTF 1
  6062. | #define HAVE_UNIX98_PRINTF 1
  6063. | #define HAVE_GETPROTOBYNAME_R 1
  6064. | #define HAVE_ENDSERVENT 1
  6065. | #define HAVE_NETDB_H 1
  6066. | /* end confdefs.h. */
  6067. | #include <stdio.h>
  6068. | #ifdef HAVE_SYS_TYPES_H
  6069. | # include <sys/types.h>
  6070. | #endif
  6071. | #ifdef HAVE_SYS_STAT_H
  6072. | # include <sys/stat.h>
  6073. | #endif
  6074. | #ifdef STDC_HEADERS
  6075. | # include <stdlib.h>
  6076. | # include <stddef.h>
  6077. | #else
  6078. | # ifdef HAVE_STDLIB_H
  6079. | # include <stdlib.h>
  6080. | # endif
  6081. | #endif
  6082. | #ifdef HAVE_STRING_H
  6083. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6084. | # include <memory.h>
  6085. | # endif
  6086. | # include <string.h>
  6087. | #endif
  6088. | #ifdef HAVE_STRINGS_H
  6089. | # include <strings.h>
  6090. | #endif
  6091. | #ifdef HAVE_INTTYPES_H
  6092. | # include <inttypes.h>
  6093. | #endif
  6094. | #ifdef HAVE_STDINT_H
  6095. | # include <stdint.h>
  6096. | #endif
  6097. | #ifdef HAVE_UNISTD_H
  6098. | # include <unistd.h>
  6099. | #endif
  6100. | #include <wspiapi.h>
  6101. configure:23382: result: no
  6102. configure:23382: checking wspiapi.h presence
  6103. configure:23382: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  6104. conftest.c:127:21: error: wspiapi.h: No such file or directory
  6105. configure:23382: $? = 1
  6106. configure: failed program was:
  6107. | /* confdefs.h */
  6108. | #define PACKAGE_NAME "glib"
  6109. | #define PACKAGE_TARNAME "glib"
  6110. | #define PACKAGE_VERSION "2.28.6"
  6111. | #define PACKAGE_STRING "glib 2.28.6"
  6112. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  6113. | #define PACKAGE_URL ""
  6114. | #define GLIB_MAJOR_VERSION 2
  6115. | #define GLIB_MINOR_VERSION 28
  6116. | #define GLIB_MICRO_VERSION 6
  6117. | #define GLIB_INTERFACE_AGE 6
  6118. | #define GLIB_BINARY_AGE 2806
  6119. | #define _FILE_OFFSET_BITS 64
  6120. | #define HAVE_LOCALE_H 1
  6121. | #define HAVE_LC_MESSAGES 1
  6122. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  6123. | #define HAVE_GETTEXT 1
  6124. | #define HAVE_DCGETTEXT 1
  6125. | #define ENABLE_NLS 1
  6126. | #define GETTEXT_PACKAGE "glib20"
  6127. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  6128. | #define HAVE_DLFCN_H 1
  6129. | #define LT_OBJDIR ".libs/"
  6130. | #define STDC_HEADERS 1
  6131. | #define HAVE_VPRINTF 1
  6132. | #define HAVE_ALLOCA_H 1
  6133. | #define HAVE_ALLOCA 1
  6134. | #define HAVE_MMAP 1
  6135. | #define HAVE_POSIX_MEMALIGN 1
  6136. | #define HAVE_MEMALIGN 1
  6137. | #define HAVE_VALLOC 1
  6138. | #define HAVE_FSYNC 1
  6139. | #define HAVE_PIPE2 1
  6140. | #define HAVE_ATEXIT 1
  6141. | #define HAVE_ON_EXIT 1
  6142. | #define HAVE_TIMEGM 1
  6143. | #define HAVE_GMTIME_R 1
  6144. | #define SIZEOF_CHAR 1
  6145. | #define SIZEOF_SHORT 2
  6146. | #define SIZEOF_LONG 4
  6147. | #define SIZEOF_INT 4
  6148. | #define SIZEOF_VOID_P 4
  6149. | #define SIZEOF_LONG_LONG 8
  6150. | #define SIZEOF___INT64 0
  6151. | #define HAVE_LONG_LONG_FORMAT 1
  6152. | #define SANE_MALLOC_PROTOS 1
  6153. | #define G_HAVE___INLINE 1
  6154. | #define G_HAVE___INLINE__ 1
  6155. | #define G_HAVE_INLINE 1
  6156. | #define HAVE_DOWHILE_MACROS 1
  6157. | #define HAVE_DIRENT_H 1
  6158. | #define HAVE_FLOAT_H 1
  6159. | #define HAVE_LIMITS_H 1
  6160. | #define HAVE_PWD_H 1
  6161. | #define HAVE_GRP_H 1
  6162. | #define HAVE_SYS_PARAM_H 1
  6163. | #define HAVE_SYS_POLL_H 1
  6164. | #define HAVE_SYS_RESOURCE_H 1
  6165. | #define HAVE_SYS_TIME_H 1
  6166. | #define HAVE_SYS_TIMES_H 1
  6167. | #define HAVE_SYS_WAIT_H 1
  6168. | #define HAVE_UNISTD_H 1
  6169. | #define HAVE_VALUES_H 1
  6170. | #define HAVE_SYS_SELECT_H 1
  6171. | #define HAVE_SYS_TYPES_H 1
  6172. | #define HAVE_STDINT_H 1
  6173. | #define HAVE_INTTYPES_H 1
  6174. | #define HAVE_SCHED_H 1
  6175. | #define HAVE_MALLOC_H 1
  6176. | #define HAVE_SYS_VFS_H 1
  6177. | #define HAVE_SYS_MOUNT_H 1
  6178. | #define HAVE_SYS_STATFS_H 1
  6179. | #define HAVE_SYS_STATVFS_H 1
  6180. | #define HAVE_MNTENT_H 1
  6181. | #define HAVE_SYS_SYSCTL_H 1
  6182. | #define HAVE_FSTAB_H 1
  6183. | #define HAVE_SYS_UIO_H 1
  6184. | #define HAVE_LINUX_MAGIC_H 1
  6185. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6186. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6187. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  6188. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  6189. | #define HAVE_LANGINFO_CODESET 1
  6190. | #define HAVE_STDDEF_H 1
  6191. | #define HAVE_STDLIB_H 1
  6192. | #define HAVE_STRING_H 1
  6193. | #define HAVE_SETLOCALE 1
  6194. | #define SIZEOF_SIZE_T 4
  6195. | #define HAVE_LSTAT 1
  6196. | #define HAVE_STRERROR 1
  6197. | #define HAVE_STRSIGNAL 1
  6198. | #define HAVE_MEMMOVE 1
  6199. | #define HAVE_VSNPRINTF 1
  6200. | #define HAVE_STPCPY 1
  6201. | #define HAVE_STRCASECMP 1
  6202. | #define HAVE_STRNCASECMP 1
  6203. | #define HAVE_POLL 1
  6204. | #define HAVE_GETCWD 1
  6205. | #define HAVE_VASPRINTF 1
  6206. | #define HAVE_SETENV 1
  6207. | #define HAVE_UNSETENV 1
  6208. | #define HAVE_GETC_UNLOCKED 1
  6209. | #define HAVE_READLINK 1
  6210. | #define HAVE_SYMLINK 1
  6211. | #define HAVE_MEMMEM 1
  6212. | #define HAVE_CHOWN 1
  6213. | #define HAVE_LCHOWN 1
  6214. | #define HAVE_FCHMOD 1
  6215. | #define HAVE_FCHOWN 1
  6216. | #define HAVE_LINK 1
  6217. | #define HAVE_STATVFS 1
  6218. | #define HAVE_STATFS 1
  6219. | #define HAVE_UTIMES 1
  6220. | #define HAVE_GETGRGID 1
  6221. | #define HAVE_GETPWUID 1
  6222. | #define HAVE_GETMNTENT_R 1
  6223. | #define HAVE_SETMNTENT 1
  6224. | #define HAVE_ENDMNTENT 1
  6225. | #define HAVE_HASMNTOPT 1
  6226. | #define HAVE_SPLICE 1
  6227. | #define HAVE_C99_VSNPRINTF 1
  6228. | #define HAVE_UNIX98_PRINTF 1
  6229. | #define HAVE_GETPROTOBYNAME_R 1
  6230. | #define HAVE_ENDSERVENT 1
  6231. | #define HAVE_NETDB_H 1
  6232. | /* end confdefs.h. */
  6233. | #include <wspiapi.h>
  6234. configure:23382: result: no
  6235. configure:23382: checking for wspiapi.h
  6236. configure:23382: result: no
  6237. configure:23398: checking for strndup
  6238. configure:23398: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6239. conftest.c:150: warning: conflicting types for built-in function 'strndup'
  6240. configure:23398: $? = 0
  6241. configure:23398: result: yes
  6242. configure:23398: checking for setresuid
  6243. configure:23398: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6244. configure:23398: $? = 0
  6245. configure:23398: result: yes
  6246. configure:23398: checking for setreuid
  6247. configure:23398: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6248. configure:23398: $? = 0
  6249. configure:23398: result: yes
  6250. configure:23410: checking sys/prctl.h usability
  6251. configure:23410: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6252. configure:23410: $? = 0
  6253. configure:23410: result: yes
  6254. configure:23410: checking sys/prctl.h presence
  6255. configure:23410: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  6256. configure:23410: $? = 0
  6257. configure:23410: result: yes
  6258. configure:23410: checking for sys/prctl.h
  6259. configure:23410: result: yes
  6260. configure:23410: checking arpa/nameser_compat.h usability
  6261. configure:23410: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6262. configure:23410: $? = 0
  6263. configure:23410: result: yes
  6264. configure:23410: checking arpa/nameser_compat.h presence
  6265. configure:23410: i686-pc-linux-gnu-gcc -E -DG_DISABLE_SINGLE_INCLUDES conftest.c
  6266. configure:23410: $? = 0
  6267. configure:23410: result: yes
  6268. configure:23410: checking for arpa/nameser_compat.h
  6269. configure:23410: result: yes
  6270. configure:23422: checking for res_query
  6271. configure:23438: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6272. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccUk9xSK.o: In function `main':
  6273. conftest.c:(.text+0x31): undefined reference to `__res_query'
  6274. collect2: ld returned 1 exit status
  6275. configure:23438: $? = 1
  6276. configure: failed program was:
  6277. | /* confdefs.h */
  6278. | #define PACKAGE_NAME "glib"
  6279. | #define PACKAGE_TARNAME "glib"
  6280. | #define PACKAGE_VERSION "2.28.6"
  6281. | #define PACKAGE_STRING "glib 2.28.6"
  6282. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  6283. | #define PACKAGE_URL ""
  6284. | #define GLIB_MAJOR_VERSION 2
  6285. | #define GLIB_MINOR_VERSION 28
  6286. | #define GLIB_MICRO_VERSION 6
  6287. | #define GLIB_INTERFACE_AGE 6
  6288. | #define GLIB_BINARY_AGE 2806
  6289. | #define _FILE_OFFSET_BITS 64
  6290. | #define HAVE_LOCALE_H 1
  6291. | #define HAVE_LC_MESSAGES 1
  6292. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  6293. | #define HAVE_GETTEXT 1
  6294. | #define HAVE_DCGETTEXT 1
  6295. | #define ENABLE_NLS 1
  6296. | #define GETTEXT_PACKAGE "glib20"
  6297. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  6298. | #define HAVE_DLFCN_H 1
  6299. | #define LT_OBJDIR ".libs/"
  6300. | #define STDC_HEADERS 1
  6301. | #define HAVE_VPRINTF 1
  6302. | #define HAVE_ALLOCA_H 1
  6303. | #define HAVE_ALLOCA 1
  6304. | #define HAVE_MMAP 1
  6305. | #define HAVE_POSIX_MEMALIGN 1
  6306. | #define HAVE_MEMALIGN 1
  6307. | #define HAVE_VALLOC 1
  6308. | #define HAVE_FSYNC 1
  6309. | #define HAVE_PIPE2 1
  6310. | #define HAVE_ATEXIT 1
  6311. | #define HAVE_ON_EXIT 1
  6312. | #define HAVE_TIMEGM 1
  6313. | #define HAVE_GMTIME_R 1
  6314. | #define SIZEOF_CHAR 1
  6315. | #define SIZEOF_SHORT 2
  6316. | #define SIZEOF_LONG 4
  6317. | #define SIZEOF_INT 4
  6318. | #define SIZEOF_VOID_P 4
  6319. | #define SIZEOF_LONG_LONG 8
  6320. | #define SIZEOF___INT64 0
  6321. | #define HAVE_LONG_LONG_FORMAT 1
  6322. | #define SANE_MALLOC_PROTOS 1
  6323. | #define G_HAVE___INLINE 1
  6324. | #define G_HAVE___INLINE__ 1
  6325. | #define G_HAVE_INLINE 1
  6326. | #define HAVE_DOWHILE_MACROS 1
  6327. | #define HAVE_DIRENT_H 1
  6328. | #define HAVE_FLOAT_H 1
  6329. | #define HAVE_LIMITS_H 1
  6330. | #define HAVE_PWD_H 1
  6331. | #define HAVE_GRP_H 1
  6332. | #define HAVE_SYS_PARAM_H 1
  6333. | #define HAVE_SYS_POLL_H 1
  6334. | #define HAVE_SYS_RESOURCE_H 1
  6335. | #define HAVE_SYS_TIME_H 1
  6336. | #define HAVE_SYS_TIMES_H 1
  6337. | #define HAVE_SYS_WAIT_H 1
  6338. | #define HAVE_UNISTD_H 1
  6339. | #define HAVE_VALUES_H 1
  6340. | #define HAVE_SYS_SELECT_H 1
  6341. | #define HAVE_SYS_TYPES_H 1
  6342. | #define HAVE_STDINT_H 1
  6343. | #define HAVE_INTTYPES_H 1
  6344. | #define HAVE_SCHED_H 1
  6345. | #define HAVE_MALLOC_H 1
  6346. | #define HAVE_SYS_VFS_H 1
  6347. | #define HAVE_SYS_MOUNT_H 1
  6348. | #define HAVE_SYS_STATFS_H 1
  6349. | #define HAVE_SYS_STATVFS_H 1
  6350. | #define HAVE_MNTENT_H 1
  6351. | #define HAVE_SYS_SYSCTL_H 1
  6352. | #define HAVE_FSTAB_H 1
  6353. | #define HAVE_SYS_UIO_H 1
  6354. | #define HAVE_LINUX_MAGIC_H 1
  6355. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6356. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6357. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  6358. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  6359. | #define HAVE_LANGINFO_CODESET 1
  6360. | #define HAVE_STDDEF_H 1
  6361. | #define HAVE_STDLIB_H 1
  6362. | #define HAVE_STRING_H 1
  6363. | #define HAVE_SETLOCALE 1
  6364. | #define SIZEOF_SIZE_T 4
  6365. | #define HAVE_LSTAT 1
  6366. | #define HAVE_STRERROR 1
  6367. | #define HAVE_STRSIGNAL 1
  6368. | #define HAVE_MEMMOVE 1
  6369. | #define HAVE_VSNPRINTF 1
  6370. | #define HAVE_STPCPY 1
  6371. | #define HAVE_STRCASECMP 1
  6372. | #define HAVE_STRNCASECMP 1
  6373. | #define HAVE_POLL 1
  6374. | #define HAVE_GETCWD 1
  6375. | #define HAVE_VASPRINTF 1
  6376. | #define HAVE_SETENV 1
  6377. | #define HAVE_UNSETENV 1
  6378. | #define HAVE_GETC_UNLOCKED 1
  6379. | #define HAVE_READLINK 1
  6380. | #define HAVE_SYMLINK 1
  6381. | #define HAVE_MEMMEM 1
  6382. | #define HAVE_CHOWN 1
  6383. | #define HAVE_LCHOWN 1
  6384. | #define HAVE_FCHMOD 1
  6385. | #define HAVE_FCHOWN 1
  6386. | #define HAVE_LINK 1
  6387. | #define HAVE_STATVFS 1
  6388. | #define HAVE_STATFS 1
  6389. | #define HAVE_UTIMES 1
  6390. | #define HAVE_GETGRGID 1
  6391. | #define HAVE_GETPWUID 1
  6392. | #define HAVE_GETMNTENT_R 1
  6393. | #define HAVE_SETMNTENT 1
  6394. | #define HAVE_ENDMNTENT 1
  6395. | #define HAVE_HASMNTOPT 1
  6396. | #define HAVE_SPLICE 1
  6397. | #define HAVE_C99_VSNPRINTF 1
  6398. | #define HAVE_UNIX98_PRINTF 1
  6399. | #define HAVE_GETPROTOBYNAME_R 1
  6400. | #define HAVE_ENDSERVENT 1
  6401. | #define HAVE_NETDB_H 1
  6402. | #define HAVE_STRNDUP 1
  6403. | #define HAVE_SETRESUID 1
  6404. | #define HAVE_SETREUID 1
  6405. | #define HAVE_SYS_PRCTL_H 1
  6406. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  6407. | /* end confdefs.h. */
  6408. | #include <sys/types.h>
  6409. | #include <netinet/in.h>
  6410. | #include <arpa/nameser.h>
  6411. | #include <resolv.h>
  6412. | int
  6413. | main ()
  6414. | {
  6415. | res_query("test", 0, 0, (void *)0, 0);
  6416. | ;
  6417. | return 0;
  6418. | }
  6419. configure:23458: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -lresolv >&5
  6420. configure:23458: $? = 0
  6421. configure:23459: result: in -lresolv
  6422. configure:23509: checking number of arguments to statfs()
  6423. configure:23535: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6424. conftest.c: In function 'main':
  6425. conftest.c:149: warning: null argument where non-null required (argument 1)
  6426. configure:23535: $? = 0
  6427. configure:23537: result: 2
  6428. configure:23642: checking for signed
  6429. configure:23658: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6430. conftest.c: In function 'main':
  6431. conftest.c:138: warning: unused variable 'x'
  6432. configure:23658: $? = 0
  6433. configure:23665: result: yes
  6434. configure:23674: checking for long long
  6435. configure:23691: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6436. configure:23691: $? = 0
  6437. configure:23699: result: yes
  6438. configure:23708: checking for long double
  6439. configure:23740: result: yes
  6440. configure:23749: checking for wchar_t
  6441. configure:23766: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6442. configure:23766: $? = 0
  6443. configure:23773: result: yes
  6444. configure:23782: checking for wint_t
  6445. configure:23799: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6446. configure:23799: $? = 0
  6447. configure:23806: result: yes
  6448. configure:23814: checking for size_t
  6449. configure:23814: result: yes
  6450. configure:23825: checking for ptrdiff_t
  6451. configure:23825: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6452. configure:23825: $? = 0
  6453. configure:23825: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6454. conftest.c: In function 'main':
  6455. conftest.c:174: error: expected expression before ')' token
  6456. configure:23825: $? = 1
  6457. configure: failed program was:
  6458. | /* confdefs.h */
  6459. | #define PACKAGE_NAME "glib"
  6460. | #define PACKAGE_TARNAME "glib"
  6461. | #define PACKAGE_VERSION "2.28.6"
  6462. | #define PACKAGE_STRING "glib 2.28.6"
  6463. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  6464. | #define PACKAGE_URL ""
  6465. | #define GLIB_MAJOR_VERSION 2
  6466. | #define GLIB_MINOR_VERSION 28
  6467. | #define GLIB_MICRO_VERSION 6
  6468. | #define GLIB_INTERFACE_AGE 6
  6469. | #define GLIB_BINARY_AGE 2806
  6470. | #define _FILE_OFFSET_BITS 64
  6471. | #define HAVE_LOCALE_H 1
  6472. | #define HAVE_LC_MESSAGES 1
  6473. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  6474. | #define HAVE_GETTEXT 1
  6475. | #define HAVE_DCGETTEXT 1
  6476. | #define ENABLE_NLS 1
  6477. | #define GETTEXT_PACKAGE "glib20"
  6478. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  6479. | #define HAVE_DLFCN_H 1
  6480. | #define LT_OBJDIR ".libs/"
  6481. | #define STDC_HEADERS 1
  6482. | #define HAVE_VPRINTF 1
  6483. | #define HAVE_ALLOCA_H 1
  6484. | #define HAVE_ALLOCA 1
  6485. | #define HAVE_MMAP 1
  6486. | #define HAVE_POSIX_MEMALIGN 1
  6487. | #define HAVE_MEMALIGN 1
  6488. | #define HAVE_VALLOC 1
  6489. | #define HAVE_FSYNC 1
  6490. | #define HAVE_PIPE2 1
  6491. | #define HAVE_ATEXIT 1
  6492. | #define HAVE_ON_EXIT 1
  6493. | #define HAVE_TIMEGM 1
  6494. | #define HAVE_GMTIME_R 1
  6495. | #define SIZEOF_CHAR 1
  6496. | #define SIZEOF_SHORT 2
  6497. | #define SIZEOF_LONG 4
  6498. | #define SIZEOF_INT 4
  6499. | #define SIZEOF_VOID_P 4
  6500. | #define SIZEOF_LONG_LONG 8
  6501. | #define SIZEOF___INT64 0
  6502. | #define HAVE_LONG_LONG_FORMAT 1
  6503. | #define SANE_MALLOC_PROTOS 1
  6504. | #define G_HAVE___INLINE 1
  6505. | #define G_HAVE___INLINE__ 1
  6506. | #define G_HAVE_INLINE 1
  6507. | #define HAVE_DOWHILE_MACROS 1
  6508. | #define HAVE_DIRENT_H 1
  6509. | #define HAVE_FLOAT_H 1
  6510. | #define HAVE_LIMITS_H 1
  6511. | #define HAVE_PWD_H 1
  6512. | #define HAVE_GRP_H 1
  6513. | #define HAVE_SYS_PARAM_H 1
  6514. | #define HAVE_SYS_POLL_H 1
  6515. | #define HAVE_SYS_RESOURCE_H 1
  6516. | #define HAVE_SYS_TIME_H 1
  6517. | #define HAVE_SYS_TIMES_H 1
  6518. | #define HAVE_SYS_WAIT_H 1
  6519. | #define HAVE_UNISTD_H 1
  6520. | #define HAVE_VALUES_H 1
  6521. | #define HAVE_SYS_SELECT_H 1
  6522. | #define HAVE_SYS_TYPES_H 1
  6523. | #define HAVE_STDINT_H 1
  6524. | #define HAVE_INTTYPES_H 1
  6525. | #define HAVE_SCHED_H 1
  6526. | #define HAVE_MALLOC_H 1
  6527. | #define HAVE_SYS_VFS_H 1
  6528. | #define HAVE_SYS_MOUNT_H 1
  6529. | #define HAVE_SYS_STATFS_H 1
  6530. | #define HAVE_SYS_STATVFS_H 1
  6531. | #define HAVE_MNTENT_H 1
  6532. | #define HAVE_SYS_SYSCTL_H 1
  6533. | #define HAVE_FSTAB_H 1
  6534. | #define HAVE_SYS_UIO_H 1
  6535. | #define HAVE_LINUX_MAGIC_H 1
  6536. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6537. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6538. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  6539. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  6540. | #define HAVE_LANGINFO_CODESET 1
  6541. | #define HAVE_STDDEF_H 1
  6542. | #define HAVE_STDLIB_H 1
  6543. | #define HAVE_STRING_H 1
  6544. | #define HAVE_SETLOCALE 1
  6545. | #define SIZEOF_SIZE_T 4
  6546. | #define HAVE_LSTAT 1
  6547. | #define HAVE_STRERROR 1
  6548. | #define HAVE_STRSIGNAL 1
  6549. | #define HAVE_MEMMOVE 1
  6550. | #define HAVE_VSNPRINTF 1
  6551. | #define HAVE_STPCPY 1
  6552. | #define HAVE_STRCASECMP 1
  6553. | #define HAVE_STRNCASECMP 1
  6554. | #define HAVE_POLL 1
  6555. | #define HAVE_GETCWD 1
  6556. | #define HAVE_VASPRINTF 1
  6557. | #define HAVE_SETENV 1
  6558. | #define HAVE_UNSETENV 1
  6559. | #define HAVE_GETC_UNLOCKED 1
  6560. | #define HAVE_READLINK 1
  6561. | #define HAVE_SYMLINK 1
  6562. | #define HAVE_MEMMEM 1
  6563. | #define HAVE_CHOWN 1
  6564. | #define HAVE_LCHOWN 1
  6565. | #define HAVE_FCHMOD 1
  6566. | #define HAVE_FCHOWN 1
  6567. | #define HAVE_LINK 1
  6568. | #define HAVE_STATVFS 1
  6569. | #define HAVE_STATFS 1
  6570. | #define HAVE_UTIMES 1
  6571. | #define HAVE_GETGRGID 1
  6572. | #define HAVE_GETPWUID 1
  6573. | #define HAVE_GETMNTENT_R 1
  6574. | #define HAVE_SETMNTENT 1
  6575. | #define HAVE_ENDMNTENT 1
  6576. | #define HAVE_HASMNTOPT 1
  6577. | #define HAVE_SPLICE 1
  6578. | #define HAVE_C99_VSNPRINTF 1
  6579. | #define HAVE_UNIX98_PRINTF 1
  6580. | #define HAVE_GETPROTOBYNAME_R 1
  6581. | #define HAVE_ENDSERVENT 1
  6582. | #define HAVE_NETDB_H 1
  6583. | #define HAVE_STRNDUP 1
  6584. | #define HAVE_SETRESUID 1
  6585. | #define HAVE_SETREUID 1
  6586. | #define HAVE_SYS_PRCTL_H 1
  6587. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  6588. | #define STATFS_ARGS 2
  6589. | #define HAVE_GOOD_PRINTF 1
  6590. | #define HAVE_LONG_LONG 1
  6591. | #define HAVE_LONG_DOUBLE 1
  6592. | #define HAVE_WCHAR_T 1
  6593. | #define HAVE_WINT_T 1
  6594. | /* end confdefs.h. */
  6595. | #include <stdio.h>
  6596. | #ifdef HAVE_SYS_TYPES_H
  6597. | # include <sys/types.h>
  6598. | #endif
  6599. | #ifdef HAVE_SYS_STAT_H
  6600. | # include <sys/stat.h>
  6601. | #endif
  6602. | #ifdef STDC_HEADERS
  6603. | # include <stdlib.h>
  6604. | # include <stddef.h>
  6605. | #else
  6606. | # ifdef HAVE_STDLIB_H
  6607. | # include <stdlib.h>
  6608. | # endif
  6609. | #endif
  6610. | #ifdef HAVE_STRING_H
  6611. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6612. | # include <memory.h>
  6613. | # endif
  6614. | # include <string.h>
  6615. | #endif
  6616. | #ifdef HAVE_STRINGS_H
  6617. | # include <strings.h>
  6618. | #endif
  6619. | #ifdef HAVE_INTTYPES_H
  6620. | # include <inttypes.h>
  6621. | #endif
  6622. | #ifdef HAVE_STDINT_H
  6623. | # include <stdint.h>
  6624. | #endif
  6625. | #ifdef HAVE_UNISTD_H
  6626. | # include <unistd.h>
  6627. | #endif
  6628. | int
  6629. | main ()
  6630. | {
  6631. | if (sizeof ((ptrdiff_t)))
  6632. | return 0;
  6633. | ;
  6634. | return 0;
  6635. | }
  6636. configure:23825: result: yes
  6637. configure:23836: checking for inttypes.h
  6638. configure:23853: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6639. conftest.c: In function 'main':
  6640. conftest.c:144: warning: unused variable 'i'
  6641. configure:23853: $? = 0
  6642. configure:23860: result: yes
  6643. configure:23871: checking for stdint.h
  6644. configure:23888: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6645. conftest.c: In function 'main':
  6646. conftest.c:145: warning: unused variable 'i'
  6647. configure:23888: $? = 0
  6648. configure:23895: result: yes
  6649. configure:23927: checking for snprintf
  6650. configure:23927: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6651. conftest.c:165: warning: conflicting types for built-in function 'snprintf'
  6652. configure:23927: $? = 0
  6653. configure:23927: result: yes
  6654. configure:23927: checking for wcslen
  6655. configure:23927: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6656. configure:23927: $? = 0
  6657. configure:23927: result: yes
  6658. configure:23936: checking for C99 snprintf
  6659. configure:23981: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6660. conftest.c: In function 'doit':
  6661. conftest.c:157: warning: implicit declaration of function 'exit'
  6662. conftest.c:157: warning: incompatible implicit declaration of built-in function 'exit'
  6663. conftest.c:151: warning: unused variable 'args'
  6664. conftest.c: In function 'main':
  6665. conftest.c:176: warning: incompatible implicit declaration of built-in function 'exit'
  6666. configure:23981: $? = 0
  6667. configure:23981: ./conftest
  6668. configure:23981: $? = 0
  6669. configure:23991: result: yes
  6670. configure:24058: checking for sys_errlist
  6671. configure:24075: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6672. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccBr1Syi.o: In function `main':
  6673. conftest.c:(.text+0x8): warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
  6674. conftest.c:(.text+0x1): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
  6675. configure:24075: $? = 0
  6676. configure:24082: result: yes
  6677. configure:24091: checking for sys_siglist
  6678. configure:24107: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6679. conftest.c: In function 'main':
  6680. conftest.c:151: warning: implicit declaration of function 'exit'
  6681. conftest.c:151: warning: incompatible implicit declaration of built-in function 'exit'
  6682. conftest.c:151: warning: passing argument 1 of 'exit' makes integer from pointer without a cast
  6683. conftest.c:151: note: expected 'int' but argument is of type 'char *'
  6684. configure:24107: $? = 0
  6685. configure:24114: result: yes
  6686. configure:24123: checking for sys_siglist declaration
  6687. configure:24138: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6688. conftest.c: In function 'main':
  6689. conftest.c:150: warning: implicit declaration of function 'strlen'
  6690. conftest.c:150: warning: incompatible implicit declaration of built-in function 'strlen'
  6691. conftest.c:150: warning: statement with no effect
  6692. configure:24138: $? = 0
  6693. configure:24144: result: yes
  6694. configure:24153: checking for fd_set
  6695. configure:24166: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6696. conftest.c: In function 'main':
  6697. conftest.c:149: warning: unused variable 'writeMask'
  6698. conftest.c:149: warning: unused variable 'readMask'
  6699. configure:24166: $? = 0
  6700. configure:24173: result: yes, found in sys/types.h
  6701. configure:24203: checking whether realloc (NULL,) will work
  6702. configure:24219: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6703. configure:24219: $? = 0
  6704. configure:24219: ./conftest
  6705. configure:24219: $? = 0
  6706. configure:24230: result: yes
  6707. configure:24238: checking for nl_langinfo (CODESET)
  6708. configure:24255: i686-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
  6709. conftest.c: In function 'main':
  6710. conftest.c:150: warning: unused variable 'codeset'
  6711. configure:24255: $? = 0
  6712. configure:24262: result: yes
  6713. configure:24270: checking for a compliant posix_memalign() implementation
  6714. configure:24308: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6715. configure:24308: $? = 0
  6716. configure:24308: ./conftest
  6717. configure:24308: $? = 0
  6718. configure:24321: result: yes
  6719. configure:24333: checking for OpenBSD strlcpy/strlcat
  6720. configure:24354: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6721. conftest.c: In function 'main':
  6722. conftest.c:152: warning: implicit declaration of function 'strlcpy'
  6723. conftest.c:153: warning: implicit declaration of function 'strlcat'
  6724. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccTSEtJa.o: In function `main':
  6725. conftest.c:(.text+0x22): undefined reference to `strlcpy'
  6726. conftest.c:(.text+0x3a): undefined reference to `strlcat'
  6727. collect2: ld returned 1 exit status
  6728. configure:24354: $? = 1
  6729. configure: program exited with status 1
  6730. configure: failed program was:
  6731. | /* confdefs.h */
  6732. | #define PACKAGE_NAME "glib"
  6733. | #define PACKAGE_TARNAME "glib"
  6734. | #define PACKAGE_VERSION "2.28.6"
  6735. | #define PACKAGE_STRING "glib 2.28.6"
  6736. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  6737. | #define PACKAGE_URL ""
  6738. | #define GLIB_MAJOR_VERSION 2
  6739. | #define GLIB_MINOR_VERSION 28
  6740. | #define GLIB_MICRO_VERSION 6
  6741. | #define GLIB_INTERFACE_AGE 6
  6742. | #define GLIB_BINARY_AGE 2806
  6743. | #define _FILE_OFFSET_BITS 64
  6744. | #define HAVE_LOCALE_H 1
  6745. | #define HAVE_LC_MESSAGES 1
  6746. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  6747. | #define HAVE_GETTEXT 1
  6748. | #define HAVE_DCGETTEXT 1
  6749. | #define ENABLE_NLS 1
  6750. | #define GETTEXT_PACKAGE "glib20"
  6751. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  6752. | #define HAVE_DLFCN_H 1
  6753. | #define LT_OBJDIR ".libs/"
  6754. | #define STDC_HEADERS 1
  6755. | #define HAVE_VPRINTF 1
  6756. | #define HAVE_ALLOCA_H 1
  6757. | #define HAVE_ALLOCA 1
  6758. | #define HAVE_MMAP 1
  6759. | #define HAVE_POSIX_MEMALIGN 1
  6760. | #define HAVE_MEMALIGN 1
  6761. | #define HAVE_VALLOC 1
  6762. | #define HAVE_FSYNC 1
  6763. | #define HAVE_PIPE2 1
  6764. | #define HAVE_ATEXIT 1
  6765. | #define HAVE_ON_EXIT 1
  6766. | #define HAVE_TIMEGM 1
  6767. | #define HAVE_GMTIME_R 1
  6768. | #define SIZEOF_CHAR 1
  6769. | #define SIZEOF_SHORT 2
  6770. | #define SIZEOF_LONG 4
  6771. | #define SIZEOF_INT 4
  6772. | #define SIZEOF_VOID_P 4
  6773. | #define SIZEOF_LONG_LONG 8
  6774. | #define SIZEOF___INT64 0
  6775. | #define HAVE_LONG_LONG_FORMAT 1
  6776. | #define SANE_MALLOC_PROTOS 1
  6777. | #define G_HAVE___INLINE 1
  6778. | #define G_HAVE___INLINE__ 1
  6779. | #define G_HAVE_INLINE 1
  6780. | #define HAVE_DOWHILE_MACROS 1
  6781. | #define HAVE_DIRENT_H 1
  6782. | #define HAVE_FLOAT_H 1
  6783. | #define HAVE_LIMITS_H 1
  6784. | #define HAVE_PWD_H 1
  6785. | #define HAVE_GRP_H 1
  6786. | #define HAVE_SYS_PARAM_H 1
  6787. | #define HAVE_SYS_POLL_H 1
  6788. | #define HAVE_SYS_RESOURCE_H 1
  6789. | #define HAVE_SYS_TIME_H 1
  6790. | #define HAVE_SYS_TIMES_H 1
  6791. | #define HAVE_SYS_WAIT_H 1
  6792. | #define HAVE_UNISTD_H 1
  6793. | #define HAVE_VALUES_H 1
  6794. | #define HAVE_SYS_SELECT_H 1
  6795. | #define HAVE_SYS_TYPES_H 1
  6796. | #define HAVE_STDINT_H 1
  6797. | #define HAVE_INTTYPES_H 1
  6798. | #define HAVE_SCHED_H 1
  6799. | #define HAVE_MALLOC_H 1
  6800. | #define HAVE_SYS_VFS_H 1
  6801. | #define HAVE_SYS_MOUNT_H 1
  6802. | #define HAVE_SYS_STATFS_H 1
  6803. | #define HAVE_SYS_STATVFS_H 1
  6804. | #define HAVE_MNTENT_H 1
  6805. | #define HAVE_SYS_SYSCTL_H 1
  6806. | #define HAVE_FSTAB_H 1
  6807. | #define HAVE_SYS_UIO_H 1
  6808. | #define HAVE_LINUX_MAGIC_H 1
  6809. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6810. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6811. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  6812. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  6813. | #define HAVE_LANGINFO_CODESET 1
  6814. | #define HAVE_STDDEF_H 1
  6815. | #define HAVE_STDLIB_H 1
  6816. | #define HAVE_STRING_H 1
  6817. | #define HAVE_SETLOCALE 1
  6818. | #define SIZEOF_SIZE_T 4
  6819. | #define HAVE_LSTAT 1
  6820. | #define HAVE_STRERROR 1
  6821. | #define HAVE_STRSIGNAL 1
  6822. | #define HAVE_MEMMOVE 1
  6823. | #define HAVE_VSNPRINTF 1
  6824. | #define HAVE_STPCPY 1
  6825. | #define HAVE_STRCASECMP 1
  6826. | #define HAVE_STRNCASECMP 1
  6827. | #define HAVE_POLL 1
  6828. | #define HAVE_GETCWD 1
  6829. | #define HAVE_VASPRINTF 1
  6830. | #define HAVE_SETENV 1
  6831. | #define HAVE_UNSETENV 1
  6832. | #define HAVE_GETC_UNLOCKED 1
  6833. | #define HAVE_READLINK 1
  6834. | #define HAVE_SYMLINK 1
  6835. | #define HAVE_MEMMEM 1
  6836. | #define HAVE_CHOWN 1
  6837. | #define HAVE_LCHOWN 1
  6838. | #define HAVE_FCHMOD 1
  6839. | #define HAVE_FCHOWN 1
  6840. | #define HAVE_LINK 1
  6841. | #define HAVE_STATVFS 1
  6842. | #define HAVE_STATFS 1
  6843. | #define HAVE_UTIMES 1
  6844. | #define HAVE_GETGRGID 1
  6845. | #define HAVE_GETPWUID 1
  6846. | #define HAVE_GETMNTENT_R 1
  6847. | #define HAVE_SETMNTENT 1
  6848. | #define HAVE_ENDMNTENT 1
  6849. | #define HAVE_HASMNTOPT 1
  6850. | #define HAVE_SPLICE 1
  6851. | #define HAVE_C99_VSNPRINTF 1
  6852. | #define HAVE_UNIX98_PRINTF 1
  6853. | #define HAVE_GETPROTOBYNAME_R 1
  6854. | #define HAVE_ENDSERVENT 1
  6855. | #define HAVE_NETDB_H 1
  6856. | #define HAVE_STRNDUP 1
  6857. | #define HAVE_SETRESUID 1
  6858. | #define HAVE_SETREUID 1
  6859. | #define HAVE_SYS_PRCTL_H 1
  6860. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  6861. | #define STATFS_ARGS 2
  6862. | #define HAVE_GOOD_PRINTF 1
  6863. | #define HAVE_LONG_LONG 1
  6864. | #define HAVE_LONG_DOUBLE 1
  6865. | #define HAVE_WCHAR_T 1
  6866. | #define HAVE_WINT_T 1
  6867. | #define HAVE_PTRDIFF_T 1
  6868. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  6869. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  6870. | #define HAVE_INTMAX_T 1
  6871. | #define HAVE_SNPRINTF 1
  6872. | #define HAVE_WCSLEN 1
  6873. | #define HAVE_C99_SNPRINTF 1
  6874. | #define REALLOC_0_WORKS 1
  6875. | #define HAVE_CODESET 1
  6876. | #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
  6877. | /* end confdefs.h. */
  6878. | #include <stdlib.h>
  6879. | #include <string.h>
  6880. | int main() {
  6881. | char p[10];
  6882. | (void) strlcpy (p, "hi", 10);
  6883. | if (strlcat (p, "bye", 0) != 3)
  6884. | return 1;
  6885. | return 0;
  6886. | }
  6887. configure:24364: result: no
  6888. configure:24373: checking for an implementation of va_copy()
  6889. configure:24396: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6890. configure:24396: $? = 0
  6891. configure:24405: result: yes
  6892. configure:24407: checking for an implementation of __va_copy()
  6893. configure:24430: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6894. configure:24430: $? = 0
  6895. configure:24439: result: yes
  6896. configure:24457: checking whether va_lists can be copied by value
  6897. configure:24483: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6898. configure:24483: $? = 0
  6899. configure:24483: ./conftest
  6900. configure:24483: $? = 0
  6901. configure:24494: result: yes
  6902. configure:24526: checking for dlopen
  6903. configure:24526: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  6904. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccGJqoLL.o: In function `main':
  6905. conftest.c:(.text+0x7): undefined reference to `dlopen'
  6906. collect2: ld returned 1 exit status
  6907. configure:24526: $? = 1
  6908. configure: failed program was:
  6909. | /* confdefs.h */
  6910. | #define PACKAGE_NAME "glib"
  6911. | #define PACKAGE_TARNAME "glib"
  6912. | #define PACKAGE_VERSION "2.28.6"
  6913. | #define PACKAGE_STRING "glib 2.28.6"
  6914. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  6915. | #define PACKAGE_URL ""
  6916. | #define GLIB_MAJOR_VERSION 2
  6917. | #define GLIB_MINOR_VERSION 28
  6918. | #define GLIB_MICRO_VERSION 6
  6919. | #define GLIB_INTERFACE_AGE 6
  6920. | #define GLIB_BINARY_AGE 2806
  6921. | #define _FILE_OFFSET_BITS 64
  6922. | #define HAVE_LOCALE_H 1
  6923. | #define HAVE_LC_MESSAGES 1
  6924. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  6925. | #define HAVE_GETTEXT 1
  6926. | #define HAVE_DCGETTEXT 1
  6927. | #define ENABLE_NLS 1
  6928. | #define GETTEXT_PACKAGE "glib20"
  6929. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  6930. | #define HAVE_DLFCN_H 1
  6931. | #define LT_OBJDIR ".libs/"
  6932. | #define STDC_HEADERS 1
  6933. | #define HAVE_VPRINTF 1
  6934. | #define HAVE_ALLOCA_H 1
  6935. | #define HAVE_ALLOCA 1
  6936. | #define HAVE_MMAP 1
  6937. | #define HAVE_POSIX_MEMALIGN 1
  6938. | #define HAVE_MEMALIGN 1
  6939. | #define HAVE_VALLOC 1
  6940. | #define HAVE_FSYNC 1
  6941. | #define HAVE_PIPE2 1
  6942. | #define HAVE_ATEXIT 1
  6943. | #define HAVE_ON_EXIT 1
  6944. | #define HAVE_TIMEGM 1
  6945. | #define HAVE_GMTIME_R 1
  6946. | #define SIZEOF_CHAR 1
  6947. | #define SIZEOF_SHORT 2
  6948. | #define SIZEOF_LONG 4
  6949. | #define SIZEOF_INT 4
  6950. | #define SIZEOF_VOID_P 4
  6951. | #define SIZEOF_LONG_LONG 8
  6952. | #define SIZEOF___INT64 0
  6953. | #define HAVE_LONG_LONG_FORMAT 1
  6954. | #define SANE_MALLOC_PROTOS 1
  6955. | #define G_HAVE___INLINE 1
  6956. | #define G_HAVE___INLINE__ 1
  6957. | #define G_HAVE_INLINE 1
  6958. | #define HAVE_DOWHILE_MACROS 1
  6959. | #define HAVE_DIRENT_H 1
  6960. | #define HAVE_FLOAT_H 1
  6961. | #define HAVE_LIMITS_H 1
  6962. | #define HAVE_PWD_H 1
  6963. | #define HAVE_GRP_H 1
  6964. | #define HAVE_SYS_PARAM_H 1
  6965. | #define HAVE_SYS_POLL_H 1
  6966. | #define HAVE_SYS_RESOURCE_H 1
  6967. | #define HAVE_SYS_TIME_H 1
  6968. | #define HAVE_SYS_TIMES_H 1
  6969. | #define HAVE_SYS_WAIT_H 1
  6970. | #define HAVE_UNISTD_H 1
  6971. | #define HAVE_VALUES_H 1
  6972. | #define HAVE_SYS_SELECT_H 1
  6973. | #define HAVE_SYS_TYPES_H 1
  6974. | #define HAVE_STDINT_H 1
  6975. | #define HAVE_INTTYPES_H 1
  6976. | #define HAVE_SCHED_H 1
  6977. | #define HAVE_MALLOC_H 1
  6978. | #define HAVE_SYS_VFS_H 1
  6979. | #define HAVE_SYS_MOUNT_H 1
  6980. | #define HAVE_SYS_STATFS_H 1
  6981. | #define HAVE_SYS_STATVFS_H 1
  6982. | #define HAVE_MNTENT_H 1
  6983. | #define HAVE_SYS_SYSCTL_H 1
  6984. | #define HAVE_FSTAB_H 1
  6985. | #define HAVE_SYS_UIO_H 1
  6986. | #define HAVE_LINUX_MAGIC_H 1
  6987. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  6988. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6989. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  6990. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  6991. | #define HAVE_LANGINFO_CODESET 1
  6992. | #define HAVE_STDDEF_H 1
  6993. | #define HAVE_STDLIB_H 1
  6994. | #define HAVE_STRING_H 1
  6995. | #define HAVE_SETLOCALE 1
  6996. | #define SIZEOF_SIZE_T 4
  6997. | #define HAVE_LSTAT 1
  6998. | #define HAVE_STRERROR 1
  6999. | #define HAVE_STRSIGNAL 1
  7000. | #define HAVE_MEMMOVE 1
  7001. | #define HAVE_VSNPRINTF 1
  7002. | #define HAVE_STPCPY 1
  7003. | #define HAVE_STRCASECMP 1
  7004. | #define HAVE_STRNCASECMP 1
  7005. | #define HAVE_POLL 1
  7006. | #define HAVE_GETCWD 1
  7007. | #define HAVE_VASPRINTF 1
  7008. | #define HAVE_SETENV 1
  7009. | #define HAVE_UNSETENV 1
  7010. | #define HAVE_GETC_UNLOCKED 1
  7011. | #define HAVE_READLINK 1
  7012. | #define HAVE_SYMLINK 1
  7013. | #define HAVE_MEMMEM 1
  7014. | #define HAVE_CHOWN 1
  7015. | #define HAVE_LCHOWN 1
  7016. | #define HAVE_FCHMOD 1
  7017. | #define HAVE_FCHOWN 1
  7018. | #define HAVE_LINK 1
  7019. | #define HAVE_STATVFS 1
  7020. | #define HAVE_STATFS 1
  7021. | #define HAVE_UTIMES 1
  7022. | #define HAVE_GETGRGID 1
  7023. | #define HAVE_GETPWUID 1
  7024. | #define HAVE_GETMNTENT_R 1
  7025. | #define HAVE_SETMNTENT 1
  7026. | #define HAVE_ENDMNTENT 1
  7027. | #define HAVE_HASMNTOPT 1
  7028. | #define HAVE_SPLICE 1
  7029. | #define HAVE_C99_VSNPRINTF 1
  7030. | #define HAVE_UNIX98_PRINTF 1
  7031. | #define HAVE_GETPROTOBYNAME_R 1
  7032. | #define HAVE_ENDSERVENT 1
  7033. | #define HAVE_NETDB_H 1
  7034. | #define HAVE_STRNDUP 1
  7035. | #define HAVE_SETRESUID 1
  7036. | #define HAVE_SETREUID 1
  7037. | #define HAVE_SYS_PRCTL_H 1
  7038. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  7039. | #define STATFS_ARGS 2
  7040. | #define HAVE_GOOD_PRINTF 1
  7041. | #define HAVE_LONG_LONG 1
  7042. | #define HAVE_LONG_DOUBLE 1
  7043. | #define HAVE_WCHAR_T 1
  7044. | #define HAVE_WINT_T 1
  7045. | #define HAVE_PTRDIFF_T 1
  7046. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  7047. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  7048. | #define HAVE_INTMAX_T 1
  7049. | #define HAVE_SNPRINTF 1
  7050. | #define HAVE_WCSLEN 1
  7051. | #define HAVE_C99_SNPRINTF 1
  7052. | #define REALLOC_0_WORKS 1
  7053. | #define HAVE_CODESET 1
  7054. | #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
  7055. | #define G_VA_COPY va_copy
  7056. | /* end confdefs.h. */
  7057. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  7058. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7059. | #define dlopen innocuous_dlopen
  7060. |
  7061. | /* System header to define __stub macros and hopefully few prototypes,
  7062. | which can conflict with char dlopen (); below.
  7063. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7064. | <limits.h> exists even on freestanding compilers. */
  7065. |
  7066. | #ifdef __STDC__
  7067. | # include <limits.h>
  7068. | #else
  7069. | # include <assert.h>
  7070. | #endif
  7071. |
  7072. | #undef dlopen
  7073. |
  7074. | /* Override any GCC internal prototype to avoid an error.
  7075. | Use char because int might match the return type of a GCC
  7076. | builtin and then its argument prototype would still apply. */
  7077. | #ifdef __cplusplus
  7078. | extern "C"
  7079. | #endif
  7080. | char dlopen ();
  7081. | /* The GNU C library defines this for functions which it implements
  7082. | to always fail with ENOSYS. Some functions are actually named
  7083. | something starting with __ and the normal name is an alias. */
  7084. | #if defined __stub_dlopen || defined __stub___dlopen
  7085. | choke me
  7086. | #endif
  7087. |
  7088. | int
  7089. | main ()
  7090. | {
  7091. | return dlopen ();
  7092. | ;
  7093. | return 0;
  7094. | }
  7095. configure:24526: result: no
  7096. configure:24582: checking for NSLinkModule
  7097. configure:24582: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c >&5
  7098. /var/tmp/portage/dev-libs/glib-2.28.6/temp/ccWoU2cV.o: In function `main':
  7099. conftest.c:(.text+0x7): undefined reference to `NSLinkModule'
  7100. collect2: ld returned 1 exit status
  7101. configure:24582: $? = 1
  7102. configure: failed program was:
  7103. | /* confdefs.h */
  7104. | #define PACKAGE_NAME "glib"
  7105. | #define PACKAGE_TARNAME "glib"
  7106. | #define PACKAGE_VERSION "2.28.6"
  7107. | #define PACKAGE_STRING "glib 2.28.6"
  7108. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  7109. | #define PACKAGE_URL ""
  7110. | #define GLIB_MAJOR_VERSION 2
  7111. | #define GLIB_MINOR_VERSION 28
  7112. | #define GLIB_MICRO_VERSION 6
  7113. | #define GLIB_INTERFACE_AGE 6
  7114. | #define GLIB_BINARY_AGE 2806
  7115. | #define _FILE_OFFSET_BITS 64
  7116. | #define HAVE_LOCALE_H 1
  7117. | #define HAVE_LC_MESSAGES 1
  7118. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  7119. | #define HAVE_GETTEXT 1
  7120. | #define HAVE_DCGETTEXT 1
  7121. | #define ENABLE_NLS 1
  7122. | #define GETTEXT_PACKAGE "glib20"
  7123. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  7124. | #define HAVE_DLFCN_H 1
  7125. | #define LT_OBJDIR ".libs/"
  7126. | #define STDC_HEADERS 1
  7127. | #define HAVE_VPRINTF 1
  7128. | #define HAVE_ALLOCA_H 1
  7129. | #define HAVE_ALLOCA 1
  7130. | #define HAVE_MMAP 1
  7131. | #define HAVE_POSIX_MEMALIGN 1
  7132. | #define HAVE_MEMALIGN 1
  7133. | #define HAVE_VALLOC 1
  7134. | #define HAVE_FSYNC 1
  7135. | #define HAVE_PIPE2 1
  7136. | #define HAVE_ATEXIT 1
  7137. | #define HAVE_ON_EXIT 1
  7138. | #define HAVE_TIMEGM 1
  7139. | #define HAVE_GMTIME_R 1
  7140. | #define SIZEOF_CHAR 1
  7141. | #define SIZEOF_SHORT 2
  7142. | #define SIZEOF_LONG 4
  7143. | #define SIZEOF_INT 4
  7144. | #define SIZEOF_VOID_P 4
  7145. | #define SIZEOF_LONG_LONG 8
  7146. | #define SIZEOF___INT64 0
  7147. | #define HAVE_LONG_LONG_FORMAT 1
  7148. | #define SANE_MALLOC_PROTOS 1
  7149. | #define G_HAVE___INLINE 1
  7150. | #define G_HAVE___INLINE__ 1
  7151. | #define G_HAVE_INLINE 1
  7152. | #define HAVE_DOWHILE_MACROS 1
  7153. | #define HAVE_DIRENT_H 1
  7154. | #define HAVE_FLOAT_H 1
  7155. | #define HAVE_LIMITS_H 1
  7156. | #define HAVE_PWD_H 1
  7157. | #define HAVE_GRP_H 1
  7158. | #define HAVE_SYS_PARAM_H 1
  7159. | #define HAVE_SYS_POLL_H 1
  7160. | #define HAVE_SYS_RESOURCE_H 1
  7161. | #define HAVE_SYS_TIME_H 1
  7162. | #define HAVE_SYS_TIMES_H 1
  7163. | #define HAVE_SYS_WAIT_H 1
  7164. | #define HAVE_UNISTD_H 1
  7165. | #define HAVE_VALUES_H 1
  7166. | #define HAVE_SYS_SELECT_H 1
  7167. | #define HAVE_SYS_TYPES_H 1
  7168. | #define HAVE_STDINT_H 1
  7169. | #define HAVE_INTTYPES_H 1
  7170. | #define HAVE_SCHED_H 1
  7171. | #define HAVE_MALLOC_H 1
  7172. | #define HAVE_SYS_VFS_H 1
  7173. | #define HAVE_SYS_MOUNT_H 1
  7174. | #define HAVE_SYS_STATFS_H 1
  7175. | #define HAVE_SYS_STATVFS_H 1
  7176. | #define HAVE_MNTENT_H 1
  7177. | #define HAVE_SYS_SYSCTL_H 1
  7178. | #define HAVE_FSTAB_H 1
  7179. | #define HAVE_SYS_UIO_H 1
  7180. | #define HAVE_LINUX_MAGIC_H 1
  7181. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7182. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7183. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  7184. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  7185. | #define HAVE_LANGINFO_CODESET 1
  7186. | #define HAVE_STDDEF_H 1
  7187. | #define HAVE_STDLIB_H 1
  7188. | #define HAVE_STRING_H 1
  7189. | #define HAVE_SETLOCALE 1
  7190. | #define SIZEOF_SIZE_T 4
  7191. | #define HAVE_LSTAT 1
  7192. | #define HAVE_STRERROR 1
  7193. | #define HAVE_STRSIGNAL 1
  7194. | #define HAVE_MEMMOVE 1
  7195. | #define HAVE_VSNPRINTF 1
  7196. | #define HAVE_STPCPY 1
  7197. | #define HAVE_STRCASECMP 1
  7198. | #define HAVE_STRNCASECMP 1
  7199. | #define HAVE_POLL 1
  7200. | #define HAVE_GETCWD 1
  7201. | #define HAVE_VASPRINTF 1
  7202. | #define HAVE_SETENV 1
  7203. | #define HAVE_UNSETENV 1
  7204. | #define HAVE_GETC_UNLOCKED 1
  7205. | #define HAVE_READLINK 1
  7206. | #define HAVE_SYMLINK 1
  7207. | #define HAVE_MEMMEM 1
  7208. | #define HAVE_CHOWN 1
  7209. | #define HAVE_LCHOWN 1
  7210. | #define HAVE_FCHMOD 1
  7211. | #define HAVE_FCHOWN 1
  7212. | #define HAVE_LINK 1
  7213. | #define HAVE_STATVFS 1
  7214. | #define HAVE_STATFS 1
  7215. | #define HAVE_UTIMES 1
  7216. | #define HAVE_GETGRGID 1
  7217. | #define HAVE_GETPWUID 1
  7218. | #define HAVE_GETMNTENT_R 1
  7219. | #define HAVE_SETMNTENT 1
  7220. | #define HAVE_ENDMNTENT 1
  7221. | #define HAVE_HASMNTOPT 1
  7222. | #define HAVE_SPLICE 1
  7223. | #define HAVE_C99_VSNPRINTF 1
  7224. | #define HAVE_UNIX98_PRINTF 1
  7225. | #define HAVE_GETPROTOBYNAME_R 1
  7226. | #define HAVE_ENDSERVENT 1
  7227. | #define HAVE_NETDB_H 1
  7228. | #define HAVE_STRNDUP 1
  7229. | #define HAVE_SETRESUID 1
  7230. | #define HAVE_SETREUID 1
  7231. | #define HAVE_SYS_PRCTL_H 1
  7232. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  7233. | #define STATFS_ARGS 2
  7234. | #define HAVE_GOOD_PRINTF 1
  7235. | #define HAVE_LONG_LONG 1
  7236. | #define HAVE_LONG_DOUBLE 1
  7237. | #define HAVE_WCHAR_T 1
  7238. | #define HAVE_WINT_T 1
  7239. | #define HAVE_PTRDIFF_T 1
  7240. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  7241. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  7242. | #define HAVE_INTMAX_T 1
  7243. | #define HAVE_SNPRINTF 1
  7244. | #define HAVE_WCSLEN 1
  7245. | #define HAVE_C99_SNPRINTF 1
  7246. | #define REALLOC_0_WORKS 1
  7247. | #define HAVE_CODESET 1
  7248. | #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
  7249. | #define G_VA_COPY va_copy
  7250. | /* end confdefs.h. */
  7251. | /* Define NSLinkModule to an innocuous variant, in case <limits.h> declares NSLinkModule.
  7252. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7253. | #define NSLinkModule innocuous_NSLinkModule
  7254. |
  7255. | /* System header to define __stub macros and hopefully few prototypes,
  7256. | which can conflict with char NSLinkModule (); below.
  7257. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7258. | <limits.h> exists even on freestanding compilers. */
  7259. |
  7260. | #ifdef __STDC__
  7261. | # include <limits.h>
  7262. | #else
  7263. | # include <assert.h>
  7264. | #endif
  7265. |
  7266. | #undef NSLinkModule
  7267. |
  7268. | /* Override any GCC internal prototype to avoid an error.
  7269. | Use char because int might match the return type of a GCC
  7270. | builtin and then its argument prototype would still apply. */
  7271. | #ifdef __cplusplus
  7272. | extern "C"
  7273. | #endif
  7274. | char NSLinkModule ();
  7275. | /* The GNU C library defines this for functions which it implements
  7276. | to always fail with ENOSYS. Some functions are actually named
  7277. | something starting with __ and the normal name is an alias. */
  7278. | #if defined __stub_NSLinkModule || defined __stub___NSLinkModule
  7279. | choke me
  7280. | #endif
  7281. |
  7282. | int
  7283. | main ()
  7284. | {
  7285. | return NSLinkModule ();
  7286. | ;
  7287. | return 0;
  7288. | }
  7289. configure:24582: result: no
  7290. configure:24590: checking for dlopen in -ldl
  7291. configure:24615: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5
  7292. configure:24615: $? = 0
  7293. configure:24624: result: yes
  7294. configure:24627: checking for dlsym in -ldl
  7295. configure:24652: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5
  7296. configure:24652: $? = 0
  7297. configure:24661: result: yes
  7298. configure:24722: checking for RTLD_GLOBAL brokenness
  7299. configure:24751: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5
  7300. configure:24751: $? = 0
  7301. configure:24751: ./conftest
  7302. configure:24751: $? = 0
  7303. configure:24764: result: no
  7304. configure:24771: checking for preceeding underscore in symbols
  7305. configure:24796: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5
  7306. configure:24796: $? = 0
  7307. configure:24796: ./conftest
  7308. configure:24796: $? = 1
  7309. configure: program exited with status 1
  7310. configure: failed program was:
  7311. | /* confdefs.h */
  7312. | #define PACKAGE_NAME "glib"
  7313. | #define PACKAGE_TARNAME "glib"
  7314. | #define PACKAGE_VERSION "2.28.6"
  7315. | #define PACKAGE_STRING "glib 2.28.6"
  7316. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  7317. | #define PACKAGE_URL ""
  7318. | #define GLIB_MAJOR_VERSION 2
  7319. | #define GLIB_MINOR_VERSION 28
  7320. | #define GLIB_MICRO_VERSION 6
  7321. | #define GLIB_INTERFACE_AGE 6
  7322. | #define GLIB_BINARY_AGE 2806
  7323. | #define _FILE_OFFSET_BITS 64
  7324. | #define HAVE_LOCALE_H 1
  7325. | #define HAVE_LC_MESSAGES 1
  7326. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  7327. | #define HAVE_GETTEXT 1
  7328. | #define HAVE_DCGETTEXT 1
  7329. | #define ENABLE_NLS 1
  7330. | #define GETTEXT_PACKAGE "glib20"
  7331. | #define GLIB_LOCALE_DIR "/usr/share/locale"
  7332. | #define HAVE_DLFCN_H 1
  7333. | #define LT_OBJDIR ".libs/"
  7334. | #define STDC_HEADERS 1
  7335. | #define HAVE_VPRINTF 1
  7336. | #define HAVE_ALLOCA_H 1
  7337. | #define HAVE_ALLOCA 1
  7338. | #define HAVE_MMAP 1
  7339. | #define HAVE_POSIX_MEMALIGN 1
  7340. | #define HAVE_MEMALIGN 1
  7341. | #define HAVE_VALLOC 1
  7342. | #define HAVE_FSYNC 1
  7343. | #define HAVE_PIPE2 1
  7344. | #define HAVE_ATEXIT 1
  7345. | #define HAVE_ON_EXIT 1
  7346. | #define HAVE_TIMEGM 1
  7347. | #define HAVE_GMTIME_R 1
  7348. | #define SIZEOF_CHAR 1
  7349. | #define SIZEOF_SHORT 2
  7350. | #define SIZEOF_LONG 4
  7351. | #define SIZEOF_INT 4
  7352. | #define SIZEOF_VOID_P 4
  7353. | #define SIZEOF_LONG_LONG 8
  7354. | #define SIZEOF___INT64 0
  7355. | #define HAVE_LONG_LONG_FORMAT 1
  7356. | #define SANE_MALLOC_PROTOS 1
  7357. | #define G_HAVE___INLINE 1
  7358. | #define G_HAVE___INLINE__ 1
  7359. | #define G_HAVE_INLINE 1
  7360. | #define HAVE_DOWHILE_MACROS 1
  7361. | #define HAVE_DIRENT_H 1
  7362. | #define HAVE_FLOAT_H 1
  7363. | #define HAVE_LIMITS_H 1
  7364. | #define HAVE_PWD_H 1
  7365. | #define HAVE_GRP_H 1
  7366. | #define HAVE_SYS_PARAM_H 1
  7367. | #define HAVE_SYS_POLL_H 1
  7368. | #define HAVE_SYS_RESOURCE_H 1
  7369. | #define HAVE_SYS_TIME_H 1
  7370. | #define HAVE_SYS_TIMES_H 1
  7371. | #define HAVE_SYS_WAIT_H 1
  7372. | #define HAVE_UNISTD_H 1
  7373. | #define HAVE_VALUES_H 1
  7374. | #define HAVE_SYS_SELECT_H 1
  7375. | #define HAVE_SYS_TYPES_H 1
  7376. | #define HAVE_STDINT_H 1
  7377. | #define HAVE_INTTYPES_H 1
  7378. | #define HAVE_SCHED_H 1
  7379. | #define HAVE_MALLOC_H 1
  7380. | #define HAVE_SYS_VFS_H 1
  7381. | #define HAVE_SYS_MOUNT_H 1
  7382. | #define HAVE_SYS_STATFS_H 1
  7383. | #define HAVE_SYS_STATVFS_H 1
  7384. | #define HAVE_MNTENT_H 1
  7385. | #define HAVE_SYS_SYSCTL_H 1
  7386. | #define HAVE_FSTAB_H 1
  7387. | #define HAVE_SYS_UIO_H 1
  7388. | #define HAVE_LINUX_MAGIC_H 1
  7389. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  7390. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  7391. | #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  7392. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  7393. | #define HAVE_LANGINFO_CODESET 1
  7394. | #define HAVE_STDDEF_H 1
  7395. | #define HAVE_STDLIB_H 1
  7396. | #define HAVE_STRING_H 1
  7397. | #define HAVE_SETLOCALE 1
  7398. | #define SIZEOF_SIZE_T 4
  7399. | #define HAVE_LSTAT 1
  7400. | #define HAVE_STRERROR 1
  7401. | #define HAVE_STRSIGNAL 1
  7402. | #define HAVE_MEMMOVE 1
  7403. | #define HAVE_VSNPRINTF 1
  7404. | #define HAVE_STPCPY 1
  7405. | #define HAVE_STRCASECMP 1
  7406. | #define HAVE_STRNCASECMP 1
  7407. | #define HAVE_POLL 1
  7408. | #define HAVE_GETCWD 1
  7409. | #define HAVE_VASPRINTF 1
  7410. | #define HAVE_SETENV 1
  7411. | #define HAVE_UNSETENV 1
  7412. | #define HAVE_GETC_UNLOCKED 1
  7413. | #define HAVE_READLINK 1
  7414. | #define HAVE_SYMLINK 1
  7415. | #define HAVE_MEMMEM 1
  7416. | #define HAVE_CHOWN 1
  7417. | #define HAVE_LCHOWN 1
  7418. | #define HAVE_FCHMOD 1
  7419. | #define HAVE_FCHOWN 1
  7420. | #define HAVE_LINK 1
  7421. | #define HAVE_STATVFS 1
  7422. | #define HAVE_STATFS 1
  7423. | #define HAVE_UTIMES 1
  7424. | #define HAVE_GETGRGID 1
  7425. | #define HAVE_GETPWUID 1
  7426. | #define HAVE_GETMNTENT_R 1
  7427. | #define HAVE_SETMNTENT 1
  7428. | #define HAVE_ENDMNTENT 1
  7429. | #define HAVE_HASMNTOPT 1
  7430. | #define HAVE_SPLICE 1
  7431. | #define HAVE_C99_VSNPRINTF 1
  7432. | #define HAVE_UNIX98_PRINTF 1
  7433. | #define HAVE_GETPROTOBYNAME_R 1
  7434. | #define HAVE_ENDSERVENT 1
  7435. | #define HAVE_NETDB_H 1
  7436. | #define HAVE_STRNDUP 1
  7437. | #define HAVE_SETRESUID 1
  7438. | #define HAVE_SETREUID 1
  7439. | #define HAVE_SYS_PRCTL_H 1
  7440. | #define HAVE_ARPA_NAMESER_COMPAT_H 1
  7441. | #define STATFS_ARGS 2
  7442. | #define HAVE_GOOD_PRINTF 1
  7443. | #define HAVE_LONG_LONG 1
  7444. | #define HAVE_LONG_DOUBLE 1
  7445. | #define HAVE_WCHAR_T 1
  7446. | #define HAVE_WINT_T 1
  7447. | #define HAVE_PTRDIFF_T 1
  7448. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  7449. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  7450. | #define HAVE_INTMAX_T 1
  7451. | #define HAVE_SNPRINTF 1
  7452. | #define HAVE_WCSLEN 1
  7453. | #define HAVE_C99_SNPRINTF 1
  7454. | #define REALLOC_0_WORKS 1
  7455. | #define HAVE_CODESET 1
  7456. | #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
  7457. | #define G_VA_COPY va_copy
  7458. | /* end confdefs.h. */
  7459. | #include <dlfcn.h>
  7460. | int glib_underscore_test (void) { return 42; }
  7461. | int main() {
  7462. | void *f1 = (void*)0, *f2 = (void*)0, *handle;
  7463. | handle = dlopen ((void*)0, 0);
  7464. | if (handle) {
  7465. | f1 = dlsym (handle, "glib_underscore_test");
  7466. | f2 = dlsym (handle, "_glib_underscore_test");
  7467. | } return (!f2 || f1);
  7468. | }
  7469. configure:24808: result: no
  7470. configure:24821: checking for dlerror
  7471. configure:24821: i686-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -fomit-frame-pointer -Wall -DG_DISABLE_SINGLE_INCLUDES -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5
  7472. configure:24821: $? = 0
  7473. configure:24821: result: yes
  7474. configure:24837: checking for the suffix of module shared libraries
  7475. configure:24845: result: .
  7476. configure:24849: error: Cannot determine shared library suffix from libtool
  7477.  
  7478. ## ---------------- ##
  7479. ## Cache variables. ##
  7480. ## ---------------- ##
  7481.  
  7482. ac_cv_build=i686-pc-linux-gnu
  7483. ac_cv_c_bigendian=no
  7484. ac_cv_c_compiler_gnu=yes
  7485. ac_cv_c_const=yes
  7486. ac_cv_cxx_compiler_gnu=yes
  7487. ac_cv_env_CCC_set=
  7488. ac_cv_env_CCC_value=
  7489. ac_cv_env_CC_set=
  7490. ac_cv_env_CC_value=
  7491. ac_cv_env_CFLAGS_set=set
  7492. ac_cv_env_CFLAGS_value='-march=k8 -O2 -pipe -fomit-frame-pointer'
  7493. ac_cv_env_CPPFLAGS_set=
  7494. ac_cv_env_CPPFLAGS_value=
  7495. ac_cv_env_CPP_set=
  7496. ac_cv_env_CPP_value=
  7497. ac_cv_env_CXXCPP_set=
  7498. ac_cv_env_CXXCPP_value=
  7499. ac_cv_env_CXXFLAGS_set=set
  7500. ac_cv_env_CXXFLAGS_value='-march=k8 -O2 -pipe -fomit-frame-pointer'
  7501. ac_cv_env_CXX_set=
  7502. ac_cv_env_CXX_value=
  7503. ac_cv_env_DBUS1_CFLAGS_set=
  7504. ac_cv_env_DBUS1_CFLAGS_value=
  7505. ac_cv_env_DBUS1_LIBS_set=
  7506. ac_cv_env_DBUS1_LIBS_value=
  7507. ac_cv_env_LDFLAGS_set=set
  7508. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  7509. ac_cv_env_LIBS_set=
  7510. ac_cv_env_LIBS_value=
  7511. ac_cv_env_PCRE_CFLAGS_set=
  7512. ac_cv_env_PCRE_CFLAGS_value=
  7513. ac_cv_env_PCRE_LIBS_set=
  7514. ac_cv_env_PCRE_LIBS_value=
  7515. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  7516. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  7517. ac_cv_env_PKG_CONFIG_PATH_set=
  7518. ac_cv_env_PKG_CONFIG_PATH_value=
  7519. ac_cv_env_PKG_CONFIG_set=
  7520. ac_cv_env_PKG_CONFIG_value=
  7521. ac_cv_env_ZLIB_CFLAGS_set=
  7522. ac_cv_env_ZLIB_CFLAGS_value=
  7523. ac_cv_env_ZLIB_LIBS_set=
  7524. ac_cv_env_ZLIB_LIBS_value=
  7525. ac_cv_env_build_alias_set=set
  7526. ac_cv_env_build_alias_value=i686-pc-linux-gnu
  7527. ac_cv_env_host_alias_set=set
  7528. ac_cv_env_host_alias_value=i686-pc-linux-gnu
  7529. ac_cv_env_target_alias_set=
  7530. ac_cv_env_target_alias_value=
  7531. ac_cv_func_NSLinkModule=no
  7532. ac_cv_func__NSGetEnviron=no
  7533. ac_cv_func__doprnt=no
  7534. ac_cv_func_alloca_works=yes
  7535. ac_cv_func_atexit=yes
  7536. ac_cv_func_bind_textdomain_codeset=yes
  7537. ac_cv_func_chown=yes
  7538. ac_cv_func_dcgettext=yes
  7539. ac_cv_func_dlerror=yes
  7540. ac_cv_func_dlopen=no
  7541. ac_cv_func_endmntent=yes
  7542. ac_cv_func_endservent=yes
  7543. ac_cv_func_fchmod=yes
  7544. ac_cv_func_fchown=yes
  7545. ac_cv_func_fdwalk=no
  7546. ac_cv_func_fsync=yes
  7547. ac_cv_func_getc_unlocked=yes
  7548. ac_cv_func_getcwd=yes
  7549. ac_cv_func_getgrgid=yes
  7550. ac_cv_func_getmntent_r=yes
  7551. ac_cv_func_getmntinfo=no
  7552. ac_cv_func_getprotobyname_r=yes
  7553. ac_cv_func_getpwuid=yes
  7554. ac_cv_func_gmtime_r=yes
  7555. ac_cv_func_hasmntopt=yes
  7556. ac_cv_func_iconv_open=yes
  7557. ac_cv_func_lchmod=no
  7558. ac_cv_func_lchown=yes
  7559. ac_cv_func_link=yes
  7560. ac_cv_func_lstat=yes
  7561. ac_cv_func_memalign=yes
  7562. ac_cv_func_memmem=yes
  7563. ac_cv_func_memmove=yes
  7564. ac_cv_func_mmap=yes
  7565. ac_cv_func_on_exit=yes
  7566. ac_cv_func_pipe2=yes
  7567. ac_cv_func_poll=yes
  7568. ac_cv_func_posix_memalign=yes
  7569. ac_cv_func_printf_unix98=yes
  7570. ac_cv_func_readlink=yes
  7571. ac_cv_func_setenv=yes
  7572. ac_cv_func_setlocale=yes
  7573. ac_cv_func_setmntent=yes
  7574. ac_cv_func_setresuid=yes
  7575. ac_cv_func_setreuid=yes
  7576. ac_cv_func_snprintf=yes
  7577. ac_cv_func_snprintf_c99=yes
  7578. ac_cv_func_splice=yes
  7579. ac_cv_func_statfs=yes
  7580. ac_cv_func_statvfs=yes
  7581. ac_cv_func_stpcpy=yes
  7582. ac_cv_func_strcasecmp=yes
  7583. ac_cv_func_strerror=yes
  7584. ac_cv_func_strncasecmp=yes
  7585. ac_cv_func_strndup=yes
  7586. ac_cv_func_strsignal=yes
  7587. ac_cv_func_symlink=yes
  7588. ac_cv_func_timegm=yes
  7589. ac_cv_func_unsetenv=yes
  7590. ac_cv_func_utimes=yes
  7591. ac_cv_func_valloc=yes
  7592. ac_cv_func_vasprintf=yes
  7593. ac_cv_func_vprintf=yes
  7594. ac_cv_func_vsnprintf=yes
  7595. ac_cv_func_vsnprintf_c99=yes
  7596. ac_cv_func_wcslen=yes
  7597. ac_cv_gnu_library_2_1=yes
  7598. ac_cv_header_arpa_nameser_compat_h=yes
  7599. ac_cv_header_crt_externs_h=no
  7600. ac_cv_header_dirent_h=yes
  7601. ac_cv_header_dlfcn_h=yes
  7602. ac_cv_header_float_h=yes
  7603. ac_cv_header_fstab_h=yes
  7604. ac_cv_header_grp_h=yes
  7605. ac_cv_header_inttypes_h=yes
  7606. ac_cv_header_libintl_h=yes
  7607. ac_cv_header_limits_h=yes
  7608. ac_cv_header_linux_magic_h=yes
  7609. ac_cv_header_locale_h=yes
  7610. ac_cv_header_malloc_h=yes
  7611. ac_cv_header_mntent_h=yes
  7612. ac_cv_header_netdb_h=yes
  7613. ac_cv_header_pwd_h=yes
  7614. ac_cv_header_sched_h=yes
  7615. ac_cv_header_stdc=yes
  7616. ac_cv_header_stddef_h=yes
  7617. ac_cv_header_stdint_h=yes
  7618. ac_cv_header_stdlib_h=yes
  7619. ac_cv_header_string_h=yes
  7620. ac_cv_header_sys_mkdev_h=no
  7621. ac_cv_header_sys_mntctl_h=no
  7622. ac_cv_header_sys_mnttab_h=no
  7623. ac_cv_header_sys_mount_h=yes
  7624. ac_cv_header_sys_param_h=yes
  7625. ac_cv_header_sys_poll_h=yes
  7626. ac_cv_header_sys_prctl_h=yes
  7627. ac_cv_header_sys_resource_h=yes
  7628. ac_cv_header_sys_select_h=yes
  7629. ac_cv_header_sys_statfs_h=yes
  7630. ac_cv_header_sys_statvfs_h=yes
  7631. ac_cv_header_sys_sysctl_h=yes
  7632. ac_cv_header_sys_time_h=yes
  7633. ac_cv_header_sys_times_h=yes
  7634. ac_cv_header_sys_types_h=yes
  7635. ac_cv_header_sys_uio_h=yes
  7636. ac_cv_header_sys_vfs_h=yes
  7637. ac_cv_header_sys_vfstab_h=no
  7638. ac_cv_header_sys_vmount_h=no
  7639. ac_cv_header_sys_wait_h=yes
  7640. ac_cv_header_unistd_h=yes
  7641. ac_cv_header_values_h=yes
  7642. ac_cv_header_wspiapi_h=no
  7643. ac_cv_host=i686-pc-linux-gnu
  7644. ac_cv_lib_dl_dlopen=yes
  7645. ac_cv_lib_dl_dlsym=yes
  7646. ac_cv_member_struct_stat_st_atim_tv_nsec=no
  7647. ac_cv_member_struct_stat_st_atimensec=no
  7648. ac_cv_member_struct_stat_st_blksize=yes
  7649. ac_cv_member_struct_stat_st_blocks=yes
  7650. ac_cv_member_struct_stat_st_ctim_tv_nsec=no
  7651. ac_cv_member_struct_stat_st_ctimensec=no
  7652. ac_cv_member_struct_stat_st_mtim_tv_nsec=no
  7653. ac_cv_member_struct_stat_st_mtimensec=no
  7654. ac_cv_member_struct_statfs_f_bavail=yes
  7655. ac_cv_member_struct_statfs_f_fstypename=no
  7656. ac_cv_member_struct_statvfs_f_basetype=no
  7657. ac_cv_member_struct_tm___tm_gmtoff=no
  7658. ac_cv_member_struct_tm_tm_gmtoff=yes
  7659. ac_cv_objext=o
  7660. ac_cv_path_EGREP='/bin/grep -E'
  7661. ac_cv_path_FGREP='/bin/grep -F'
  7662. ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt
  7663. ac_cv_path_GREP=/bin/grep
  7664. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  7665. ac_cv_path_PERL_PATH=/usr/bin/perl
  7666. ac_cv_path_PYTHON=/usr/bin/python
  7667. ac_cv_path_SED=/bin/sed
  7668. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  7669. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  7670. ac_cv_path_install='/usr/bin/install -c'
  7671. ac_cv_path_mkdir=/bin/mkdir
  7672. ac_cv_prog_AR=i686-pc-linux-gnu-ar
  7673. ac_cv_prog_AWK=gawk
  7674. ac_cv_prog_CC=i686-pc-linux-gnu-gcc
  7675. ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
  7676. ac_cv_prog_CXX=i686-pc-linux-gnu-c++
  7677. ac_cv_prog_CXXCPP='i686-pc-linux-gnu-c++ -E'
  7678. ac_cv_prog_OBJDUMP=i686-pc-linux-gnu-objdump
  7679. ac_cv_prog_PERL=perl
  7680. ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib
  7681. ac_cv_prog_STRIP=i686-pc-linux-gnu-strip
  7682. ac_cv_prog_cc_c89=
  7683. ac_cv_prog_cc_g=yes
  7684. ac_cv_prog_cc_i686_pc_linux_gnu_gcc_c_o=yes
  7685. ac_cv_prog_cxx_g=yes
  7686. ac_cv_prog_make_make_set=yes
  7687. ac_cv_sizeof___int64=0
  7688. ac_cv_sizeof_char=1
  7689. ac_cv_sizeof_int=4
  7690. ac_cv_sizeof_long=4
  7691. ac_cv_sizeof_long_long=8
  7692. ac_cv_sizeof_short=2
  7693. ac_cv_sizeof_size_t=4
  7694. ac_cv_sizeof_void_p=4
  7695. ac_cv_sys_file_offset_bits=64
  7696. ac_cv_sys_largefile_CC=no
  7697. ac_cv_type_long_long=yes
  7698. ac_cv_type_ptrdiff_t=yes
  7699. ac_cv_type_size_t=yes
  7700. ac_cv_working_alloca_h=yes
  7701. am_cv_CC_dependencies_compiler_type=gcc3
  7702. am_cv_CXX_dependencies_compiler_type=gcc3
  7703. am_cv_langinfo_codeset=yes
  7704. am_cv_pathless_PYTHON=python
  7705. am_cv_prog_cc_stdc=
  7706. am_cv_python_platform=linux2
  7707. am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
  7708. am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
  7709. am_cv_python_version=2.7
  7710. am_cv_val_LC_MESSAGES=yes
  7711. bh_cv_c_signed=yes
  7712. g_cv_support_dowhile_macros=yes
  7713. glib_cv___va_copy=yes
  7714. glib_cv_compliant_posix_memalign=1
  7715. glib_cv_has__inline=yes
  7716. glib_cv_has__inline__=yes
  7717. glib_cv_hasinline=yes
  7718. glib_cv_have_strlcpy=no
  7719. glib_cv_langinfo_codeset=yes
  7720. glib_cv_long_long_format=ll
  7721. glib_cv_rtldglobal_broken=no
  7722. glib_cv_sane_realloc=yes
  7723. glib_cv_stack_grows=no
  7724. glib_cv_uscore=no
  7725. glib_cv_va_copy=yes
  7726. glib_cv_va_val_copy=yes
  7727. glib_cv_value_AF_INET6=10
  7728. glib_cv_value_AF_INET=2
  7729. glib_cv_value_AF_UNIX=1
  7730. glib_cv_value_MSG_DONTROUTE=4
  7731. glib_cv_value_MSG_OOB=1
  7732. glib_cv_value_MSG_PEEK=2
  7733. gt_cv_c_long_double=yes
  7734. gt_cv_c_wchar_t=yes
  7735. gt_cv_c_wint_t=yes
  7736. gt_cv_func_dgettext_libc=yes
  7737. gt_cv_func_dgettext_libintl=no
  7738. gt_cv_func_ngettext_libc=yes
  7739. gt_cv_have_gettext=yes
  7740. jm_ac_cv_header_inttypes_h=yes
  7741. jm_ac_cv_header_stdint_h=yes
  7742. lt_cv_ar_at_file=@
  7743. lt_cv_archive_cmds_need_lc=no
  7744. lt_cv_deplibs_check_method=pass_all
  7745. lt_cv_file_magic_cmd='$MAGIC_CMD'
  7746. lt_cv_file_magic_test_file=
  7747. lt_cv_ld_reload_flag=-r
  7748. lt_cv_nm_interface='BSD nm'
  7749. lt_cv_objdir=.libs
  7750. lt_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld
  7751. lt_cv_path_LDCXX=/usr/i686-pc-linux-gnu/bin/ld
  7752. lt_cv_path_NM='/usr/bin/nm -B'
  7753. lt_cv_path_mainfest_tool=no
  7754. lt_cv_prog_compiler_c_o=yes
  7755. lt_cv_prog_compiler_c_o_CXX=yes
  7756. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  7757. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  7758. lt_cv_prog_compiler_pic_works=yes
  7759. lt_cv_prog_compiler_pic_works_CXX=yes
  7760. lt_cv_prog_compiler_rtti_exceptions=no
  7761. lt_cv_prog_compiler_static_works=yes
  7762. lt_cv_prog_compiler_static_works_CXX=yes
  7763. lt_cv_prog_gnu_ld=yes
  7764. lt_cv_prog_gnu_ldcxx=yes
  7765. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  7766. lt_cv_shlibpath_overrides_runpath=yes
  7767. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  7768. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  7769. 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'\'''
  7770. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  7771. lt_cv_sys_max_cmd_len=1572864
  7772. lt_cv_to_host_file_cmd=func_convert_file_noop
  7773. lt_cv_to_tool_file_cmd=func_convert_file_noop
  7774. pkg_cv_ZLIB_CFLAGS=' '
  7775. pkg_cv_ZLIB_LIBS='-lz '
  7776.  
  7777. ## ----------------- ##
  7778. ## Output variables. ##
  7779. ## ----------------- ##
  7780.  
  7781. ABS_GLIB_RUNTIME_LIBDIR=''
  7782. ABS_TAPSET_DIR=''
  7783. ACLOCAL='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/missing --run aclocal-1.11'
  7784. ALLOCA=''
  7785. AMDEPBACKSLASH='\'
  7786. AMDEP_FALSE='#'
  7787. AMDEP_TRUE=''
  7788. AMTAR='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/missing --run tar'
  7789. AM_BACKSLASH='\'
  7790. AM_DEFAULT_VERBOSITY='0'
  7791. AR='i686-pc-linux-gnu-ar'
  7792. AS='as'
  7793. AUTOCONF='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/missing --run autoconf'
  7794. AUTOHEADER='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/missing --run autoheader'
  7795. AUTOMAKE='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/missing --run automake-1.11'
  7796. AWK='gawk'
  7797. CATALOGS=' af.gmo am.gmo ar.gmo as.gmo ast.gmo az.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca@valencia.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sr@ije.gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo ug.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
  7798. CATOBJEXT='.gmo'
  7799. CC='i686-pc-linux-gnu-gcc'
  7800. CCDEPMODE='depmode=gcc3'
  7801. CFLAGS='-march=k8 -O2 -pipe -fomit-frame-pointer -Wall'
  7802. CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/po/LINGUAS'
  7803. CPP='i686-pc-linux-gnu-gcc -E'
  7804. CPPFLAGS=' -DG_DISABLE_SINGLE_INCLUDES'
  7805. CROSS_COMPILING_FALSE=''
  7806. CROSS_COMPILING_TRUE=''
  7807. CXX='i686-pc-linux-gnu-c++'
  7808. CXXCPP='i686-pc-linux-gnu-c++ -E'
  7809. CXXDEPMODE='depmode=gcc3'
  7810. CXXFLAGS='-march=k8 -O2 -pipe -fomit-frame-pointer'
  7811. CYGPATH_W='echo'
  7812. DATADIRNAME='share'
  7813. DBUS1_CFLAGS=''
  7814. DBUS1_LIBS=''
  7815. DEFS=''
  7816. DEPDIR='.deps'
  7817. DISABLE_MEM_POOLS=''
  7818. DLLTOOL='false'
  7819. DSYMUTIL=''
  7820. DTRACE=''
  7821. DUMPBIN=''
  7822. ECHO_C=''
  7823. ECHO_N='-n'
  7824. ECHO_T=''
  7825. EGREP='/bin/grep -E'
  7826. ENABLE_DTRACE_FALSE=''
  7827. ENABLE_DTRACE_TRUE=''
  7828. ENABLE_GTK_DOC_FALSE=''
  7829. ENABLE_GTK_DOC_TRUE=''
  7830. ENABLE_MAN_FALSE=''
  7831. ENABLE_MAN_TRUE=''
  7832. ENABLE_REGEX_FALSE=''
  7833. ENABLE_REGEX_TRUE=''
  7834. ENABLE_SYSTEMTAP_FALSE=''
  7835. ENABLE_SYSTEMTAP_TRUE=''
  7836. ENABLE_TIMELOOP_FALSE=''
  7837. ENABLE_TIMELOOP_TRUE=''
  7838. EXEEXT=''
  7839. FAM_LIBS=''
  7840. FGREP='/bin/grep -F'
  7841. GETTEXT_PACKAGE='glib20'
  7842. GIO=''
  7843. GIO_MODULE_DIR=''
  7844. GLIBC21='yes'
  7845. GLIB_BINARY_AGE='2806'
  7846. GLIB_COMPILE_SCHEMAS=''
  7847. GLIB_DEBUG_FLAGS='-DG_ENABLE_DEBUG'
  7848. GLIB_EXTRA_CFLAGS=''
  7849. GLIB_GENMARSHAL=''
  7850. GLIB_INTERFACE_AGE='6'
  7851. GLIB_LINK_FLAGS=''
  7852. GLIB_MAJOR_VERSION='2'
  7853. GLIB_MICRO_VERSION='6'
  7854. GLIB_MINOR_VERSION='28'
  7855. GLIB_RT_LIBS=''
  7856. GLIB_RUNTIME_LIBDIR=''
  7857. GLIB_VERSION='2.28.6'
  7858. GLIB_WIN32_STATIC_COMPILATION_DEFINE=''
  7859. GMOFILES=' af.gmo am.gmo ar.gmo as.gmo ast.gmo az.gmo be.gmo be@latin.gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo ca@valencia.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo en@shaw.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mai.gmo mg.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo nds.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@latin.gmo sr@ije.gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo ug.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
  7860. GMSGFMT='/usr/bin/gmsgfmt'
  7861. GREP='/bin/grep'
  7862. GSPAWN=''
  7863. GTHREAD_COMPILE_IMPL_DEFINES=''
  7864. GTKDOC_CHECK=''
  7865. GTKDOC_MKPDF=''
  7866. GTKDOC_REBASE=''
  7867. GTK_DOC_BUILD_HTML_FALSE=''
  7868. GTK_DOC_BUILD_HTML_TRUE=''
  7869. GTK_DOC_BUILD_PDF_FALSE=''
  7870. GTK_DOC_BUILD_PDF_TRUE=''
  7871. GTK_DOC_USE_LIBTOOL_FALSE=''
  7872. GTK_DOC_USE_LIBTOOL_TRUE=''
  7873. GTK_DOC_USE_REBASE_FALSE=''
  7874. GTK_DOC_USE_REBASE_TRUE=''
  7875. G_LIBS_EXTRA=''
  7876. G_MODULE_BROKEN_RTLD_GLOBAL='0'
  7877. G_MODULE_HAVE_DLERROR='1'
  7878. G_MODULE_IMPL='G_MODULE_IMPL_DL'
  7879. G_MODULE_LDFLAGS=''
  7880. G_MODULE_LIBS='-ldl'
  7881. G_MODULE_LIBS_EXTRA=''
  7882. G_MODULE_NEED_USCORE='0'
  7883. G_MODULE_PLUGIN_LIBS=''
  7884. G_MODULE_SUPPORTED='true'
  7885. G_THREAD_CFLAGS=''
  7886. G_THREAD_LIBS=''
  7887. G_THREAD_LIBS_EXTRA=''
  7888. G_THREAD_LIBS_FOR_GTHREAD=''
  7889. HAVE_CXX_FALSE='#'
  7890. HAVE_CXX_TRUE=''
  7891. HAVE_DBUS1_FALSE=''
  7892. HAVE_DBUS1_TRUE=''
  7893. HAVE_FAM_FALSE=''
  7894. HAVE_FAM_TRUE=''
  7895. HAVE_FEN_FALSE=''
  7896. HAVE_FEN_TRUE=''
  7897. HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE=''
  7898. HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE=''
  7899. HAVE_GLIB_RUNTIME_LIBDIR_FALSE=''
  7900. HAVE_GLIB_RUNTIME_LIBDIR_TRUE='#'
  7901. HAVE_GNUC_VISIBILITY_FALSE='#'
  7902. HAVE_GNUC_VISIBILITY_TRUE=''
  7903. HAVE_GOOD_PRINTF_FALSE='#'
  7904. HAVE_GOOD_PRINTF_TRUE=''
  7905. HAVE_INOTIFY_FALSE=''
  7906. HAVE_INOTIFY_TRUE=''
  7907. HAVE_SUNSTUDIO_VISIBILITY_FALSE=''
  7908. HAVE_SUNSTUDIO_VISIBILITY_TRUE='#'
  7909. HAVE_THREADS_FALSE=''
  7910. HAVE_THREADS_TRUE=''
  7911. HTML_DIR=''
  7912. ICONV_LIBS=''
  7913. INDENT=''
  7914. INSTALL_DATA='${INSTALL} -m 644'
  7915. INSTALL_PROGRAM='${INSTALL}'
  7916. INSTALL_SCRIPT='${INSTALL}'
  7917. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  7918. INSTOBJEXT='.mo'
  7919. INTLLIBS=''
  7920. LD='/usr/i686-pc-linux-gnu/bin/ld'
  7921. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  7922. LIBASYNCNS_LIBADD='-lresolv'
  7923. LIBOBJS=''
  7924. LIBS=' '
  7925. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  7926. LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^g.*"'
  7927. LIB_EXE_MACHINE_FLAG='X86'
  7928. LIPO=''
  7929. LN_S='ln -s'
  7930. LTLIBOBJS=''
  7931. LTP=''
  7932. LTP_GENHTML=''
  7933. LT_AGE='2800'
  7934. LT_CURRENT='2800'
  7935. LT_CURRENT_MINUS_AGE='0'
  7936. LT_RELEASE='2.28'
  7937. LT_REVISION='6'
  7938. MAINT='#'
  7939. MAINTAINER_MODE_FALSE=''
  7940. MAINTAINER_MODE_TRUE='#'
  7941. MAKEINFO='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/missing --run makeinfo'
  7942. MANIFEST_TOOL=':'
  7943. MKDIR_P='/bin/mkdir -p'
  7944. MKINSTALLDIRS='./mkinstalldirs'
  7945. MSGFMT='/usr/bin/msgfmt'
  7946. MSGFMT_OPTS='-c'
  7947. MS_LIB_AVAILABLE_FALSE=''
  7948. MS_LIB_AVAILABLE_TRUE='#'
  7949. NM='/usr/bin/nm -B'
  7950. NMEDIT=''
  7951. OBJDUMP='i686-pc-linux-gnu-objdump'
  7952. OBJEXT='o'
  7953. OS_CARBON_FALSE=''
  7954. OS_CARBON_TRUE='#'
  7955. OS_LINUX_FALSE='#'
  7956. OS_LINUX_TRUE=''
  7957. OS_UNIX_FALSE='#'
  7958. OS_UNIX_TRUE=''
  7959. OS_WIN32_AND_DLL_COMPILATION_FALSE=''
  7960. OS_WIN32_AND_DLL_COMPILATION_TRUE='#'
  7961. OS_WIN32_FALSE=''
  7962. OS_WIN32_TRUE='#'
  7963. OS_WIN32_X64_FALSE=''
  7964. OS_WIN32_X64_TRUE='#'
  7965. OTOOL64=''
  7966. OTOOL=''
  7967. PACKAGE='glib'
  7968. PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
  7969. PACKAGE_NAME='glib'
  7970. PACKAGE_STRING='glib 2.28.6'
  7971. PACKAGE_TARNAME='glib'
  7972. PACKAGE_URL=''
  7973. PACKAGE_VERSION='2.28.6'
  7974. PATH_SEPARATOR=':'
  7975. PCRE_CFLAGS=''
  7976. PCRE_LIBS=''
  7977. PCRE_REQUIRES=''
  7978. PCRE_WARN_CFLAGS=''
  7979. PERL='perl'
  7980. PERL_PATH='/usr/bin/perl'
  7981. PKG_CONFIG='/usr/bin/pkg-config'
  7982. PKG_CONFIG_LIBDIR=''
  7983. PKG_CONFIG_PATH=''
  7984. PLATFORMDEP=''
  7985. PLATFORM_WIN32_FALSE=''
  7986. PLATFORM_WIN32_TRUE=''
  7987. POFILES=' af.po am.po ar.po as.po ast.po az.po be.po be@latin.po bg.po bn.po bn_IN.po bs.po ca.po ca@valencia.po cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po en@shaw.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po id.po is.po it.po ja.po ka.po kk.po kn.po ko.po ku.po lt.po lv.po mai.po mg.po mk.po ml.po mn.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po oc.po or.po pa.po pl.po ps.po pt.po pt_BR.po ro.po ru.po rw.po si.po sk.po sl.po sq.po sr.po sr@latin.po sr@ije.po sv.po ta.po te.po th.po tl.po tr.po ug.po tt.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po'
  7988. POSUB='po'
  7989. PO_IN_DATADIR_FALSE=''
  7990. PO_IN_DATADIR_TRUE=''
  7991. PYTHON='/usr/bin/python'
  7992. PYTHON_EXEC_PREFIX='${exec_prefix}'
  7993. PYTHON_PLATFORM='linux2'
  7994. PYTHON_PREFIX='${prefix}'
  7995. PYTHON_VERSION='2.7'
  7996. RANLIB='i686-pc-linux-gnu-ranlib'
  7997. REBUILD=''
  7998. SED='/bin/sed'
  7999. SELINUX_LIBS=''
  8000. SET_MAKE=''
  8001. SHELL='/bin/sh'
  8002. SHTOOL=''
  8003. STRIP='i686-pc-linux-gnu-strip'
  8004. USE_NLS='yes'
  8005. USE_SYSTEM_PCRE_FALSE=''
  8006. USE_SYSTEM_PCRE_TRUE=''
  8007. VERSION='2.28.6'
  8008. WINDRES=''
  8009. XATTR_LIBS=''
  8010. XGETTEXT='/usr/bin/xgettext'
  8011. XMLCATALOG=''
  8012. XML_CATALOG_FILE=''
  8013. XSLTPROC=''
  8014. ZLIB_CFLAGS=' '
  8015. ZLIB_LIBS='-lz '
  8016. ac_ct_AR=''
  8017. ac_ct_CC=''
  8018. ac_ct_CXX=''
  8019. ac_ct_DUMPBIN=''
  8020. am__EXEEXT_FALSE=''
  8021. am__EXEEXT_TRUE=''
  8022. am__fastdepCC_FALSE='#'
  8023. am__fastdepCC_TRUE=''
  8024. am__fastdepCXX_FALSE='#'
  8025. am__fastdepCXX_TRUE=''
  8026. am__include='include'
  8027. am__isrc=''
  8028. am__leading_dot='.'
  8029. am__quote=''
  8030. am__tar='${AMTAR} chof - "$$tardir"'
  8031. am__untar='${AMTAR} xf -'
  8032. bindir='${exec_prefix}/bin'
  8033. build='i686-pc-linux-gnu'
  8034. build_alias='i686-pc-linux-gnu'
  8035. build_cpu='i686'
  8036. build_os='linux-gnu'
  8037. build_vendor='pc'
  8038. config_h_INCLUDES=''
  8039. datadir='/usr/share'
  8040. datarootdir='${prefix}/share'
  8041. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  8042. dvidir='${docdir}'
  8043. exec_prefix='NONE'
  8044. gio_INCLUDES=''
  8045. glib_INCLUDES=''
  8046. gmodule_INCLUDES=''
  8047. gobject_INCLUDES=''
  8048. gthread_INCLUDES=''
  8049. host='i686-pc-linux-gnu'
  8050. host_alias='i686-pc-linux-gnu'
  8051. host_cpu='i686'
  8052. host_os='linux-gnu'
  8053. host_vendor='pc'
  8054. htmldir='${docdir}'
  8055. includedir='${prefix}/include'
  8056. infodir='/usr/share/info'
  8057. install_sh='${SHELL} /var/tmp/portage/dev-libs/glib-2.28.6/work/glib-2.28.6/install-sh'
  8058. libdir='${exec_prefix}/lib'
  8059. libexecdir='${exec_prefix}/libexec'
  8060. localedir='/usr/share/locale'
  8061. localstatedir='/var/lib'
  8062. mandir='/usr/share/man'
  8063. mkdir_p='/bin/mkdir -p'
  8064. ms_librarian=''
  8065. oldincludedir='/usr/include'
  8066. pdfdir='${docdir}'
  8067. pkgpyexecdir='${pyexecdir}/glib'
  8068. pkgpythondir='${pythondir}/glib'
  8069. prefix='/usr'
  8070. program_transform_name='s,x,x,'
  8071. psdir='${docdir}'
  8072. pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
  8073. pythondir='${prefix}/lib/python2.7/site-packages'
  8074. sbindir='${exec_prefix}/sbin'
  8075. sharedstatedir='${prefix}/com'
  8076. sysconfdir='/etc'
  8077. target_alias=''
  8078.  
  8079. ## ----------- ##
  8080. ## confdefs.h. ##
  8081. ## ----------- ##
  8082.  
  8083. /* confdefs.h */
  8084. #define PACKAGE_NAME "glib"
  8085. #define PACKAGE_TARNAME "glib"
  8086. #define PACKAGE_VERSION "2.28.6"
  8087. #define PACKAGE_STRING "glib 2.28.6"
  8088. #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
  8089. #define PACKAGE_URL ""
  8090. #define GLIB_MAJOR_VERSION 2
  8091. #define GLIB_MINOR_VERSION 28
  8092. #define GLIB_MICRO_VERSION 6
  8093. #define GLIB_INTERFACE_AGE 6
  8094. #define GLIB_BINARY_AGE 2806
  8095. #define _FILE_OFFSET_BITS 64
  8096. #define HAVE_LOCALE_H 1
  8097. #define HAVE_LC_MESSAGES 1
  8098. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  8099. #define HAVE_GETTEXT 1
  8100. #define HAVE_DCGETTEXT 1
  8101. #define ENABLE_NLS 1
  8102. #define GETTEXT_PACKAGE "glib20"
  8103. #define GLIB_LOCALE_DIR "/usr/share/locale"
  8104. #define HAVE_DLFCN_H 1
  8105. #define LT_OBJDIR ".libs/"
  8106. #define STDC_HEADERS 1
  8107. #define HAVE_VPRINTF 1
  8108. #define HAVE_ALLOCA_H 1
  8109. #define HAVE_ALLOCA 1
  8110. #define HAVE_MMAP 1
  8111. #define HAVE_POSIX_MEMALIGN 1
  8112. #define HAVE_MEMALIGN 1
  8113. #define HAVE_VALLOC 1
  8114. #define HAVE_FSYNC 1
  8115. #define HAVE_PIPE2 1
  8116. #define HAVE_ATEXIT 1
  8117. #define HAVE_ON_EXIT 1
  8118. #define HAVE_TIMEGM 1
  8119. #define HAVE_GMTIME_R 1
  8120. #define SIZEOF_CHAR 1
  8121. #define SIZEOF_SHORT 2
  8122. #define SIZEOF_LONG 4
  8123. #define SIZEOF_INT 4
  8124. #define SIZEOF_VOID_P 4
  8125. #define SIZEOF_LONG_LONG 8
  8126. #define SIZEOF___INT64 0
  8127. #define HAVE_LONG_LONG_FORMAT 1
  8128. #define SANE_MALLOC_PROTOS 1
  8129. #define G_HAVE___INLINE 1
  8130. #define G_HAVE___INLINE__ 1
  8131. #define G_HAVE_INLINE 1
  8132. #define HAVE_DOWHILE_MACROS 1
  8133. #define HAVE_DIRENT_H 1
  8134. #define HAVE_FLOAT_H 1
  8135. #define HAVE_LIMITS_H 1
  8136. #define HAVE_PWD_H 1
  8137. #define HAVE_GRP_H 1
  8138. #define HAVE_SYS_PARAM_H 1
  8139. #define HAVE_SYS_POLL_H 1
  8140. #define HAVE_SYS_RESOURCE_H 1
  8141. #define HAVE_SYS_TIME_H 1
  8142. #define HAVE_SYS_TIMES_H 1
  8143. #define HAVE_SYS_WAIT_H 1
  8144. #define HAVE_UNISTD_H 1
  8145. #define HAVE_VALUES_H 1
  8146. #define HAVE_SYS_SELECT_H 1
  8147. #define HAVE_SYS_TYPES_H 1
  8148. #define HAVE_STDINT_H 1
  8149. #define HAVE_INTTYPES_H 1
  8150. #define HAVE_SCHED_H 1
  8151. #define HAVE_MALLOC_H 1
  8152. #define HAVE_SYS_VFS_H 1
  8153. #define HAVE_SYS_MOUNT_H 1
  8154. #define HAVE_SYS_STATFS_H 1
  8155. #define HAVE_SYS_STATVFS_H 1
  8156. #define HAVE_MNTENT_H 1
  8157. #define HAVE_SYS_SYSCTL_H 1
  8158. #define HAVE_FSTAB_H 1
  8159. #define HAVE_SYS_UIO_H 1
  8160. #define HAVE_LINUX_MAGIC_H 1
  8161. #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  8162. #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  8163. #define HAVE_STRUCT_STATFS_F_BAVAIL 1
  8164. #define HAVE_STRUCT_TM_TM_GMTOFF 1
  8165. #define HAVE_LANGINFO_CODESET 1
  8166. #define HAVE_STDDEF_H 1
  8167. #define HAVE_STDLIB_H 1
  8168. #define HAVE_STRING_H 1
  8169. #define HAVE_SETLOCALE 1
  8170. #define SIZEOF_SIZE_T 4
  8171. #define HAVE_LSTAT 1
  8172. #define HAVE_STRERROR 1
  8173. #define HAVE_STRSIGNAL 1
  8174. #define HAVE_MEMMOVE 1
  8175. #define HAVE_VSNPRINTF 1
  8176. #define HAVE_STPCPY 1
  8177. #define HAVE_STRCASECMP 1
  8178. #define HAVE_STRNCASECMP 1
  8179. #define HAVE_POLL 1
  8180. #define HAVE_GETCWD 1
  8181. #define HAVE_VASPRINTF 1
  8182. #define HAVE_SETENV 1
  8183. #define HAVE_UNSETENV 1
  8184. #define HAVE_GETC_UNLOCKED 1
  8185. #define HAVE_READLINK 1
  8186. #define HAVE_SYMLINK 1
  8187. #define HAVE_MEMMEM 1
  8188. #define HAVE_CHOWN 1
  8189. #define HAVE_LCHOWN 1
  8190. #define HAVE_FCHMOD 1
  8191. #define HAVE_FCHOWN 1
  8192. #define HAVE_LINK 1
  8193. #define HAVE_STATVFS 1
  8194. #define HAVE_STATFS 1
  8195. #define HAVE_UTIMES 1
  8196. #define HAVE_GETGRGID 1
  8197. #define HAVE_GETPWUID 1
  8198. #define HAVE_GETMNTENT_R 1
  8199. #define HAVE_SETMNTENT 1
  8200. #define HAVE_ENDMNTENT 1
  8201. #define HAVE_HASMNTOPT 1
  8202. #define HAVE_SPLICE 1
  8203. #define HAVE_C99_VSNPRINTF 1
  8204. #define HAVE_UNIX98_PRINTF 1
  8205. #define HAVE_GETPROTOBYNAME_R 1
  8206. #define HAVE_ENDSERVENT 1
  8207. #define HAVE_NETDB_H 1
  8208. #define HAVE_STRNDUP 1
  8209. #define HAVE_SETRESUID 1
  8210. #define HAVE_SETREUID 1
  8211. #define HAVE_SYS_PRCTL_H 1
  8212. #define HAVE_ARPA_NAMESER_COMPAT_H 1
  8213. #define STATFS_ARGS 2
  8214. #define HAVE_GOOD_PRINTF 1
  8215. #define HAVE_LONG_LONG 1
  8216. #define HAVE_LONG_DOUBLE 1
  8217. #define HAVE_WCHAR_T 1
  8218. #define HAVE_WINT_T 1
  8219. #define HAVE_PTRDIFF_T 1
  8220. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  8221. #define HAVE_STDINT_H_WITH_UINTMAX 1
  8222. #define HAVE_INTMAX_T 1
  8223. #define HAVE_SNPRINTF 1
  8224. #define HAVE_WCSLEN 1
  8225. #define HAVE_C99_SNPRINTF 1
  8226. #define REALLOC_0_WORKS 1
  8227. #define HAVE_CODESET 1
  8228. #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
  8229. #define G_VA_COPY va_copy
  8230.  
  8231. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement