Advertisement
cnxsoft

libsigrok configure log

Mar 6th, 2015
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.54 KB | None | 0 0
  1. jaufranc@FX8350:~/edev/sandbox/sigrok/libsigrok$ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/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 make supports nested variables... (cached) yes
  12. checking for style of include used by make... GNU
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking dependency style of gcc... gcc3
  24. checking for ar... ar
  25. checking the archiver (ar) interface... ar
  26. checking for gcc... (cached) gcc
  27. checking whether we are using the GNU C compiler... (cached) yes
  28. checking whether gcc accepts -g... (cached) yes
  29. checking for gcc option to accept ISO C89... (cached) none needed
  30. checking whether gcc understands -c and -o together... (cached) yes
  31. checking dependency style of gcc... (cached) gcc3
  32. checking how to run the C preprocessor... gcc -E
  33. checking for g++... g++
  34. checking whether we are using the GNU C++ compiler... yes
  35. checking whether g++ accepts -g... yes
  36. checking dependency style of g++... gcc3
  37. checking whether ln -s works... yes
  38. checking how to print strings... printf
  39. checking for a sed that does not truncate output... /bin/sed
  40. checking for grep that handles long lines and -e... /bin/grep
  41. checking for egrep... /bin/grep -E
  42. checking for fgrep... /bin/grep -F
  43. checking for ld used by gcc... /usr/bin/ld
  44. checking if the linker (/usr/bin/ld) is GNU ld... yes
  45. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  46. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  47. checking the maximum length of command line arguments... 1572864
  48. checking whether the shell understands some XSI constructs... yes
  49. checking whether the shell understands "+="... yes
  50. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  51. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  52. checking for /usr/bin/ld option to reload object files... -r
  53. checking for objdump... objdump
  54. checking how to recognize dependent libraries... pass_all
  55. checking for dlltool... no
  56. checking how to associate runtime and link libraries... printf %s\n
  57. checking for archiver @FILE support... @
  58. checking for strip... strip
  59. checking for ranlib... ranlib
  60. checking command to parse /usr/bin/nm -B output from gcc object... ok
  61. checking for sysroot... no
  62. checking for mt... mt
  63. checking if mt is a manifest tool... no
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if gcc supports -fno-rtti -fno-exceptions... no
  77. checking for gcc option to produce PIC... -fPIC -DPIC
  78. checking if gcc PIC flag -fPIC -DPIC works... yes
  79. checking if gcc static flag -static works... yes
  80. checking if gcc supports -c -o file.o... yes
  81. checking if gcc supports -c -o file.o... (cached) yes
  82. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... no
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... yes
  90. checking how to run the C++ preprocessor... g++ -E
  91. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  92. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  93. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  94. checking for g++ option to produce PIC... -fPIC -DPIC
  95. checking if g++ PIC flag -fPIC -DPIC works... yes
  96. checking if g++ static flag -static works... yes
  97. checking if g++ supports -c -o file.o... yes
  98. checking if g++ supports -c -o file.o... (cached) yes
  99. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  101. checking how to hardcode library paths into programs... immediate
  102. checking for pkg-config... /usr/bin/pkg-config
  103. checking pkg-config is at least version 0.22... yes
  104. checking whether g++ supports C++11 features by default... yes
  105. checking for doxygen... yes
  106. checking for a Python interpreter with version >= 2.7... python
  107. checking for python... /usr/bin/python
  108. checking for python version... 2.7
  109. checking for python platform... linux2
  110. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  111. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  112. checking for python... yes
  113. checking python module: setuptools... yes
  114. checking for swig... yes
  115. checking for library containing pow... -lm
  116. checking for RPC support... yes
  117. checking for pkg-config... (cached) /usr/bin/pkg-config
  118. checking pkg-config is at least version 0.16... yes
  119. checking for GLIB - version >= 2.32.0... yes (version 2.40.2)
  120. checking for libzip... yes
  121. checking for libserialport... yes
  122. checking for librevisa... no
  123. checking for libgpib... no
  124. checking for libusb... yes
  125. checking for libftdi... yes
  126. checking for glibmm... yes
  127. checking for stoi and stod... yes
  128. checking for pygobject... yes
  129. checking for pygobject_3_7_91... yes
  130. checking for check... no
  131. checking sys/mman.h usability... yes
  132. checking sys/mman.h presence... yes
  133. checking for sys/mman.h... yes
  134. checking sys/ioctl.h usability... yes
  135. checking sys/ioctl.h presence... yes
  136. checking for sys/ioctl.h... yes
  137. checking for javac... yes
  138. checking for gcj... no
  139. checking for guavac... no
  140. checking for jikes... no
  141. checking for javac... javac
  142. checking if javac works... yes
  143. checking for javac... /usr/bin/javac
  144. checking symlink for /usr/bin/javac... /etc/alternatives/javac
  145. checking symlink for /etc/alternatives/javac... /usr/lib/jvm/jdk1.6.0_27/bin/javac
  146. checking for /usr/lib/jvm/jdk1.6.0_27/bin/include/jni.h... no
  147. checking for /usr/lib/jvm/jdk1.6.0_27/include/jni.h... yes
  148. checking jni.h usability... yes
  149. checking jni.h presence... no
  150. configure: WARNING: jni.h: accepted by the compiler, rejected by the preprocessor!
  151. configure: WARNING: jni.h: proceeding with the compiler's result
  152. checking for jni.h... yes
  153. checking whether byte ordering is bigendian... no
  154. checking that generated files are newer than configure... done
  155. configure: creating ./config.status
  156. config.status: creating Makefile
  157. config.status: creating include/libsigrok/version.h
  158. config.status: creating libsigrok.pc
  159. config.status: creating bindings/cxx/libsigrokcxx.pc
  160. config.status: creating config.h
  161. config.status: config.h is unchanged
  162. config.status: executing depfiles commands
  163. config.status: executing libtool commands
  164.  
  165. libsigrok configuration summary:
  166.  
  167. - Package version (major.minor.micro): 0.3.0
  168. - Library version (current:revision:age): 2:0:0
  169. - Prefix: /usr/local
  170. - Building on: x86_64-unknown-linux-gnu
  171. - Building for: x86_64-unknown-linux-gnu
  172.  
  173. Detected libraries:
  174.  
  175. - (REQUIRED) glib-2.0 >= 2.32.0: yes (2.40.2)
  176. - (REQUIRED) libzip >= 0.10: yes (0.10.1)
  177. - (OPTIONAL) libserialport >= 0.2.0: yes (0.2.0)
  178. - (OPTIONAL) librevisa >= 0.0.20130412: no
  179. - (OPTIONAL) libusb-1.0 >= 1.0.16: yes (1.0.17)
  180. - (OPTIONAL) libftdi >= 0.16: yes (0.20)
  181. - (OPTIONAL) libftdi1 >= 1.0: no
  182. - (OPTIONAL) libgpib: no
  183. - (OPTIONAL) glibmm-2.4 >= 2.32.0: yes (2.39.93)
  184. - (OPTIONAL) pygobject-3.0 >= 3.0.0: yes (3.12.0)
  185. - (OPTIONAL) check >= 0.9.4: no
  186.  
  187. Enabled hardware drivers:
  188.  
  189. - agilent-dmm..................... yes
  190. - appa-55ii....................... yes
  191. - asix-sigma...................... yes
  192. - atten-pps3xxx................... yes
  193. - baylibre-acme................... yes
  194. - beaglelogic..................... yes
  195. - brymen-bm86x.................... yes
  196. - brymen-dmm...................... yes
  197. - cem-dt-885x..................... yes
  198. - center-3xx...................... yes
  199. - chronovu-la..................... yes
  200. - colead-slm...................... yes
  201. - conrad-digi-35-cpu.............. yes
  202. - deree-de5000.................... yes
  203. - demo............................ yes
  204. - fluke-dmm....................... yes
  205. - fx2lafw......................... yes
  206. - gmc-mh-1x-2x.................... yes
  207. - hameg-hmo....................... yes
  208. - hantek-dso...................... yes
  209. - ikalogic-scanalogic2............ yes
  210. - ikalogic-scanaplus.............. yes
  211. - kecheng-kc-330b................. yes
  212. - lascar-el-usb................... yes
  213. - manson-hcs-3xxx................. yes
  214. - mic-985xx....................... yes
  215. - motech-lps-30x.................. yes
  216. - norma-dmm....................... yes
  217. - openbench-logic-sniffer......... yes
  218. - pipistrello-ols................. yes
  219. - rigol-ds........................ yes
  220. - saleae-logic16.................. yes
  221. - scpi-pps........................ yes
  222. - serial-dmm...................... yes
  223. - sysclk-lwla..................... yes
  224. - teleinfo........................ yes
  225. - testo........................... yes
  226. - tondaj-sl-814................... yes
  227. - uni-t-dmm....................... yes
  228. - uni-t-ut32x..................... yes
  229. - victor-dmm...................... yes
  230. - yokogawa-dlm.................... yes
  231. - zeroplus-logic-cube............. yes
  232.  
  233. Enabled SCPI backends:
  234. - TCP............................. yes
  235. - RPC............................. yes
  236. - serial.......................... yes
  237. - VISA............................ no
  238. - GPIB............................ no
  239. - USBTMC.......................... yes
  240.  
  241. Enabled language bindings:
  242. - C++............................. yes
  243. - Python.......................... yes
  244. - Java............................ yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement