Advertisement
chaicko

zmq crosscompile

Jul 20th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.10 KB | None | 0 0
  1. chaicko@gauss:~/Work/Freelance/SkyBell/shklib/zmq_playground/libzmq$ ./configure --host=arm-unknown-linux-uclibcgnueabi --prefix=/tmp/zmq2 --enable-debug --without-docs
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for arm-unknown-linux-uclibcgnueabi-strip... arm-unknown-linux-uclibcgnueabi-strip
  5. checking for a thread-safe mkdir -p... /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 whether UID '1000' is supported by ustar format... yes
  10. checking whether GID '1000' is supported by ustar format... yes
  11. checking how to create a ustar tar archive... gnutar
  12. checking whether make supports nested variables... (cached) yes
  13. checking for arm-unknown-linux-uclibcgnueabi-gcc... arm-unknown-linux-uclibcgnueabi-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... yes
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether arm-unknown-linux-uclibcgnueabi-gcc accepts -g... yes
  21. checking for arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89... none needed
  22. checking whether arm-unknown-linux-uclibcgnueabi-gcc understands -c and -o together... yes
  23. checking for style of include used by make... GNU
  24. checking dependency style of arm-unknown-linux-uclibcgnueabi-gcc... gcc3
  25. checking whether C compiler accepts -std=gnu11... no
  26. checking for arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C99... -std=gnu99
  27. checking for arm-unknown-linux-uclibcgnueabi-g++... arm-unknown-linux-uclibcgnueabi-g++
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether arm-unknown-linux-uclibcgnueabi-g++ accepts -g... yes
  30. checking dependency style of arm-unknown-linux-uclibcgnueabi-g++... gcc3
  31. checking whether arm-unknown-linux-uclibcgnueabi-g++ supports C++11 features by default... no
  32. checking whether arm-unknown-linux-uclibcgnueabi-g++ supports C++11 features with -std=gnu++11... no
  33. checking whether arm-unknown-linux-uclibcgnueabi-g++ supports C++11 features with -std=gnu++0x... no
  34. configure: No compiler with C++11 support was found
  35. checking for a sed that does not truncate output... /bin/sed
  36. checking whether to build with code coverage support... no
  37. checking for a sed that does not truncate output... (cached) /bin/sed
  38. checking for gawk... (cached) gawk
  39. checking for arm-unknown-linux-uclibcgnueabi-pkg-config... no
  40. checking for pkg-config... /usr/bin/pkg-config
  41. configure: WARNING: using cross tools not prefixed with host triplet
  42. checking pkg-config is at least version 0.9.0... yes
  43. checking for xmlto... /usr/bin/xmlto
  44. checking for asciidoc... /usr/bin/asciidoc
  45. checking build system type... x86_64-unknown-linux-gnu
  46. checking host system type... arm-unknown-linux-uclibcgnueabi
  47. checking how to print strings... printf
  48. checking for a sed that does not truncate output... (cached) /bin/sed
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /bin/grep -E
  51. checking for fgrep... /bin/grep -F
  52. checking for ld used by arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99... /opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld
  53. checking if the linker (/opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes
  54. checking for BSD- or MS-compatible name lister (nm)... /opt/Mozart_toolchain/arm-eabi-uclibc/usr/bin/arm-unknown-linux-uclibcgnueabi-nm -B
  55. checking the name lister (/opt/Mozart_toolchain/arm-eabi-uclibc/usr/bin/arm-unknown-linux-uclibcgnueabi-nm -B) interface... BSD nm
  56. checking whether ln -s works... yes
  57. checking the maximum length of command line arguments... 1572864
  58. checking whether the shell understands some XSI constructs... yes
  59. checking whether the shell understands "+="... yes
  60. checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-uclibcgnueabi format... func_convert_file_noop
  61. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  62. checking for /opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld option to reload object files... -r
  63. checking for arm-unknown-linux-uclibcgnueabi-objdump... objdump
  64. checking how to recognize dependent libraries... pass_all
  65. checking for arm-unknown-linux-uclibcgnueabi-dlltool... dlltool
  66. checking how to associate runtime and link libraries... printf %s\n
  67. checking for arm-unknown-linux-uclibcgnueabi-ar... arm-unknown-linux-uclibcgnueabi-ar
  68. checking for archiver @FILE support... @
  69. checking for arm-unknown-linux-uclibcgnueabi-strip... (cached) arm-unknown-linux-uclibcgnueabi-strip
  70. checking for arm-unknown-linux-uclibcgnueabi-ranlib... arm-unknown-linux-uclibcgnueabi-ranlib
  71. checking command to parse /opt/Mozart_toolchain/arm-eabi-uclibc/usr/bin/arm-unknown-linux-uclibcgnueabi-nm -B output from arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 object... ok
  72. checking for sysroot... no
  73. checking for arm-unknown-linux-uclibcgnueabi-mt... no
  74. checking for mt... mt
  75. checking if mt is a manifest tool... no
  76. checking how to run the C preprocessor... arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 -E
  77. checking for ANSI C header files... yes
  78. checking for sys/types.h... yes
  79. checking for sys/stat.h... yes
  80. checking for stdlib.h... yes
  81. checking for string.h... yes
  82. checking for memory.h... yes
  83. checking for strings.h... yes
  84. checking for inttypes.h... yes
  85. checking for stdint.h... yes
  86. checking for unistd.h... yes
  87. checking for dlfcn.h... yes
  88. checking for objdir... .libs
  89. checking if arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  90. checking for arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  91. checking if arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  92. checking if arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 static flag -static works... yes
  93. checking if arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 supports -c -o file.o... yes
  94. checking if arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 supports -c -o file.o... (cached) yes
  95. checking whether the arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 linker (/opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes
  96. checking whether -lc should be explicitly linked in... no
  97. checking dynamic linker characteristics... GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking whether stripping libraries is possible... yes
  100. checking if libtool supports shared libraries... yes
  101. checking whether to build shared libraries... yes
  102. checking whether to build static libraries... yes
  103. checking how to run the C++ preprocessor... arm-unknown-linux-uclibcgnueabi-g++ -E
  104. checking for ld used by arm-unknown-linux-uclibcgnueabi-g++... /opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld
  105. checking if the linker (/opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes
  106. checking whether the arm-unknown-linux-uclibcgnueabi-g++ linker (/opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes
  107. checking for arm-unknown-linux-uclibcgnueabi-g++ option to produce PIC... -fPIC -DPIC
  108. checking if arm-unknown-linux-uclibcgnueabi-g++ PIC flag -fPIC -DPIC works... yes
  109. checking if arm-unknown-linux-uclibcgnueabi-g++ static flag -static works... yes
  110. checking if arm-unknown-linux-uclibcgnueabi-g++ supports -c -o file.o... yes
  111. checking if arm-unknown-linux-uclibcgnueabi-g++ supports -c -o file.o... (cached) yes
  112. checking whether the arm-unknown-linux-uclibcgnueabi-g++ linker (/opt/Mozart_toolchain/arm-eabi-uclibc/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes
  113. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking for valgrind... valgrind
  116. checking for Valgrind tool memcheck... memcheck
  117. checking for Valgrind tool helgrind... helgrind
  118. checking for Valgrind tool drd... drd
  119. checking for Valgrind tool exp-sgcheck... exp-sgcheck
  120. checking whether the C compiler works... yes
  121. checking whether we are using Intel C compiler... no
  122. checking whether we are using Sun Studio C compiler... no
  123. checking whether we are using clang C compiler... no
  124. checking whether we are using gcc >= 4 C compiler... yes
  125. checking whether the C++ compiler works... yes
  126. checking whether we are using Intel C++ compiler... no
  127. checking whether we are using Sun Studio C++ compiler... no
  128. checking whether we are using clang C++ compiler... no
  129. checking whether we are using gcc >= 4 C++ compiler... yes
  130. checking whether to enable debugging information... yes
  131. checking whether to enable code coverage... no
  132. checking if TIPC is available and supports nonblocking connect... no
  133. checking for pthread_create in -lpthread... yes
  134. checking for clock_gettime in -lrt... yes
  135. checking whether C++ compiler supports -fvisibility=hidden... yes
  136. checking whether C++ compiler supports dso visibility... yes
  137. checking whether to build documentation... no
  138. checking whether to install manpages... no
  139. configure: Choosing polling system from 'kqueue epoll devpoll poll select'...
  140. configure: Using 'epoll' polling system
  141. checking for ANSI C header files... (cached) yes
  142. checking errno.h usability... yes
  143. checking errno.h presence... yes
  144. checking for errno.h... yes
  145. checking time.h usability... yes
  146. checking time.h presence... yes
  147. checking for time.h... yes
  148. checking for unistd.h... (cached) yes
  149. checking limits.h usability... yes
  150. checking limits.h presence... yes
  151. checking for limits.h... yes
  152. checking stddef.h usability... yes
  153. checking stddef.h presence... yes
  154. checking for stddef.h... yes
  155. checking for stdlib.h... (cached) yes
  156. checking for string.h... (cached) yes
  157. checking arpa/inet.h usability... yes
  158. checking arpa/inet.h presence... yes
  159. checking for arpa/inet.h... yes
  160. checking netinet/tcp.h usability... yes
  161. checking netinet/tcp.h presence... yes
  162. checking for netinet/tcp.h... yes
  163. checking netinet/in.h usability... yes
  164. checking netinet/in.h presence... yes
  165. checking for netinet/in.h... yes
  166. checking sys/socket.h usability... yes
  167. checking sys/socket.h presence... yes
  168. checking for sys/socket.h... yes
  169. checking sys/time.h usability... yes
  170. checking sys/time.h presence... yes
  171. checking for sys/time.h... yes
  172. checking ifaddrs.h usability... yes
  173. checking ifaddrs.h presence... yes
  174. checking for ifaddrs.h... yes
  175. checking sys/uio.h usability... yes
  176. checking sys/uio.h presence... yes
  177. checking for sys/uio.h... yes
  178. checking sys/eventfd.h usability... no
  179. checking sys/eventfd.h presence... no
  180. checking for sys/eventfd.h... no
  181. checking whether SO_PEERCRED is declared... yes
  182. checking whether LOCAL_PEERCRED is declared... no
  183. checking for stdbool.h that conforms to C99... yes
  184. checking for _Bool... no
  185. checking for an ANSI C-conforming const... yes
  186. checking for inline... inline
  187. checking for size_t... yes
  188. checking for ssize_t... yes
  189. checking whether time.h and sys/time.h may both be included... yes
  190. checking for uint32_t... yes
  191. checking for working volatile... yes
  192. configure: Using tweetnacl for CURVE security
  193. checking "with_norm_ext = no"... no
  194. checking how to enable additional warnings for C++ compiler... -Wall
  195. checking how to turn warnings to errors in C++ compiler... -Werror
  196. checking how to enable strict standards compliance in C++ compiler... -pedantic
  197. checking whether compiler supports __atomic_Xxx intrinsics... no
  198. checking return type of signal handlers... void
  199. checking for perror... yes
  200. checking for gettimeofday... yes
  201. checking for clock_gettime... yes
  202. checking for memset... yes
  203. checking for socket... yes
  204. checking for getifaddrs... yes
  205. checking for freeifaddrs... yes
  206. checking for fork... yes
  207. checking for posix_memalign... yes
  208. checking for mkdtemp... yes
  209. checking alloca.h usability... yes
  210. checking alloca.h presence... yes
  211. checking for alloca.h... yes
  212. checking whether SOCK_CLOEXEC is supported... not during cross-compile
  213. checking whether SO_KEEPALIVE is supported... not during cross-compile
  214. checking whether TCP_KEEPCNT is supported... not during cross-compile
  215. checking whether TCP_KEEPIDLE is supported... not during cross-compile
  216. checking whether TCP_KEEPINTVL is supported... not during cross-compile
  217. checking whether TCP_KEEPALIVE is supported... not during cross-compile
  218. configure: Building stable and legacy API + draft API
  219. checking for LIBUNWIND... no
  220. configure: WARNING: Cannot find libunwind
  221. checking that generated files are newer than configure... done
  222. configure: creating ./config.status
  223. config.status: creating Makefile
  224. config.status: creating src/libzmq.pc
  225. config.status: creating doc/Makefile
  226. config.status: creating builds/Makefile
  227. config.status: creating builds/msvc/Makefile
  228. config.status: creating packaging/redhat/zeromq.spec
  229. config.status: creating src/platform.hpp
  230. config.status: src/platform.hpp is unchanged
  231. config.status: executing depfiles commands
  232. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement