Advertisement
delt01

Untitled

Mar 29th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.70 KB | None | 0 0
  1. [pts/11][user@phobos]:/net/deimos/usr/src/wxWidgets-git/build_linux$ ../configure --enable-secretstore --enable-webview --enable-debug
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for toolkit... gtk
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking whether we are using the Intel C compiler... no
  15. checking how to run the C preprocessor... gcc -E
  16. checking for grep that handles long lines and -e... /bin/grep
  17. checking for egrep... /bin/grep -E
  18. checking whether gcc needs -traditional... no
  19. checking for g++... g++
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking whether we are using the Intel C++ compiler... no
  23. checking whether we are using the Sun C++ compiler... no
  24. checking for ar... ar
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking for langinfo.h... yes
  36. checking for wchar.h... yes
  37. checking for sys/select.h... yes
  38. checking for cxxabi.h... yes
  39. checking for an ANSI C-conforming const... yes
  40. checking for inline... inline
  41. checking size of short... 2
  42. checking size of void *... 8
  43. checking size of int... 4
  44. checking size of long... 8
  45. checking size of size_t... 8
  46. checking size of long long... 8
  47. checking size of wchar_t... 4
  48. checking for va_copy... yes
  49. checking whether the compiler supports variadic macros... yes
  50. checking for _FILE_OFFSET_BITS value needed for large files... 64
  51. checking if large file support is available... yes
  52. checking for _LARGEFILE_SOURCE value needed for large files... no
  53. checking whether byte ordering is bigendian... no
  54. checking for iostream... yes
  55. checking for std::wstring in <string>... yes
  56. checking for std::istream... yes
  57. checking for std::ostream... yes
  58. checking for type_traits... no
  59. checking for tr1/type_traits... yes
  60. checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes
  61. checking for libraries directories... /usr/lib/x86_64-linux-gnu /usr/lib
  62. checking for cos... no
  63. checking for floor... no
  64. checking if floating point functions link without -lm... no
  65. checking for sin... yes
  66. checking for ceil... yes
  67. checking if floating point functions link with -lm... yes
  68. checking for strtoull... yes
  69. configure: WARNING: Defaulting to the builtin regex library for Unicode build.
  70. checking for zlib.h >= 1.1.4... yes
  71. checking for zlib.h... (cached) yes
  72. checking for deflate in -lz... yes
  73. checking for png.h > 0.90... yes
  74. checking for png.h... (cached) yes
  75. checking for png_sig_cmp in -lpng... yes
  76. checking for jpeglib.h... no
  77. configure: WARNING: system jpeg library not found, will use built-in instead
  78. checking for tiffio.h... no
  79. configure: WARNING: system tiff library not found, will use built-in instead
  80. checking for lzma_code in -llzma... no
  81. checking for jbg_dec_init in -ljbig... no
  82. checking for expat.h... yes
  83. checking if expat.h is valid C++ header... yes
  84. checking for XML_ParserCreate in -lexpat... yes
  85. checking for GTK+ version... checking for pkg-config... /usr/bin/pkg-config
  86. checking pkg-config is at least version 0.9.0... yes
  87.  
  88. checking for pkg-config... (cached) /usr/bin/pkg-config
  89. checking pkg-config is at least version 0.7... yes
  90. checking for GTK+ - version >= 2.6.0... yes (version 2.24.30)
  91. checking if GTK+ is version >= 2.20... yes
  92. checking for X11/Xlib.h... yes
  93. checking for X11/XKBlib.h... yes
  94. checking for pkg-config... (cached) /usr/bin/pkg-config
  95. checking for Xxf86vm... yes
  96. checking for X11/extensions/xf86vmode.h... yes
  97. checking for pkg-config... (cached) /usr/bin/pkg-config
  98. checking for SM... yes
  99. checking for OpenGL headers... found in /usr/local/include
  100. checking for GL/gl.h... yes
  101. checking for GL/glu.h... yes
  102. checking for pkg-config... (cached) /usr/bin/pkg-config
  103. checking for GL... yes
  104. checking for pkg-config... (cached) /usr/bin/pkg-config
  105. checking for GLU... yes
  106. checking if the linker accepts --version-script... yes
  107. checking for symbols visibility support... yes
  108. checking for broken libstdc++ visibility... no
  109. checking for mode_t... yes
  110. checking for off_t... yes
  111. checking for pid_t... yes
  112. checking for size_t... yes
  113. checking for ssize_t... yes
  114. checking if size_t is unsigned int... no
  115. checking if size_t is unsigned long... yes
  116. checking if wchar_t is separate type... yes
  117. checking for pw_gecos in struct passwd... yes
  118. checking for wcslen... yes
  119. checking for wcsftime... yes
  120. checking for strnlen... yes
  121. checking for wcsdup... yes
  122. checking for wcsnlen... yes
  123. checking for wcscasecmp... yes
  124. checking for wcsncasecmp... yes
  125. checking for mbstate_t... yes
  126. checking for wcsrtombs... yes
  127. checking for snprintf... yes
  128. checking for vsnprintf... yes
  129. checking for vsscanf... yes
  130. checking for vsnprintf declaration... yes
  131. checking if vsnprintf declaration is broken... no
  132. checking for snprintf declaration... yes
  133. checking if snprintf supports positional arguments... yes
  134. checking for vsscanf declaration... yes
  135. checking if vsscanf() declaration is broken... no
  136. checking for putws... no
  137. checking for fputws... yes
  138. checking for wprintf... yes
  139. checking for vswprintf... yes
  140. checking for vswscanf... yes
  141. checking for _vsnwprintf... no
  142. checking for fsync... yes
  143. checking for round... yes
  144. checking for iconv... yes
  145. checking if iconv needs const... no
  146. checking for sigaction... yes
  147. checking for sa_handler type... int
  148. checking for backtrace()... yes
  149. checking for library containing backtrace... none required
  150. checking for __cxa_demangle() in <cxxabi.h>... yes
  151. checking for mkstemp... yes
  152. checking for statfs... yes
  153. checking for statfs declaration... yes
  154. checking for fcntl... yes
  155. checking for setenv... yes
  156. checking for unsetenv... yes
  157. checking for nanosleep... yes
  158. checking for uname... yes
  159. checking for strtok_r... yes
  160. checking for inet_addr... yes
  161. checking for inet_aton... yes
  162. checking for fdopen... yes
  163. checking for sysconf... yes
  164. checking for getpwuid_r... yes
  165. checking for getgrgid_r... yes
  166. checking whether pthreads work with -pthread... yes
  167. checking if more special flags are required for pthreads... no
  168. checking for pthread_setconcurrency... yes
  169. checking for pthread_cleanup_push/pop... yes
  170. checking for sched.h... yes
  171. checking for sched_yield... yes
  172. checking for pthread_attr_getschedpolicy... yes
  173. checking for pthread_attr_setschedparam... yes
  174. checking for sched_get_priority_max... yes
  175. checking for pthread_cancel... yes
  176. checking for pthread_mutex_timedlock... yes
  177. checking for pthread_attr_setstacksize... yes
  178. checking for pthread_mutexattr_t... yes
  179. checking for pthread_mutexattr_settype declaration... yes
  180. checking for __thread keyword... yes
  181. checking if gcc accepts -dumpversion option... yes
  182. checking gxx version... 5.4.0
  183. checking whether __thread support in g++ is usable... yes, it works
  184. checking for abi::__forced_unwind() in <cxxabi.h>... yes
  185. checking for localtime_r... yes
  186. checking for gmtime_r... yes
  187. checking how many arguments gethostbyname_r() takes... six
  188. checking how many arguments getservbyname_r() takes... six
  189. checking for dlopen... no
  190. checking for dlopen in -ldl... yes
  191. checking for dlerror... no
  192. checking for dlerror in -ldl... yes
  193. checking for dladdr... no
  194. checking for dladdr in -ldl... yes
  195. checking for sys/inotify.h... yes
  196. checking for LIBSECRET... yes
  197. checking for SNDCTL_DSP_SPEED in sys/soundcard.h... yes
  198. checking for pkg-config... (cached) /usr/bin/pkg-config
  199. checking pkg-config is at least version 0.9.0... yes
  200. checking for GTKPRINT... yes
  201. checking for LIBNOTIFY... checking for LIBNOTIFY... configure: WARNING: libnotify not found, wxNotificationMessage will use generic implementation.
  202. checking for locale_t... yes
  203. checking for sys/epoll.h... yes
  204. checking for gettimeofday... yes
  205. checking whether gettimeofday takes two arguments... yes
  206. checking for timezone variable in <time.h>... timezone
  207. checking for localtime... yes
  208. checking for tm_gmtoff in struct tm... yes
  209. checking for setpriority... yes
  210. checking for socket... yes
  211. checking what is the type of the third argument of getsockname... socklen_t
  212. checking what is the type of the fifth argument of getsockopt... socklen_t
  213. checking for linux/joystick.h... yes
  214. checking for XTST... yes
  215. checking for python... /usr/bin/python
  216. checking for WEBKIT... yes
  217. checking for CAIRO... yes
  218. checking for cairo_push_group... yes
  219. checking for GST... configure: GStreamer 1.7.2+ not available. Not using GstPlayer and falling back to 1.0
  220. checking for GST... configure: WARNING: GStreamer 1.0 not available, falling back to 0.10
  221. checking for GST... configure: WARNING: GStreamer 0.10 not available
  222. configure: WARNING: GStreamer not available... disabling wxMediaCtrl
  223. checking CXXWARNINGS for gcc -Woverloaded-virtual... -Woverloaded-virtual
  224. checking for gcc precompiled header bug... no
  225. checking for a BSD-compatible install... /usr/bin/install -c
  226. checking for ranlib... ranlib
  227. checking whether ln -s works... yes
  228. checking whether make sets $(MAKE)... yes
  229. checking for ar... (cached) ar
  230. checking for strip... strip
  231. checking for nm... nm
  232. checking if make is GNU make... yes
  233. checking for dependency tracking method... gcc
  234. checking if the compiler supports precompiled headers... yes
  235. checking whether make sets $(MAKE)... (cached) yes
  236. checking for cppunit-config... no
  237. checking for Cppunit - version >= 1.8.0... no
  238. checking for CPPUNIT... configure: WARNING: cppunit not found
  239. configure: creating ./config.status
  240. config.status: creating lib/wx/config/gtk2-unicode-3.1
  241. config.status: creating lib/wx/config/inplace-gtk2-unicode-3.1
  242. config.status: creating utils/ifacecheck/rungccxml.sh
  243. config.status: creating version-script
  244. config.status: creating Makefile
  245. config.status: creating samples/xrc/Makefile
  246. config.status: creating samples/wrapsizer/Makefile
  247. config.status: creating samples/wizard/Makefile
  248. config.status: creating samples/widgets/Makefile
  249. config.status: creating samples/webview/Makefile
  250. config.status: creating samples/vscroll/Makefile
  251. config.status: creating samples/validate/Makefile
  252. config.status: creating samples/uiaction/Makefile
  253. config.status: creating samples/typetest/Makefile
  254. config.status: creating samples/treelist/Makefile
  255. config.status: creating samples/treectrl/Makefile
  256. config.status: creating samples/toolbar/Makefile
  257. config.status: creating samples/thread/Makefile
  258. config.status: creating samples/text/Makefile
  259. config.status: creating samples/taskbar/Makefile
  260. config.status: creating samples/taborder/Makefile
  261. config.status: creating samples/svg/Makefile
  262. config.status: creating samples/stc/Makefile
  263. config.status: creating samples/statbar/Makefile
  264. config.status: creating samples/splitter/Makefile
  265. config.status: creating samples/splash/Makefile
  266. config.status: creating samples/sound/Makefile
  267. config.status: creating samples/sockets/Makefile
  268. config.status: creating samples/shaped/Makefile
  269. config.status: creating samples/secretstore/Makefile
  270. config.status: creating samples/scroll/Makefile
  271. config.status: creating samples/sashtest/Makefile
  272. config.status: creating samples/richtext/Makefile
  273. config.status: creating samples/ribbon/Makefile
  274. config.status: creating samples/render/Makefile
  275. config.status: creating samples/propgrid/Makefile
  276. config.status: creating samples/printing/Makefile
  277. config.status: creating samples/preferences/Makefile
  278. config.status: creating samples/power/Makefile
  279. config.status: creating samples/popup/Makefile
  280. config.status: creating samples/opengl/pyramid/Makefile
  281. config.status: creating samples/opengl/penguin/Makefile
  282. config.status: creating samples/opengl/isosurf/Makefile
  283. config.status: creating samples/opengl/cube/Makefile
  284. config.status: creating samples/opengl/Makefile
  285. config.status: creating samples/notebook/Makefile
  286. config.status: creating samples/minimal/Makefile
  287. config.status: creating samples/menu/Makefile
  288. config.status: creating samples/mdi/Makefile
  289. config.status: creating samples/listctrl/Makefile
  290. config.status: creating samples/layout/Makefile
  291. config.status: creating samples/keyboard/Makefile
  292. config.status: creating samples/joytest/Makefile
  293. config.status: creating samples/ipc/Makefile
  294. config.status: creating samples/internat/Makefile
  295. config.status: creating samples/image/Makefile
  296. config.status: creating samples/html/zip/Makefile
  297. config.status: creating samples/html/widget/Makefile
  298. config.status: creating samples/html/virtual/Makefile
  299. config.status: creating samples/html/test/Makefile
  300. config.status: creating samples/html/printing/Makefile
  301. config.status: creating samples/html/helpview/Makefile
  302. config.status: creating samples/html/help/Makefile
  303. config.status: creating samples/html/about/Makefile
  304. config.status: creating samples/html/Makefile
  305. config.status: creating samples/htlbox/Makefile
  306. config.status: creating samples/help/Makefile
  307. config.status: creating samples/grid/Makefile
  308. config.status: creating samples/fswatcher/Makefile
  309. config.status: creating samples/font/Makefile
  310. config.status: creating samples/exec/Makefile
  311. config.status: creating samples/except/Makefile
  312. config.status: creating samples/event/Makefile
  313. config.status: creating samples/erase/Makefile
  314. config.status: creating samples/drawing/Makefile
  315. config.status: creating samples/dragimag/Makefile
  316. config.status: creating samples/docview/Makefile
  317. config.status: creating samples/dnd/Makefile
  318. config.status: creating samples/display/Makefile
  319. config.status: creating samples/dialup/Makefile
  320. config.status: creating samples/dialogs/Makefile
  321. config.status: creating samples/debugrpt/Makefile
  322. config.status: creating samples/dataview/Makefile
  323. config.status: creating samples/console/Makefile
  324. config.status: creating samples/config/Makefile
  325. config.status: creating samples/combo/Makefile
  326. config.status: creating samples/collpane/Makefile
  327. config.status: creating samples/clipboard/Makefile
  328. config.status: creating samples/caret/Makefile
  329. config.status: creating samples/calendar/Makefile
  330. config.status: creating samples/aui/Makefile
  331. config.status: creating samples/artprov/Makefile
  332. config.status: creating samples/animate/Makefile
  333. config.status: creating samples/Makefile
  334. config.status: creating demos/Makefile
  335. config.status: creating demos/life/Makefile
  336. config.status: creating demos/forty/Makefile
  337. config.status: creating demos/fractal/Makefile
  338. config.status: creating demos/poem/Makefile
  339. config.status: creating demos/bombs/Makefile
  340. config.status: creating utils/wxrc/Makefile
  341. config.status: creating utils/execmon/Makefile
  342. config.status: creating utils/ifacecheck/src/Makefile
  343. config.status: creating utils/emulator/Makefile
  344. config.status: creating utils/emulator/src/Makefile
  345. config.status: creating utils/Makefile
  346. config.status: creating utils/screenshotgen/Makefile
  347. config.status: creating utils/screenshotgen/src/Makefile
  348. config.status: creating utils/hhp2cached/Makefile
  349. config.status: creating utils/helpview/Makefile
  350. config.status: creating utils/helpview/src/Makefile
  351. config.status: creating lib/wx/include/gtk2-unicode-3.1/wx/setup.h
  352. config.status: executing wx-config commands
  353. === configuring in src/tiff (/net/deimos/usr/src/wxWidgets-git/build_linux/src/tiff)
  354. configure: running /bin/bash ../../../src/tiff/configure --disable-option-checking '--prefix=/usr/local' '--enable-secretstore' '--enable-webview' '--enable-debug' --cache-file=/dev/null --srcdir=../../../src/tiff
  355. checking build system type... x86_64-unknown-linux-gnu
  356. checking host system type... x86_64-unknown-linux-gnu
  357. checking for a BSD-compatible install... /usr/bin/install -c
  358. checking whether build environment is sane... yes
  359. checking for a thread-safe mkdir -p... /bin/mkdir -p
  360. checking for gawk... gawk
  361. checking whether make sets $(MAKE)... yes
  362. checking whether to enable maintainer-specific portions of Makefiles... no
  363. checking for gcc... gcc
  364. checking whether the C compiler works... yes
  365. checking for C compiler default output file name... a.out
  366. checking for suffix of executables...
  367. checking whether we are cross compiling... no
  368. checking for suffix of object files... o
  369. checking whether we are using the GNU C compiler... yes
  370. checking whether gcc accepts -g... yes
  371. checking for gcc option to accept ISO C89... none needed
  372. checking for style of include used by make... GNU
  373. checking dependency style of gcc... gcc3
  374. checking whether gcc and cc understand -c and -o together... yes
  375. checking for C compiler warning flags... -Wall -W
  376. checking whether ln -s works... yes
  377. checking how to print strings... printf
  378. checking for a sed that does not truncate output... /bin/sed
  379. checking for grep that handles long lines and -e... /bin/grep
  380. checking for egrep... /bin/grep -E
  381. checking for fgrep... /bin/grep -F
  382. checking for ld used by gcc... /usr/bin/ld
  383. checking if the linker (/usr/bin/ld) is GNU ld... yes
  384. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  385. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  386. checking the maximum length of command line arguments... 1572864
  387. checking whether the shell understands some XSI constructs... yes
  388. checking whether the shell understands "+="... yes
  389. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  390. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  391. checking for /usr/bin/ld option to reload object files... -r
  392. checking for objdump... objdump
  393. checking how to recognize dependent libraries... pass_all
  394. checking for dlltool... no
  395. checking how to associate runtime and link libraries... printf %s\n
  396. checking for ar... ar
  397. checking for archiver @FILE support... @
  398. checking for strip... strip
  399. checking for ranlib... ranlib
  400. checking command to parse /usr/bin/nm -B output from gcc object... ok
  401. checking for sysroot... no
  402. checking for mt... mt
  403. checking if mt is a manifest tool... no
  404. checking how to run the C preprocessor... gcc -E
  405. checking for ANSI C header files... yes
  406. checking for sys/types.h... yes
  407. checking for sys/stat.h... yes
  408. checking for stdlib.h... yes
  409. checking for string.h... yes
  410. checking for memory.h... yes
  411. checking for strings.h... yes
  412. checking for inttypes.h... yes
  413. checking for stdint.h... yes
  414. checking for unistd.h... yes
  415. checking for dlfcn.h... yes
  416. checking for objdir... .libs
  417. checking if gcc supports -fno-rtti -fno-exceptions... no
  418. checking for gcc option to produce PIC... -fPIC -DPIC
  419. checking if gcc PIC flag -fPIC -DPIC works... yes
  420. checking if gcc static flag -static works... yes
  421. checking if gcc supports -c -o file.o... yes
  422. checking if gcc supports -c -o file.o... (cached) yes
  423. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  424. checking whether -lc should be explicitly linked in... no
  425. checking dynamic linker characteristics... GNU/Linux ld.so
  426. checking how to hardcode library paths into programs... immediate
  427. checking whether stripping libraries is possible... yes
  428. checking if libtool supports shared libraries... yes
  429. checking whether to build shared libraries... yes
  430. checking whether to build static libraries... yes
  431. checking for g++... g++
  432. checking whether we are using the GNU C++ compiler... yes
  433. checking whether g++ accepts -g... yes
  434. checking dependency style of g++... gcc3
  435. checking how to run the C++ preprocessor... g++ -E
  436. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  437. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  438. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  439. checking for g++ option to produce PIC... -fPIC -DPIC
  440. checking if g++ PIC flag -fPIC -DPIC works... yes
  441. checking if g++ static flag -static works... yes
  442. checking if g++ supports -c -o file.o... yes
  443. checking if g++ supports -c -o file.o... (cached) yes
  444. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  445. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  446. checking how to hardcode library paths into programs... immediate
  447. checking whether make supports nested variables... yes
  448. checking for sin in -lm... yes
  449. checking assert.h usability... yes
  450. checking assert.h presence... yes
  451. checking for assert.h... yes
  452. checking fcntl.h usability... yes
  453. checking fcntl.h presence... yes
  454. checking for fcntl.h... yes
  455. checking io.h usability... no
  456. checking io.h presence... no
  457. checking for io.h... no
  458. checking limits.h usability... yes
  459. checking limits.h presence... yes
  460. checking for limits.h... yes
  461. checking malloc.h usability... yes
  462. checking malloc.h presence... yes
  463. checking for malloc.h... yes
  464. checking search.h usability... yes
  465. checking search.h presence... yes
  466. checking for search.h... yes
  467. checking sys/time.h usability... yes
  468. checking sys/time.h presence... yes
  469. checking for sys/time.h... yes
  470. checking for unistd.h... (cached) yes
  471. checking for an ANSI C-conforming const... yes
  472. checking for inline... inline
  473. checking whether byte ordering is bigendian... no
  474. checking for off_t... yes
  475. checking for size_t... yes
  476. checking whether time.h and sys/time.h may both be included... yes
  477. checking whether struct tm is in sys/time.h or time.h... time.h
  478. checking size of signed short... 2
  479. checking size of unsigned short... 2
  480. checking size of signed int... 4
  481. checking size of unsigned int... 4
  482. checking size of signed long... 8
  483. checking size of unsigned long... 8
  484. checking size of signed long long... 8
  485. checking size of unsigned long long... 8
  486. checking size of unsigned char *... 8
  487. checking for signed 8-bit type... signed char
  488. checking for unsigned 8-bit type... unsigned char
  489. checking for signed 16-bit type... signed short
  490. checking for unsigned 16-bit type... unsigned short
  491. checking for signed 32-bit type... signed int
  492. checking for unsigned 32-bit type... unsigned int
  493. checking for signed 64-bit type... signed long
  494. checking for unsigned 64-bit type... unsigned long
  495. checking for signed size type... signed long
  496. checking for ptrdiff_t... yes
  497. checking for pointer difference type... ptrdiff_t
  498. checking for int8... no
  499. checking for int16... no
  500. checking for int32... no
  501. checking for floor... yes
  502. checking for isascii... yes
  503. checking for memmove... yes
  504. checking for memset... yes
  505. checking for mmap... yes
  506. checking for pow... yes
  507. checking for setmode... no
  508. checking for sqrt... yes
  509. checking for strchr... yes
  510. checking for strrchr... yes
  511. checking for strstr... yes
  512. checking for strtol... yes
  513. checking for strtoull... yes
  514. checking for getopt... yes
  515. checking for strcasecmp... yes
  516. checking for strtoul... yes
  517. checking for strtoull... (cached) yes
  518. checking for lfind... yes
  519. checking native cpu bit order... lsb2msb
  520. checking for special C compiler options needed for large files... no
  521. checking for _FILE_OFFSET_BITS value needed for large files... no
  522. checking for inflateEnd in -lz... yes
  523. checking zlib.h usability... yes
  524. checking zlib.h presence... yes
  525. checking for zlib.h... yes
  526. checking for jpeg_read_scanlines in -ljpeg... no
  527. checking jpeglib.h usability... no
  528. checking jpeglib.h presence... no
  529. checking for jpeglib.h... no
  530. checking for jbg_dec_init in -ljbig... no
  531. checking jbig.h usability... no
  532. checking jbig.h presence... no
  533. checking for jbig.h... no
  534. checking for lzma_code in -llzma... no
  535. checking lzma.h usability... no
  536. checking lzma.h presence... no
  537. checking for lzma.h... no
  538. checking for X... libraries , headers
  539. checking for gethostbyname... yes
  540. checking for connect... yes
  541. checking for remove... yes
  542. checking for shmat... yes
  543. checking for IceConnectionNumber in -lICE... yes
  544. checking for the pthreads library -lpthreads... no
  545. checking whether pthreads work without any flags... no
  546. checking whether pthreads work with -Kthread... no
  547. checking whether pthreads work with -kthread... no
  548. checking for the pthreads library -llthread... no
  549. checking whether pthreads work with -pthread... yes
  550. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  551. checking if more special flags are required for pthreads... no
  552. checking whether we are using the Microsoft C compiler... no
  553. checking GL/gl.h usability... yes
  554. checking GL/gl.h presence... yes
  555. checking for GL/gl.h... yes
  556. checking OpenGL/gl.h usability... no
  557. checking OpenGL/gl.h presence... no
  558. checking for OpenGL/gl.h... no
  559. checking windows.h usability... no
  560. checking windows.h presence... no
  561. checking for windows.h... no
  562. checking for OpenGL library... -lGL
  563. checking GL/glu.h usability... yes
  564. checking GL/glu.h presence... yes
  565. checking for GL/glu.h... yes
  566. checking OpenGL/glu.h usability... no
  567. checking OpenGL/glu.h presence... no
  568. checking for OpenGL/glu.h... no
  569. checking for OpenGL Utility library... -lGLU
  570. checking for varargs GLU tesselator callback function type... no
  571. checking GL/glut.h usability... yes
  572. checking GL/glut.h presence... yes
  573. checking for GL/glut.h... yes
  574. checking GLUT/glut.h usability... no
  575. checking GLUT/glut.h presence... no
  576. checking for GLUT/glut.h... no
  577. checking for GLUT library... -lglut
  578. checking that generated files are newer than configure... done
  579. configure: creating ./config.status
  580. config.status: creating Makefile
  581. config.status: creating build/Makefile
  582. config.status: creating contrib/Makefile
  583. config.status: creating contrib/addtiffo/Makefile
  584. config.status: creating contrib/dbs/Makefile
  585. config.status: creating contrib/dbs/xtiff/Makefile
  586. config.status: creating contrib/iptcutil/Makefile
  587. config.status: creating contrib/mfs/Makefile
  588. config.status: creating contrib/pds/Makefile
  589. config.status: creating contrib/ras/Makefile
  590. config.status: creating contrib/stream/Makefile
  591. config.status: creating contrib/tags/Makefile
  592. config.status: creating contrib/win_dib/Makefile
  593. config.status: creating html/Makefile
  594. config.status: creating html/images/Makefile
  595. config.status: creating html/man/Makefile
  596. config.status: creating libtiff-4.pc
  597. config.status: creating libtiff/Makefile
  598. config.status: creating man/Makefile
  599. config.status: creating port/Makefile
  600. config.status: creating test/Makefile
  601. config.status: creating tools/Makefile
  602. config.status: creating libtiff/tif_config.h
  603. config.status: libtiff/tif_config.h is unchanged
  604. config.status: creating libtiff/tiffconf.h
  605. config.status: libtiff/tiffconf.h is unchanged
  606. config.status: executing depfiles commands
  607. config.status: executing libtool commands
  608.  
  609. Libtiff is now configured for x86_64-unknown-linux-gnu
  610.  
  611. Installation directory: /usr/local
  612. Documentation directory: ${prefix}/share/doc/tiff-4.0.3
  613. C compiler: gcc -g -O2 -Wall -W
  614. C++ compiler: g++ -g -O2
  615. Enable runtime linker paths: no
  616. Enable linker symbol versioning: no
  617. Support Microsoft Document Imaging: yes
  618. Use win32 IO: no
  619.  
  620. Support for internal codecs:
  621. CCITT Group 3 & 4 algorithms: yes
  622. Macintosh PackBits algorithm: yes
  623. LZW algorithm: yes
  624. ThunderScan 4-bit RLE algorithm: yes
  625. NeXT 2-bit RLE algorithm: yes
  626. LogLuv high dynamic range encoding: yes
  627.  
  628. Support for external codecs:
  629. ZLIB support: yes
  630. Pixar log-format algorithm: yes
  631. JPEG support: no
  632. Old JPEG support: no
  633. JPEG 8/12 bit dual mode: no
  634. ISO JBIG support: no
  635. LZMA2 support: no
  636.  
  637. C++ support: yes
  638.  
  639. OpenGL support: yes
  640.  
  641.  
  642. Configured wxWidgets 3.1.1 for `x86_64-unknown-linux-gnu'
  643.  
  644. Which GUI toolkit should wxWidgets use? GTK+ 2 with support for GTK+ printing
  645. Should wxWidgets be compiled into single library? no
  646. Should wxWidgets be linked as a shared library? yes
  647. Should wxWidgets support Unicode? yes (using wchar_t)
  648. What level of wxWidgets compatibility should be enabled?
  649. wxWidgets 2.8 no
  650. wxWidgets 3.0 yes
  651. Which libraries should wxWidgets use?
  652. STL no
  653. jpeg builtin
  654. png sys
  655. regex builtin
  656. tiff builtin
  657. zlib sys
  658. expat sys
  659. libmspack no
  660. sdl no
  661.  
  662. [pts/11][user@phobos]:/net/deimos/usr/src/wxWidgets-git/build_linux$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement