Advertisement
tomkiewicz

configure

Oct 1st, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.64 KB | None | 0 0
  1. configure: loading site script /usr/share/site/i686-pc-linux-gnu
  2. checking build system type... i686-suse-linux-gnu
  3. checking host system type... i686-suse-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking for sed... /usr/bin/sed
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking whether gcc and cc understand -c and -o together... yes
  23. checking how to print strings... printf
  24. checking for a sed that does not truncate output... /usr/bin/sed
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for fgrep... /usr/bin/grep -F
  28. checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
  29. checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking how to convert i686-suse-linux-gnu file names to i686-suse-linux-gnu format... func_convert_file_noop
  37. checking how to convert i686-suse-linux-gnu file names to toolchain format... func_convert_file_noop
  38. checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
  39. checking for objdump... objdump
  40. checking how to recognize dependent libraries... pass_all
  41. checking for dlltool... no
  42. checking how to associate runtime and link libraries... printf %s\n
  43. checking for ar... ar
  44. checking for archiver @FILE support... @
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm -B output from gcc object... ok
  48. checking for sysroot... no
  49. checking for mt... mt
  50. checking if mt is a manifest tool... no
  51. checking how to run the C preprocessor... gcc -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for dlfcn.h... yes
  63. checking for objdir... .libs
  64. checking if gcc supports -fno-rtti -fno-exceptions... no
  65. checking for gcc option to produce PIC... -fPIC -DPIC
  66. checking if gcc PIC flag -fPIC -DPIC works... yes
  67. checking if gcc static flag -static works... no
  68. checking if gcc supports -c -o file.o... yes
  69. checking if gcc supports -c -o file.o... (cached) yes
  70. checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... no
  78. checking for pkg-config... /usr/bin/pkg-config
  79. checking pkg-config is at least version 0.9.0... yes
  80. checking for size_t... yes
  81. checking for working alloca.h... yes
  82. checking for alloca... yes
  83. checking whether __SUNPRO_C is declared... no
  84. checking for ANSI C header files... (cached) yes
  85. checking for sys/wait.h that is POSIX.1 compatible... yes
  86. checking arpa/nameser_compat.h usability... yes
  87. checking arpa/nameser_compat.h presence... yes
  88. checking for arpa/nameser_compat.h... yes
  89. checking fcntl.h usability... yes
  90. checking fcntl.h presence... yes
  91. checking for fcntl.h... yes
  92. checking sys/time.h usability... yes
  93. checking sys/time.h presence... yes
  94. checking for sys/time.h... yes
  95. checking for unistd.h... (cached) yes
  96. checking locale.h usability... yes
  97. checking locale.h presence... yes
  98. checking for locale.h... yes
  99. checking signal.h usability... yes
  100. checking signal.h presence... yes
  101. checking for signal.h... yes
  102. checking for stdint.h... (cached) yes
  103. checking for an ANSI C-conforming const... yes
  104. checking whether struct tm is in sys/time.h or time.h... time.h
  105. checking size of time_t... 4
  106. checking whether byte ordering is bigendian... no
  107. checking return type of signal handlers... void
  108. checking for strftime... yes
  109. checking for strdup... yes
  110. checking for strstr... yes
  111. checking for atexit... yes
  112. checking for setlocale... yes
  113. checking for getopt_long... yes
  114. checking for inet_aton... yes
  115. checking for __res_query in -lresolv... yes
  116. checking for gethostent in -lnsl... yes
  117. checking for socket... yes
  118. checking for getaddrinfo... yes
  119. checking for inet_ntop... yes
  120. checking for getifaddrs... yes
  121. checking for socklen_t... yes
  122. checking for struct sockaddr.sa_len... no
  123. checking whether IPV6_V6ONLY is declared... yes
  124. checking for special C compiler options needed for large files... no
  125. checking for _FILE_OFFSET_BITS value needed for large files... 64
  126. checking for dlopen... no
  127. checking for dlopen in -ldl... yes
  128. checking for library containing ceil... -lm
  129. checking for fileno()... yes
  130. checking for the %z format string in strftime()... yes
  131. checking whether NLS is requested... yes
  132. checking for intltool-update... /usr/bin/intltool-update
  133. checking for intltool-merge... /usr/bin/intltool-merge
  134. checking for intltool-extract... /usr/bin/intltool-extract
  135. checking for xgettext... /usr/bin/xgettext
  136. checking for msgmerge... /usr/bin/msgmerge
  137. checking for msgfmt... /usr/bin/msgfmt
  138. checking for gmsgfmt... /usr/bin/msgfmt
  139. checking for perl... /usr/bin/perl
  140. checking for perl >= 5.8.1... 5.16.0
  141. checking for XML::Parser... ok
  142. checking for locale.h... (cached) yes
  143. checking for LC_MESSAGES... yes
  144. checking libintl.h usability... yes
  145. checking libintl.h presence... yes
  146. checking for libintl.h... yes
  147. checking for ngettext in libc... yes
  148. checking for dgettext in libc... yes
  149. checking for bind_textdomain_codeset... yes
  150. checking for msgfmt... (cached) /usr/bin/msgfmt
  151. checking for dcgettext... yes
  152. checking if msgfmt accepts -c... yes
  153. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  154. checking for xgettext... (cached) /usr/bin/xgettext
  155. checking for catalogs to be installed... af am ar az be@latin bg bn bn_IN bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id it ja ka km kn ko ku lo lt mai mhr mk mn mr ms_MY my_MM nb ne nl nn oc or pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv sw ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
  156. checking for GLIB... yes
  157. checking for X... libraries , headers
  158. checking for gethostbyname... yes
  159. checking for connect... yes
  160. checking for remove... yes
  161. checking for shmat... yes
  162. checking for IceConnectionNumber in -lICE... yes
  163. checking for GTK... yes
  164. checking for PANGO... yes
  165. checking for WEBKIT... yes
  166. checking for X11... yes
  167. checking for SmcSaveYourselfDone in -lSM... yes
  168. checking X11/SM/SMlib.h usability... yes
  169. checking X11/SM/SMlib.h presence... yes
  170. checking for X11/SM/SMlib.h... yes
  171. checking for GTKSPELL... yes
  172. checking for initscr in -lncursesw... yes
  173. checking for update_panels in -lpanelw... yes
  174. checking /usr/include/ncursesw/ncurses.h usability... yes
  175. checking /usr/include/ncursesw/ncurses.h presence... yes
  176. checking for /usr/include/ncursesw/ncurses.h... yes
  177. checking if /usr/include/ncursesw/ncurses.h supports wide characters... yes
  178. checking for LIBXML... yes
  179. checking for JSON... yes
  180. checking for LIBCURL... yes
  181. checking for ZLIB... yes
  182. checking for gconftool-2... /usr/bin/gconftool-2
  183. Using config source xml:merged:/etc/gconf/gconf.xml.schemas for schema installation
  184. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  185. checking for GSTREAMER... yes
  186. checking for GSTINTERFACES... yes
  187. checking for FARSTREAM... yes
  188. checking for IDN... yes
  189. checking for MEANWHILE... yes
  190. checking for AVAHI... yes
  191. checking avahi-client/client.h usability... yes
  192. checking avahi-client/client.h presence... yes
  193. checking for avahi-client/client.h... yes
  194. checking avahi-glib/glib-malloc.h usability... yes
  195. checking avahi-glib/glib-malloc.h presence... yes
  196. checking for avahi-glib/glib-malloc.h... yes
  197. checking for avahi_client_new in -lavahi-client... yes
  198. checking for SILC... no
  199. checking for GADU... yes
  200. checking for libgadu GPL compatibility... yes
  201. checking sys/utsname.h usability... yes
  202. checking sys/utsname.h presence... yes
  203. checking for sys/utsname.h... yes
  204. checking for uname... yes
  205. checking for -Waggregate-return option to gcc... yes
  206. checking for -Wcast-align option to gcc... yes
  207. checking for -Wdeclaration-after-statement option to gcc... yes
  208. checking for -Wendif-labels option to gcc... yes
  209. checking for -Werror-implicit-function-declaration option to gcc... yes
  210. checking for -Wextra -Wno-sign-compare -Wno-unused-parameter option to gcc... yes
  211. checking for -Wformat-security option to gcc... yes
  212. checking for -Werror=format-security option to gcc... no
  213. checking for -Winit-self option to gcc... yes
  214. checking for -Wmissing-declarations option to gcc... yes
  215. checking for -Wmissing-noreturn option to gcc... yes
  216. checking for -Wmissing-prototypes option to gcc... yes
  217. checking for -Wpointer-arith option to gcc... yes
  218. checking for -Wundef option to gcc... yes
  219. checking for FORTIFY_SOURCE support... yes
  220. checking for pidgin... /usr/local/bin/pidgin
  221. checking for dbus-binding-tool... yes
  222. checking for DBUS... yes
  223. checking for NETWORKMANAGER... yes
  224. checking for python... /usr/bin/python
  225. checking location of the D-Bus services directory... /usr/share/dbus-1/services
  226. Building with D-Bus support
  227. checking for Python compile flags... Can't find Python.h
  228. checking for perl... /usr/bin/perl
  229. checking for Perl compile flags... ok
  230. checking for libperl... checking for perl_run... yes
  231. checking EXTERN.h usability... yes
  232. checking EXTERN.h presence... yes
  233. checking for EXTERN.h... yes
  234. checking for perl.h... yes
  235. checking for perl... perl
  236. checking for perl module ExtUtils::MakeMaker... ok
  237. checking for Perl_eval_pv... no
  238. checking for old perl... no
  239. checking for DynaLoader.a... no
  240. checking for GnuTLS includes... ""
  241. checking gnutls/gnutls.h usability... yes
  242. checking gnutls/gnutls.h presence... yes
  243. checking for gnutls/gnutls.h... yes
  244. checking for GnuTLS libraries... yes
  245. checking for gnutls_priority_set_direct and gnutls_priority_set... yes
  246. checking for GNUTLS_CERT_INSECURE_ALGORITHM... yes
  247. checking for Mozilla nspr4 includes in ... ""
  248. checking nspr.h usability... no
  249. checking nspr.h presence... no
  250. checking for nspr.h... no
  251. checking prio.h usability... no
  252. checking prio.h presence... no
  253. checking for prio.h... no
  254. checking for Mozilla nspr4 libraries... no
  255. checking for Mozilla nss3 includes... no
  256. checking for Mozilla nss libraries... no
  257. checking for tclConfig.sh... yes (/usr/lib/tclConfig.sh)
  258. checking Tcl version compatability... ok, 8.5
  259. checking for Tcl linkability... yes
  260. checking for tkConfig.sh... yes (/usr/lib/tkConfig.sh)
  261. checking for Tk linkability... yes
  262. checking for snprintf... yes
  263. checking for connect... (cached) yes
  264. checking for me pot o' gold... no
  265. checking for gethostid... yes
  266. checking for lrand48... yes
  267. checking for timegm... yes
  268. checking for memcpy... yes
  269. checking for memmove... yes
  270. checking for random... yes
  271. checking for strchr... yes
  272. checking for strerror... yes
  273. checking for vprintf... yes
  274. checking malloc.h usability... yes
  275. checking malloc.h presence... yes
  276. checking for malloc.h... yes
  277. checking paths.h usability... yes
  278. checking paths.h presence... yes
  279. checking for paths.h... yes
  280. checking sgtty.h usability... yes
  281. checking sgtty.h presence... yes
  282. checking for sgtty.h... yes
  283. checking stdarg.h usability... yes
  284. checking stdarg.h presence... yes
  285. checking for stdarg.h... yes
  286. checking sys/cdefs.h usability... yes
  287. checking sys/cdefs.h presence... yes
  288. checking for sys/cdefs.h... yes
  289. checking sys/file.h usability... yes
  290. checking sys/file.h presence... yes
  291. checking for sys/file.h... yes
  292. checking sys/filio.h usability... no
  293. checking sys/filio.h presence... no
  294. checking for sys/filio.h... no
  295. checking sys/ioctl.h usability... yes
  296. checking sys/ioctl.h presence... yes
  297. checking for sys/ioctl.h... yes
  298. checking sys/msgbuf.h usability... no
  299. checking sys/msgbuf.h presence... no
  300. checking for sys/msgbuf.h... no
  301. checking sys/select.h usability... yes
  302. checking sys/select.h presence... yes
  303. checking for sys/select.h... yes
  304. checking sys/uio.h usability... yes
  305. checking sys/uio.h presence... yes
  306. checking for sys/uio.h... yes
  307. checking for sys/utsname.h... (cached) yes
  308. checking for sys/wait.h... (cached) yes
  309. checking termios.h usability... yes
  310. checking termios.h presence... yes
  311. checking for termios.h... yes
  312. checking sys/param.h usability... yes
  313. checking sys/param.h presence... yes
  314. checking for sys/param.h... yes
  315. checking for sys/sysctl.h... yes
  316. checking sys/socket.h usability... yes
  317. checking sys/socket.h presence... yes
  318. checking for sys/socket.h... yes
  319. checking for struct tm.tm_zone... yes
  320. checking for timezone external... yes
  321. checking for altzone external... no
  322. checking for daylight external... yes
  323. checking for tm_gmtoff in struct tm... yes
  324. checking whether va_lists can be copied by value... yes
  325. checking for CHECK... yes
  326. checking for doxygen... true
  327. checking for dot... true
  328. checking for xsltproc... true
  329. checking that generated files are newer than configure... done
  330. configure: creating ./config.status
  331. config.status: creating Makefile
  332. config.status: creating Doxyfile
  333. config.status: creating doc/Makefile
  334. config.status: creating doc/pidgin.1
  335. config.status: creating doc/finch.1
  336. config.status: creating m4macros/Makefile
  337. config.status: creating pidgin.apspec
  338. config.status: creating pidgin/Makefile
  339. config.status: creating pidgin/pidgin-3.pc
  340. config.status: creating pidgin/pidgin-3-uninstalled.pc
  341. config.status: creating pidgin/pixmaps/Makefile
  342. config.status: creating pidgin/pixmaps/emotes/default/24/Makefile
  343. config.status: creating pidgin/pixmaps/emotes/none/Makefile
  344. config.status: creating pidgin/pixmaps/emotes/small/16/Makefile
  345. config.status: creating pidgin/plugins/Makefile
  346. config.status: creating pidgin/plugins/cap/Makefile
  347. config.status: creating pidgin/plugins/disco/Makefile
  348. config.status: creating pidgin/plugins/gestures/Makefile
  349. config.status: creating pidgin/plugins/gevolution/Makefile
  350. config.status: creating pidgin/plugins/musicmessaging/Makefile
  351. config.status: creating pidgin/plugins/perl/Makefile
  352. config.status: creating pidgin/plugins/perl/common/Makefile.PL
  353. config.status: creating pidgin/plugins/ticker/Makefile
  354. config.status: creating pidgin/themes/Makefile
  355. config.status: creating libpurple/ciphers/Makefile
  356. config.status: creating libpurple/example/Makefile
  357. config.status: creating libpurple/gconf/Makefile
  358. config.status: creating libpurple/purple-3.pc
  359. config.status: creating libpurple/purple-3-uninstalled.pc
  360. config.status: creating libpurple/plugins/Makefile
  361. config.status: creating libpurple/plugins/mono/Makefile
  362. config.status: creating libpurple/plugins/mono/api/Makefile
  363. config.status: creating libpurple/plugins/mono/loader/Makefile
  364. config.status: creating libpurple/plugins/perl/Makefile
  365. config.status: creating libpurple/plugins/perl/common/Makefile.PL
  366. config.status: creating libpurple/plugins/ssl/Makefile
  367. config.status: creating libpurple/plugins/tcl/Makefile
  368. config.status: creating libpurple/Makefile
  369. config.status: creating libpurple/protocols/Makefile
  370. config.status: creating libpurple/protocols/bonjour/Makefile
  371. config.status: creating libpurple/protocols/gg/Makefile
  372. config.status: creating libpurple/protocols/irc/Makefile
  373. config.status: creating libpurple/protocols/jabber/Makefile
  374. config.status: creating libpurple/protocols/msn/Makefile
  375. config.status: creating libpurple/protocols/myspace/Makefile
  376. config.status: creating libpurple/protocols/mxit/Makefile
  377. config.status: creating libpurple/protocols/novell/Makefile
  378. config.status: creating libpurple/protocols/null/Makefile
  379. config.status: creating libpurple/protocols/oscar/Makefile
  380. config.status: creating libpurple/protocols/sametime/Makefile
  381. config.status: creating libpurple/protocols/silc/Makefile
  382. config.status: creating libpurple/protocols/simple/Makefile
  383. config.status: creating libpurple/protocols/yahoo/Makefile
  384. config.status: creating libpurple/protocols/zephyr/Makefile
  385. config.status: creating libpurple/tests/Makefile
  386. config.status: creating libpurple/purple.h
  387. config.status: creating libpurple/version.h
  388. config.status: creating share/sounds/Makefile
  389. config.status: creating share/ca-certs/Makefile
  390. config.status: creating finch/finch.pc
  391. config.status: creating finch/Makefile
  392. config.status: creating finch/libgnt/Makefile
  393. config.status: creating finch/libgnt/gnt.pc
  394. config.status: creating finch/libgnt/wms/Makefile
  395. config.status: creating finch/plugins/Makefile
  396. config.status: creating po/Makefile.in
  397. config.status: creating pidgin.spec
  398. config.status: creating config.h
  399. config.status: config.h is unchanged
  400. config.status: executing depfiles commands
  401. config.status: executing libtool commands
  402. config.status: executing default-1 commands
  403. config.status: executing po/stamp-it commands
  404.  
  405. pidgin 3.0.0devel
  406.  
  407. Build GTK+ UI................. : yes
  408. Build for GTK+ version........ : 2
  409. Build console UI.............. : yes
  410. Build for X11................. : yes
  411.  
  412. Enable Gestures............... : yes
  413. Protocols to build dynamically : bonjour gg irc jabber msn mxit myspace novell oscar sametime simple yahoo zephyr
  414. Protocols to link statically.. :
  415.  
  416. Build with GStreamer support.. : yes
  417. Build with D-Bus support...... : yes
  418. Build with voice and video.... : yes
  419. D-Bus services directory...... : /usr/share/dbus-1/services
  420. Build with GNU Libidn......... : yes
  421. Build with NetworkManager..... : yes
  422. SSL Library/Libraries......... : GnuTLS
  423. Build with Cyrus SASL support. : no
  424. Use kerberos 4 with zephyr.... : no
  425. Use external libzephyr........ : no
  426. Use external libgadu.......... : yes
  427. Install pixmaps............... : yes
  428. Old tray icon compatibility... : no
  429. Install translations.......... : yes
  430. Has you....................... : yes
  431.  
  432. Use XScreenSaver Extension.... : no
  433. Use X Session Management...... : yes
  434. Use startup notification...... : yes
  435. Build with GtkSpell support... : yes
  436. Build with GCR widgets........ : no
  437. Build with JSON support....... : yes
  438.  
  439. Build with plugin support..... : yes
  440. Build with Mono support....... : no
  441. Build with Perl support....... : yes
  442. Build with Tcl support........ : yes
  443. Build with Tk support......... : yes
  444.  
  445. Print debugging messages...... : no
  446.  
  447. Pidgin will be installed in /usr/local/bin.
  448. Warning: You have an old copy of Pidgin at /usr/local/bin/pidgin.
  449.  
  450. configure complete, now type 'make'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement