Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.72 KB | None | 0 0
  1. configure: creating cache auto/config.cache
  2. checking whether make sets $(MAKE)... yes
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for library containing strerror... none required
  16. checking for gawk... no
  17. checking for mawk... mawk
  18. checking for strip... strip
  19. checking for ANSI C header files... yes
  20. checking for sys/wait.h that is POSIX.1 compatible... yes
  21. checking --enable-fail-if-missing argument... no
  22. configure: checking for buggy tools...
  23. - sed is        'GNU sed version 4.2.1
  24. Copyright (C) 2009 Free Software Foundation, Inc.
  25. This is free software; see the source for copying conditions.  There is NO
  26. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
  27. to the extent permitted by law.
  28.  
  29. GNU sed home page: <http://www.gnu.org/software/sed/>.
  30. General help using GNU software: <http://www.gnu.org/gethelp/>.
  31. E-mail bug reports to: <[email protected]>.
  32. Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.'.
  33. checking for BeOS... no
  34. checking for QNX... no
  35. checking for Darwin (Mac OS X)... no
  36. checking --with-local-dir argument... Defaulting to /usr/local
  37. checking --with-vim-name argument... Defaulting to vim
  38. checking --with-ex-name argument... Defaulting to ex
  39. checking --with-view-name argument... Defaulting to view
  40. checking --with-global-runtime argument... no
  41. checking --with-modified-by argument... no
  42. checking if character set is EBCDIC... no
  43. checking --disable-selinux argument... no
  44. checking for is_selinux_enabled in -lselinux... no
  45. checking --with-features argument... huge
  46. checking --with-compiledby argument... no
  47. checking --disable-xsmp argument... no
  48. checking --disable-xsmp-interact argument... no
  49. checking --enable-luainterp argument... no
  50. checking --enable-mzschemeinterp argument... no
  51. checking --enable-perlinterp argument... yes
  52. checking for perl... /usr/bin/perl
  53. checking Perl version... OK
  54. checking if compile and link flags for Perl are sane... no: PERL DISABLED
  55. checking --enable-pythoninterp argument... yes
  56. checking for python2... /usr/bin/python2
  57. checking Python version... 2.7
  58. checking Python is 2.3 or better... yep
  59. checking Python's install prefix... /usr
  60. checking Python's execution prefix... /usr
  61. checking Python's configuration directory... (cached) /usr/lib/python2.7/config-x86_64-linux-gnu/
  62. checking if -pthread should be used... yes
  63. checking if compile and link flags for Python are sane... yes
  64. checking --enable-python3interp argument... no
  65. checking if -fPIE can be added for Python... yes
  66. checking --enable-tclinterp argument... no
  67. checking --enable-rubyinterp argument... yes
  68. checking --with-ruby-command argument... defaulting to ruby
  69. checking for ruby... /usr/bin/ruby
  70. checking Ruby version... OK
  71. checking Ruby rbconfig... RbConfig
  72. checking Ruby header files... not found; disabling Ruby
  73. checking --enable-cscope argument... yes
  74. checking --enable-workshop argument... no
  75. checking --disable-netbeans argument... no
  76. checking for socket in -lsocket... no
  77. checking for gethostbyname in -lnsl... yes
  78. checking whether compiling netbeans integration is possible... yes
  79. checking --enable-sniff argument... no
  80. checking --enable-multibyte argument... no
  81. checking --enable-hangulinput argument... no
  82. checking --enable-xim argument... defaulting to auto
  83. checking --enable-fontset argument... no
  84. checking for xmkmf... no
  85. checking for X... libraries , headers
  86. checking for gethostbyname... yes
  87. checking for connect... yes
  88. checking for remove... yes
  89. checking for shmat... yes
  90. checking for IceConnectionNumber in -lICE... yes
  91. checking if X11 header files can be found... yes
  92. checking for _XdmcpAuthDoIt in -lXdmcp... yes
  93. checking for IceOpenConnection in -lICE... yes
  94. checking for XpmCreatePixmapFromData in -lXpm... no
  95. checking if X11 header files implicitly declare return values... no
  96. checking size of wchar_t is 2 bytes... no
  97. checking --enable-gui argument... GTK+ 2.x GUI support
  98. checking --disable-gtktest argument... gtk test enabled
  99. checking for pkg-config... /usr/bin/pkg-config
  100. checking for GTK - version >= 2.2.0... yes; found version 2.24.17
  101. checking X11/SM/SMlib.h usability... yes
  102. checking X11/SM/SMlib.h presence... yes
  103. checking for X11/SM/SMlib.h... yes
  104. checking X11/xpm.h usability... no
  105. checking X11/xpm.h presence... no
  106. checking for X11/xpm.h... no
  107. checking X11/Sunkeysym.h usability... yes
  108. checking X11/Sunkeysym.h presence... yes
  109. checking for X11/Sunkeysym.h... yes
  110. checking for XIMText in X11/Xlib.h... yes
  111. X GUI selected; xim has been enabled
  112. checking for CYGWIN environment... no
  113. checking whether toupper is broken... no
  114. checking whether __DATE__ and __TIME__ work... yes
  115. checking whether __attribute__((unused)) is allowed... yes
  116. checking elf.h usability... yes
  117. checking elf.h presence... yes
  118. checking for elf.h... yes
  119. checking for main in -lelf... no
  120. checking for dirent.h that defines DIR... yes
  121. checking for library containing opendir... none required
  122. checking stdarg.h usability... yes
  123. checking stdarg.h presence... yes
  124. checking for stdarg.h... yes
  125. checking stdint.h usability... yes
  126. checking stdint.h presence... yes
  127. checking for stdint.h... yes
  128. checking stdlib.h usability... yes
  129. checking stdlib.h presence... yes
  130. checking for stdlib.h... yes
  131. checking string.h usability... yes
  132. checking string.h presence... yes
  133. checking for string.h... yes
  134. checking sys/select.h usability... yes
  135. checking sys/select.h presence... yes
  136. checking for sys/select.h... yes
  137. checking sys/utsname.h usability... yes
  138. checking sys/utsname.h presence... yes
  139. checking for sys/utsname.h... yes
  140. checking termcap.h usability... yes
  141. checking termcap.h presence... yes
  142. checking for termcap.h... yes
  143. checking fcntl.h usability... yes
  144. checking fcntl.h presence... yes
  145. checking for fcntl.h... yes
  146. checking sgtty.h usability... yes
  147. checking sgtty.h presence... yes
  148. checking for sgtty.h... yes
  149. checking sys/ioctl.h usability... yes
  150. checking sys/ioctl.h presence... yes
  151. checking for sys/ioctl.h... yes
  152. checking sys/time.h usability... yes
  153. checking sys/time.h presence... yes
  154. checking for sys/time.h... yes
  155. checking sys/types.h usability... yes
  156. checking sys/types.h presence... yes
  157. checking for sys/types.h... yes
  158. checking termio.h usability... yes
  159. checking termio.h presence... yes
  160. checking for termio.h... yes
  161. checking iconv.h usability... yes
  162. checking iconv.h presence... yes
  163. checking for iconv.h... yes
  164. checking inttypes.h usability... yes
  165. checking inttypes.h presence... yes
  166. checking for inttypes.h... yes
  167. checking langinfo.h usability... yes
  168. checking langinfo.h presence... yes
  169. checking for langinfo.h... yes
  170. checking math.h usability... yes
  171. checking math.h presence... yes
  172. checking for math.h... yes
  173. checking unistd.h usability... yes
  174. checking unistd.h presence... yes
  175. checking for unistd.h... yes
  176. checking stropts.h usability... yes
  177. checking stropts.h presence... yes
  178. checking for stropts.h... yes
  179. checking errno.h usability... yes
  180. checking errno.h presence... yes
  181. checking for errno.h... yes
  182. checking sys/resource.h usability... yes
  183. checking sys/resource.h presence... yes
  184. checking for sys/resource.h... yes
  185. checking sys/systeminfo.h usability... no
  186. checking sys/systeminfo.h presence... no
  187. checking for sys/systeminfo.h... no
  188. checking locale.h usability... yes
  189. checking locale.h presence... yes
  190. checking for locale.h... yes
  191. checking sys/stream.h usability... no
  192. checking sys/stream.h presence... no
  193. checking for sys/stream.h... no
  194. checking termios.h usability... yes
  195. checking termios.h presence... yes
  196. checking for termios.h... yes
  197. checking libc.h usability... no
  198. checking libc.h presence... no
  199. checking for libc.h... no
  200. checking sys/statfs.h usability... yes
  201. checking sys/statfs.h presence... yes
  202. checking for sys/statfs.h... yes
  203. checking poll.h usability... yes
  204. checking poll.h presence... yes
  205. checking for poll.h... yes
  206. checking sys/poll.h usability... yes
  207. checking sys/poll.h presence... yes
  208. checking for sys/poll.h... yes
  209. checking pwd.h usability... yes
  210. checking pwd.h presence... yes
  211. checking for pwd.h... yes
  212. checking utime.h usability... yes
  213. checking utime.h presence... yes
  214. checking for utime.h... yes
  215. checking sys/param.h usability... yes
  216. checking sys/param.h presence... yes
  217. checking for sys/param.h... yes
  218. checking libintl.h usability... yes
  219. checking libintl.h presence... yes
  220. checking for libintl.h... yes
  221. checking libgen.h usability... yes
  222. checking libgen.h presence... yes
  223. checking for libgen.h... yes
  224. checking util/debug.h usability... no
  225. checking util/debug.h presence... no
  226. checking for util/debug.h... no
  227. checking util/msg18n.h usability... no
  228. checking util/msg18n.h presence... no
  229. checking for util/msg18n.h... no
  230. checking frame.h usability... no
  231. checking frame.h presence... no
  232. checking for frame.h... no
  233. checking sys/acl.h usability... no
  234. checking sys/acl.h presence... no
  235. checking for sys/acl.h... no
  236. checking sys/access.h usability... no
  237. checking sys/access.h presence... no
  238. checking for sys/access.h... no
  239. checking sys/sysinfo.h usability... yes
  240. checking sys/sysinfo.h presence... yes
  241. checking for sys/sysinfo.h... yes
  242. checking wchar.h usability... yes
  243. checking wchar.h presence... yes
  244. checking for wchar.h... yes
  245. checking wctype.h usability... yes
  246. checking wctype.h presence... yes
  247. checking for wctype.h... yes
  248. checking for sys/ptem.h... no
  249. checking for sys/sysctl.h... yes
  250. checking for pthread_np.h... no
  251. checking strings.h usability... yes
  252. checking strings.h presence... yes
  253. checking for strings.h... yes
  254. checking if strings.h can be included after string.h... yes
  255. checking whether gcc needs -traditional... no
  256. checking for an ANSI C-conforming const... yes
  257. checking for working volatile... yes
  258. checking for mode_t... yes
  259. checking for off_t... yes
  260. checking for pid_t... yes
  261. checking for size_t... yes
  262. checking for uid_t in sys/types.h... yes
  263. checking for uint32_t... yes
  264. checking whether time.h and sys/time.h may both be included... yes
  265. checking for ino_t... yes
  266. checking for dev_t... yes
  267. checking whether byte ordering is bigendian... no
  268. checking for rlim_t... yes
  269. checking for stack_t... yes
  270. checking whether stack_t has an ss_base field... no
  271. checking --with-tlib argument... empty: automatic terminal library selection
  272. checking for tgetent in -ltinfo... yes
  273. checking whether we talk terminfo... yes
  274. checking what tgetent() returns for an unknown terminal... zero
  275. checking whether termcap.h contains ospeed... yes
  276. checking whether termcap.h contains UP, BC and PC... yes
  277. checking whether tputs() uses outfuntype... no
  278. checking whether sys/select.h and sys/time.h may both be included... yes
  279. checking for /dev/ptc... no
  280. checking for SVR4 ptys... yes
  281. checking for ptyranges... don't know
  282. checking default tty permissions/group... can't determine - assume ptys are world accessible
  283. world
  284. checking return type of signal handlers... void
  285. checking for struct sigcontext... yes
  286. checking getcwd implementation is broken... no
  287. checking for bcmp... yes
  288. checking for fchdir... yes
  289. checking for fchown... yes
  290. checking for fsync... yes
  291. checking for getcwd... yes
  292. checking for getpseudotty... no
  293. checking for getpwent... yes
  294. checking for getpwnam... yes
  295. checking for getpwuid... yes
  296. checking for getrlimit... yes
  297. checking for gettimeofday... yes
  298. checking for getwd... yes
  299. checking for lstat... yes
  300. checking for memcmp... yes
  301. checking for memset... yes
  302. checking for mkdtemp... yes
  303. checking for nanosleep... yes
  304. checking for opendir... yes
  305. checking for putenv... yes
  306. checking for qsort... yes
  307. checking for readlink... yes
  308. checking for select... yes
  309. checking for setenv... yes
  310. checking for setpgid... yes
  311. checking for setsid... yes
  312. checking for sigaltstack... yes
  313. checking for sigstack... yes
  314. checking for sigset... yes
  315. checking for sigsetjmp... no
  316. checking for sigaction... yes
  317. checking for sigvec... yes
  318. checking for strcasecmp... yes
  319. checking for strerror... yes
  320. checking for strftime... yes
  321. checking for stricmp... no
  322. checking for strncasecmp... yes
  323. checking for strnicmp... no
  324. checking for strpbrk... yes
  325. checking for strtol... yes
  326. checking for tgetent... yes
  327. checking for towlower... yes
  328. checking for towupper... yes
  329. checking for iswupper... yes
  330. checking for usleep... yes
  331. checking for utime... yes
  332. checking for utimes... yes
  333. checking for _LARGEFILE_SOURCE value needed for large files... no
  334. checking for special C compiler options needed for large files... no
  335. checking for _FILE_OFFSET_BITS value needed for large files... no
  336. checking for st_blksize... yes
  337. checking whether stat() ignores a trailing slash... no
  338. checking for iconv_open()... yes
  339. checking for nl_langinfo(CODESET)... yes
  340. checking for strtod in -lm... yes
  341. checking for strtod() and other floating point functions... yes
  342. checking --disable-acl argument... no
  343. checking for acl_get_file in -lposix1e... no
  344. checking for acl_get_file in -lacl... no
  345. checking for POSIX ACL support... no
  346. checking for acl_get in -lsec... no
  347. checking for Solaris ACL support... no
  348. checking for AIX ACL support... no
  349. checking --disable-gpm argument... no
  350. checking for gpm... no
  351. checking --disable-sysmouse argument... no
  352. checking for sysmouse... no
  353. checking for FD_CLOEXEC... yes
  354. checking for rename... yes
  355. checking for sysctl... not usable
  356. checking for sysinfo... yes
  357. checking for sysinfo.mem_unit... yes
  358. checking for sysconf... yes
  359. checking size of int... 4
  360. checking size of long... 8
  361. checking size of time_t... 8
  362. checking size of off_t... 8
  363. checking uint32_t is 32 bits... ok
  364. checking whether memmove handles overlaps... yes
  365. checking for _xpg4_setrunelocale in -lxpg4... no
  366. checking how to create tags... ctags
  367. checking how to run man with a section nr... man -s
  368. checking --disable-nls argument... no
  369. checking for msgfmt... msgfmt
  370. checking for NLS... gettext() works
  371. checking for bind_textdomain_codeset... yes
  372. checking for _nl_msg_cat_cntr... yes
  373. checking dlfcn.h usability... yes
  374. checking dlfcn.h presence... yes
  375. checking for dlfcn.h... yes
  376. checking for dlopen()... no
  377. checking for dlopen() in -ldl... yes
  378. checking for dlsym()... yes
  379. checking setjmp.h usability... yes
  380. checking setjmp.h presence... yes
  381. checking for setjmp.h... yes
  382. checking for GCC 3 or later... yes
  383. checking whether we need -D_FORTIFY_SOURCE=1... yes
  384. checking linker --as-needed support... yes
  385. configure: updating cache auto/config.cache
  386. configure: creating auto/config.status
  387. config.status: creating auto/config.mk
  388. config.status: creating auto/config.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement