Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. checking build system type... x86_64-pc-linux-gnu
  2. checking host system type... x86_64-pc-linux-gnu
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a race-free mkdir -p... /usr/bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether the compiler supports GNU C... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to enable C11 features... none needed
  18. checking whether gcc understands -c and -o together... yes
  19. checking whether make supports the include directive... yes (GNU style)
  20. checking dependency style of gcc... gcc3
  21. checking for ar... ar
  22. checking the archiver (ar) interface... ar
  23. checking how to print strings... printf
  24. checking for a sed that does not truncate output... /usr/bin/sed
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for fgrep... /usr/bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  35. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  36. checking for /usr/bin/ld option to reload object files... -r
  37. checking for file... file
  38. checking for objdump... objdump
  39. checking how to recognize dependent libraries... pass_all
  40. checking for dlltool... no
  41. checking how to associate runtime and link libraries... printf %s\n
  42. checking for archiver @FILE support... @
  43. checking for strip... strip
  44. checking for ranlib... ranlib
  45. checking command to parse /usr/bin/nm -B output from gcc object... ok
  46. checking for sysroot... no
  47. checking for a working dd... /usr/bin/dd
  48. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  49. checking for mt... mt
  50. checking if mt is a manifest tool... no
  51. checking for stdio.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for inttypes.h... yes
  55. checking for stdint.h... yes
  56. checking for strings.h... yes
  57. checking for sys/stat.h... yes
  58. checking for sys/types.h... yes
  59. checking for unistd.h... yes
  60. checking for dlfcn.h... yes
  61. checking for objdir... .libs
  62. checking if gcc supports -fno-rtti -fno-exceptions... no
  63. checking for gcc option to produce PIC... -fPIC -DPIC
  64. checking if gcc PIC flag -fPIC -DPIC works... yes
  65. checking if gcc static flag -static works... yes
  66. checking if gcc supports -c -o file.o... yes
  67. checking if gcc supports -c -o file.o... (cached) yes
  68. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  69. checking whether -lc should be explicitly linked in... no
  70. checking dynamic linker characteristics... GNU/Linux ld.so
  71. checking how to hardcode library paths into programs... immediate
  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... yes
  76. checking for pkg-config... /usr/bin/pkg-config
  77. checking pkg-config is at least version 0.9.0... yes
  78. checking for libusb-1.0 >= 1.0.16... no
  79. checking whether byte ordering is bigendian... no
  80. checking that generated files are newer than configure... done
  81. configure: creating ./config.status
  82. config.status: creating Makefile
  83. config.status: creating libjaylink/Makefile
  84. config.status: creating libjaylink/version.h
  85. config.status: creating libjaylink.pc
  86. config.status: creating Doxyfile
  87. config.status: creating config.h
  88. config.status: config.h is unchanged
  89. config.status: executing depfiles commands
  90. config.status: executing libtool commands
  91.  
  92. libjaylink configuration summary:
  93. - Package version ................ 0.3.1
  94. - Library version ................ 2:0:2
  95. - Installation prefix ............ /usr/local
  96. - Building on .................... x86_64-pc-linux-gnu
  97. - Building for ................... x86_64-pc-linux-gnu
  98.  
  99. Enabled transports:
  100. - USB ............................ no (missing: libusb-1.0)
  101. - TCP ............................ yes
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement