Advertisement
serphiroth

configure_output

Aug 10th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.51 KB | None | 0 0
  1. checking build system type... x86_64-unknown-linux-gnu
  2. checking host system type... x86_64-unknown-linux-gnu
  3. checking for gcc... cc
  4. checking for C compiler default output file name... a.out
  5. checking whether the C compiler works... yes
  6. checking whether we are cross compiling... no
  7. checking for suffix of executables...
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether cc accepts -g... yes
  11. checking for cc option to accept ANSI C... none needed
  12. checking for a sed that does not truncate output... /usr/bin/sed
  13. checking for egrep... grep -E
  14. checking for ld used by cc... /usr/bin/ld
  15. checking if the linker (/usr/bin/ld) is GNU ld... yes
  16. checking for /usr/bin/ld option to reload object files... -r
  17. checking for BSD-compatible nm... /usr/bin/nm -B
  18. checking whether ln -s works... yes
  19. checking how to recognise dependent libraries... pass_all
  20. checking how to run the C preprocessor... cc -E
  21. checking for ANSI C header files... yes
  22. checking for sys/types.h... yes
  23. checking for sys/stat.h... yes
  24. checking for stdlib.h... yes
  25. checking for string.h... yes
  26. checking for memory.h... yes
  27. checking for strings.h... yes
  28. checking for inttypes.h... yes
  29. checking for stdint.h... yes
  30. checking for unistd.h... yes
  31. checking dlfcn.h usability... yes
  32. checking dlfcn.h presence... yes
  33. checking for dlfcn.h... yes
  34. checking for g++... g++
  35. checking whether we are using the GNU C++ compiler... yes
  36. checking whether g++ accepts -g... yes
  37. checking how to run the C++ preprocessor... g++ -E
  38. checking for g77... no
  39. checking for f77... no
  40. checking for xlf... no
  41. checking for frt... no
  42. checking for pgf77... no
  43. checking for fort77... no
  44. checking for fl32... no
  45. checking for af77... no
  46. checking for f90... no
  47. checking for xlf90... no
  48. checking for pgf90... no
  49. checking for epcf90... no
  50. checking for f95... no
  51. checking for fort... no
  52. checking for xlf95... no
  53. checking for ifc... no
  54. checking for efc... no
  55. checking for pgf95... no
  56. checking for lf95... no
  57. checking for gfortran... no
  58. checking whether we are using the GNU Fortran 77 compiler... no
  59. checking whether accepts -g... no
  60. checking the maximum length of command line arguments... 32768
  61. checking command to parse /usr/bin/nm -B output from cc object... ok
  62. checking for objdir... .libs
  63. checking for ar... ar
  64. checking for ranlib... ranlib
  65. checking for strip... strip
  66. checking if cc static flag works... yes
  67. checking if cc supports -fno-rtti -fno-exceptions... no
  68. checking for cc option to produce PIC... -fPIC
  69. checking if cc PIC flag -fPIC works... yes
  70. checking if cc supports -c -o file.o... yes
  71. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  72. checking whether -lc should be explicitly linked in... no
  73. checking dynamic linker characteristics... GNU/Linux ld.so
  74. checking how to hardcode library paths into programs... immediate
  75. checking whether stripping libraries is possible... yes
  76. checking if libtool supports shared libraries... yes
  77. checking whether to build shared libraries... yes
  78. checking whether to build static libraries... yes
  79. configure: creating libtool
  80. appending configuration tag "CXX" to libtool
  81. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  82. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  83. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking for g++ option to produce PIC... -fPIC
  85. checking if g++ PIC flag -fPIC works... yes
  86. checking if g++ supports -c -o file.o... yes
  87. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking dynamic linker characteristics... GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. appending configuration tag "F77" to libtool
  92. checking for a BSD-compatible install... /usr/bin/install -c
  93. checking whether build environment is sane... yes
  94. checking for gawk... gawk
  95. checking whether make sets $(MAKE)... yes
  96. checking for style of include used by make... GNU
  97. checking how to create a ustar tar archive... gnutar
  98. checking dependency style of cc... gcc3
  99. checking dependency style of g++... gcc3
  100. checking whether to enable maintainer-specific portions of Makefiles... no
  101. creating config.nice
  102. checking for Virtuoso installation layout... default
  103. checking for gcc... (cached) cc
  104. checking whether we are using the GNU C compiler... (cached) yes
  105. checking whether cc accepts -g... (cached) yes
  106. checking for cc option to accept ANSI C... (cached) none needed
  107. checking whether cc understands -c and -o together... yes
  108. checking for ld used by cc... (cached) /usr/bin/ld
  109. checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
  110. checking how to run the C preprocessor... cc -E
  111. checking for cpp... /usr/bin/cpp
  112. checking for AIX... no
  113. checking for library containing strerror... none required
  114. checking minix/config.h usability... no
  115. checking minix/config.h presence... no
  116. checking for minix/config.h... no
  117. checking whether byte ordering is bigendian... no
  118. checking for an ANSI C-conforming const... yes
  119. checking for inline... inline
  120. checking whether char is unsigned... no
  121. checking for working long double with more range or precision than double... no
  122. checking for char... yes
  123. checking size of char... 1
  124. checking for short... yes
  125. checking size of short... 2
  126. checking for unsigned... yes
  127. checking size of unsigned... 4
  128. checking for int... yes
  129. checking size of int... 4
  130. checking for long... yes
  131. checking size of long... 8
  132. checking for long long... yes
  133. checking size of long long... 8
  134. checking for float... yes
  135. checking size of float... 4
  136. checking for double... yes
  137. checking size of double... 8
  138. checking for long double... yes
  139. checking size of long double... 16
  140. checking for char *... yes
  141. checking size of char *... 8
  142. checking for void *... yes
  143. checking size of void *... 8
  144. checking for a BSD-compatible install... /usr/bin/install -c
  145. checking whether make sets $(MAKE)... (cached) yes
  146. checking whether ln -s works... yes
  147. checking for bison... bison -y
  148. checking for htmldoc... no
  149. checking for flex... flex
  150. checking for yywrap in -lfl... no
  151. checking for yywrap in -ll... no
  152. checking lex output file root... lex.yy
  153. checking whether yytext is a pointer... no
  154. checking for flex... /usr/bin/flex
  155. checking for gawk... /usr/local/bin/gawk
  156. checking for gperf... /usr/local/bin/gperf
  157. checking for perl... /usr/bin/perl
  158. checking for python... /usr/bin/python
  159. checking for ruby... /usr/bin/ruby
  160. checking for ANSI C header files... (cached) yes
  161. checking for dirent.h that defines DIR... yes
  162. checking for library containing opendir... none required
  163. checking whether sys/types.h defines makedev... yes
  164. checking whether stat file-mode macros are broken... no
  165. checking whether time.h and sys/time.h may both be included... yes
  166. checking for sys/wait.h that is POSIX.1 compatible... yes
  167. checking for unistd.h... (cached) yes
  168. checking limits.h usability... yes
  169. checking limits.h presence... yes
  170. checking for limits.h... yes
  171. checking sys/param.h usability... yes
  172. checking sys/param.h presence... yes
  173. checking for sys/param.h... yes
  174. checking fcntl.h usability... yes
  175. checking fcntl.h presence... yes
  176. checking for fcntl.h... yes
  177. checking for string.h... (cached) yes
  178. checking for memory.h... (cached) yes
  179. checking sys/timeb.h usability... yes
  180. checking sys/timeb.h presence... yes
  181. checking for sys/timeb.h... yes
  182. checking sys/sockio.h usability... no
  183. checking sys/sockio.h presence... no
  184. checking for sys/sockio.h... no
  185. checking sys/resource.h usability... yes
  186. checking sys/resource.h presence... yes
  187. checking for sys/resource.h... yes
  188. checking malloc.h usability... yes
  189. checking malloc.h presence... yes
  190. checking for malloc.h... yes
  191. checking sys/select.h usability... yes
  192. checking sys/select.h presence... yes
  193. checking for sys/select.h... yes
  194. checking sys/time.h usability... yes
  195. checking sys/time.h presence... yes
  196. checking for sys/time.h... yes
  197. checking wchar.h usability... yes
  198. checking wchar.h presence... yes
  199. checking for wchar.h... yes
  200. checking wctype.h usability... yes
  201. checking wctype.h presence... yes
  202. checking for wctype.h... yes
  203. checking pwd.h usability... yes
  204. checking pwd.h presence... yes
  205. checking for pwd.h... yes
  206. checking grp.h usability... yes
  207. checking grp.h presence... yes
  208. checking for grp.h... yes
  209. checking sys/mman.h usability... yes
  210. checking sys/mman.h presence... yes
  211. checking for sys/mman.h... yes
  212. checking execinfo.h usability... yes
  213. checking execinfo.h presence... yes
  214. checking for execinfo.h... yes
  215. checking for mode_t... yes
  216. checking for off_t... yes
  217. checking for pid_t... yes
  218. checking return type of signal handlers... void
  219. checking for size_t... yes
  220. checking for uid_t in sys/types.h... yes
  221. checking for struct stat.st_blksize... yes
  222. checking for struct stat.st_blocks... yes
  223. checking for struct stat.st_rdev... yes
  224. checking whether struct tm is in sys/time.h or time.h... time.h
  225. checking for ptrdiff_t... yes
  226. checking for tm_gmtoff in struct tm... yes
  227. checking for tm_tzadj in struct tm... no
  228. checking for t_open in -lnsl... no
  229. checking for gethostbyname in -linet... no
  230. checking for socket in -lsocket... no
  231. checking for cos in -lm... yes
  232. checking for working memcmp... yes
  233. checking for function prototypes... yes
  234. checking whether setvbuf arguments are reversed... no
  235. checking for unistd.h... (cached) yes
  236. checking vfork.h usability... no
  237. checking vfork.h presence... no
  238. checking for vfork.h... no
  239. checking for fork... yes
  240. checking for vfork... yes
  241. checking for working fork... yes
  242. checking for working vfork... (cached) yes
  243. checking for unistd.h... (cached) yes
  244. checking for working chown... yes
  245. checking whether strerror_r is declared... yes
  246. checking for strerror_r... yes
  247. checking whether strerror_r returns char *... no
  248. checking for getpagesize... yes
  249. checking for gettimeofday... yes
  250. checking for strtok_r... yes
  251. checking for ftruncate... yes
  252. checking for fchmod... yes
  253. checking for fsync... yes
  254. checking for ftime... yes
  255. checking for localtime_r... yes
  256. checking for gmtime_r... yes
  257. checking for syslog... yes
  258. checking for snprintf... yes
  259. checking for vsnprintf... yes
  260. checking for cwprintf... no
  261. checking for fgetws... yes
  262. checking for fputws... yes
  263. checking for fwprintf... yes
  264. checking for iswdigit... yes
  265. checking for iswlower... yes
  266. checking for iswspace... yes
  267. checking for iswupper... yes
  268. checking for putwc... yes
  269. checking for putwchar... yes
  270. checking for putws... no
  271. checking for swprintf... yes
  272. checking for swscanf... yes
  273. checking for towlower... yes
  274. checking for towupper... yes
  275. checking for wcscasecmp... yes
  276. checking for wcscat... yes
  277. checking for wcschr... yes
  278. checking for wcscmp... yes
  279. checking for wcscpy... yes
  280. checking for wcsdup... yes
  281. checking for wcsicmp... no
  282. checking for wcslen... yes
  283. checking for wcsncasecmp... yes
  284. checking for wcsncat... yes
  285. checking for wcsncmp... yes
  286. checking for wcsncpy... yes
  287. checking for wcsnicmp... no
  288. checking for wcsrchr... yes
  289. checking for wcsstr... yes
  290. checking for wexecvp... no
  291. checking for wfopen... no
  292. checking for wgetenv... no
  293. checking for wperror... no
  294. checking for wprintf... yes
  295. checking for wtoi... no
  296. checking for wtol... no
  297. checking for wgetpass... no
  298. checking for wgetpassphrase... no
  299. checking for getpwnam... yes
  300. checking for getgrnam... yes
  301. checking for chmod... yes
  302. checking for getpwuid... yes
  303. checking for getgrgid... yes
  304. checking for setuid... yes
  305. checking for putenv... yes
  306. checking for setenv... yes
  307. checking for strerror... yes
  308. checking for strdup... yes
  309. checking for getrusage... yes
  310. checking for memmove... yes
  311. checking for memmem... yes
  312. checking for memcpy... yes
  313. checking for strftime... yes
  314. checking for stpcpy... yes
  315. checking for clock_gettime... yes
  316. checking for gethrtime... no
  317. checking for sys_errlist... yes
  318. checking whether va_copy exists... yes
  319. checking whether __va_copy exists... yes
  320. checking for flock in <sys/file.h>... yes
  321. checking whether #! works in shell scripts... yes
  322. checking for long file names... yes
  323. checking for unistd.h... (cached) yes
  324. checking for restartable system calls... yes
  325. configure: checking default compiler values...
  326. checking for uuid_t... no
  327. checking validity of the OpenSSL headers in /usr... good
  328. checking version and usability of the OpenSSL lib in /usr... good
  329. checking OpenLDAP library usability... bad. Check config.log for details
  330. checking for xml2-config... no
  331. checking for libxml - version >= 2.4.0... no
  332. *** The xml2-config script installed by LIBXML could not be found
  333. *** If libxml was installed in PREFIX, make sure PREFIX/bin is in
  334. *** your path, or set the XML2_CONFIG environment variable to the
  335. *** full path to xml2-config.
  336. checking for mcs... mcs
  337. checking for hslookup... notfound
  338. checking for pkg-config... /usr/bin/pkg-config
  339. checking pkg-config is at least version 0.9.0... yes
  340. checking for IM... no
  341. checking for Wand-config... notfound
  342. checking WBXML2 library usability... bad. Check config.log for details
  343. checking LZMA library usability... bad. Check config.log for details
  344. checking BZ2 library usability... bad. Check config.log for details
  345. checking for pthread_create in -lpthreads... no
  346. checking for pthread_create in -lpthread... yes
  347. checking for pthread_attr_setstacksize... yes
  348. checking for pthread_attr_getstacksize... yes
  349. checking for pthread_sigmask... yes
  350. checking for pthread_rwlock_init... yes
  351. checking for --with-libs... no
  352. checking for --with-editline... no
  353. checking for --with-readline... no
  354. checking for dlopen... no
  355. checking for dlopen in -ldl... yes
  356. checking for dlopen in -ldl... (cached) yes
  357. checking for shl_load in -ldld... no
  358. checking for iODBC location... .
  359. checking for Java options... done
  360. done
  361. done
  362. done
  363. checking for OS specific configuration... (Linux)
  364. checking for OS specific defines... (-Dlinux -D_GNU_SOURCE -DFILE64 -D_LARGEFILE64_SOURCE)
  365. checking for system libs... -lm
  366. Configured: xml ssl imsg pldebug pthreads
  367. configure: creating ./config.status
  368. config.status: creating Makefile
  369. config.status: creating binsrc/Makefile
  370. config.status: creating docsrc/Makefile
  371. config.status: creating libsrc/Makefile
  372. config.status: creating binsrc/bpel/Makefile
  373. config.status: creating binsrc/b3s/Makefile
  374. config.status: creating binsrc/cached_resources/Makefile
  375. config.status: creating binsrc/dav/Makefile
  376. config.status: creating binsrc/dbpedia/Makefile
  377. config.status: creating binsrc/driver/Makefile
  378. config.status: creating binsrc/hibernate/Makefile
  379. config.status: creating binsrc/hosting/Makefile
  380. config.status: creating binsrc/hosting/mono/Makefile
  381. config.status: creating binsrc/hosting/mono/tests/Makefile
  382. config.status: creating binsrc/hosting/perl/Makefile
  383. config.status: creating binsrc/hosting/php/Makefile
  384. config.status: creating binsrc/hosting/python/Makefile
  385. config.status: creating binsrc/hosting/ruby/Makefile
  386. config.status: creating binsrc/isparql/Makefile
  387. config.status: creating binsrc/jena/Makefile
  388. config.status: creating binsrc/jena2/Makefile
  389. config.status: creating binsrc/jena3/Makefile
  390. config.status: creating binsrc/maildrop/Makefile
  391. config.status: creating binsrc/mono/Makefile
  392. config.status: creating binsrc/oat/Makefile
  393. config.status: creating binsrc/rdf_mappers/Makefile
  394. config.status: creating binsrc/rdb2rdf/Makefile
  395. config.status: creating binsrc/rdf4j/Makefile
  396. config.status: creating binsrc/redland/Makefile
  397. config.status: creating binsrc/samples/demo/Makefile
  398. config.status: creating binsrc/samples/hslookup/Makefile
  399. config.status: creating binsrc/samples/image_magick/Makefile
  400. config.status: creating binsrc/samples/JDBC/Makefile
  401. config.status: creating binsrc/samples/Makefile
  402. config.status: creating binsrc/samples/odp/Makefile
  403. config.status: creating binsrc/samples/sparql_demo/Makefile
  404. config.status: creating binsrc/samples/wbxml2/Makefile
  405. config.status: creating binsrc/samples/webapp/Makefile
  406. config.status: creating binsrc/samples/xpath/Makefile
  407. config.status: creating binsrc/samples/xquery/Makefile
  408. config.status: creating binsrc/sesame/Makefile
  409. config.status: creating binsrc/sesame2/Makefile
  410. config.status: creating binsrc/sesame3/Makefile
  411. config.status: creating binsrc/sesame4/Makefile
  412. config.status: creating binsrc/sqldoc/Makefile
  413. config.status: creating binsrc/sync/Makefile
  414. config.status: creating binsrc/tests/biftest/Makefile
  415. config.status: creating binsrc/tests/dotnet/Makefile
  416. config.status: creating binsrc/tests/Makefile
  417. config.status: creating binsrc/tests/bsbm/Makefile
  418. config.status: creating binsrc/tests/lubm/Makefile
  419. config.status: creating binsrc/tests/oledb/Makefile
  420. config.status: creating binsrc/tests/rdf/Makefile
  421. config.status: creating binsrc/tests/suite/Makefile
  422. config.status: creating binsrc/tests/suite/tpc-d/Makefile
  423. config.status: creating binsrc/tests/tpcrun/Makefile
  424. config.status: creating binsrc/tests/wb/Makefile
  425. config.status: creating binsrc/tutorial/apps/Makefile
  426. config.status: creating binsrc/tutorial/hosting/Makefile
  427. config.status: creating binsrc/tutorial/Makefile
  428. config.status: creating binsrc/tutorial/services/Makefile
  429. config.status: creating binsrc/tutorial/web/Makefile
  430. config.status: creating binsrc/tutorial/xml/Makefile
  431. config.status: creating binsrc/vad/Makefile
  432. config.status: creating binsrc/virtodbc/Makefile
  433. config.status: creating binsrc/virtoledb/Makefile
  434. config.status: creating binsrc/VirtuosoClient.Net/Makefile
  435. config.status: creating binsrc/virtuoso/Makefile
  436. config.status: creating binsrc/virtuoso_sink/Makefile
  437. config.status: creating binsrc/vsp/Makefile
  438. config.status: creating binsrc/vspx/Makefile
  439. config.status: creating binsrc/ws/Makefile
  440. config.status: creating binsrc/ws/wsrm/Makefile
  441. config.status: creating binsrc/xddl/Makefile
  442. config.status: creating binsrc/yacutia/Makefile
  443. config.status: creating docsrc/chm/Makefile
  444. config.status: creating docsrc/docwiki/Makefile
  445. config.status: creating docsrc/html_virt/Makefile
  446. config.status: creating docsrc/images/Makefile
  447. config.status: creating docsrc/pdf/Makefile
  448. config.status: creating docsrc/releasenotes/Makefile
  449. config.status: creating docsrc/styleguide/Makefile
  450. config.status: creating docsrc/stylesheets/Makefile
  451. config.status: creating docsrc/xmlsource/Makefile
  452. config.status: creating libsrc/Dk/Makefile
  453. config.status: creating libsrc/JDBCDriverType4/Makefile
  454. config.status: creating libsrc/JDBCDriverType4/testsuite_2.0/Makefile
  455. config.status: creating libsrc/JDBCDriverType4/testsuite_3.0/Makefile
  456. config.status: creating libsrc/JDBCDriverType4/testsuite_4.0/Makefile
  457. config.status: creating libsrc/JDBCDriverType4/virtuoso/jdbc2/Makefile
  458. config.status: creating libsrc/JDBCDriverType4/virtuoso/Makefile
  459. config.status: creating libsrc/langfunc/Makefile
  460. config.status: creating libsrc/odbcsdk/Makefile
  461. config.status: creating libsrc/plugin/Makefile
  462. config.status: creating libsrc/Thread/Makefile
  463. config.status: creating libsrc/Tidy/Makefile
  464. config.status: creating libsrc/util/Makefile
  465. config.status: creating libsrc/Wi/Makefile
  466. config.status: creating libsrc/Xml.new/Makefile
  467. config.status: creating libsrc/zlib/Makefile
  468. config.status: creating appsrc/Makefile
  469. config.status: creating appsrc/ODS-Framework/Makefile
  470. config.status: creating appsrc/ODS-Addressbook/Makefile
  471. config.status: creating appsrc/ODS-Blog/Makefile
  472. config.status: creating appsrc/ODS-Bookmark/Makefile
  473. config.status: creating appsrc/ODS-Briefcase/Makefile
  474. config.status: creating appsrc/ODS-Calendar/Makefile
  475. config.status: creating appsrc/ODS-Community/Makefile
  476. config.status: creating appsrc/ODS-Discussion/Makefile
  477. config.status: creating appsrc/ODS-FeedManager/Makefile
  478. config.status: creating appsrc/ODS-Gallery/Makefile
  479. config.status: creating appsrc/ODS-Polls/Makefile
  480. config.status: creating appsrc/ODS-WebMail/Makefile
  481. config.status: creating appsrc/ODS-Wiki/Makefile
  482. config.status: creating appsrc/ODS-Wiki/plugin/Makefile
  483. config.status: creating libsrc/Dk/config.h
  484. config.status: executing depfiles commands
  485. config.status: executing default commands
  486.  
  487.  
  488. Virtuoso Open Source Edition (Column Store) 7.2.5-rc2 configuration summary
  489. ===========================================================================
  490.  
  491. Installation variables
  492. layout default
  493. prefix /usr/local/virtuoso-opensource
  494. exec_prefix ${prefix}
  495.  
  496. Installation paths
  497. programs ${exec_prefix}/bin
  498. include files ${prefix}/include
  499. libraries ${exec_prefix}/lib
  500. manual pages ${prefix}/man
  501. vad packages ${prefix}/share/virtuoso/vad
  502. database ${prefix}/var/lib/virtuoso/db
  503. hosting ${exec_prefix}/lib/virtuoso/hosting
  504.  
  505. Options
  506. BUILD_OPTS xml ssl imsg pldebug pthreads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement