Advertisement
Guest User

lxdream configure log

a guest
Apr 28th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. ./configure
  2. checking for a BSD-compatible install... /bin/install -c
  3. checking whether build environment is sane... yes
  4. /home/user/Desktop/lxdream/missing: Unknown `--is-lightweight' option
  5. Try `/home/user/Desktop/lxdream/missing --help' for more information
  6. configure: WARNING: 'missing' script is too old or missing
  7. checking for a thread-safe mkdir -p... /sbin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking build system type... x86_64-unknown-linux-gnu
  13. checking host system type... x86_64-unknown-linux-gnu
  14. checking for style of include used by make... GNU
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking whether gcc understands -c and -o together... yes
  25. checking dependency style of gcc... gcc3
  26. checking for library containing strerror... none required
  27. checking for gcc... (cached) gcc
  28. checking whether we are using the GNU C compiler... (cached) yes
  29. checking whether gcc accepts -g... (cached) yes
  30. checking for gcc option to accept ISO C89... (cached) none needed
  31. checking whether gcc understands -c and -o together... (cached) yes
  32. checking dependency style of gcc... (cached) gcc3
  33. checking for gcc... (cached) gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether gcc accepts -g... (cached) yes
  36. checking for gcc option to accept ISO C89... (cached) none needed
  37. checking whether gcc understands -c and -o together... (cached) yes
  38. checking dependency style of gcc... (cached) gcc3
  39. checking how to run the C preprocessor... gcc -E
  40. checking for gcc... gcc
  41. checking whether we are using the GNU C compiler... (cached) yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking whether gcc understands -c and -o together... (cached) yes
  45. checking dependency style of gcc... (cached) gcc3
  46. checking for gcc option to accept ISO C99... (cached) none needed
  47. checking for gcc option to accept ISO Standard C... (cached) none needed
  48. checking how to run the C preprocessor... gcc -E
  49. checking for gcc... gcc
  50. checking whether we are using the GNU Objective C compiler... yes
  51. checking whether gcc accepts -g... yes
  52. checking dependency style of gcc... gcc3
  53. checking for a sed that does not truncate output... /sbin/sed
  54. checking dependency style of gcc... gcc3
  55. checking for ranlib... ranlib
  56. checking for grep that handles long lines and -e... /sbin/grep
  57. checking for egrep... /sbin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking size of void *... 8
  69. checking for ANSI C header files... (cached) yes
  70. checking dependency style of gcc... (cached) gcc3
  71. checking for pod2man... /usr/bin/core_perl/pod2man
  72. checking for pod2html... /usr/bin/core_perl/pod2html
  73. checking whether we are using the GNU Objective C compiler... (cached) yes
  74. checking whether gcc accepts -g... (cached) yes
  75. checking dependency style of gcc... (cached) gcc3
  76. checking for a working Objective-C compiler... yes
  77. checking for Cocoa/Cocoa.h... yes
  78. checking OBJC version... Unknown
  79. checking if gcc supports -msse2... yes
  80. checking if gcc supports -mfpmath=sse... yes
  81. checking CC version... GCC
  82. checking if gcc supports -msse2... yes
  83. checking if gcc supports -mfpmath=sse... yes
  84. checking dlfcn.h usability... yes
  85. checking dlfcn.h presence... yes
  86. checking for dlfcn.h... yes
  87. checking for library containing dlopen... no
  88. configure: WARNING: "Statically linking all plugins"
  89. checking if linker accepts -rdynamic... no
  90. checking support for fastcall calling conventions... no
  91. checking support for force inlining... __attribute__((always_inline))
  92. checking if we have a working __builtin_frame_address()... no
  93. configure: WARNING: Memory exceptions will be slow
  94. checking for library containing listen... no
  95. checking for library containing inet_ntoa... no
  96. checking for pkg-config... /sbin/pkg-config
  97. checking pkg-config is at least version 0.9.0... yes
  98. checking for LIBPNG... yes
  99. checking for uncompress in -lz... no
  100. Zlib (libz.so) could not be found, but is required.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement