免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1702 | 回复: 0
打印 上一主题 下一主题

Unable to continue without polling system ? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2016-03-24 11:06 |只看该作者 |倒序浏览
装个小东西 zmq-4.1.2,Linux上正常,Solaris 异常

SunOS 5.10 Generic_148888-01 sun4v sparc SUNW
  1. # ./configure
  2. checking for a BSD-compatible install... config/install-sh -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... config/install-sh -c -d
  5. checking for gawk... no
  6. checking for mawk... no
  7. checking for nawk... nawk
  8. checking whether make sets $(MAKE)... yes
  9. checking how to create a ustar tar archive... plaintar
  10. checking whether make supports nested variables... yes
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking for gcc option to accept ISO C99... -std=gnu99
  23. checking for g++... g++
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking dependency style of g++... gcc3
  27. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  28. checking for a sed that does not truncate output... /usr/bin/sed
  29. checking for gawk... (cached) nawk
  30. checking for pkg-config... /usr/bin/pkg-config
  31. checking pkg-config is at least version 0.9.0... yes
  32. checking for xmlto... no
  33. checking for asciidoc... no
  34. checking build system type... sparc-sun-solaris2.10
  35. checking host system type... sparc-sun-solaris2.10
  36. checking how to print strings... printf
  37. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  38. checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
  39. checking for egrep... /usr/xpg4/bin/grep -E
  40. checking for fgrep... /usr/xpg4/bin/grep -F
  41. checking for ld used by gcc -std=gnu99... /usr/ccs/bin/ld
  42. checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
  43. checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p
  44. checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm
  45. checking whether ln -s works... yes
  46. checking the maximum length of command line arguments... 786240
  47. checking whether the shell understands some XSI constructs... yes
  48. checking whether the shell understands "+="... yes
  49. checking how to convert sparc-sun-solaris2.10 file names to sparc-sun-solaris2.10 format... func_convert_file_noop
  50. checking how to convert sparc-sun-solaris2.10 file names to toolchain format... func_convert_file_noop
  51. checking for /usr/ccs/bin/ld option to reload object files... -r
  52. checking for objdump... objdump
  53. checking how to recognize dependent libraries... pass_all
  54. checking for dlltool... dlltool
  55. checking how to associate runtime and link libraries... printf %s\n
  56. checking for ar... ar
  57. checking for archiver @FILE support... no
  58. checking for strip... strip
  59. checking for ranlib... ranlib
  60. checking command to parse /usr/ccs/bin/nm -p output from gcc -std=gnu99 object... ok
  61. checking for sysroot... no
  62. checking for mt... mt
  63. checking if mt is a manifest tool... no
  64. checking how to run the C preprocessor... gcc -std=gnu99 -E
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  78. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  79. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  80. checking if gcc -std=gnu99 static flag -static works... no
  81. checking if gcc -std=gnu99 supports -c -o file.o... yes
  82. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  83. checking whether the gcc -std=gnu99 linker (/usr/ccs/bin/ld) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... yes
  85. checking dynamic linker characteristics... solaris2.10 ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... no
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking how to run the C++ preprocessor... g++ -E
  92. checking for ld used by g++... /usr/ccs/bin/ld
  93. checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
  94. checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
  95. checking for g++ option to produce PIC... -fPIC -DPIC
  96. checking if g++ PIC flag -fPIC -DPIC works... yes
  97. checking if g++ static flag -static works... no
  98. checking if g++ supports -c -o file.o... yes
  99. checking if g++ supports -c -o file.o... (cached) yes
  100. checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
  101. checking dynamic linker characteristics... solaris2.10 ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking whether the C compiler works... yes
  104. checking whether we are using Intel C compiler... no
  105. checking whether we are using Sun Studio C compiler... no
  106. checking whether we are using clang C compiler... no
  107. checking whether we are using gcc >= 4 C compiler... no
  108. checking whether the C++ compiler works... yes
  109. checking whether we are using Intel C++ compiler... no
  110. checking whether we are using Sun Studio C++ compiler... no
  111. checking whether we are using clang C++ compiler... no
  112. checking whether we are using gcc >= 4 C++ compiler... no
  113. checking whether to enable debugging information... no
  114. checking whether to enable code coverage... no
  115. checking if TIPC is available and supports nonblocking connect... no
  116. checking for socket in -lsocket... yes
  117. checking for gethostbyname in -lnsl... yes
  118. checking whether atomic operations can be used... yes
  119. checking for pthread_create in -lpthread... no
  120. checking for clock_gettime in -lrt... no
  121. checking whether C++ compiler supports dso visibility... no
  122. checking whether C++ compiler supports -mcpu=v9... yes
  123. checking for asciidoc... no
  124. checking for xmlto... no
  125. checking whether to build documentation... no
  126. checking whether to install manpages... yes
  127. checking for suitable polling system... no suitable polling system found
  128. configure: error: Unable to continue without polling system
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP