Advertisement
Guest User

Untitled

a guest
Apr 13th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.15 KB | None | 0 0
  1. running configure, to aid debugging if configure makes a mistake.
  2. It was created by xapian-core configure 1.2.17, which was
  3. $ ./configure --enable-maintainer-mode --disable-shared
  4. configure:2765: checking for a BSD-compatible install
  5. configure:2833: result: /usr/bin/install -c
  6. configure:2844: checking whether build environment is sane
  7. configure:2894: result: yes
  8. configure:3035: checking for a thread-safe mkdir -p
  9. configure:3074: result: /bin/mkdir -p
  10. configure:3087: checking for gawk
  11. configure:3117: result: no
  12. configure:3087: checking for mawk
  13. configure:3103: found /usr/bin/mawk
  14. configure:3114: result: mawk
  15. configure:3125: checking whether make sets $(MAKE)
  16. configure:3147: result: yes
  17. configure:3222: checking how to create a ustar tar archive
  18. configure:3235: tar --version
  19. configure:3238: $? = 0
  20. configure:3278: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  21. configure:3281: $? = 0
  22. configure:3285: tar -xf - <conftest.tar
  23. configure:3288: $? = 0
  24. configure:3301: result: gnutar
  25. configure:3346: checking build system type
  26. configure:3360: result: i686-pc-linux-gnu
  27. configure:3380: checking host system type
  28. configure:3393: result: i686-pc-linux-gnu
  29. configure:3434: checking how to print strings
  30. configure:3461: result: printf
  31. configure:3494: checking for style of include used by make
  32. configure:3522: result: GNU
  33. configure:3593: checking for gcc
  34. configure:3609: found /usr/bin/gcc
  35. configure:3620: result: gcc
  36. configure:3849: checking for C compiler version
  37. configure:3858: gcc --version >&5
  38. configure:3869: $? = 0
  39. configure:3858: gcc -v >&5
  40. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  41. configure:3869: $? = 0
  42. configure:3858: gcc -V >&5
  43. configure:3869: $? = 4
  44. configure:3858: gcc -qversion >&5
  45. configure:3869: $? = 4
  46. configure:3889: checking whether the C compiler works
  47. configure:3911: gcc conftest.c >&5
  48. configure:3915: $? = 0
  49. configure:3963: result: yes
  50. configure:3966: checking for C compiler default output file name
  51. configure:3968: result: a.out
  52. configure:3974: checking for suffix of executables
  53. configure:3981: gcc -o conftest conftest.c >&5
  54. configure:3985: $? = 0
  55. configure:4007: result:
  56. configure:4029: checking whether we are cross compiling
  57. configure:4037: gcc -o conftest conftest.c >&5
  58. configure:4041: $? = 0
  59. configure:4048: ./conftest
  60. configure:4052: $? = 0
  61. configure:4067: result: no
  62. configure:4072: checking for suffix of object files
  63. configure:4094: gcc -c conftest.c >&5
  64. configure:4098: $? = 0
  65. configure:4119: result: o
  66. configure:4123: checking whether we are using the GNU C compiler
  67. configure:4142: gcc -c conftest.c >&5
  68. configure:4142: $? = 0
  69. configure:4151: result: yes
  70. configure:4160: checking whether gcc accepts -g
  71. configure:4180: gcc -c -g conftest.c >&5
  72. configure:4180: $? = 0
  73. configure:4221: result: yes
  74. configure:4238: checking for gcc option to accept ISO C89
  75. configure:4302: gcc -c -g -O2 conftest.c >&5
  76. configure:4302: $? = 0
  77. configure:4315: result: none needed
  78. configure:4337: checking dependency style of gcc
  79. configure:4448: result: gcc3
  80. configure:4463: checking for a sed that does not truncate output
  81. configure:4527: result: /bin/sed
  82. configure:4545: checking for grep that handles long lines and -e
  83. configure:4603: result: /bin/grep
  84. configure:4608: checking for egrep
  85. configure:4670: result: /bin/grep -E
  86. configure:4675: checking for fgrep
  87. configure:4737: result: /bin/grep -F
  88. configure:4772: checking for ld used by gcc
  89. configure:4839: result: /usr/bin/ld
  90. configure:4846: checking if the linker (/usr/bin/ld) is GNU ld
  91. configure:4861: result: yes
  92. configure:4873: checking for BSD- or MS-compatible name lister (nm)
  93. configure:4922: result: /usr/bin/nm -B
  94. configure:5052: checking the name lister (/usr/bin/nm -B) interface
  95. configure:5059: gcc -c -g -O2 conftest.c >&5
  96. configure:5062: /usr/bin/nm -B "conftest.o"
  97. configure:5065: output
  98. configure:5072: result: BSD nm
  99. configure:5075: checking whether ln -s works
  100. configure:5079: result: yes
  101. configure:5087: checking the maximum length of command line arguments
  102. configure:5212: result: 1572864
  103. configure:5229: checking whether the shell understands some XSI constructs
  104. configure:5239: result: yes
  105. configure:5243: checking whether the shell understands "+="
  106. configure:5249: result: yes
  107. configure:5284: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  108. configure:5324: result: func_convert_file_noop
  109. configure:5331: checking how to convert i686-pc-linux-gnu file names to toolchain format
  110. configure:5351: result: func_convert_file_noop
  111. configure:5358: checking for /usr/bin/ld option to reload object files
  112. configure:5365: result: -r
  113. configure:5439: checking for objdump
  114. configure:5455: found /usr/bin/objdump
  115. configure:5466: result: objdump
  116. configure:5498: checking how to recognize dependent libraries
  117. configure:5700: result: pass_all
  118. configure:5785: checking for dlltool
  119. configure:5815: result: no
  120. configure:5845: checking how to associate runtime and link libraries
  121. configure:5872: result: printf %s\n
  122. configure:5933: checking for ar
  123. configure:5949: found /usr/bin/ar
  124. configure:5960: result: ar
  125. configure:5997: checking for archiver @FILE support
  126. configure:6014: gcc -c -g -O2 conftest.c >&5
  127. configure:6014: $? = 0
  128. configure:6017: ar cru libconftest.a @conftest.lst >&5
  129. configure:6020: $? = 0
  130. configure:6025: ar cru libconftest.a @conftest.lst >&5
  131. configure:6028: $? = 1
  132. configure:6040: result: @
  133. configure:6098: checking for strip
  134. configure:6114: found /usr/bin/strip
  135. configure:6125: result: strip
  136. configure:6197: checking for ranlib
  137. configure:6213: found /usr/bin/ranlib
  138. configure:6224: result: ranlib
  139. configure:6326: checking command to parse /usr/bin/nm -B output from gcc object
  140. configure:6445: gcc -c -g -O2 conftest.c >&5
  141. configure:6448: $? = 0
  142. configure:6452: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  143. configure:6455: $? = 0
  144. configure:6521: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  145. configure:6524: $? = 0
  146. configure:6562: result: ok
  147. configure:6599: checking for sysroot
  148. configure:6629: result: no
  149. configure:6872: checking for mt
  150. configure:6888: found /bin/mt
  151. configure:6899: result: mt
  152. configure:6922: checking if mt is a manifest tool
  153. configure:6928: mt '-?'
  154. configure:6936: result: no
  155. configure:7568: checking how to run the C preprocessor
  156. configure:7599: gcc -E conftest.c
  157. configure:7599: $? = 0
  158. configure:7613: gcc -E conftest.c
  159. configure:7613: $? = 1
  160. configure: failed program was:
  161. configure:7638: result: gcc -E
  162. configure:7658: gcc -E conftest.c
  163. configure:7658: $? = 0
  164. configure:7672: gcc -E conftest.c
  165. configure:7672: $? = 1
  166. configure: failed program was:
  167. configure:7701: checking for ANSI C header files
  168. configure:7721: gcc -c -g -O2 conftest.c >&5
  169. configure:7721: $? = 0
  170. configure:7794: gcc -o conftest -g -O2 conftest.c >&5
  171. configure:7794: $? = 0
  172. configure:7794: ./conftest
  173. configure:7794: $? = 0
  174. configure:7805: result: yes
  175. configure:7818: checking for sys/types.h
  176. configure:7818: gcc -c -g -O2 conftest.c >&5
  177. configure:7818: $? = 0
  178. configure:7818: result: yes
  179. configure:7818: checking for sys/stat.h
  180. configure:7818: gcc -c -g -O2 conftest.c >&5
  181. configure:7818: $? = 0
  182. configure:7818: result: yes
  183. configure:7818: checking for stdlib.h
  184. configure:7818: gcc -c -g -O2 conftest.c >&5
  185. configure:7818: $? = 0
  186. configure:7818: result: yes
  187. configure:7818: checking for string.h
  188. configure:7818: gcc -c -g -O2 conftest.c >&5
  189. configure:7818: $? = 0
  190. configure:7818: result: yes
  191. configure:7818: checking for memory.h
  192. configure:7818: gcc -c -g -O2 conftest.c >&5
  193. configure:7818: $? = 0
  194. configure:7818: result: yes
  195. configure:7818: checking for strings.h
  196. configure:7818: gcc -c -g -O2 conftest.c >&5
  197. configure:7818: $? = 0
  198. configure:7818: result: yes
  199. configure:7818: checking for inttypes.h
  200. configure:7818: gcc -c -g -O2 conftest.c >&5
  201. configure:7818: $? = 0
  202. configure:7818: result: yes
  203. configure:7818: checking for stdint.h
  204. configure:7818: gcc -c -g -O2 conftest.c >&5
  205. configure:7818: $? = 0
  206. configure:7818: result: yes
  207. configure:7818: checking for unistd.h
  208. configure:7818: gcc -c -g -O2 conftest.c >&5
  209. configure:7818: $? = 0
  210. configure:7818: result: yes
  211. configure:7832: checking for dlfcn.h
  212. configure:7832: gcc -c -g -O2 conftest.c >&5
  213. configure:7832: $? = 0
  214. configure:7832: result: yes
  215. configure:8019: checking for objdir
  216. configure:8034: result: .libs
  217. configure:8305: checking if gcc supports -fno-rtti -fno-exceptions
  218. configure:8323: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  219. configure:8327: $? = 0
  220. configure:8340: result: no
  221. configure:8650: checking for gcc option to produce PIC
  222. configure:8657: result: -fPIC -DPIC
  223. configure:8665: checking if gcc PIC flag -fPIC -DPIC works
  224. configure:8683: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  225. configure:8687: $? = 0
  226. configure:8700: result: yes
  227. configure:8729: checking if gcc static flag -static works
  228. configure:8757: result: yes
  229. configure:8772: checking if gcc supports -c -o file.o
  230. configure:8793: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  231. configure:8797: $? = 0
  232. configure:8819: result: yes
  233. configure:8827: checking if gcc supports -c -o file.o
  234. configure:8874: result: yes
  235. configure:8907: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  236. configure:10065: result: yes
  237. configure:10310: checking dynamic linker characteristics
  238. configure:10824: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  239. configure:10824: $? = 0
  240. configure:11046: result: GNU/Linux ld.so
  241. configure:11153: checking how to hardcode library paths into programs
  242. configure:11178: result: immediate
  243. configure:11718: checking whether stripping libraries is possible
  244. configure:11723: result: yes
  245. configure:11758: checking if libtool supports shared libraries
  246. configure:11760: result: yes
  247. configure:11763: checking whether to build shared libraries
  248. configure:11784: result: no
  249. configure:11787: checking whether to build static libraries
  250. configure:11791: result: yes
  251. configure:11848: checking whether to enable maintainer-specific portions of Makefiles
  252. configure:11857: result: yes
  253. configure:11929: checking for g++
  254. configure:11945: found /usr/bin/g++
  255. configure:11956: result: g++
  256. configure:11983: checking for C++ compiler version
  257. configure:11992: g++ --version >&5
  258. configure:12003: $? = 0
  259. configure:11992: g++ -v >&5
  260. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  261. configure:12003: $? = 0
  262. configure:11992: g++ -V >&5
  263. configure:12003: $? = 4
  264. configure:11992: g++ -qversion >&5
  265. configure:12003: $? = 4
  266. configure:12007: checking whether we are using the GNU C++ compiler
  267. configure:12026: g++ -c conftest.cpp >&5
  268. configure:12026: $? = 0
  269. configure:12035: result: yes
  270. configure:12044: checking whether g++ accepts -g
  271. configure:12064: g++ -c -g conftest.cpp >&5
  272. configure:12064: $? = 0
  273. configure:12105: result: yes
  274. configure:12130: checking dependency style of g++
  275. configure:12241: result: gcc3
  276. configure:12274: checking how to run the C++ preprocessor
  277. configure:12301: g++ -E conftest.cpp
  278. configure:12301: $? = 0
  279. configure:12315: g++ -E conftest.cpp
  280. configure:12315: $? = 1
  281. configure: failed program was:
  282. configure:12340: result: g++ -E
  283. configure:12360: g++ -E conftest.cpp
  284. configure:12360: $? = 0
  285. configure:12374: g++ -E conftest.cpp
  286. configure:12374: $? = 1
  287. configure: failed program was:
  288. configure:12544: checking for ld used by g++
  289. configure:12611: result: /usr/bin/ld
  290. configure:12618: checking if the linker (/usr/bin/ld) is GNU ld
  291. configure:12633: result: yes
  292. configure:12688: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  293. configure:13692: result: yes
  294. configure:13727: g++ -c -g -O2 conftest.cpp >&5
  295. configure:13730: $? = 0
  296. configure:14250: checking for g++ option to produce PIC
  297. configure:14257: result: -fPIC -DPIC
  298. configure:14265: checking if g++ PIC flag -fPIC -DPIC works
  299. configure:14283: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  300. configure:14287: $? = 0
  301. configure:14300: result: yes
  302. configure:14323: checking if g++ static flag -static works
  303. configure:14351: result: yes
  304. configure:14363: checking if g++ supports -c -o file.o
  305. configure:14384: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  306. configure:14388: $? = 0
  307. configure:14410: result: yes
  308. configure:14415: checking if g++ supports -c -o file.o
  309. configure:14462: result: yes
  310. configure:14492: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  311. configure:14526: result: yes
  312. configure:14669: checking dynamic linker characteristics
  313. configure:15339: result: GNU/Linux ld.so
  314. configure:15392: checking how to hardcode library paths into programs
  315. configure:15417: result: immediate
  316. configure:15487: checking whether g++ is a working C++ compiler
  317. configure:15517: g++ -o conftest -g -O2 conftest.cpp >&5
  318. configure:15517: $? = 0
  319. configure:15517: ./conftest
  320. configure:15517: $? = 0
  321. configure:15529: result: yes
  322. configure:15605: checking for gcc
  323. configure:15632: result: gcc
  324. configure:15861: checking for C compiler version
  325. configure:15870: gcc --version >&5
  326. configure:15881: $? = 0
  327. configure:15870: gcc -v >&5
  328. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  329. configure:15881: $? = 0
  330. configure:15870: gcc -V >&5
  331. configure:15881: $? = 4
  332. configure:15870: gcc -qversion >&5
  333. configure:15881: $? = 4
  334. configure:15885: checking whether we are using the GNU C compiler
  335. configure:15913: result: yes
  336. configure:15922: checking whether gcc accepts -g
  337. configure:15983: result: yes
  338. configure:16000: checking for gcc option to accept ISO C89
  339. configure:16077: result: none needed
  340. configure:16099: checking dependency style of gcc
  341. configure:16210: result: gcc3
  342. configure:16287: checking for g++ options to enable ANSI C++ mode
  343. configure:16291: result: none required
  344. configure:16409: checking if -lm is required for maths functions
  345. configure:16431: g++ -o conftest -g -O2 conftest.cpp >&5
  346. configure:16431: $? = 0
  347. configure:16432: result: no
  348. configure:16467: checking if RTTI is supported
  349. configure:16480: g++ -c -g -O2 conftest.cpp >&5
  350. configure:16480: $? = 0
  351. configure:16481: result: yes
  352. configure:16495: checking for gettimeofday
  353. configure:16495: g++ -o conftest -g -O2 conftest.cpp >&5
  354. configure:16495: $? = 0
  355. configure:16495: result: yes
  356. configure:16495: checking for ftime
  357. configure:16495: g++ -o conftest -g -O2 conftest.cpp >&5
  358. configure:16495: $? = 0
  359. configure:16495: result: yes
  360. configure:16516: checking for srandom
  361. configure:16516: g++ -o conftest -g -O2 conftest.cpp >&5
  362. configure:16516: $? = 0
  363. configure:16516: result: yes
  364. configure:16516: checking for random
  365. configure:16516: g++ -o conftest -g -O2 conftest.cpp >&5
  366. configure:16516: $? = 0
  367. configure:16516: result: yes
  368. configure:16528: checking for sigaction
  369. configure:16528: g++ -o conftest -g -O2 conftest.cpp >&5
  370. configure:16528: $? = 0
  371. configure:16528: result: yes
  372. configure:16537: checking for sigsetjmp and siglongjmp
  373. configure:16550: g++ -c -g -O2 conftest.cpp >&5
  374. configure:16550: $? = 0
  375. configure:16554: result: yes
  376. configure:16565: checking for getrusage
  377. configure:16565: g++ -o conftest -g -O2 conftest.cpp >&5
  378. configure:16565: $? = 0
  379. configure:16565: result: yes
  380. configure:16565: checking for times
  381. configure:16565: g++ -o conftest -g -O2 conftest.cpp >&5
  382. configure:16565: $? = 0
  383. configure:16565: result: yes
  384. configure:16565: checking for sysconf
  385. configure:16565: g++ -o conftest -g -O2 conftest.cpp >&5
  386. configure:16565: $? = 0
  387. configure:16565: result: yes
  388. configure:16578: checking for setenv
  389. configure:16578: g++ -o conftest -g -O2 conftest.cpp >&5
  390. configure:16578: $? = 0
  391. configure:16578: result: yes
  392. configure:16578: checking for _putenv_s
  393. configure:16578: g++ -o conftest -g -O2 conftest.cpp >&5
  394. configure:16578: $? = 1
  395. configure: failed program was:
  396. configure:16578: result: no
  397. configure:16591: checking for closefrom
  398. configure:16591: g++ -o conftest -g -O2 conftest.cpp >&5
  399. configure:16591: $? = 1
  400. configure: failed program was:
  401. configure:16591: result: no
  402. configure:16591: checking for dirfd
  403. configure:16591: g++ -o conftest -g -O2 conftest.cpp >&5
  404. configure:16591: $? = 0
  405. configure:16591: result: yes
  406. configure:16591: checking for getrlimit
  407. configure:16591: g++ -o conftest -g -O2 conftest.cpp >&5
  408. configure:16591: $? = 0
  409. configure:16591: result: yes
  410. configure:16601: checking return type of ftime
  411. configure:16615: g++ -c -g -O2 conftest.cpp >&5
  412. configure:16615: $? = 0
  413. configure:16616: result: int
  414. configure:16630: checking for sys/utsname.h
  415. configure:16630: g++ -c -g -O2 conftest.cpp >&5
  416. configure:16630: $? = 0
  417. configure:16630: result: yes
  418. configure:16643: checking for gethostname
  419. configure:16643: g++ -o conftest -g -O2 conftest.cpp >&5
  420. configure:16643: $? = 0
  421. configure:16643: result: yes
  422. configure:16653: checking for ssize_t
  423. configure:16653: g++ -c -g -O2 conftest.cpp >&5
  424. configure:16653: $? = 0
  425. configure:16653: g++ -c -g -O2 conftest.cpp >&5
  426. configure:16653: $? = 1
  427. configure: failed program was:
  428. configure:16653: result: yes
  429. configure:16665: checking for pid_t
  430. configure:16665: g++ -c -g -O2 conftest.cpp >&5
  431. configure:16665: $? = 0
  432. configure:16665: g++ -c -g -O2 conftest.cpp >&5
  433. configure:16665: $? = 1
  434. configure: failed program was:
  435. configure:16665: result: yes
  436. configure:16677: checking for mode_t
  437. configure:16677: g++ -c -g -O2 conftest.cpp >&5
  438. configure:16677: $? = 0
  439. configure:16677: g++ -c -g -O2 conftest.cpp >&5
  440. configure:16677: $? = 1
  441. configure: failed program was:
  442. configure:16677: result: yes
  443. configure:16693: checking size of int
  444. configure:16698: g++ -o conftest -g -O2 conftest.cpp >&5
  445. configure:16698: $? = 0
  446. configure:16698: ./conftest
  447. configure:16698: $? = 0
  448. configure:16712: result: 4
  449. configure:16726: checking size of long
  450. configure:16731: g++ -o conftest -g -O2 conftest.cpp >&5
  451. configure:16731: $? = 0
  452. configure:16731: ./conftest
  453. configure:16731: $? = 0
  454. configure:16745: result: 4
  455. configure:16758: checking for perl
  456. configure:16776: found /usr/bin/perl
  457. configure:16788: result: /usr/bin/perl
  458. configure:16830: checking for dot
  459. configure:16863: result: no
  460. configure:16868: error: dot (part of the graphviz package) is required to build documentation
  461. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement