Advertisement
Guest User

luv compile output

a guest
Oct 10th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.09 KB | None | 0 0
  1. [wormzy@playbox luv]$ make all
  2. git submodule update --init ./src/uv
  3. Submodule 'src/uv' (https://github.com/joyent/libuv.git) registered for path 'src/uv'
  4. Cloning into 'src/uv'...
  5. remote: Counting objects: 13279, done.
  6. remote: Compressing objects: 100% (3448/3448), done.
  7. remote: Total 13279 (delta 10411), reused 12532 (delta 9777)
  8. Receiving objects: 100% (13279/13279), 3.57 MiB | 613 KiB/s, done.
  9. Resolving deltas: 100% (10411/10411), done.
  10. Submodule path 'src/uv': checked out 'acea3028c53c6e8c5eeeb09f0fba9e4c031aa0ee'
  11. git submodule update --init ./src/zmq
  12. Submodule 'src/zmq' (https://github.com/zeromq/zeromq3-x.git) registered for path 'src/zmq'
  13. Cloning into 'src/zmq'...
  14. remote: Counting objects: 12424, done.
  15. remote: Compressing objects: 100% (2923/2923), done.
  16. remote: Total 12424 (delta 9411), reused 12279 (delta 9270)
  17. Receiving objects: 100% (12424/12424), 8.88 MiB | 2.05 MiB/s, done.
  18. Resolving deltas: 100% (9411/9411), done.
  19. Submodule path 'src/zmq': checked out '7b18c36f78087739593b8662814552ea24c8f04a'
  20. make -C ./src
  21. make[1]: Entering directory `/tmp/luv/luv/src'
  22. cd ./zmq && ./autogen.sh && ./configure
  23. autoreconf: Entering directory `.'
  24. autoreconf: configure.in: not using Gettext
  25. autoreconf: running: aclocal -I config --force -I config
  26. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  27. autoreconf: configure.in: tracing
  28. autoreconf: configure.in: subdirectory foreign/openpgm/build-staging/openpgm/pgm/ not present
  29. autoreconf: running: libtoolize --copy --force
  30. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
  31. libtoolize: copying file `config/ltmain.sh'
  32. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'.
  33. libtoolize: copying file `config/libtool.m4'
  34. libtoolize: copying file `config/ltoptions.m4'
  35. libtoolize: copying file `config/ltsugar.m4'
  36. libtoolize: copying file `config/ltversion.m4'
  37. libtoolize: copying file `config/lt~obsolete.m4'
  38. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  39. autoreconf: running: /usr/bin/autoconf --include=config --force
  40. autoreconf: running: /usr/bin/autoheader --include=config --force
  41. autoreconf: running: automake --add-missing --copy --force-missing
  42. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  43. configure.in:46: installing 'config/compile'
  44. configure.in:55: installing 'config/config.guess'
  45. configure.in:55: installing 'config/config.sub'
  46. configure.in:14: installing 'config/install-sh'
  47. configure.in:14: installing 'config/missing'
  48. perf/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  49. perf/Makefile.am: installing 'config/depcomp'
  50. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  51. tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  52. autoreconf: Leaving directory `.'
  53. checking for a BSD-compatible install... /usr/bin/install -c
  54. checking whether build environment is sane... yes
  55. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  56. checking for gawk... gawk
  57. checking whether make sets $(MAKE)... yes
  58. checking how to create a ustar tar archive... gnutar
  59. checking whether make supports nested variables... yes
  60. checking for gcc... gcc
  61. checking whether the C compiler works... yes
  62. checking for C compiler default output file name... a.out
  63. checking for suffix of executables...
  64. checking whether we are cross compiling... no
  65. checking for suffix of object files... o
  66. checking whether we are using the GNU C compiler... yes
  67. checking whether gcc accepts -g... yes
  68. checking for gcc option to accept ISO C89... none needed
  69. checking for style of include used by make... GNU
  70. checking dependency style of gcc... gcc3
  71. checking for gcc option to accept ISO C99... -std=gnu99
  72. checking for g++... g++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether g++ accepts -g... yes
  75. checking dependency style of g++... gcc3
  76. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  77. checking for a sed that does not truncate output... /bin/sed
  78. checking for gawk... (cached) gawk
  79. checking for xmlto... no
  80. checking for asciidoc... no
  81. checking build system type... x86_64-unknown-linux-gnu
  82. checking host system type... x86_64-unknown-linux-gnu
  83. checking how to print strings... printf
  84. checking for a sed that does not truncate output... (cached) /bin/sed
  85. checking for grep that handles long lines and -e... /usr/bin/grep
  86. checking for egrep... /usr/bin/grep -E
  87. checking for fgrep... /usr/bin/grep -F
  88. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  89. checking if the linker (/usr/bin/ld) is GNU ld... yes
  90. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  91. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  92. checking whether ln -s works... yes
  93. checking the maximum length of command line arguments... 1572864
  94. checking whether the shell understands some XSI constructs... yes
  95. checking whether the shell understands "+="... yes
  96. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  97. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  98. checking for /usr/bin/ld option to reload object files... -r
  99. checking for objdump... objdump
  100. checking how to recognize dependent libraries... pass_all
  101. checking for dlltool... dlltool
  102. checking how to associate runtime and link libraries... printf %s\n
  103. checking for ar... ar
  104. checking for archiver @FILE support... @
  105. checking for strip... strip
  106. checking for ranlib... ranlib
  107. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  108. checking for sysroot... no
  109. checking for mt... no
  110. checking if : is a manifest tool... no
  111. checking how to run the C preprocessor... gcc -std=gnu99 -E
  112. checking for ANSI C header files... yes
  113. checking for sys/types.h... yes
  114. checking for sys/stat.h... yes
  115. checking for stdlib.h... yes
  116. checking for string.h... yes
  117. checking for memory.h... yes
  118. checking for strings.h... yes
  119. checking for inttypes.h... yes
  120. checking for stdint.h... yes
  121. checking for unistd.h... yes
  122. checking for dlfcn.h... yes
  123. checking for objdir... .libs
  124. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  125. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  126. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  127. checking if gcc -std=gnu99 static flag -static works... yes
  128. checking if gcc -std=gnu99 supports -c -o file.o... yes
  129. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  130. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  131. checking whether -lc should be explicitly linked in... no
  132. checking dynamic linker characteristics... GNU/Linux ld.so
  133. checking how to hardcode library paths into programs... immediate
  134. checking whether stripping libraries is possible... yes
  135. checking if libtool supports shared libraries... yes
  136. checking whether to build shared libraries... yes
  137. checking whether to build static libraries... yes
  138. checking how to run the C++ preprocessor... g++ -E
  139. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  140. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  141. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  142. checking for g++ option to produce PIC... -fPIC -DPIC
  143. checking if g++ PIC flag -fPIC -DPIC works... yes
  144. checking if g++ static flag -static works... yes
  145. checking if g++ supports -c -o file.o... yes
  146. checking if g++ supports -c -o file.o... (cached) yes
  147. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  148. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  149. checking how to hardcode library paths into programs... immediate
  150. checking whether the C compiler works... yes
  151. checking whether we are using Intel C compiler... no
  152. checking whether we are using Sun Studio C compiler... no
  153. checking whether we are using clang C compiler... no
  154. checking whether we are using gcc >= 4 C compiler... yes
  155. checking whether the C++ compiler works... yes
  156. checking whether we are using Intel C++ compiler... no
  157. checking whether we are using Sun Studio C++ compiler... no
  158. checking whether we are using clang C++ compiler... no
  159. checking whether we are using gcc >= 4 C++ compiler... yes
  160. checking whether to enable debugging information... no
  161. checking whether to enable code coverage... no
  162. checking for pthread_create in -lpthread... yes
  163. checking for clock_gettime in -lrt... yes
  164. checking whether C++ compiler supports -fvisibility=hidden... yes
  165. checking whether C++ compiler supports dso visibility... yes
  166. checking for asciidoc... no
  167. checking for xmlto... no
  168. configure: WARNING: You are building an unreleased version of 0MQ and asciidoc or xmlto are not installed.
  169. configure: WARNING: Documentation will not be built and manual pages will not be installed.
  170. checking whether to build documentation... no
  171. checking whether to install manpages... no
  172. checking for suitable polling system... using epoll
  173. checking for ANSI C header files... (cached) yes
  174. checking errno.h usability... yes
  175. checking errno.h presence... yes
  176. checking for errno.h... yes
  177. checking arpa/inet.h usability... yes
  178. checking arpa/inet.h presence... yes
  179. checking for arpa/inet.h... yes
  180. checking netinet/tcp.h usability... yes
  181. checking netinet/tcp.h presence... yes
  182. checking for netinet/tcp.h... yes
  183. checking netinet/in.h usability... yes
  184. checking netinet/in.h presence... yes
  185. checking for netinet/in.h... yes
  186. checking stddef.h usability... yes
  187. checking stddef.h presence... yes
  188. checking for stddef.h... yes
  189. checking for stdlib.h... (cached) yes
  190. checking for string.h... (cached) yes
  191. checking sys/socket.h usability... yes
  192. checking sys/socket.h presence... yes
  193. checking for sys/socket.h... yes
  194. checking sys/time.h usability... yes
  195. checking sys/time.h presence... yes
  196. checking for sys/time.h... yes
  197. checking time.h usability... yes
  198. checking time.h presence... yes
  199. checking for time.h... yes
  200. checking for unistd.h... (cached) yes
  201. checking limits.h usability... yes
  202. checking limits.h presence... yes
  203. checking for limits.h... yes
  204. checking ifaddrs.h usability... yes
  205. checking ifaddrs.h presence... yes
  206. checking for ifaddrs.h... yes
  207. checking sys/uio.h usability... yes
  208. checking sys/uio.h presence... yes
  209. checking for sys/uio.h... yes
  210. checking sys/eventfd.h usability... yes
  211. checking sys/eventfd.h presence... yes
  212. checking for sys/eventfd.h... yes
  213. checking for stdbool.h that conforms to C99... yes
  214. checking for _Bool... no
  215. checking for an ANSI C-conforming const... yes
  216. checking for inline... inline
  217. checking for size_t... yes
  218. checking for ssize_t... yes
  219. checking whether time.h and sys/time.h may both be included... yes
  220. checking for uint32_t... yes
  221. checking for working volatile... yes
  222. checking how to enable additional warnings for C++ compiler... -Wall
  223. checking how to turn warnings to errors in C++ compiler... -Werror
  224. checking how to enable strict standards compliance in C++ compiler... -pedantic
  225. checking return type of signal handlers... void
  226. checking for perror... yes
  227. checking for gettimeofday... yes
  228. checking for clock_gettime... yes
  229. checking for memset... yes
  230. checking for socket... yes
  231. checking for getifaddrs... yes
  232. checking for freeifaddrs... yes
  233. checking alloca.h usability... yes
  234. checking alloca.h presence... yes
  235. checking for alloca.h... yes
  236. checking whether SOCK_CLOEXEC is supported... yes
  237. checking whether SO_KEEPALIVE is supported... yes
  238. checking whether TCP_KEEPCNT is supported... yes
  239. checking whether TCP_KEEPIDLE is supported... yes
  240. checking whether TCP_KEEPINTVL is supported... yes
  241. checking whether TCP_KEEPALIVE is supported... no
  242. checking that generated files are newer than configure... done
  243. configure: creating ./config.status
  244. config.status: creating Makefile
  245. config.status: creating src/Makefile
  246. config.status: creating doc/Makefile
  247. config.status: creating perf/Makefile
  248. config.status: creating src/libzmq.pc
  249. config.status: creating builds/msvc/Makefile
  250. config.status: creating tests/Makefile
  251. config.status: creating foreign/openpgm/Makefile
  252. config.status: creating builds/redhat/zeromq.spec
  253. config.status: creating src/platform.hpp
  254. config.status: executing depfiles commands
  255. config.status: executing libtool commands
  256. make CFLAGS="-fPIC" -C ./uv
  257. make[2]: Entering directory `/tmp/luv/luv/src/uv'
  258. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/async.c -o src/unix/async.o
  259. src/unix/async.c:34:12: warning: always_inline function might not be inlinable [-Wattributes]
  260. In file included from src/unix/async.c:22:0:
  261. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  262. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/core.c -o src/unix/core.o
  263. In file included from src/unix/core.c:22:0:
  264. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  265. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/dl.c -o src/unix/dl.o
  266. In file included from src/unix/dl.c:23:0:
  267. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  268. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/error.c -o src/unix/error.o
  269. In file included from src/unix/error.c:28:0:
  270. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  271. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/fs.c -o src/unix/fs.o
  272. In file included from src/unix/fs.c:23:0:
  273. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  274. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/getaddrinfo.c -o src/unix/getaddrinfo.o
  275. In file included from src/unix/getaddrinfo.c:22:0:
  276. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  277. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/loop.c -o src/unix/loop.o
  278. In file included from src/unix/loop.c:24:0:
  279. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  280. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/loop-watcher.c -o src/unix/loop-watcher.o
  281. In file included from src/unix/loop-watcher.c:23:0:
  282. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  283. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/pipe.c -o src/unix/pipe.o
  284. In file included from src/unix/pipe.c:23:0:
  285. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  286. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/poll.c -o src/unix/poll.o
  287. In file included from src/unix/poll.c:23:0:
  288. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  289. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/process.c -o src/unix/process.o
  290. In file included from src/unix/process.c:23:0:
  291. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  292. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/signal.c -o src/unix/signal.o
  293. In file included from src/unix/signal.c:22:0:
  294. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  295. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/stream.c -o src/unix/stream.o
  296. In file included from src/unix/stream.c:23:0:
  297. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  298. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/tcp.c -o src/unix/tcp.o
  299. In file included from src/unix/tcp.c:23:0:
  300. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  301. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/thread.c -o src/unix/thread.o
  302. In file included from src/unix/thread.c:23:0:
  303. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  304. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/threadpool.c -o src/unix/threadpool.o
  305. In file included from src/unix/threadpool.c:22:0:
  306. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  307. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/timer.c -o src/unix/timer.o
  308. In file included from src/unix/timer.c:22:0:
  309. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  310. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/tty.c -o src/unix/tty.o
  311. In file included from src/unix/tty.c:23:0:
  312. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  313. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/udp.c -o src/unix/udp.o
  314. In file included from src/unix/udp.c:23:0:
  315. src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  316. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/linux/linux-core.c -o src/unix/linux/linux-core.o
  317. In file included from src/unix/linux/linux-core.c:22:0:
  318. src/unix/linux/../internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  319. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/linux/inotify.c -o src/unix/linux/inotify.o
  320. In file included from src/unix/linux/inotify.c:23:0:
  321. src/unix/linux/../internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
  322. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/linux/syscalls.c -o src/unix/linux/syscalls.o
  323. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/fs-poll.c -o src/fs-poll.o
  324. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/inet.c -o src/inet.o
  325. cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -D_GNU_SOURCE -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/uv-common.c -o src/uv-common.o
  326. cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_linux.h\"
  327. ar rcs uv.a src/unix/async.o src/unix/core.o src/unix/dl.o src/unix/error.o src/unix/fs.o src/unix/getaddrinfo.o src/unix/loop.o src/unix/loop-watcher.o src/unix/pipe.o src/unix/poll.o src/unix/process.o src/unix/signal.o src/unix/stream.o src/unix/tcp.o src/unix/thread.o src/unix/threadpool.o src/unix/timer.o src/unix/tty.o src/unix/udp.o src/unix/linux/linux-core.o src/unix/linux/inotify.o src/unix/linux/syscalls.o src/fs-poll.o src/inet.o src/uv-common.o src/unix/ev/ev.o
  328. make[2]: Leaving directory `/tmp/luv/luv/src/uv'
  329. make CXXFLAGS="-fPIC" -C ./zmq
  330. make[2]: Entering directory `/tmp/luv/luv/src/zmq'
  331. Making all in src
  332. make[3]: Entering directory `/tmp/luv/luv/src/zmq/src'
  333. make all-am
  334. make[4]: Entering directory `/tmp/luv/luv/src/zmq/src'
  335. CXX libzmq_la-address.lo
  336. CXX libzmq_la-clock.lo
  337. CXX libzmq_la-ctx.lo
  338. CXX libzmq_la-decoder.lo
  339. CXX libzmq_la-device.lo
  340. CXX libzmq_la-devpoll.lo
  341. CXX libzmq_la-dist.lo
  342. CXX libzmq_la-encoder.lo
  343. CXX libzmq_la-epoll.lo
  344. CXX libzmq_la-err.lo
  345. CXX libzmq_la-fq.lo
  346. CXX libzmq_la-io_object.lo
  347. CXX libzmq_la-io_thread.lo
  348. CXX libzmq_la-ip.lo
  349. CXX libzmq_la-ipc_address.lo
  350. CXX libzmq_la-ipc_connecter.lo
  351. CXX libzmq_la-ipc_listener.lo
  352. CXX libzmq_la-kqueue.lo
  353. CXX libzmq_la-lb.lo
  354. CXX libzmq_la-mailbox.lo
  355. CXX libzmq_la-msg.lo
  356. CXX libzmq_la-mtrie.lo
  357. CXX libzmq_la-object.lo
  358. CXX libzmq_la-options.lo
  359. CXX libzmq_la-own.lo
  360. CXX libzmq_la-pair.lo
  361. CXX libzmq_la-pgm_receiver.lo
  362. CXX libzmq_la-pgm_sender.lo
  363. CXX libzmq_la-pgm_socket.lo
  364. CXX libzmq_la-pipe.lo
  365. CXX libzmq_la-poll.lo
  366. CXX libzmq_la-poller_base.lo
  367. CXX libzmq_la-pull.lo
  368. CXX libzmq_la-push.lo
  369. CXX libzmq_la-reaper.lo
  370. CXX libzmq_la-pub.lo
  371. CXX libzmq_la-random.lo
  372. CXX libzmq_la-rep.lo
  373. CXX libzmq_la-req.lo
  374. CXX libzmq_la-select.lo
  375. CXX libzmq_la-session_base.lo
  376. CXX libzmq_la-signaler.lo
  377. CXX libzmq_la-socket_base.lo
  378. CXX libzmq_la-stream_engine.lo
  379. CXX libzmq_la-sub.lo
  380. CXX libzmq_la-tcp_address.lo
  381. CXX libzmq_la-tcp_connecter.lo
  382. CXX libzmq_la-tcp_listener.lo
  383. CXX libzmq_la-thread.lo
  384. CXX libzmq_la-trie.lo
  385. CXX libzmq_la-xpub.lo
  386. CXX libzmq_la-router.lo
  387. CXX libzmq_la-dealer.lo
  388. CXX libzmq_la-xsub.lo
  389. CXX libzmq_la-zmq.lo
  390. CXX libzmq_la-zmq_utils.lo
  391. CXXLD libzmq.la
  392. make[4]: Leaving directory `/tmp/luv/luv/src/zmq/src'
  393. make[3]: Leaving directory `/tmp/luv/luv/src/zmq/src'
  394. Making all in doc
  395. make[3]: Entering directory `/tmp/luv/luv/src/zmq/doc'
  396. make[3]: Nothing to be done for `all'.
  397. make[3]: Leaving directory `/tmp/luv/luv/src/zmq/doc'
  398. Making all in perf
  399. make[3]: Entering directory `/tmp/luv/luv/src/zmq/perf'
  400. CXX local_lat.o
  401. CXXLD local_lat
  402. CXX remote_lat.o
  403. CXXLD remote_lat
  404. CXX local_thr.o
  405. CXXLD local_thr
  406. CXX remote_thr.o
  407. CXXLD remote_thr
  408. CXX inproc_lat.o
  409. CXXLD inproc_lat
  410. CXX inproc_thr.o
  411. CXXLD inproc_thr
  412. make[3]: Leaving directory `/tmp/luv/luv/src/zmq/perf'
  413. Making all in tests
  414. make[3]: Entering directory `/tmp/luv/luv/src/zmq/tests'
  415. CXX test_pair_inproc.o
  416. CXXLD test_pair_inproc
  417. CXX test_pair_tcp.o
  418. CXXLD test_pair_tcp
  419. CXX test_reqrep_inproc.o
  420. CXXLD test_reqrep_inproc
  421. CXX test_reqrep_tcp.o
  422. CXXLD test_reqrep_tcp
  423. CXX test_hwm.o
  424. CXXLD test_hwm
  425. CXX test_reqrep_device.o
  426. CXXLD test_reqrep_device
  427. CXX test_sub_forward.o
  428. CXXLD test_sub_forward
  429. CXX test_invalid_rep.o
  430. CXXLD test_invalid_rep
  431. CXX test_msg_flags.o
  432. CXXLD test_msg_flags
  433. CXX test_connect_resolve.o
  434. CXXLD test_connect_resolve
  435. CXX test_last_endpoint.o
  436. CXXLD test_last_endpoint
  437. CXX test_term_endpoint.o
  438. CXXLD test_term_endpoint
  439. CXX test_monitor.o
  440. CXXLD test_monitor
  441. CXX test_router_behavior.o
  442. CXXLD test_router_behavior
  443. CXX test_shutdown_stress.o
  444. CXXLD test_shutdown_stress
  445. CXX test_pair_ipc.o
  446. CXXLD test_pair_ipc
  447. CXX test_reqrep_ipc.o
  448. CXXLD test_reqrep_ipc
  449. CXX test_timeo.o
  450. CXXLD test_timeo
  451. make[3]: Leaving directory `/tmp/luv/luv/src/zmq/tests'
  452. make[3]: Entering directory `/tmp/luv/luv/src/zmq'
  453. make[3]: Nothing to be done for `all-am'.
  454. make[3]: Leaving directory `/tmp/luv/luv/src/zmq'
  455. make[2]: Leaving directory `/tmp/luv/luv/src/zmq'
  456. cc -c -Wall -O2 -fPIC -I/usr/local/include/luajit-2.0 -I./uv/include -I./zmq/include luv.c luv_cond.c luv_state.c luv_fiber.c luv_thread.c luv_codec.c luv_object.c luv_timer.c luv_idle.c luv_fs.c luv_stream.c luv_pipe.c luv_net.c luv_process.c luv_zmq.c
  457. cc luv.o luv_cond.o luv_state.o luv_fiber.o luv_thread.o luv_codec.o luv_object.o luv_timer.o luv_idle.o luv_fs.o luv_stream.o luv_pipe.o luv_net.o luv_process.o luv_zmq.o ./uv/uv.a ./zmq/src/.libs/libzmq.a -o luv.so -lm -ldl -lpthread -shared -lrt -lstdc++
  458. ar -rcs libluv.a *.o ./uv/src/*.o ./uv/src/*/*.o ./uv/src/*/*/*.o ./zmq/src/*.o
  459. make[1]: Leaving directory `/tmp/luv/luv/src'
  460. [wormzy@playbox luv]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement