HighTechDeveloper3

glib_compile

Nov 18th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.73 KB | None | 0 0
  1. $ ./autogen
  2. You don't have gtk-doc installed, and thus won't be able to generate the documentation.
  3. autoreconf: Entering directory `.'
  4. autoreconf: configure.ac: not using Gettext
  5. autoreconf: running: aclocal --force -I m4macros ${ACLOCAL_FLAGS}
  6. autoreconf: configure.ac: tracing
  7. autoreconf: running: libtoolize --copy --force
  8. libtoolize: putting auxiliary files in '.'.
  9. libtoolize: copying file './ltmain.sh'
  10. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4macros'.
  11. libtoolize: copying file 'm4macros/libtool.m4'
  12. libtoolize: copying file 'm4macros/ltoptions.m4'
  13. libtoolize: copying file 'm4macros/ltsugar.m4'
  14. libtoolize: copying file 'm4macros/ltversion.m4'
  15. libtoolize: copying file 'm4macros/lt~obsolete.m4'
  16. autoreconf: running: /usr/bin/autoconf --force
  17. autoreconf: running: /usr/bin/autoheader --force
  18. autoreconf: running: automake --add-missing --copy --force-missing
  19. configure.ac:112: installing './compile'
  20. configure.ac:66: installing './missing'
  21. gio/Makefile.am: installing './depcomp'
  22. autoreconf: Leaving directory `.'
  23. checking for a BSD-compatible install... /usr/bin/install -c
  24. checking whether build environment is sane... yes
  25. checking for a thread-safe mkdir -p... /bin/mkdir -p
  26. checking for gawk... no
  27. checking for mawk... mawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether make supports nested variables... yes
  30. checking whether UID '1000' is supported by ustar format... yes
  31. checking whether GID '1000' is supported by ustar format... yes
  32. checking how to create a ustar tar archive... gnutar
  33. checking whether to enable maintainer-specific portions of Makefiles... yes
  34. checking whether make supports nested variables... (cached) yes
  35. checking for gcc... gcc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking whether gcc understands -c and -o together... yes
  45. checking for style of include used by make... GNU
  46. checking dependency style of gcc... gcc3
  47. checking how to run the C preprocessor... gcc -E
  48. checking for grep that handles long lines and -e... /bin/grep
  49. checking for egrep... /bin/grep -E
  50. checking for ANSI C header files... yes
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking minix/config.h usability... no
  61. checking minix/config.h presence... no
  62. checking for minix/config.h... no
  63. checking whether it is safe to define __EXTENSIONS__... yes
  64. checking build system type... x86_64-pc-linux-gnu
  65. checking host system type... x86_64-pc-linux-gnu
  66. checking for Win32... no
  67. checking for the Android... no
  68. checking for Mac OS X Carbon support... no
  69. checking for Mac OS X Cocoa support... no
  70. checking whether to enable garbage collector friendliness... no
  71. checking whether to disable memory pools... no
  72. checking for c++... c++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether c++ accepts -g... yes
  75. checking dependency style of c++... gcc3
  76. checking for special C compiler options needed for large files... no
  77. checking for _FILE_OFFSET_BITS value needed for large files... no
  78. checking for pkg-config... /usr/bin/pkg-config
  79. checking pkg-config is at least version 0.16... yes
  80. checking for gawk... (cached) mawk
  81. checking for perl5... no
  82. checking for perl... perl
  83. checking for a Python interpreter with version >= 2.7... python
  84. checking for python... /usr/bin/python
  85. checking for python version... 2.7
  86. checking for python platform... linux2
  87. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  88. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  89. checking for iconv_open... yes
  90. checking for ZLIB... yes
  91. checking for LIBFFI... yes
  92. checking locale.h usability... yes
  93. checking locale.h presence... yes
  94. checking for locale.h... yes
  95. checking for LC_MESSAGES... yes
  96. checking for CFPreferencesCopyAppValue... no
  97. checking for CFLocaleCopyCurrent... no
  98. checking libintl.h usability... yes
  99. checking libintl.h presence... yes
  100. checking for libintl.h... yes
  101. checking for ngettext in libc... yes
  102. checking for dgettext in libc... yes
  103. checking for bind_textdomain_codeset... yes
  104. checking for msgfmt... /usr/bin/msgfmt
  105. checking for dcgettext... yes
  106. checking if msgfmt accepts -c... yes
  107. checking for gmsgfmt... /usr/bin/msgfmt
  108. checking for xgettext... /usr/bin/xgettext
  109. checking for catalogs to be installed... af am an 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 fur ga gd 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 tg th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW
  110. checking how to print strings... printf
  111. checking for a sed that does not truncate output... /bin/sed
  112. checking for fgrep... /bin/grep -F
  113. checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
  114. checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
  115. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  116. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  117. checking whether ln -s works... yes
  118. checking the maximum length of command line arguments... 1572864
  119. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  120. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  121. checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
  122. checking for objdump... objdump
  123. checking how to recognize dependent libraries... pass_all
  124. checking for dlltool... no
  125. checking how to associate runtime and link libraries... printf %s\n
  126. checking for ar... ar
  127. checking for archiver @FILE support... @
  128. checking for strip... strip
  129. checking for ranlib... ranlib
  130. checking command to parse /usr/bin/nm -B output from gcc object... ok
  131. checking for sysroot... no
  132. checking for a working dd... /bin/dd
  133. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  134. checking for mt... mt
  135. checking if mt is a manifest tool... no
  136. checking for dlfcn.h... yes
  137. checking for objdir... .libs
  138. checking if gcc supports -fno-rtti -fno-exceptions... no
  139. checking for gcc option to produce PIC... -fPIC -DPIC
  140. checking if gcc PIC flag -fPIC -DPIC works... yes
  141. checking if gcc static flag -static works... yes
  142. checking if gcc supports -c -o file.o... yes
  143. checking if gcc supports -c -o file.o... (cached) yes
  144. checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  145. checking whether -lc should be explicitly linked in... no
  146. checking dynamic linker characteristics... GNU/Linux ld.so
  147. checking how to hardcode library paths into programs... immediate
  148. checking whether stripping libraries is possible... yes
  149. checking if libtool supports shared libraries... yes
  150. checking whether to build shared libraries... yes
  151. checking whether to build static libraries... no
  152. checking how to run the C++ preprocessor... c++ -E
  153. checking for ld used by c++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
  154. checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
  155. checking whether the c++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  156. checking for c++ option to produce PIC... -fPIC -DPIC
  157. checking if c++ PIC flag -fPIC -DPIC works... yes
  158. checking if c++ static flag -static works... yes
  159. checking if c++ supports -c -o file.o... yes
  160. checking if c++ supports -c -o file.o... (cached) yes
  161. checking whether the c++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  162. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  163. checking how to hardcode library paths into programs... immediate
  164. configure: creating ./config.lt
  165. config.lt: creating libtool
  166. checking for size_t... yes
  167. checking for working alloca.h... yes
  168. checking for alloca... yes
  169. checking for mmap... yes
  170. checking for posix_memalign... yes
  171. checking for memalign... yes
  172. checking for valloc... yes
  173. checking for fsync... yes
  174. checking for pipe2... yes
  175. checking for issetugid... no
  176. checking for timegm... yes
  177. checking for gmtime_r... yes
  178. checking whether strerror_r is declared... yes
  179. checking for strerror_r... yes
  180. checking whether strerror_r returns char *... yes
  181. checking for __libc_enable_secure... yes
  182. checking size of char... 1
  183. checking size of short... 2
  184. checking size of long... 8
  185. checking size of int... 4
  186. checking size of void *... 8
  187. checking size of long long... 8
  188. checking size of __int64... 0
  189. checking for sig_atomic_t... yes
  190. checking for format to printf and scanf a guint64... %llu
  191. checking for an ANSI C-conforming const... yes
  192. checking for growing stack pointer... no
  193. checking for ISO C99 varargs macros in C... yes
  194. checking for ISO C99 varargs macros in C++... yes
  195. checking for GNUC varargs macros... yes
  196. checking for GNUC visibility attribute... yes
  197. checking whether using Sun Studio C compiler... no
  198. checking whether byte ordering is bigendian... no
  199. checking sys/param.h usability... yes
  200. checking sys/param.h presence... yes
  201. checking for sys/param.h... yes
  202. checking sys/resource.h usability... yes
  203. checking sys/resource.h presence... yes
  204. checking for sys/resource.h... yes
  205. checking mach/mach_time.h usability... no
  206. checking mach/mach_time.h presence... no
  207. checking for mach/mach_time.h... no
  208. checking sys/select.h usability... yes
  209. checking sys/select.h presence... yes
  210. checking for sys/select.h... yes
  211. checking for stdint.h... (cached) yes
  212. checking for inttypes.h... (cached) yes
  213. checking sched.h usability... yes
  214. checking sched.h presence... yes
  215. checking for sched.h... yes
  216. checking malloc.h usability... yes
  217. checking malloc.h presence... yes
  218. checking for malloc.h... yes
  219. checking sys/vfs.h usability... yes
  220. checking sys/vfs.h presence... yes
  221. checking for sys/vfs.h... yes
  222. checking sys/vmount.h usability... no
  223. checking sys/vmount.h presence... no
  224. checking for sys/vmount.h... no
  225. checking sys/statfs.h usability... yes
  226. checking sys/statfs.h presence... yes
  227. checking for sys/statfs.h... yes
  228. checking sys/statvfs.h usability... yes
  229. checking sys/statvfs.h presence... yes
  230. checking for sys/statvfs.h... yes
  231. checking sys/filio.h usability... no
  232. checking sys/filio.h presence... no
  233. checking for sys/filio.h... no
  234. checking mntent.h usability... yes
  235. checking mntent.h presence... yes
  236. checking for mntent.h... yes
  237. checking sys/mnttab.h usability... no
  238. checking sys/mnttab.h presence... no
  239. checking for sys/mnttab.h... no
  240. checking sys/vfstab.h usability... no
  241. checking sys/vfstab.h presence... no
  242. checking for sys/vfstab.h... no
  243. checking sys/mntctl.h usability... no
  244. checking sys/mntctl.h presence... no
  245. checking for sys/mntctl.h... no
  246. checking fstab.h usability... yes
  247. checking fstab.h presence... yes
  248. checking for fstab.h... yes
  249. checking linux/magic.h usability... yes
  250. checking linux/magic.h presence... yes
  251. checking for linux/magic.h... yes
  252. checking termios.h usability... yes
  253. checking termios.h presence... yes
  254. checking for termios.h... yes
  255. checking dirent.h usability... yes
  256. checking dirent.h presence... yes
  257. checking for dirent.h... yes
  258. checking sys/time.h usability... yes
  259. checking sys/time.h presence... yes
  260. checking for sys/time.h... yes
  261. checking values.h usability... yes
  262. checking values.h presence... yes
  263. checking for values.h... yes
  264. checking for sys/mount.h... yes
  265. checking for sys/sysctl.h... yes
  266. checking for sysctlbyname... no
  267. checking whether sys/types.h defines makedev... yes
  268. checking xlocale.h usability... no
  269. checking xlocale.h presence... no
  270. checking for xlocale.h... no
  271. checking for struct stat.st_mtimensec... no
  272. checking for struct stat.st_mtim.tv_nsec... yes
  273. checking for struct stat.st_atimensec... no
  274. checking for struct stat.st_atim.tv_nsec... yes
  275. checking for struct stat.st_ctimensec... no
  276. checking for struct stat.st_ctim.tv_nsec... yes
  277. checking for struct stat.st_birthtime... no
  278. checking for struct stat.st_birthtimensec... no
  279. checking for struct stat.st_birthtim... no
  280. checking for struct stat.st_birthtim.tv_nsec... no
  281. checking for struct stat.st_blksize... yes
  282. checking for struct stat.st_blocks... yes
  283. checking for struct statfs.f_fstypename... no
  284. checking for struct statfs.f_bavail... yes
  285. checking for struct statvfs.f_basetype... no
  286. checking for struct statvfs.f_fstypename... no
  287. checking for struct tm.tm_gmtoff... yes
  288. checking for struct tm.__tm_gmtoff... no
  289. checking for dirent.h that defines DIR... yes
  290. checking for library containing opendir... none required
  291. checking for struct dirent.d_type... yes
  292. checking for nl_langinfo and CODESET... yes
  293. checking whether we are using the GNU C Library 2.1 or newer... yes
  294. checking size of size_t... 8
  295. checking for the appropriate definition for size_t... unsigned long
  296. checking size of ssize_t... 8
  297. checking for the appropriate definition for ssize_t... long
  298. checking for lstat... yes
  299. checking for strsignal... yes
  300. checking for vsnprintf... yes
  301. checking for stpcpy... yes
  302. checking for strcasecmp... yes
  303. checking for strncasecmp... yes
  304. checking for poll... yes
  305. checking for vasprintf... yes
  306. checking for setenv... yes
  307. checking for unsetenv... yes
  308. checking for getc_unlocked... yes
  309. checking for readlink... yes
  310. checking for symlink... yes
  311. checking for fdwalk... no
  312. checking for mkostemp... yes
  313. checking for link... yes
  314. checking for lchmod... no
  315. checking for lchown... yes
  316. checking for fchmod... yes
  317. checking for fchown... yes
  318. checking for utimes... yes
  319. checking for getresuid... yes
  320. checking for getmntent_r... yes
  321. checking for setmntent... yes
  322. checking for endmntent... yes
  323. checking for hasmntopt... yes
  324. checking for getfsstat... no
  325. checking for getvfsstat... no
  326. checking for fallocate... yes
  327. checking for splice... yes
  328. checking for prlimit... yes
  329. checking for statvfs... yes
  330. checking for statfs... yes
  331. checking whether to use statfs or statvfs... statfs
  332. checking crt_externs.h usability... no
  333. checking crt_externs.h presence... no
  334. checking for crt_externs.h... no
  335. checking for _NSGetEnviron... no
  336. checking for newlocale... yes
  337. checking for uselocale... yes
  338. checking for strtod_l... yes
  339. checking for strtoll_l... yes
  340. checking for strtoull_l... yes
  341. checking value of AF_INET... 2
  342. checking value of AF_INET6... 10
  343. checking value of AF_UNIX... 1
  344. checking value of MSG_PEEK... 2
  345. checking value of MSG_OOB... 1
  346. checking value of MSG_DONTROUTE... 4
  347. checking for endservent... yes
  348. checking for if_nametoindex... yes
  349. checking for if_indextoname... yes
  350. checking for sendmmsg... yes
  351. checking for recvmmsg... yes
  352. checking for SIOCGIFADDR... yes
  353. checking if ip_mreq_source.imr_interface has s_addr member... yes
  354. checking if arpa/nameser_compat.h is needed... no
  355. checking for res_query... in -lresolv
  356. checking for socket... yes
  357. checking for res_init... yes
  358. checking for res_nclose... yes
  359. checking for res_ndestroy... no
  360. checking for res_ninit... yes
  361. checking for res_nquery... yes
  362. checking for linux/netlink.h... yes
  363. checking for struct ip_mreqn... yes
  364. checking number of arguments to statfs()... 2
  365. checking open() option O_DIRECTORY... yes
  366. checking for C99 vsnprintf... yes
  367. checking whether printf supports positional parameters... yes
  368. checking for signed... yes
  369. checking for long long... yes
  370. checking for long double... yes
  371. checking for wchar_t... yes
  372. checking for wint_t... yes
  373. checking for size_t... (cached) yes
  374. checking for ptrdiff_t... yes
  375. checking for inttypes.h... yes
  376. checking for stdint.h... yes
  377. checking for snprintf... yes
  378. checking for strnlen... yes
  379. checking for wcslen... yes
  380. checking for wcsnlen... yes
  381. checking for mbrtowc... yes
  382. checking for wcrtomb... yes
  383. checking for C99 snprintf... yes
  384. checking for fd_set... yes, found in sys/types.h
  385. checking for nl_langinfo (CODESET)... yes
  386. checking for nl_langinfo (PM_STR)... yes
  387. checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... yes
  388. checking for nl_langinfo (ALTMON_n)... yes
  389. checking for nl_langinfo (_NL_ABALTMON_n)... yes
  390. checking for a compliant posix_memalign() implementation... yes
  391. checking for OpenBSD strlcpy/strlcat... no
  392. checking for an implementation of va_copy()... yes
  393. checking for an implementation of __va_copy()... yes
  394. checking whether va_lists can be copied by value... no
  395. checking for dlopen... no
  396. checking for NSLinkModule... no
  397. checking for dlopen in -ldl... yes
  398. checking for dlsym in -ldl... yes
  399. checking for RTLD_GLOBAL brokenness... no
  400. checking for preceeding underscore in symbols... no
  401. checking whether RTLD_LAZY is declared... yes
  402. checking whether RTLD_NOW is declared... yes
  403. checking whether RTLD_GLOBAL is declared... yes
  404. checking for dlerror... yes
  405. checking for the suffix of module shared libraries... .so
  406. checking for gspawn implementation... gspawn.lo
  407. checking for GIOChannel implementation... giounix.lo
  408. checking for is_selinux_enabled in -lselinux... no
  409. checking sys/inotify.h usability... yes
  410. checking sys/inotify.h presence... yes
  411. checking for sys/inotify.h... yes
  412. checking for inotify_init1... yes
  413. checking sys/event.h usability... no
  414. checking sys/event.h presence... no
  415. checking for sys/event.h... no
  416. checking for FAMOpen in -lfam... no
  417. configure: WARNING: *** FAM support will not be built (FAM library not found) ***
  418. checking for getxattr in -lc... yes
  419. checking sys/xattr.h usability... yes
  420. checking sys/xattr.h presence... yes
  421. checking for sys/xattr.h... yes
  422. checking for XATTR_NOFOLLOW... no
  423. checking for LIBELF... no
  424. checking for elf_begin in -lelf... no
  425. checking for elf_getshdrstrndx in -lelf... no
  426. checking for elf_getshdrnum in -lelf... no
  427. checking libelf.h usability... no
  428. checking libelf.h presence... no
  429. checking for libelf.h... no
  430. checking for LIBMOUNT... yes
  431. checking for platform-dependent source...
  432. checking whether to compile timeloop... yes
  433. checking if building for some Win32 platform... no
  434. checking for thread implementation... posix
  435. checking thread related cflags... -pthread
  436. checking thread related libraries... -pthread
  437. checking for localtime_r... yes
  438. checking for gmtime_r... (cached) yes
  439. checking for getpwuid_r... yes
  440. checking for getgrgid_r... yes
  441. checking for pthread_attr_setstacksize... yes
  442. checking for pthread_condattr_setclock... yes
  443. checking for pthread_cond_timedwait_relative_np... no
  444. checking for pthread_setname_np(const char*)... no
  445. checking for pthread_setname_np(pthread_t, const char*)... yes
  446. checking for pthread_getname_np(pthread_t, name, len)... yes
  447. checking for clock_gettime... yes
  448. checking for lock-free atomic intrinsics... yes
  449. checking for futex(2) system call... yes
  450. checking for eventfd(2) system call... yes
  451. checking value of POLLIN... 1
  452. checking value of POLLOUT... 4
  453. checking value of POLLPRI... 2
  454. checking value of POLLERR... 8
  455. checking value of POLLHUP... 16
  456. checking value of POLLNVAL... 32
  457. checking for broken poll... no
  458. checking for PCRE... yes
  459. checking for Unicode support in PCRE... yes
  460. checking for EILSEQ... yes
  461. checking for xsltproc... no
  462. checking for XML catalog (/etc/xml/catalog)... found
  463. checking for xmlcatalog... /usr/bin/xmlcatalog
  464. checking whether to generate man pages... no
  465. checking whether to include dtrace tracing support... yes
  466. checking for dtrace... no
  467. checking whether to include systemtap tracing support... no
  468. checking for guint32... yes
  469. checking alignment of guint32... 4
  470. checking for guint64... yes
  471. checking alignment of guint64... 8
  472. checking for unsigned long... yes
  473. checking alignment of unsigned long... 8
  474. checking for DBUS1... no
  475. checking for dbus-daemon... dbus-daemon
  476. checking for -Bsymbolic-functions linker flag... yes
  477. checking for --fatal-warnings linker flag... yes
  478. checking for -z,nodelete linker flag... yes
  479. checking for -fvisibility=hidden compiler flag... yes
  480. checking if gcc supports flag -Wall in envvar CFLAGS... yes
  481. checking if gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes
  482. checking if gcc supports flag -Wduplicated-branches in envvar CFLAGS... yes
  483. checking if gcc supports flag -Werror=declaration-after-statement in envvar CFLAGS... yes
  484. checking if gcc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes
  485. checking if gcc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes
  486. checking if gcc supports flag -Werror=pointer-arith in envvar CFLAGS... yes
  487. checking if gcc supports flag -Werror=init-self in envvar CFLAGS... yes
  488. checking if gcc supports flag -Werror=format-security in envvar CFLAGS... yes
  489. checking if gcc supports flag -Werror=format=2 in envvar CFLAGS... yes
  490. checking if gcc supports flag -Werror=missing-include-dirs in envvar CFLAGS... yes
  491. checking that generated files are newer than configure... done
  492. configure: creating ./config.status
  493. config.status: creating glib-2.0.pc
  494. config.status: creating gmodule-2.0.pc
  495. config.status: creating gmodule-export-2.0.pc
  496. config.status: creating gmodule-no-export-2.0.pc
  497. config.status: creating gthread-2.0.pc
  498. config.status: creating gobject-2.0.pc
  499. config.status: creating gio-2.0.pc
  500. config.status: creating gio-unix-2.0.pc
  501. config.status: creating gio-windows-2.0.pc
  502. config.status: creating glib-zip
  503. config.status: creating glib-gettextize
  504. config.status: creating Makefile
  505. config.status: creating build/Makefile
  506. config.status: creating build/win32/Makefile
  507. config.status: creating build/win32/dirent/Makefile
  508. config.status: creating win32/Makefile
  509. config.status: creating win32/vs9/Makefile
  510. config.status: creating win32/vs9/glib-version-paths.vsprops
  511. config.status: creating win32/vs10/Makefile
  512. config.status: creating win32/vs10/glib-version-paths.props
  513. config.status: creating win32/vs11/Makefile
  514. config.status: creating win32/vs12/Makefile
  515. config.status: creating win32/vs14/Makefile
  516. config.status: creating win32/vs15/Makefile
  517. config.status: creating glib/Makefile
  518. config.status: creating glib/libcharset/Makefile
  519. config.status: creating glib/gnulib/Makefile
  520. config.status: creating glib/pcre/Makefile
  521. config.status: creating glib/update-pcre/Makefile
  522. config.status: creating glib/tests/Makefile
  523. config.status: creating gmodule/Makefile
  524. config.status: creating gmodule/gmoduleconf.h
  525. config.status: creating gobject/Makefile
  526. config.status: creating gobject/glib-genmarshal
  527. config.status: creating gobject/glib-mkenums
  528. config.status: creating gobject/tests/Makefile
  529. config.status: creating gthread/Makefile
  530. config.status: creating gio/Makefile
  531. config.status: creating gio/gdbus-2.0/codegen/Makefile
  532. config.status: creating gio/gdbus-2.0/codegen/config.py
  533. config.status: creating gio/gnetworking.h
  534. config.status: creating gio/xdgmime/Makefile
  535. config.status: creating gio/inotify/Makefile
  536. config.status: creating gio/kqueue/Makefile
  537. config.status: creating gio/fam/Makefile
  538. config.status: creating gio/win32/Makefile
  539. config.status: creating gio/tests/Makefile
  540. config.status: creating gio/tests/gdbus-object-manager-example/Makefile
  541. config.status: creating gio/tests/services/Makefile
  542. config.status: creating gio/tests/services/org.gtk.GDBus.Examples.ObjectManager.service
  543. config.status: creating gio/tests/modules/Makefile
  544. config.status: creating po/Makefile.in
  545. config.status: creating docs/Makefile
  546. config.status: creating docs/reference/Makefile
  547. config.status: creating docs/reference/glib/Makefile
  548. config.status: creating docs/reference/glib/version.xml
  549. config.status: creating docs/reference/gobject/Makefile
  550. config.status: creating docs/reference/gobject/version.xml
  551. config.status: creating docs/reference/gio/Makefile
  552. config.status: creating docs/reference/gio/version.xml
  553. config.status: creating tests/Makefile
  554. config.status: creating tests/gobject/Makefile
  555. config.status: creating tests/refcount/Makefile
  556. config.status: creating m4macros/Makefile
  557. config.status: creating config.h
  558. config.status: config.h is unchanged
  559. config.status: executing depfiles commands
  560. config.status: executing default-1 commands
  561. config.status: executing libtool commands
  562. config.status: executing glib/glibconfig.h commands
  563. config.status: glib/glibconfig.h is unchanged
  564. config.status: executing chmod-scripts commands
  565.  
  566. $ ./configure
  567. checking for a BSD-compatible install... /usr/bin/install -c
  568. checking whether build environment is sane... yes
  569. checking for a thread-safe mkdir -p... /bin/mkdir -p
  570. checking for gawk... no
  571. checking for mawk... mawk
  572. checking whether make sets $(MAKE)... yes
  573. checking whether make supports nested variables... yes
  574. checking whether UID '1000' is supported by ustar format... yes
  575. checking whether GID '1000' is supported by ustar format... yes
  576. checking how to create a ustar tar archive... gnutar
  577. checking whether to enable maintainer-specific portions of Makefiles... yes
  578. checking whether make supports nested variables... (cached) yes
  579. checking for gcc... gcc
  580. checking whether the C compiler works... yes
  581. checking for C compiler default output file name... a.out
  582. checking for suffix of executables...
  583. checking whether we are cross compiling... no
  584. checking for suffix of object files... o
  585. checking whether we are using the GNU C compiler... yes
  586. checking whether gcc accepts -g... yes
  587. checking for gcc option to accept ISO C89... none needed
  588. checking whether gcc understands -c and -o together... yes
  589. checking for style of include used by make... GNU
  590. checking dependency style of gcc... gcc3
  591. checking how to run the C preprocessor... gcc -E
  592. checking for grep that handles long lines and -e... /bin/grep
  593. checking for egrep... /bin/grep -E
  594. checking for ANSI C header files... yes
  595. checking for sys/types.h... yes
  596. checking for sys/stat.h... yes
  597. checking for stdlib.h... yes
  598. checking for string.h... yes
  599. checking for memory.h... yes
  600. checking for strings.h... yes
  601. checking for inttypes.h... yes
  602. checking for stdint.h... yes
  603. checking for unistd.h... yes
  604. checking minix/config.h usability... no
  605. checking minix/config.h presence... no
  606. checking for minix/config.h... no
  607. checking whether it is safe to define __EXTENSIONS__... yes
  608. checking build system type... x86_64-pc-linux-gnu
  609. checking host system type... x86_64-pc-linux-gnu
  610. checking for Win32... no
  611. checking for the Android... no
  612. checking for Mac OS X Carbon support... no
  613. checking for Mac OS X Cocoa support... no
  614. checking whether to enable garbage collector friendliness... no
  615. checking whether to disable memory pools... no
  616. checking for c++... c++
  617. checking whether we are using the GNU C++ compiler... yes
  618. checking whether c++ accepts -g... yes
  619. checking dependency style of c++... gcc3
  620. checking for special C compiler options needed for large files... no
  621. checking for _FILE_OFFSET_BITS value needed for large files... no
  622. checking for pkg-config... /usr/bin/pkg-config
  623. checking pkg-config is at least version 0.16... yes
  624. checking for gawk... (cached) mawk
  625. checking for perl5... no
  626. checking for perl... perl
  627. checking for a Python interpreter with version >= 2.7... python
  628. checking for python... /usr/bin/python
  629. checking for python version... 2.7
  630. checking for python platform... linux2
  631. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  632. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  633. checking for iconv_open... yes
  634. checking for ZLIB... yes
  635. checking for LIBFFI... yes
  636. checking locale.h usability... yes
  637. checking locale.h presence... yes
  638. checking for locale.h... yes
  639. checking for LC_MESSAGES... yes
  640. checking for CFPreferencesCopyAppValue... no
  641. checking for CFLocaleCopyCurrent... no
  642. checking libintl.h usability... yes
  643. checking libintl.h presence... yes
  644. checking for libintl.h... yes
  645. checking for ngettext in libc... yes
  646. checking for dgettext in libc... yes
  647. checking for bind_textdomain_codeset... yes
  648. checking for msgfmt... /usr/bin/msgfmt
  649. checking for dcgettext... yes
  650. checking if msgfmt accepts -c... yes
  651. checking for gmsgfmt... /usr/bin/msgfmt
  652. checking for xgettext... /usr/bin/xgettext
  653. checking for catalogs to be installed... af am an 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 fur ga gd 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 tg th tl tr ug tt uk vi wa xh yi zh_CN zh_HK zh_TW
  654. checking how to print strings... printf
  655. checking for a sed that does not truncate output... /bin/sed
  656. checking for fgrep... /bin/grep -F
  657. checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
  658. checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
  659. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  660. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  661. checking whether ln -s works... yes
  662. checking the maximum length of command line arguments... 1572864
  663. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  664. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  665. checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
  666. checking for objdump... objdump
  667. checking how to recognize dependent libraries... pass_all
  668. checking for dlltool... no
  669. checking how to associate runtime and link libraries... printf %s\n
  670. checking for ar... ar
  671. checking for archiver @FILE support... @
  672. checking for strip... strip
  673. checking for ranlib... ranlib
  674. checking command to parse /usr/bin/nm -B output from gcc object... ok
  675. checking for sysroot... no
  676. checking for a working dd... /bin/dd
  677. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  678. checking for mt... mt
  679. checking if mt is a manifest tool... no
  680. checking for dlfcn.h... yes
  681. checking for objdir... .libs
  682. checking if gcc supports -fno-rtti -fno-exceptions... no
  683. checking for gcc option to produce PIC... -fPIC -DPIC
  684. checking if gcc PIC flag -fPIC -DPIC works... yes
  685. checking if gcc static flag -static works... yes
  686. checking if gcc supports -c -o file.o... yes
  687. checking if gcc supports -c -o file.o... (cached) yes
  688. checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  689. checking whether -lc should be explicitly linked in... no
  690. checking dynamic linker characteristics... GNU/Linux ld.so
  691. checking how to hardcode library paths into programs... immediate
  692. checking whether stripping libraries is possible... yes
  693. checking if libtool supports shared libraries... yes
  694. checking whether to build shared libraries... yes
  695. checking whether to build static libraries... no
  696. checking how to run the C++ preprocessor... c++ -E
  697. checking for ld used by c++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
  698. checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
  699. checking whether the c++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  700. checking for c++ option to produce PIC... -fPIC -DPIC
  701. checking if c++ PIC flag -fPIC -DPIC works... yes
  702. checking if c++ static flag -static works... yes
  703. checking if c++ supports -c -o file.o... yes
  704. checking if c++ supports -c -o file.o... (cached) yes
  705. checking whether the c++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  706. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  707. checking how to hardcode library paths into programs... immediate
  708. configure: creating ./config.lt
  709. config.lt: creating libtool
  710. checking for size_t... yes
  711. checking for working alloca.h... yes
  712. checking for alloca... yes
  713. checking for mmap... yes
  714. checking for posix_memalign... yes
  715. checking for memalign... yes
  716. checking for valloc... yes
  717. checking for fsync... yes
  718. checking for pipe2... yes
  719. checking for issetugid... no
  720. checking for timegm... yes
  721. checking for gmtime_r... yes
  722. checking whether strerror_r is declared... yes
  723. checking for strerror_r... yes
  724. checking whether strerror_r returns char *... yes
  725. checking for __libc_enable_secure... yes
  726. checking size of char... 1
  727. checking size of short... 2
  728. checking size of long... 8
  729. checking size of int... 4
  730. checking size of void *... 8
  731. checking size of long long... 8
  732. checking size of __int64... 0
  733. checking for sig_atomic_t... yes
  734. checking for format to printf and scanf a guint64... %llu
  735. checking for an ANSI C-conforming const... yes
  736. checking for growing stack pointer... no
  737. checking for ISO C99 varargs macros in C... yes
  738. checking for ISO C99 varargs macros in C++... yes
  739. checking for GNUC varargs macros... yes
  740. checking for GNUC visibility attribute... yes
  741. checking whether using Sun Studio C compiler... no
  742. checking whether byte ordering is bigendian... no
  743. checking sys/param.h usability... yes
  744. checking sys/param.h presence... yes
  745. checking for sys/param.h... yes
  746. checking sys/resource.h usability... yes
  747. checking sys/resource.h presence... yes
  748. checking for sys/resource.h... yes
  749. checking mach/mach_time.h usability... no
  750. checking mach/mach_time.h presence... no
  751. checking for mach/mach_time.h... no
  752. checking sys/select.h usability... yes
  753. checking sys/select.h presence... yes
  754. checking for sys/select.h... yes
  755. checking for stdint.h... (cached) yes
  756. checking for inttypes.h... (cached) yes
  757. checking sched.h usability... yes
  758. checking sched.h presence... yes
  759. checking for sched.h... yes
  760. checking malloc.h usability... yes
  761. checking malloc.h presence... yes
  762. checking for malloc.h... yes
  763. checking sys/vfs.h usability... yes
  764. checking sys/vfs.h presence... yes
  765. checking for sys/vfs.h... yes
  766. checking sys/vmount.h usability... no
  767. checking sys/vmount.h presence... no
  768. checking for sys/vmount.h... no
  769. checking sys/statfs.h usability... yes
  770. checking sys/statfs.h presence... yes
  771. checking for sys/statfs.h... yes
  772. checking sys/statvfs.h usability... yes
  773. checking sys/statvfs.h presence... yes
  774. checking for sys/statvfs.h... yes
  775. checking sys/filio.h usability... no
  776. checking sys/filio.h presence... no
  777. checking for sys/filio.h... no
  778. checking mntent.h usability... yes
  779. checking mntent.h presence... yes
  780. checking for mntent.h... yes
  781. checking sys/mnttab.h usability... no
  782. checking sys/mnttab.h presence... no
  783. checking for sys/mnttab.h... no
  784. checking sys/vfstab.h usability... no
  785. checking sys/vfstab.h presence... no
  786. checking for sys/vfstab.h... no
  787. checking sys/mntctl.h usability... no
  788. checking sys/mntctl.h presence... no
  789. checking for sys/mntctl.h... no
  790. checking fstab.h usability... yes
  791. checking fstab.h presence... yes
  792. checking for fstab.h... yes
  793. checking linux/magic.h usability... yes
  794. checking linux/magic.h presence... yes
  795. checking for linux/magic.h... yes
  796. checking termios.h usability... yes
  797. checking termios.h presence... yes
  798. checking for termios.h... yes
  799. checking dirent.h usability... yes
  800. checking dirent.h presence... yes
  801. checking for dirent.h... yes
  802. checking sys/time.h usability... yes
  803. checking sys/time.h presence... yes
  804. checking for sys/time.h... yes
  805. checking values.h usability... yes
  806. checking values.h presence... yes
  807. checking for values.h... yes
  808. checking for sys/mount.h... yes
  809. checking for sys/sysctl.h... yes
  810. checking for sysctlbyname... no
  811. checking whether sys/types.h defines makedev... yes
  812. checking xlocale.h usability... no
  813. checking xlocale.h presence... no
  814. checking for xlocale.h... no
  815. checking for struct stat.st_mtimensec... no
  816. checking for struct stat.st_mtim.tv_nsec... yes
  817. checking for struct stat.st_atimensec... no
  818. checking for struct stat.st_atim.tv_nsec... yes
  819. checking for struct stat.st_ctimensec... no
  820. checking for struct stat.st_ctim.tv_nsec... yes
  821. checking for struct stat.st_birthtime... no
  822. checking for struct stat.st_birthtimensec... no
  823. checking for struct stat.st_birthtim... no
  824. checking for struct stat.st_birthtim.tv_nsec... no
  825. checking for struct stat.st_blksize... yes
  826. checking for struct stat.st_blocks... yes
  827. checking for struct statfs.f_fstypename... no
  828. checking for struct statfs.f_bavail... yes
  829. checking for struct statvfs.f_basetype... no
  830. checking for struct statvfs.f_fstypename... no
  831. checking for struct tm.tm_gmtoff... yes
  832. checking for struct tm.__tm_gmtoff... no
  833. checking for dirent.h that defines DIR... yes
  834. checking for library containing opendir... none required
  835. checking for struct dirent.d_type... yes
  836. checking for nl_langinfo and CODESET... yes
  837. checking whether we are using the GNU C Library 2.1 or newer... yes
  838. checking size of size_t... 8
  839. checking for the appropriate definition for size_t... unsigned long
  840. checking size of ssize_t... 8
  841. checking for the appropriate definition for ssize_t... long
  842. checking for lstat... yes
  843. checking for strsignal... yes
  844. checking for vsnprintf... yes
  845. checking for stpcpy... yes
  846. checking for strcasecmp... yes
  847. checking for strncasecmp... yes
  848. checking for poll... yes
  849. checking for vasprintf... yes
  850. checking for setenv... yes
  851. checking for unsetenv... yes
  852. checking for getc_unlocked... yes
  853. checking for readlink... yes
  854. checking for symlink... yes
  855. checking for fdwalk... no
  856. checking for mkostemp... yes
  857. checking for link... yes
  858. checking for lchmod... no
  859. checking for lchown... yes
  860. checking for fchmod... yes
  861. checking for fchown... yes
  862. checking for utimes... yes
  863. checking for getresuid... yes
  864. checking for getmntent_r... yes
  865. checking for setmntent... yes
  866. checking for endmntent... yes
  867. checking for hasmntopt... yes
  868. checking for getfsstat... no
  869. checking for getvfsstat... no
  870. checking for fallocate... yes
  871. checking for splice... yes
  872. checking for prlimit... yes
  873. checking for statvfs... yes
  874. checking for statfs... yes
  875. checking whether to use statfs or statvfs... statfs
  876. checking crt_externs.h usability... no
  877. checking crt_externs.h presence... no
  878. checking for crt_externs.h... no
  879. checking for _NSGetEnviron... no
  880. checking for newlocale... yes
  881. checking for uselocale... yes
  882. checking for strtod_l... yes
  883. checking for strtoll_l... yes
  884. checking for strtoull_l... yes
  885. checking value of AF_INET... 2
  886. checking value of AF_INET6... 10
  887. checking value of AF_UNIX... 1
  888. checking value of MSG_PEEK... 2
  889. checking value of MSG_OOB... 1
  890. checking value of MSG_DONTROUTE... 4
  891. checking for endservent... yes
  892. checking for if_nametoindex... yes
  893. checking for if_indextoname... yes
  894. checking for sendmmsg... yes
  895. checking for recvmmsg... yes
  896. checking for SIOCGIFADDR... yes
  897. checking if ip_mreq_source.imr_interface has s_addr member... yes
  898. checking if arpa/nameser_compat.h is needed... no
  899. checking for res_query... in -lresolv
  900. checking for socket... yes
  901. checking for res_init... yes
  902. checking for res_nclose... yes
  903. checking for res_ndestroy... no
  904. checking for res_ninit... yes
  905. checking for res_nquery... yes
  906. checking for linux/netlink.h... yes
  907. checking for struct ip_mreqn... yes
  908. checking number of arguments to statfs()... 2
  909. checking open() option O_DIRECTORY... yes
  910. checking for C99 vsnprintf... yes
  911. checking whether printf supports positional parameters... yes
  912. checking for signed... yes
  913. checking for long long... yes
  914. checking for long double... yes
  915. checking for wchar_t... yes
  916. checking for wint_t... yes
  917. checking for size_t... (cached) yes
  918. checking for ptrdiff_t... yes
  919. checking for inttypes.h... yes
  920. checking for stdint.h... yes
  921. checking for snprintf... yes
  922. checking for strnlen... yes
  923. checking for wcslen... yes
  924. checking for wcsnlen... yes
  925. checking for mbrtowc... yes
  926. checking for wcrtomb... yes
  927. checking for C99 snprintf... yes
  928. checking for fd_set... yes, found in sys/types.h
  929. checking for nl_langinfo (CODESET)... yes
  930. checking for nl_langinfo (PM_STR)... yes
  931. checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... yes
  932. checking for nl_langinfo (ALTMON_n)... yes
  933. checking for nl_langinfo (_NL_ABALTMON_n)... yes
  934. checking for a compliant posix_memalign() implementation... yes
  935. checking for OpenBSD strlcpy/strlcat... no
  936. checking for an implementation of va_copy()... yes
  937. checking for an implementation of __va_copy()... yes
  938. checking whether va_lists can be copied by value... no
  939. checking for dlopen... no
  940. checking for NSLinkModule... no
  941. checking for dlopen in -ldl... yes
  942. checking for dlsym in -ldl... yes
  943. checking for RTLD_GLOBAL brokenness... no
  944. checking for preceeding underscore in symbols... no
  945. checking whether RTLD_LAZY is declared... yes
  946. checking whether RTLD_NOW is declared... yes
  947. checking whether RTLD_GLOBAL is declared... yes
  948. checking for dlerror... yes
  949. checking for the suffix of module shared libraries... .so
  950. checking for gspawn implementation... gspawn.lo
  951. checking for GIOChannel implementation... giounix.lo
  952. checking for is_selinux_enabled in -lselinux... no
  953. checking sys/inotify.h usability... yes
  954. checking sys/inotify.h presence... yes
  955. checking for sys/inotify.h... yes
  956. checking for inotify_init1... yes
  957. checking sys/event.h usability... no
  958. checking sys/event.h presence... no
  959. checking for sys/event.h... no
  960. checking for FAMOpen in -lfam... no
  961. configure: WARNING: *** FAM support will not be built (FAM library not found) ***
  962. checking for getxattr in -lc... yes
  963. checking sys/xattr.h usability... yes
  964. checking sys/xattr.h presence... yes
  965. checking for sys/xattr.h... yes
  966. checking for XATTR_NOFOLLOW... no
  967. checking for LIBELF... no
  968. checking for elf_begin in -lelf... no
  969. checking for elf_getshdrstrndx in -lelf... no
  970. checking for elf_getshdrnum in -lelf... no
  971. checking libelf.h usability... no
  972. checking libelf.h presence... no
  973. checking for libelf.h... no
  974. checking for LIBMOUNT... yes
  975. checking for platform-dependent source...
  976. checking whether to compile timeloop... yes
  977. checking if building for some Win32 platform... no
  978. checking for thread implementation... posix
  979. checking thread related cflags... -pthread
  980. checking thread related libraries... -pthread
  981. checking for localtime_r... yes
  982. checking for gmtime_r... (cached) yes
  983. checking for getpwuid_r... yes
  984. checking for getgrgid_r... yes
  985. checking for pthread_attr_setstacksize... yes
  986. checking for pthread_condattr_setclock... yes
  987. checking for pthread_cond_timedwait_relative_np... no
  988. checking for pthread_setname_np(const char*)... no
  989. checking for pthread_setname_np(pthread_t, const char*)... yes
  990. checking for pthread_getname_np(pthread_t, name, len)... yes
  991. checking for clock_gettime... yes
  992. checking for lock-free atomic intrinsics... yes
  993. checking for futex(2) system call... yes
  994. checking for eventfd(2) system call... yes
  995. checking value of POLLIN... 1
  996. checking value of POLLOUT... 4
  997. checking value of POLLPRI... 2
  998. checking value of POLLERR... 8
  999. checking value of POLLHUP... 16
  1000. checking value of POLLNVAL... 32
  1001. checking for broken poll... no
  1002. checking for PCRE... yes
  1003. checking for Unicode support in PCRE... yes
  1004. checking for EILSEQ... yes
  1005. checking for xsltproc... no
  1006. checking for XML catalog (/etc/xml/catalog)... found
  1007. checking for xmlcatalog... /usr/bin/xmlcatalog
  1008. checking whether to generate man pages... no
  1009. checking whether to include dtrace tracing support... yes
  1010. checking for dtrace... no
  1011. checking whether to include systemtap tracing support... no
  1012. checking for guint32... yes
  1013. checking alignment of guint32... 4
  1014. checking for guint64... yes
  1015. checking alignment of guint64... 8
  1016. checking for unsigned long... yes
  1017. checking alignment of unsigned long... 8
  1018. checking for DBUS1... no
  1019. checking for dbus-daemon... dbus-daemon
  1020. checking for -Bsymbolic-functions linker flag... yes
  1021. checking for --fatal-warnings linker flag... yes
  1022. checking for -z,nodelete linker flag... yes
  1023. checking for -fvisibility=hidden compiler flag... yes
  1024. checking if gcc supports flag -Wall in envvar CFLAGS... yes
  1025. checking if gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes
  1026. checking if gcc supports flag -Wduplicated-branches in envvar CFLAGS... yes
  1027. checking if gcc supports flag -Werror=declaration-after-statement in envvar CFLAGS... yes
  1028. checking if gcc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes
  1029. checking if gcc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes
  1030. checking if gcc supports flag -Werror=pointer-arith in envvar CFLAGS... yes
  1031. checking if gcc supports flag -Werror=init-self in envvar CFLAGS... yes
  1032. checking if gcc supports flag -Werror=format-security in envvar CFLAGS... yes
  1033. checking if gcc supports flag -Werror=format=2 in envvar CFLAGS... yes
  1034. checking if gcc supports flag -Werror=missing-include-dirs in envvar CFLAGS... yes
  1035. checking that generated files are newer than configure... done
  1036. configure: creating ./config.status
  1037. config.status: creating glib-2.0.pc
  1038. config.status: creating gmodule-2.0.pc
  1039. config.status: creating gmodule-export-2.0.pc
  1040. config.status: creating gmodule-no-export-2.0.pc
  1041. config.status: creating gthread-2.0.pc
  1042. config.status: creating gobject-2.0.pc
  1043. config.status: creating gio-2.0.pc
  1044. config.status: creating gio-unix-2.0.pc
  1045. config.status: creating gio-windows-2.0.pc
  1046. config.status: creating glib-zip
  1047. config.status: creating glib-gettextize
  1048. config.status: creating Makefile
  1049. config.status: creating build/Makefile
  1050. config.status: creating build/win32/Makefile
  1051. config.status: creating build/win32/dirent/Makefile
  1052. config.status: creating win32/Makefile
  1053. config.status: creating win32/vs9/Makefile
  1054. config.status: creating win32/vs9/glib-version-paths.vsprops
  1055. config.status: creating win32/vs10/Makefile
  1056. config.status: creating win32/vs10/glib-version-paths.props
  1057. config.status: creating win32/vs11/Makefile
  1058. config.status: creating win32/vs12/Makefile
  1059. config.status: creating win32/vs14/Makefile
  1060. config.status: creating win32/vs15/Makefile
  1061. config.status: creating glib/Makefile
  1062. config.status: creating glib/libcharset/Makefile
  1063. config.status: creating glib/gnulib/Makefile
  1064. config.status: creating glib/pcre/Makefile
  1065. config.status: creating glib/update-pcre/Makefile
  1066. config.status: creating glib/tests/Makefile
  1067. config.status: creating gmodule/Makefile
  1068. config.status: creating gmodule/gmoduleconf.h
  1069. config.status: creating gobject/Makefile
  1070. config.status: creating gobject/glib-genmarshal
  1071. config.status: creating gobject/glib-mkenums
  1072. config.status: creating gobject/tests/Makefile
  1073. config.status: creating gthread/Makefile
  1074. config.status: creating gio/Makefile
  1075. config.status: creating gio/gdbus-2.0/codegen/Makefile
  1076. config.status: creating gio/gdbus-2.0/codegen/config.py
  1077. config.status: creating gio/gnetworking.h
  1078. config.status: creating gio/xdgmime/Makefile
  1079. config.status: creating gio/inotify/Makefile
  1080. config.status: creating gio/kqueue/Makefile
  1081. config.status: creating gio/fam/Makefile
  1082. config.status: creating gio/win32/Makefile
  1083. config.status: creating gio/tests/Makefile
  1084. config.status: creating gio/tests/gdbus-object-manager-example/Makefile
  1085. config.status: creating gio/tests/services/Makefile
  1086. config.status: creating gio/tests/services/org.gtk.GDBus.Examples.ObjectManager.service
  1087. config.status: creating gio/tests/modules/Makefile
  1088. config.status: creating po/Makefile.in
  1089. config.status: creating docs/Makefile
  1090. config.status: creating docs/reference/Makefile
  1091. config.status: creating docs/reference/glib/Makefile
  1092. config.status: creating docs/reference/glib/version.xml
  1093. config.status: creating docs/reference/gobject/Makefile
  1094. config.status: creating docs/reference/gobject/version.xml
  1095. config.status: creating docs/reference/gio/Makefile
  1096. config.status: creating docs/reference/gio/version.xml
  1097. config.status: creating tests/Makefile
  1098. config.status: creating tests/gobject/Makefile
  1099. config.status: creating tests/refcount/Makefile
  1100. config.status: creating m4macros/Makefile
  1101. config.status: creating config.h
  1102. config.status: config.h is unchanged
  1103. config.status: executing depfiles commands
  1104. config.status: executing default-1 commands
  1105. config.status: executing libtool commands
  1106. config.status: executing glib/glibconfig.h commands
  1107. config.status: glib/glibconfig.h is unchanged
  1108. config.status: executing chmod-scripts commands
  1109.  
  1110. $ make
  1111. make all-recursive
  1112. make[1]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2'
  1113. Making all in .
  1114. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2'
  1115. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2'
  1116. Making all in m4macros
  1117. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/m4macros'
  1118. make all-am
  1119. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/m4macros'
  1120. make[3]: Nothing to be done for 'all-am'.
  1121. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/m4macros'
  1122. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/m4macros'
  1123. Making all in glib
  1124. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib'
  1125. GEN glibconfig-stamp
  1126. config.status: executing glib/glibconfig.h commands
  1127. config.status: glib/glibconfig.h is unchanged
  1128. GEN glibconfig-stamp
  1129. config.status: creating glib/glibconfig.h.win32
  1130. make all-recursive
  1131. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib'
  1132. Making all in libcharset
  1133. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/libcharset'
  1134. make all-am
  1135. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/libcharset'
  1136. make[5]: Nothing to be done for 'all-am'.
  1137. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/libcharset'
  1138. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/libcharset'
  1139. Making all in update-pcre
  1140. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/update-pcre'
  1141. make all-am
  1142. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/update-pcre'
  1143. make[5]: Nothing to be done for 'all-am'.
  1144. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/update-pcre'
  1145. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/update-pcre'
  1146. Making all in .
  1147. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib'
  1148. GEN glib-public-headers.txt
  1149. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib'
  1150. Making all in tests
  1151. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/tests'
  1152. make all-am
  1153. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/tests'
  1154. make[5]: Nothing to be done for 'all-am'.
  1155. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/tests'
  1156. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib/tests'
  1157. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib'
  1158. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/glib'
  1159. Making all in gmodule
  1160. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gmodule'
  1161. make all-am
  1162. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gmodule'
  1163. CC libgmodule_2_0_la-gmodule.lo
  1164. CCLD libgmodule-2.0.la
  1165. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gmodule'
  1166. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gmodule'
  1167. Making all in gthread
  1168. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gthread'
  1169. make all-am
  1170. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gthread'
  1171. make[3]: Nothing to be done for 'all-am'.
  1172. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gthread'
  1173. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gthread'
  1174. Making all in gobject
  1175. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject'
  1176. make all-recursive
  1177. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject'
  1178. Making all in .
  1179. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject'
  1180. GEN gobject-public-headers.txt
  1181. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject'
  1182. Making all in tests
  1183. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject/tests'
  1184. make all-am
  1185. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject/tests'
  1186. make[5]: Nothing to be done for 'all-am'.
  1187. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject/tests'
  1188. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject/tests'
  1189. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject'
  1190. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gobject'
  1191. Making all in gio
  1192. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio'
  1193. GEN gdbus-daemon-generated.c
  1194. make all-recursive
  1195. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio'
  1196. Making all in gdbus-2.0/codegen
  1197. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/gdbus-2.0/codegen'
  1198. make all-am
  1199. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/gdbus-2.0/codegen'
  1200. GEN gdbus-codegen
  1201. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/gdbus-2.0/codegen'
  1202. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/gdbus-2.0/codegen'
  1203. Making all in xdgmime
  1204. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/xdgmime'
  1205. make all-am
  1206. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/xdgmime'
  1207. make[5]: Nothing to be done for 'all-am'.
  1208. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/xdgmime'
  1209. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/xdgmime'
  1210. Making all in inotify
  1211. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/inotify'
  1212. make all-am
  1213. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/inotify'
  1214. make[5]: Nothing to be done for 'all-am'.
  1215. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/inotify'
  1216. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/inotify'
  1217. Making all in .
  1218. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio'
  1219. CC libgio_2_0_la-gcredentials.lo
  1220. CC libgio_2_0_la-gdatagrambased.lo
  1221. CC libgio_2_0_la-ginetaddress.lo
  1222. CC libgio_2_0_la-ginetsocketaddress.lo
  1223. CC libgio_2_0_la-gnativesocketaddress.lo
  1224. CC libgio_2_0_la-gnetworkaddress.lo
  1225. CC libgio_2_0_la-gnetworking.lo
  1226. CC libgio_2_0_la-gnetworkservice.lo
  1227. CC libgio_2_0_la-gproxyaddressenumerator.lo
  1228. CC libgio_2_0_la-gproxyresolver.lo
  1229. CC libgio_2_0_la-gresolver.lo
  1230. CC libgio_2_0_la-gsocket.lo
  1231. CC libgio_2_0_la-gsocketaddress.lo
  1232. CC libgio_2_0_la-gsocketcontrolmessage.lo
  1233. CC libgio_2_0_la-gsimpleproxyresolver.lo
  1234. CC libgio_2_0_la-gthreadedresolver.lo
  1235. CC libgio_2_0_la-gdbusauth.lo
  1236. CC libgio_2_0_la-gunixconnection.lo
  1237. CC libgio_2_0_la-gunixcredentialsmessage.lo
  1238. CC libgio_2_0_la-gunixfdlist.lo
  1239. CC libgio_2_0_la-gunixfdmessage.lo
  1240. CC libgio_2_0_la-gunixsocketaddress.lo
  1241. CC libgio_2_0_la-gnetworkmonitornetlink.lo
  1242. CC libgio_2_0_la-gnetworkmonitornm.lo
  1243. CCLD libgio-2.0.la
  1244. CCLD gio-querymodules
  1245. CCLD glib-compile-resources
  1246. CCLD gsettings
  1247. CCLD gdbus
  1248. CCLD gapplication
  1249. CCLD gresource
  1250. CCLD gio
  1251. GEN gio-public-headers.txt
  1252. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio'
  1253. Making all in tests
  1254. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests'
  1255. GEN gdbus-test-codegen-generated.h
  1256. GEN giotypefuncs.inc
  1257. make all-recursive
  1258. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests'
  1259. Making all in gdbus-object-manager-example
  1260. make[6]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/gdbus-object-manager-example'
  1261. make all-am
  1262. make[7]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/gdbus-object-manager-example'
  1263. make[7]: Nothing to be done for 'all-am'.
  1264. make[7]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/gdbus-object-manager-example'
  1265. make[6]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/gdbus-object-manager-example'
  1266. Making all in services
  1267. make[6]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/services'
  1268. make[6]: Nothing to be done for 'all'.
  1269. make[6]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/services'
  1270. Making all in modules
  1271. make[6]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/modules'
  1272. make[6]: Nothing to be done for 'all'.
  1273. make[6]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests/modules'
  1274. make[6]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests'
  1275. make[6]: Nothing to be done for 'all-am'.
  1276. make[6]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests'
  1277. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests'
  1278. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio/tests'
  1279. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio'
  1280. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/gio'
  1281. Making all in po
  1282. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/po'
  1283. make[2]: Nothing to be done for 'all'.
  1284. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/po'
  1285. Making all in docs
  1286. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs'
  1287. Making all in reference
  1288. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference'
  1289. Making all in glib
  1290. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference/glib'
  1291. make[4]: Nothing to be done for 'all'.
  1292. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference/glib'
  1293. Making all in gobject
  1294. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference/gobject'
  1295. make[4]: Nothing to be done for 'all'.
  1296. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference/gobject'
  1297. Making all in gio
  1298. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference/gio'
  1299. make[4]: Nothing to be done for 'all'.
  1300. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference/gio'
  1301. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference'
  1302. make[4]: Nothing to be done for 'all-am'.
  1303. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference'
  1304. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs/reference'
  1305. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs'
  1306. make[3]: Nothing to be done for 'all-am'.
  1307. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs'
  1308. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/docs'
  1309. Making all in tests
  1310. make[2]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests'
  1311. make all-recursive
  1312. make[3]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests'
  1313. Making all in gobject
  1314. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/gobject'
  1315. GEN stamp-testmarshal.h
  1316. INFO: Reading ./testmarshal.list...
  1317. GEN testmarshal.c
  1318. INFO: Reading ./testmarshal.list...
  1319. make all-am
  1320. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/gobject'
  1321. make[5]: Nothing to be done for 'all-am'.
  1322. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/gobject'
  1323. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/gobject'
  1324. Making all in refcount
  1325. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/refcount'
  1326. make all-am
  1327. make[5]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/refcount'
  1328. make[5]: Nothing to be done for 'all-am'.
  1329. make[5]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/refcount'
  1330. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests/refcount'
  1331. make[4]: Entering directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests'
  1332. make[4]: Nothing to be done for 'all-am'.
  1333. make[4]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests'
  1334. make[3]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests'
  1335. make[2]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2/tests'
  1336. make[1]: Leaving directory '/home/additlinux6/Downloads/glib_2_56_2/glib-2.56.2'
Advertisement
Add Comment
Please, Sign In to add comment