Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... no
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether NLS is requested... yes
  8. checking for msgfmt... /usr/bin/msgfmt
  9. checking for gmsgfmt... /usr/bin/msgfmt
  10. checking for xgettext... /usr/bin/xgettext
  11. checking for msgmerge... /usr/bin/msgmerge
  12. checking for style of include used by make... GNU
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... gcc3
  23. checking build system type... x86_64-unknown-linux-gnu
  24. checking host system type... x86_64-unknown-linux-gnu
  25. checking for ld used by GCC... /usr/bin/ld
  26. checking if the linker (/usr/bin/ld) is GNU ld... yes
  27. checking for shared library run path origin... done
  28. checking for CFPreferencesCopyAppValue... no
  29. checking for CFLocaleCopyCurrent... no
  30. checking for GNU gettext in libc... yes
  31. checking whether to use NLS... yes
  32. checking where the gettext function comes from... libc
  33. checking for gcc... (cached) gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether gcc accepts -g... (cached) yes
  36. checking for gcc option to accept ISO C89... (cached) none needed
  37. checking dependency style of gcc... (cached) gcc3
  38. checking whether gcc and cc understand -c and -o together... yes
  39. checking for rm... /bin/rm
  40. checking whether ln -s works... yes
  41. checking for special C compiler options needed for large files... no
  42. checking for _FILE_OFFSET_BITS value needed for large files... no
  43. checking for pkg-config... /usr/bin/pkg-config
  44. checking pkg-config is at least version 0.9.0... yes
  45. checking for UUID... yes
  46. checking for pthread_create in -lpthread... yes
  47. configure: checking for EXT2/3 Library and Header files ... ...
  48. checking how to run the C preprocessor... gcc -E
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /bin/grep -E
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking ext2fs/ext2fs.h usability... yes
  62. checking ext2fs/ext2fs.h presence... yes
  63. checking for ext2fs/ext2fs.h... yes
  64. checking for ext2fs_initialize in -lext2fs... yes
  65. checking version of libextfs... 1.42.9; ok!
  66. checking for aio_init in -lrt... yes
  67. configure: checking for XFS Library and Header files ... ...
  68. checking xfs/libxfs.h usability... yes
  69. checking xfs/libxfs.h presence... yes
  70. checking for xfs/libxfs.h... yes
  71. configure: checking for Reiserfs Library and Header files ... ...
  72. checking reiserfs/reiserfs.h usability... yes
  73. checking reiserfs/reiserfs.h presence... yes
  74. checking for reiserfs/reiserfs.h... yes
  75. checking for reiserfs_fs_open in -lreiserfs... yes
  76. checking for file_dal_open in -ldal... yes
  77. checking version of libreiserfs... 0.3.0.5; ok!
  78. configure: checking for Reiser4 Library and Header files ... ...
  79. checking reiser4/libreiser4.h usability... yes
  80. checking reiser4/libreiser4.h presence... yes
  81. checking for reiser4/libreiser4.h... yes
  82. checking for aal_device_open in -laal... yes
  83. checking version of libreiser4... 1.0.9; ok!
  84. configure: checking for NTFS-3g Library and Header files ... ...
  85. checking ntfs-3g/misc.h usability... yes
  86. checking ntfs-3g/misc.h presence... yes
  87. checking for ntfs-3g/misc.h... yes
  88. checking for ntfs_mount in -lntfs-3g... yes
  89. configure: checking for NTFS Library and Header files ... ...
  90. checking ntfs/version.h usability... no
  91. checking ntfs/version.h presence... no
  92. checking for ntfs/version.h... no
  93. configure: WARNING: *** NTFS(ntfsprogs) header not found
  94. checking for ntfs_mount in -lntfs... no
  95. configure: WARNING: *** ntfsprogs library (libntfs) not found
  96. configure: checking for UFS Library ... ...
  97. checking for ufs_disk_fillout in -lufs... yes
  98. configure: checking for VMFS Library files ... ...
  99. checking for vmfs_host_init in -lvmfs -luuid... yes
  100. configure: checking for JFS Library files ... ...
  101. checking for ujfs_get_superblk in -ljfs -luuid... yes
  102. configure: checking for Ncursesw Library and Header files ... ...
  103. checking ncurses.h usability... yes
  104. checking ncurses.h presence... yes
  105. checking for ncurses.h... yes
  106. checking for initscr in -lncursesw... yes
  107. checking for initscr in -ltinfo... yes
  108. configure: creating ./config.status
  109. config.status: creating Makefile
  110. config.status: creating src/Makefile
  111. config.status: creating po/Makefile.in
  112. config.status: creating docs/Makefile
  113. config.status: creating tests/Makefile
  114. config.status: creating config.h
  115. config.status: config.h is unchanged
  116. config.status: executing po-directories commands
  117. config.status: creating po/POTFILES
  118. config.status: creating po/Makefile
  119. config.status: executing depfiles commands
  120.  
  121. Support File System:
  122. ext2/3/4...... yes, 1.42.9; ok!
  123. reiserfs...... yes, 0.3.0.5; ok!
  124. reiser4....... yes, 1.0.9; ok!
  125. xfs........... yes, version unknown, suggest 3.1.1
  126. ntfs.......... yes, ntfs-3g
  127. fat12/16/32... yes, build-in
  128. exfat......... yes, build-in
  129. hfs plus...... yes, build-in
  130. ufs .......... yes, unknown, suggest 7.0-2
  131. vmfs ......... yes, 0.2.5
  132. jfs .......... yes, version unknown, suggest 1.1.12
  133. btrfs......... yes, Btrfs v0.20-rc1
  134. minix......... yes, build-in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement