Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [wormzy@playbox luv]$ make all
- git submodule update --init ./src/uv
- Submodule 'src/uv' (https://github.com/joyent/libuv.git) registered for path 'src/uv'
- Cloning into 'src/uv'...
- remote: Counting objects: 13279, done.
- remote: Compressing objects: 100% (3448/3448), done.
- remote: Total 13279 (delta 10411), reused 12532 (delta 9777)
- Receiving objects: 100% (13279/13279), 3.57 MiB | 613 KiB/s, done.
- Resolving deltas: 100% (10411/10411), done.
- Submodule path 'src/uv': checked out 'acea3028c53c6e8c5eeeb09f0fba9e4c031aa0ee'
- git submodule update --init ./src/zmq
- Submodule 'src/zmq' (https://github.com/zeromq/zeromq3-x.git) registered for path 'src/zmq'
- Cloning into 'src/zmq'...
- remote: Counting objects: 12424, done.
- remote: Compressing objects: 100% (2923/2923), done.
- remote: Total 12424 (delta 9411), reused 12279 (delta 9270)
- Receiving objects: 100% (12424/12424), 8.88 MiB | 2.05 MiB/s, done.
- Resolving deltas: 100% (9411/9411), done.
- Submodule path 'src/zmq': checked out '7b18c36f78087739593b8662814552ea24c8f04a'
- make -C ./src
- make[1]: Entering directory `/tmp/luv/luv/src'
- cd ./zmq && ./autogen.sh && ./configure
- autoreconf: Entering directory `.'
- autoreconf: configure.in: not using Gettext
- autoreconf: running: aclocal -I config --force -I config
- aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
- autoreconf: configure.in: tracing
- autoreconf: configure.in: subdirectory foreign/openpgm/build-staging/openpgm/pgm/ not present
- autoreconf: running: libtoolize --copy --force
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
- libtoolize: copying file `config/ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'.
- libtoolize: copying file `config/libtool.m4'
- libtoolize: copying file `config/ltoptions.m4'
- libtoolize: copying file `config/ltsugar.m4'
- libtoolize: copying file `config/ltversion.m4'
- libtoolize: copying file `config/lt~obsolete.m4'
- aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
- autoreconf: running: /usr/bin/autoconf --include=config --force
- autoreconf: running: /usr/bin/autoheader --include=config --force
- autoreconf: running: automake --add-missing --copy --force-missing
- automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
- configure.in:46: installing 'config/compile'
- configure.in:55: installing 'config/config.guess'
- configure.in:55: installing 'config/config.sub'
- configure.in:14: installing 'config/install-sh'
- configure.in:14: installing 'config/missing'
- perf/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
- perf/Makefile.am: installing 'config/depcomp'
- automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
- tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
- autoreconf: Leaving directory `.'
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking how to create a ustar tar archive... gnutar
- checking whether make supports nested variables... yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking for gcc option to accept ISO C99... -std=gnu99
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... gcc3
- checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
- checking for a sed that does not truncate output... /bin/sed
- checking for gawk... (cached) gawk
- checking for xmlto... no
- checking for asciidoc... no
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... (cached) /bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc -std=gnu99... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... dlltool
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
- checking for sysroot... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... gcc -std=gnu99 -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
- checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
- checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
- checking if gcc -std=gnu99 static flag -static works... yes
- checking if gcc -std=gnu99 supports -c -o file.o... yes
- checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
- checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... g++ -E
- checking for ld used by g++... /usr/bin/ld -m elf_x86_64
- checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for g++ option to produce PIC... -fPIC -DPIC
- checking if g++ PIC flag -fPIC -DPIC works... yes
- checking if g++ static flag -static works... yes
- checking if g++ supports -c -o file.o... yes
- checking if g++ supports -c -o file.o... (cached) yes
- checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... (cached) GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether the C compiler works... yes
- checking whether we are using Intel C compiler... no
- checking whether we are using Sun Studio C compiler... no
- checking whether we are using clang C compiler... no
- checking whether we are using gcc >= 4 C compiler... yes
- checking whether the C++ compiler works... yes
- checking whether we are using Intel C++ compiler... no
- checking whether we are using Sun Studio C++ compiler... no
- checking whether we are using clang C++ compiler... no
- checking whether we are using gcc >= 4 C++ compiler... yes
- checking whether to enable debugging information... no
- checking whether to enable code coverage... no
- checking for pthread_create in -lpthread... yes
- checking for clock_gettime in -lrt... yes
- checking whether C++ compiler supports -fvisibility=hidden... yes
- checking whether C++ compiler supports dso visibility... yes
- checking for asciidoc... no
- checking for xmlto... no
- configure: WARNING: You are building an unreleased version of 0MQ and asciidoc or xmlto are not installed.
- configure: WARNING: Documentation will not be built and manual pages will not be installed.
- checking whether to build documentation... no
- checking whether to install manpages... no
- checking for suitable polling system... using epoll
- checking for ANSI C header files... (cached) yes
- checking errno.h usability... yes
- checking errno.h presence... yes
- checking for errno.h... yes
- checking arpa/inet.h usability... yes
- checking arpa/inet.h presence... yes
- checking for arpa/inet.h... yes
- checking netinet/tcp.h usability... yes
- checking netinet/tcp.h presence... yes
- checking for netinet/tcp.h... yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking stddef.h usability... yes
- checking stddef.h presence... yes
- checking for stddef.h... yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking time.h usability... yes
- checking time.h presence... yes
- checking for time.h... yes
- checking for unistd.h... (cached) yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking ifaddrs.h usability... yes
- checking ifaddrs.h presence... yes
- checking for ifaddrs.h... yes
- checking sys/uio.h usability... yes
- checking sys/uio.h presence... yes
- checking for sys/uio.h... yes
- checking sys/eventfd.h usability... yes
- checking sys/eventfd.h presence... yes
- checking for sys/eventfd.h... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for size_t... yes
- checking for ssize_t... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking for uint32_t... yes
- checking for working volatile... yes
- checking how to enable additional warnings for C++ compiler... -Wall
- checking how to turn warnings to errors in C++ compiler... -Werror
- checking how to enable strict standards compliance in C++ compiler... -pedantic
- checking return type of signal handlers... void
- checking for perror... yes
- checking for gettimeofday... yes
- checking for clock_gettime... yes
- checking for memset... yes
- checking for socket... yes
- checking for getifaddrs... yes
- checking for freeifaddrs... yes
- checking alloca.h usability... yes
- checking alloca.h presence... yes
- checking for alloca.h... yes
- checking whether SOCK_CLOEXEC is supported... yes
- checking whether SO_KEEPALIVE is supported... yes
- checking whether TCP_KEEPCNT is supported... yes
- checking whether TCP_KEEPIDLE is supported... yes
- checking whether TCP_KEEPINTVL is supported... yes
- checking whether TCP_KEEPALIVE is supported... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating doc/Makefile
- config.status: creating perf/Makefile
- config.status: creating src/libzmq.pc
- config.status: creating builds/msvc/Makefile
- config.status: creating tests/Makefile
- config.status: creating foreign/openpgm/Makefile
- config.status: creating builds/redhat/zeromq.spec
- config.status: creating src/platform.hpp
- config.status: executing depfiles commands
- config.status: executing libtool commands
- make CFLAGS="-fPIC" -C ./uv
- make[2]: Entering directory `/tmp/luv/luv/src/uv'
- 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
- src/unix/async.c:34:12: warning: always_inline function might not be inlinable [-Wattributes]
- In file included from src/unix/async.c:22:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/core.c:22:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/dl.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/error.c:28:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/fs.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/getaddrinfo.c:22:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/loop.c:24:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/loop-watcher.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/pipe.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/poll.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/process.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/signal.c:22:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/stream.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/tcp.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/thread.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/threadpool.c:22:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/timer.c:22:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/tty.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/udp.c:23:0:
- src/unix/internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/linux/linux-core.c:22:0:
- src/unix/linux/../internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- In file included from src/unix/linux/inotify.c:23:0:
- src/unix/linux/../internal.h:105:13: warning: always_inline function might not be inlinable [-Wattributes]
- 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
- 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
- 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
- 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
- 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\"
- 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
- make[2]: Leaving directory `/tmp/luv/luv/src/uv'
- make CXXFLAGS="-fPIC" -C ./zmq
- make[2]: Entering directory `/tmp/luv/luv/src/zmq'
- Making all in src
- make[3]: Entering directory `/tmp/luv/luv/src/zmq/src'
- make all-am
- make[4]: Entering directory `/tmp/luv/luv/src/zmq/src'
- CXX libzmq_la-address.lo
- CXX libzmq_la-clock.lo
- CXX libzmq_la-ctx.lo
- CXX libzmq_la-decoder.lo
- CXX libzmq_la-device.lo
- CXX libzmq_la-devpoll.lo
- CXX libzmq_la-dist.lo
- CXX libzmq_la-encoder.lo
- CXX libzmq_la-epoll.lo
- CXX libzmq_la-err.lo
- CXX libzmq_la-fq.lo
- CXX libzmq_la-io_object.lo
- CXX libzmq_la-io_thread.lo
- CXX libzmq_la-ip.lo
- CXX libzmq_la-ipc_address.lo
- CXX libzmq_la-ipc_connecter.lo
- CXX libzmq_la-ipc_listener.lo
- CXX libzmq_la-kqueue.lo
- CXX libzmq_la-lb.lo
- CXX libzmq_la-mailbox.lo
- CXX libzmq_la-msg.lo
- CXX libzmq_la-mtrie.lo
- CXX libzmq_la-object.lo
- CXX libzmq_la-options.lo
- CXX libzmq_la-own.lo
- CXX libzmq_la-pair.lo
- CXX libzmq_la-pgm_receiver.lo
- CXX libzmq_la-pgm_sender.lo
- CXX libzmq_la-pgm_socket.lo
- CXX libzmq_la-pipe.lo
- CXX libzmq_la-poll.lo
- CXX libzmq_la-poller_base.lo
- CXX libzmq_la-pull.lo
- CXX libzmq_la-push.lo
- CXX libzmq_la-reaper.lo
- CXX libzmq_la-pub.lo
- CXX libzmq_la-random.lo
- CXX libzmq_la-rep.lo
- CXX libzmq_la-req.lo
- CXX libzmq_la-select.lo
- CXX libzmq_la-session_base.lo
- CXX libzmq_la-signaler.lo
- CXX libzmq_la-socket_base.lo
- CXX libzmq_la-stream_engine.lo
- CXX libzmq_la-sub.lo
- CXX libzmq_la-tcp_address.lo
- CXX libzmq_la-tcp_connecter.lo
- CXX libzmq_la-tcp_listener.lo
- CXX libzmq_la-thread.lo
- CXX libzmq_la-trie.lo
- CXX libzmq_la-xpub.lo
- CXX libzmq_la-router.lo
- CXX libzmq_la-dealer.lo
- CXX libzmq_la-xsub.lo
- CXX libzmq_la-zmq.lo
- CXX libzmq_la-zmq_utils.lo
- CXXLD libzmq.la
- make[4]: Leaving directory `/tmp/luv/luv/src/zmq/src'
- make[3]: Leaving directory `/tmp/luv/luv/src/zmq/src'
- Making all in doc
- make[3]: Entering directory `/tmp/luv/luv/src/zmq/doc'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/tmp/luv/luv/src/zmq/doc'
- Making all in perf
- make[3]: Entering directory `/tmp/luv/luv/src/zmq/perf'
- CXX local_lat.o
- CXXLD local_lat
- CXX remote_lat.o
- CXXLD remote_lat
- CXX local_thr.o
- CXXLD local_thr
- CXX remote_thr.o
- CXXLD remote_thr
- CXX inproc_lat.o
- CXXLD inproc_lat
- CXX inproc_thr.o
- CXXLD inproc_thr
- make[3]: Leaving directory `/tmp/luv/luv/src/zmq/perf'
- Making all in tests
- make[3]: Entering directory `/tmp/luv/luv/src/zmq/tests'
- CXX test_pair_inproc.o
- CXXLD test_pair_inproc
- CXX test_pair_tcp.o
- CXXLD test_pair_tcp
- CXX test_reqrep_inproc.o
- CXXLD test_reqrep_inproc
- CXX test_reqrep_tcp.o
- CXXLD test_reqrep_tcp
- CXX test_hwm.o
- CXXLD test_hwm
- CXX test_reqrep_device.o
- CXXLD test_reqrep_device
- CXX test_sub_forward.o
- CXXLD test_sub_forward
- CXX test_invalid_rep.o
- CXXLD test_invalid_rep
- CXX test_msg_flags.o
- CXXLD test_msg_flags
- CXX test_connect_resolve.o
- CXXLD test_connect_resolve
- CXX test_last_endpoint.o
- CXXLD test_last_endpoint
- CXX test_term_endpoint.o
- CXXLD test_term_endpoint
- CXX test_monitor.o
- CXXLD test_monitor
- CXX test_router_behavior.o
- CXXLD test_router_behavior
- CXX test_shutdown_stress.o
- CXXLD test_shutdown_stress
- CXX test_pair_ipc.o
- CXXLD test_pair_ipc
- CXX test_reqrep_ipc.o
- CXXLD test_reqrep_ipc
- CXX test_timeo.o
- CXXLD test_timeo
- make[3]: Leaving directory `/tmp/luv/luv/src/zmq/tests'
- make[3]: Entering directory `/tmp/luv/luv/src/zmq'
- make[3]: Nothing to be done for `all-am'.
- make[3]: Leaving directory `/tmp/luv/luv/src/zmq'
- make[2]: Leaving directory `/tmp/luv/luv/src/zmq'
- 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
- 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++
- ar -rcs libluv.a *.o ./uv/src/*.o ./uv/src/*/*.o ./uv/src/*/*/*.o ./zmq/src/*.o
- make[1]: Leaving directory `/tmp/luv/luv/src'
- [wormzy@playbox luv]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement