Guest User

Untitled

a guest
Feb 27th, 2017
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.63 KB | None | 0 0
  1. xxs@ubuntuserver:/opt/online$ ./configure --enable-silent-rules --with-lokit-path=/opt/online/wsd/bundled/include --with-lo-path=/opt/libreoffice/core/instdir --with-poco-includes=/usr/local/include --with-poco-libs=/usr/local/lib --with-lokit-path=/opt/online/bundled/include/LibreOfficeKit/LibreOfficeKit.h --enable-debug
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking how to print strings... printf
  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 gcc understands -c and -o together... yes
  15. checking for a sed that does not truncate output... /bin/sed
  16. checking for grep that handles long lines and -e... /bin/grep
  17. checking for egrep... /bin/grep -E
  18. checking for fgrep... /bin/grep -F
  19. checking for ld used by gcc... /usr/bin/ld
  20. checking if the linker (/usr/bin/ld) is GNU ld... yes
  21. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  22. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  23. checking whether ln -s works... yes
  24. checking the maximum length of command line arguments... 1572864
  25. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  26. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  27. checking for /usr/bin/ld option to reload object files... -r
  28. checking for objdump... objdump
  29. checking how to recognize dependent libraries... pass_all
  30. checking for dlltool... no
  31. checking how to associate runtime and link libraries... printf %s\n
  32. checking for ar... ar
  33. checking for archiver @FILE support... @
  34. checking for strip... strip
  35. checking for ranlib... ranlib
  36. checking for gawk... gawk
  37. checking command to parse /usr/bin/nm -B output from gcc object... ok
  38. checking for sysroot... no
  39. checking for a working dd... /bin/dd
  40. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  41. checking for mt... mt
  42. checking if mt is a manifest tool... no
  43. checking how to run the C preprocessor... gcc -E
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking for dlfcn.h... yes
  55. checking for objdir... .libs
  56. checking if gcc supports -fno-rtti -fno-exceptions... no
  57. checking for gcc option to produce PIC... -fPIC -DPIC
  58. checking if gcc PIC flag -fPIC -DPIC works... yes
  59. checking if gcc static flag -static works... yes
  60. checking if gcc supports -c -o file.o... yes
  61. checking if gcc supports -c -o file.o... (cached) yes
  62. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  63. checking whether -lc should be explicitly linked in... no
  64. checking dynamic linker characteristics... GNU/Linux ld.so
  65. checking how to hardcode library paths into programs... immediate
  66. checking for shl_load... no
  67. checking for shl_load in -ldld... no
  68. checking for dlopen... no
  69. checking for dlopen in -ldl... yes
  70. checking whether a program can dlopen itself... yes
  71. checking whether a statically linked program can dlopen itself... no
  72. checking whether stripping libraries is possible... yes
  73. checking if libtool supports shared libraries... yes
  74. checking whether to build shared libraries... yes
  75. checking whether to build static libraries... no
  76. checking for a BSD-compatible install... /usr/bin/install -c
  77. checking whether build environment is sane... yes
  78. checking for a thread-safe mkdir -p... /bin/mkdir -p
  79. checking whether make sets $(MAKE)... yes
  80. checking for style of include used by make... GNU
  81. checking whether make supports nested variables... yes
  82. checking how to create a pax tar archive... gnutar
  83. checking dependency style of gcc... gcc3
  84. checking for g++... g++
  85. checking whether we are using the GNU C++ compiler... yes
  86. checking whether g++ accepts -g... yes
  87. checking how to run the C++ preprocessor... g++ -E
  88. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  89. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  90. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  91. checking for g++ option to produce PIC... -fPIC -DPIC
  92. checking if g++ PIC flag -fPIC -DPIC works... yes
  93. checking if g++ static flag -static works... yes
  94. checking if g++ supports -c -o file.o... yes
  95. checking if g++ supports -c -o file.o... (cached) yes
  96. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  97. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking dependency style of g++... gcc3
  100. checking for gcc... (cached) gcc
  101. checking whether we are using the GNU C compiler... (cached) yes
  102. checking whether gcc accepts -g... (cached) yes
  103. checking for gcc option to accept ISO C89... (cached) none needed
  104. checking whether gcc understands -c and -o together... (cached) yes
  105. checking for setcap... /sbin/setcap
  106. ./configure: line 16808: test: : integer expression expected
  107. ./configure: line 16822: test: : integer expression expected
  108. checking whether to run tests against a LibreOffice... yes
  109. checking for library containing dlopen... no
  110. configure: error: dlopen not found
Advertisement
Add Comment
Please, Sign In to add comment