Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uBuntu unable to Static compile #627

Closed
Biggulu opened this issue Apr 15, 2016 · 6 comments
Closed

uBuntu unable to Static compile #627

Biggulu opened this issue Apr 15, 2016 · 6 comments

Comments

@Biggulu
Copy link

Biggulu commented Apr 15, 2016

I followed your Readme.rst instructions exactly.
Here's the output:

study@study-VirtualBox:/github/aria2$ autoreconf -i
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
aclocal: installing 'm4/cppunit.m4' from '/usr/share/aclocal/cppunit.m4'
aclocal: installing 'm4/libgcrypt.m4' from '/usr/share/aclocal/libgcrypt.m4'
aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4'
aclocal: installing 'm4/libxml2.m4' from '/usr/share/aclocal/libxml2.m4'
aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
aclocal: installing 'm4/lt
obsolete.m4' from '/usr/share/aclocal/ltobsolete.m4'
aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. libtoolize: copying filem4/libtool.m4'
libtoolize: copying file m4/ltoptions.m4' libtoolize: copying filem4/ltsugar.m4'
libtoolize: copying file m4/ltversion.m4' libtoolize: copying filem4/lt
obsolete.m4'
configure.ac:26: installing './compile'
configure.ac:26: installing './config.guess'
configure.ac:26: installing './config.sub'
configure.ac:40: installing './install-sh'
configure.ac:40: installing './missing'
Makefile.am: installing './INSTALL'
lib/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
libtoolize: putting auxiliary files in .'. libtoolize: copying file./ltmain.sh'
configure.ac:812: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:812: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:812: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
configure.ac:13: installing './compile'
configure.ac:7: installing './config.guess'
configure.ac:7: installing './config.sub'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
Makefile.am: installing './INSTALL'
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'

study@study-VirtualBox:~/github/aria2$ ./configure ARIA2_STATIC=yes CC=clang-3.6 CXX=clang++-3.6
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... clang-3.6
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 clang-3.6 accepts -g... yes
checking for clang-3.6 option to accept ISO C89... none needed
checking whether clang-3.6 understands -c and -o together... yes
checking dependency style of clang-3.6... gcc3
checking how to run the C preprocessor... clang-3.6 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by clang-3.6... /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... no
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 clang-3.6 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang-3.6 supports -fno-rtti -fno-exceptions... yes
checking for clang-3.6 option to produce PIC... -fPIC -DPIC
checking if clang-3.6 PIC flag -fPIC -DPIC works... yes
checking if clang-3.6 static flag -static works... yes
checking if clang-3.6 supports -c -o file.o... yes
checking if clang-3.6 supports -c -o file.o... (cached) yes
checking whether the clang-3.6 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... no
checking for cppunit-config... /usr/bin/cppunit-config
checking for Cppunit - version >= 1.10.2... 1.13.1
checking whether we are using the GNU C++ compiler... yes
checking whether clang++-3.6 accepts -g... yes
checking dependency style of clang++-3.6... gcc3
checking how to run the C++ preprocessor... clang++-3.6 -E
checking for ld used by clang++-3.6... /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 clang++-3.6 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++-3.6 option to produce PIC... -fPIC -DPIC
checking if clang++-3.6 PIC flag -fPIC -DPIC works... yes
checking if clang++-3.6 static flag -static works... yes
checking if clang++-3.6 supports -c -o file.o... yes
checking if clang++-3.6 supports -c -o file.o... (cached) yes
checking whether the clang++-3.6 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 for gcc... (cached) clang-3.6
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang-3.6 accepts -g... (cached) yes
checking for clang-3.6 option to accept ISO C89... (cached) none needed
checking whether clang-3.6 understands -c and -o together... (cached) yes
checking dependency style of clang-3.6... (cached) gcc3
checking for bison... no
checking for byacc... no
checking dependency style of clang-3.6... gcc3
checking for ar... (cached) ar
checking for sphinx-build... no
checking for rst2html.py... no
checking for rst2html... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking whether clang++-3.6 supports C++11 features by default... no
checking whether clang++-3.6 supports C++11 features with -std=c++11 ... yes
checking whether the c++ compiler supports nullptr... checking whether the C++ compiler supports override keyword... yes
checking for ZLIB... yes
checking whether gzbuffer is declared... yes
checking for gzbuffer... yes
checking for gzsetparams... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.24... yes (version 2.9.1)
checking for SQLITE3... yes
checking for sqlite3_open_v2... yes
checking whether to enable Mac OS X native SSL/TLS... no
checking for main in -lcrypt32... no
checking for main in -lsecur32... no
checking for main in -ladvapi32... no
checking for wincrypt.h... no
checking for security.h... no
checking for LIBGNUTLS... yes
checking for gnutls_certificate_set_x509_system_trust... no
checking for nettle_sha1_init in -lnettle... yes
checking for __gmpz_init in -lgmp... yes
checking for __gmpz_powm_sec... yes
checking for LIBSSH2... yes
checking for LIBCARES... yes
checking for ares_addr_node... yes
checking for ares_set_servers... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... 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 for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.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 int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for pid_t... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for struct timespec... yes
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for error_at_line... yes
checking whether clang-3.6 needs -traditional... no
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set _,struct timeval *
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working strtod... yes
checking for __argz_count... yes
checking for __argz_next... yes
checking for _argz_stringify... yes
checking for atexit... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for getifaddrs... yes
checking for getpagesize... yes
checking for getrandom... no
checking for memchr... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkdir... yes
checking for mmap... yes
checking for munmap... yes
checking for nl_langinfo... yes
checking for posix_fadvise... yes
checking for posix_memalign... yes
checking for pow... yes
checking for putenv... yes
checking for rmdir... yes
checking for select... yes
checking for setlocale... yes
checking for sigaction... yes
checking for sleep... yes
checking for socket... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for tzset... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for utimes... yes
checking for getrandom linux syscall interface... no
checking for epoll_create... yes
checking for posix_fallocate... yes
checking for fallocate... yes
checking for asctime_r... yes
checking for localtime_r... yes
checking for basename... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for gettimeofday... yes
checking for strptime... yes
checking for timegm... yes
checking for daemon... yes
checking for poll... yes
checking for port_associate... no
checking for kqueue... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking whether struct option.name is assignable from const char
... yes
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 src/libaria2.pc
config.status: creating src/includes/Makefile
config.status: creating test/Makefile
config.status: creating po/Makefile.in
config.status: creating lib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/manual-src/Makefile
config.status: creating doc/manual-src/en/Makefile
config.status: creating doc/manual-src/en/conf.py
config.status: creating doc/manual-src/ru/Makefile
config.status: creating doc/manual-src/ru/conf.py
config.status: creating doc/manual-src/pt/Makefile
config.status: creating doc/manual-src/pt/conf.py
config.status: creating deps/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in deps/wslay (/home/study/github/aria2/deps/wslay)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' 'ARIA2_STATIC=yes' 'CC=clang-3.6' 'CXX=clang++-3.6' --cache-file=/dev/null --srcdir=.
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 gcc... clang-3.6
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 clang-3.6 accepts -g... yes
checking for clang-3.6 option to accept ISO C89... none needed
checking whether clang-3.6 understands -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by clang-3.6... /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... no
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 for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from clang-3.6 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... clang-3.6 -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 clang-3.6 supports -fno-rtti -fno-exceptions... yes
checking for clang-3.6 option to produce PIC... -fPIC -DPIC
checking if clang-3.6 PIC flag -fPIC -DPIC works... yes
checking if clang-3.6 static flag -static works... yes
checking if clang-3.6 supports -c -o file.o... yes
checking if clang-3.6 supports -c -o file.o... (cached) yes
checking whether the clang-3.6 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 target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of clang-3.6... gcc3
checking for gcc... (cached) clang-3.6
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang-3.6 accepts -g... (cached) yes
checking for clang-3.6 option to accept ISO C89... (cached) none needed
checking whether clang-3.6 understands -c and -o together... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++-3.6 accepts -g... yes
checking how to run the C++ preprocessor... clang++-3.6 -E
checking for ld used by clang++-3.6... /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 clang++-3.6 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++-3.6 option to produce PIC... -fPIC -DPIC
checking if clang++-3.6 PIC flag -fPIC -DPIC works... yes
checking if clang++-3.6 static flag -static works... yes
checking if clang++-3.6 supports -c -o file.o... yes
checking if clang++-3.6 supports -c -o file.o... (cached) yes
checking whether the clang++-3.6 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 dependency style of clang++-3.6... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for sphinx-build... no
checking for NETTLE... yes
checking for CU_initialize_registry in -lcunit... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.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 stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking for memmove... yes
checking for memset... yes
checking for ntohl... yes
checking for ntohs... yes
checking for htons... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/libwslay.pc
config.status: creating lib/includes/Makefile
config.status: creating lib/includes/wslay/wslayver.h
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
config.status: executing depfiles commands
configure: summary of build options:

version:        1.0.1-DEV shared 0:1:0
Host type:      x86_64-unknown-linux-gnu
Install prefix: /usr/local
C compiler:     clang-3.6
CFlags:         -g -O2
Library types:  Shared=yes, Static=yes
CUnit:          no
Nettle:         yes
Build examples: yes

configure: summary of build options:

Build: x86_64-unknown-linux-gnu
Host: x86_64-unknown-linux-gnu
Target: x86_64-unknown-linux-gnu
Install prefix: /usr/local
CC: clang-3.6
CXX: clang++-3.6
CPP: clang-3.6 -E
CXXFLAGS: -g -O2
CFLAGS: -g -O2
CPPFLAGS:
LDFLAGS:
LIBS:
DEFS: -DHAVE_CONFIG_H
CXX1XCXXFLAGS: -std=c++11
EXTRACXXFLAGS: -pipe
EXTRACFLAGS: -pipe
EXTRACPPFLAGS:
EXTRALDFLAGS: -all-static
EXTRALIBS: -lpthread -ldl -lrt
WARNCXXFLAGS:
LibUV: no (CFLAGS='' LIBS='')
SQLite3: yes (CFLAGS=' ' LIBS='-lsqlite3 -ldl -lpthread ')
SSL Support: yes
AppleTLS: no (LDFLAGS='')
WinTLS: no (LIBS='')
GnuTLS: yes (CFLAGS='-I/usr/include/p11-kit-1 ' LIBS='-R/usr/lib/x86_64-linux-gnu -lgnutls -lgcrypt -lgpg-error -ltasn1 -lz -lp11-kit ')
OpenSSL: no (CFLAGS='' LIBS='')
CA Bundle:
LibNettle: yes (CFLAGS='' LIBS='-lnettle')
LibGmp: yes (CFLAGS='' LIBS='-lgmp')
LibGcrypt: no (CFLAGS='' LIBS='')
LibXML2: yes (CFLAGS='-I/usr/include/libxml2' LIBS='-lxml2')
LibExpat: no (CFLAGS='' LIBS='')
LibCares: yes (CFLAGS=' ' LIBS='-lcares ')
Zlib: yes (CFLAGS=' ' LIBS='-lz ')
Libssh2: yes (CFLAGS=' ' LIBS='-Wl,-Bsymbolic-functions -Wl,-z,relro -lssh2 -lgcrypt ')
Tcmalloc: no (CFLAGS='' LIBS='')
Jemalloc: no (CFLAGS='' LIBS='')
Epoll: yes
Bittorrent: yes
Metalink: yes
XML-RPC: yes
Message Digest: libnettle
WebSocket: yes (CFLAGS='-I$(top_builddir)/deps/wslay/lib/includes -I$(top_srcdir)/deps/wslay/lib/includes' LIBS='$(top_builddir)/deps/wslay/lib/libwslay.la')
Libaria2: no (shared=yes static=no)
bash_completion dir: ${datarootdir}/doc/${PACKAGE_TARNAME}/bash_completion
Static build: yes

study@study-VirtualBox:~/github/aria2$ sudo make
make all-recursive
make[1]: 正在进入目录 /home/study/github/aria2' Making all in po make[2]: 正在进入目录/home/study/github/aria2/po'
make[2]:正在离开目录 /home/study/github/aria2/po' Making all in lib make[2]: 正在进入目录/home/study/github/aria2/lib'
make[2]: 没有什么可以做的为 all'。 make[2]:正在离开目录/home/study/github/aria2/lib'
Making all in deps
make[2]: 正在进入目录 /home/study/github/aria2/deps' Making all in wslay make[3]: 正在进入目录/home/study/github/aria2/deps/wslay'
make all-recursive
make[4]: 正在进入目录 /home/study/github/aria2/deps/wslay' Making all in lib make[5]: 正在进入目录/home/study/github/aria2/deps/wslay/lib'
Making all in includes
make[6]: 正在进入目录 /home/study/github/aria2/deps/wslay/lib/includes' make[6]: 没有什么可以做的为all'。
make[6]:正在离开目录 /home/study/github/aria2/deps/wslay/lib/includes' make[6]: 正在进入目录/home/study/github/aria2/deps/wslay/lib'
/bin/bash ../libtool --tag=CC --mode=compile clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_frame.lo -MD -MP -MF .deps/wslay_frame.Tpo -c -o wslay_frame.lo wslay_frame.c
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_frame.lo -MD -MP -MF .deps/wslay_frame.Tpo -c wslay_frame.c -fPIC -DPIC -o .libs/wslay_frame.o
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_frame.lo -MD -MP -MF .deps/wslay_frame.Tpo -c wslay_frame.c -o wslay_frame.o >/dev/null 2>&1
mv -f .deps/wslay_frame.Tpo .deps/wslay_frame.Plo
/bin/bash ../libtool --tag=CC --mode=compile clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_event.lo -MD -MP -MF .deps/wslay_event.Tpo -c -o wslay_event.lo wslay_event.c
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_event.lo -MD -MP -MF .deps/wslay_event.Tpo -c wslay_event.c -fPIC -DPIC -o .libs/wslay_event.o
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_event.lo -MD -MP -MF .deps/wslay_event.Tpo -c wslay_event.c -o wslay_event.o >/dev/null 2>&1
mv -f .deps/wslay_event.Tpo .deps/wslay_event.Plo
/bin/bash ../libtool --tag=CC --mode=compile clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_queue.lo -MD -MP -MF .deps/wslay_queue.Tpo -c -o wslay_queue.lo wslay_queue.c
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_queue.lo -MD -MP -MF .deps/wslay_queue.Tpo -c wslay_queue.c -fPIC -DPIC -o .libs/wslay_queue.o
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_queue.lo -MD -MP -MF .deps/wslay_queue.Tpo -c wslay_queue.c -o wslay_queue.o >/dev/null 2>&1
mv -f .deps/wslay_queue.Tpo .deps/wslay_queue.Plo
/bin/bash ../libtool --tag=CC --mode=compile clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_net.lo -MD -MP -MF .deps/wslay_net.Tpo -c -o wslay_net.lo wslay_net.c
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_net.lo -MD -MP -MF .deps/wslay_net.Tpo -c wslay_net.c -fPIC -DPIC -o .libs/wslay_net.o
libtool: compile: clang-3.6 -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -MT wslay_net.lo -MD -MP -MF .deps/wslay_net.Tpo -c wslay_net.c -o wslay_net.o >/dev/null 2>&1
mv -f .deps/wslay_net.Tpo .deps/wslay_net.Plo
/bin/bash ../libtool --tag=CC --mode=link clang-3.6 -Wall -g -O2 -no-undefined -version-info 0:1:0 -o libwslay.la wslay_frame.lo wslay_event.lo wslay_queue.lo wslay_net.lo
libtool: link: warning: -version-info/-version-number' is ignored for convenience libraries libtool: link: rm -fr .libs/libwslay.a .libs/libwslay.la libtool: link: ar cru .libs/libwslay.a .libs/wslay_frame.o .libs/wslay_event.o .libs/wslay_queue.o .libs/wslay_net.o libtool: link: ranlib .libs/libwslay.a libtool: link: ( cd ".libs" && rm -f "libwslay.la" && ln -s "../libwslay.la" "libwslay.la" ) make[6]:正在离开目录/home/study/github/aria2/deps/wslay/lib'
make[5]:正在离开目录 /home/study/github/aria2/deps/wslay/lib' Making all in tests make[5]: 正在进入目录/home/study/github/aria2/deps/wslay/tests'
make[5]: 没有什么可以做的为 all'。 make[5]:正在离开目录/home/study/github/aria2/deps/wslay/tests'
make[5]: 正在进入目录 /home/study/github/aria2/deps/wslay' make[5]:正在离开目录/home/study/github/aria2/deps/wslay'
make[4]:正在离开目录 /home/study/github/aria2/deps/wslay' make[3]:正在离开目录/home/study/github/aria2/deps/wslay'
make[3]: 正在进入目录 /home/study/github/aria2/deps' make[3]: 没有什么可以做的为all-am'。
make[3]:正在离开目录 /home/study/github/aria2/deps' make[2]:正在离开目录/home/study/github/aria2/deps'
Making all in src
make[2]: 正在进入目录 /home/study/github/aria2/src' Making all in includes make[3]: 正在进入目录/home/study/github/aria2/src/includes'
make[3]: 没有什么可以做的为 all'。 make[3]:正在离开目录/home/study/github/aria2/src/includes'
make[3]: 正在进入目录 `/home/study/github/aria2/src'

  CXX      AbstractAuthResolver.lo
  CXX      AbstractCommand.lo
  CXX      AbstractDiskWriter.lo
  CXX      AbstractHttpServerResponseCommand.lo
  CXX      AbstractOptionHandler.lo
  CXX      AbstractProxyRequestCommand.lo
  CXX      AbstractProxyResponseCommand.lo
  CXX      AbstractSingleDiskAdaptor.lo
  CXX      AdaptiveFileAllocationIterator.lo
  CXX      AdaptiveURISelector.lo
  CXX      AuthConfig.lo
  CXX      AuthConfigFactory.lo
  CXX      AutoSaveCommand.lo
  CXX      BackupIPv4ConnectCommand.lo
  CXX      base32.lo
  CXX      bitfield.lo
  CXX      BitfieldMan.lo
  CXX      BufferedFile.lo
  CXX      ByteArrayDiskWriter.lo
  CXX      CheckIntegrityCommand.lo
  CXX      CheckIntegrityDispatcherCommand.lo
  CXX      CheckIntegrityEntry.lo
  CXX      Checksum.lo
  CXX      ChecksumCheckIntegrityEntry.lo
  CXX      ChunkChecksum.lo
  CXX      ChunkedDecodingStreamFilter.lo
  CXX      ColorizedStream.lo
  CXX      Command.lo
  CXX      ConnectCommand.lo
  CXX      console.lo
  CXX      ConsoleStatCalc.lo
  CXX      ContentTypeRequestGroupCriteria.lo
  CXX      Context.lo
  CXX      ContextAttribute.lo
  CXX      Cookie.lo
  CXX      CookieStorage.lo
  CXX      cookie_helper.lo
  CXX      CreateRequestCommand.lo
  CXX      CUIDCounter.lo
  CXX      DefaultAuthResolver.lo
  CXX      DefaultBtProgressInfoFile.lo
  CXX      DefaultDiskWriter.lo
  CXX      DefaultDiskWriterFactory.lo
  CXX      DefaultPieceStorage.lo
  CXX      DefaultStreamPieceSelector.lo
  CXX      DirectDiskAdaptor.lo
  CXX      DiskAdaptor.lo
  CXX      DlAbortEx.lo
  CXX      DlRetryEx.lo
  CXX      DNSCache.lo
  CXX      DownloadCommand.lo
  CXX      DownloadContext.lo
  CXX      DownloadEngine.lo
  CXX      DownloadEngineFactory.lo
  CXX      DownloadFailureException.lo
  CXX      DownloadHandler.lo
  CXX      DownloadHandlerConstants.lo
  CXX      DownloadResult.lo
  CXX      download_handlers.lo
  CXX      download_helper.lo
  CXX      Exception.lo
  CXX      FatalException.lo
  CXX      FeatureConfig.lo
  CXX      FeedbackURISelector.lo
  CXX      File.lo
  CXX      FileAllocationCommand.lo
  CXX      FileAllocationDispatcherCommand.lo
  CXX      FileAllocationEntry.lo
  CXX      FileEntry.lo
  CXX      FillRequestGroupCommand.lo
  CXX      fmt.lo
  CXX      FtpConnection.lo
  CXX      FtpDownloadCommand.lo
  CXX      FtpFinishDownloadCommand.lo
  CXX      FtpInitiateConnectionCommand.lo
  CXX      FtpNegotiationCommand.lo
  CXX      FtpTunnelRequestCommand.lo
  CXX      FtpTunnelResponseCommand.lo
  CXX      GeomStreamPieceSelector.lo
  CXX      GroupId.lo
  CXX      GrowSegment.lo
  CXX      HaveEraseCommand.lo
  CXX      help_tags.lo
  CXX      HttpConnection.lo
  CXX      HttpDownloadCommand.lo
  CXX      HttpHeader.lo
  CXX      HttpHeaderProcessor.lo
  CXX      HttpInitiateConnectionCommand.lo
  CXX      HttpListenCommand.lo
  CXX      HttpProxyRequestCommand.lo
  CXX      HttpProxyResponseCommand.lo
  CXX      HttpRequest.lo
  CXX      HttpRequestCommand.lo
  CXX      HttpResponse.lo
  CXX      HttpResponseCommand.lo
  CXX      HttpServer.lo
  CXX      HttpServerBodyCommand.lo
  CXX      HttpServerCommand.lo
  CXX      HttpServerResponseCommand.lo
  CXX      HttpSkipResponseCommand.lo
  CXX      InitiateConnectionCommand.lo
  CXX      InitiateConnectionCommandFactory.lo
  CXX      InorderStreamPieceSelector.lo
  CXX      RandomStreamPieceSelector.lo
  CXX      InorderURISelector.lo
  CXX      IOFile.lo
  CXX      IteratableChecksumValidator.lo
  CXX      IteratableChunkChecksumValidator.lo
  CXX      json.lo
  CXX      JsonParser.lo
  CXX      LogFactory.lo
  CXX      Logger.lo
  CXX      LongestSequencePieceSelector.lo
  CXX      MessageDigest.lo
  CXX      message_digest_helper.lo
  CXX      MetadataInfo.lo
  CXX      MetalinkHttpEntry.lo
  CXX      MultiDiskAdaptor.lo
  CXX      MultiFileAllocationIterator.lo
  CXX      MultiUrlRequestInfo.lo
  CXX      NameResolver.lo
  CXX      Netrc.lo
  CXX      NetrcAuthResolver.lo
  CXX      NetStat.lo
  CXX      Notifier.lo
  CXX      NsCookieParser.lo
  CXX      NullSinkStreamFilter.lo
  CXX      Option.lo
  CXX      OptionHandler.lo
  CXX      OptionHandlerException.lo
  CXX      OptionHandlerFactory.lo
  CXX      OptionHandlerImpl.lo
  CXX      OptionParser.lo
  CXX      option_processing.lo
  CXX      paramed_string.lo
  CXX      PeerStat.lo
  CXX      Piece.lo
  CXX      PiecedSegment.lo
  CXX      PieceHashCheckIntegrityEntry.lo
  CXX      PieceStatMan.lo
  CXX      Platform.lo
  CXX      prefs.lo
  CXX      ProtocolDetector.lo
  CXX      Range.lo
  CXX      RarestPieceSelector.lo
  CXX      RealtimeCommand.lo
  CXX      RecoverableException.lo
  CXX      Request.lo
  CXX      RequestGroup.lo
  CXX      RequestGroupEntry.lo
  CXX      RequestGroupMan.lo
  CXX      RpcMethod.lo
  CXX      RpcMethodFactory.lo
  CXX      RpcMethodImpl.lo
  CXX      RpcRequest.lo
  CXX      RpcResponse.lo
  CXX      rpc_helper.lo
  CXX      SaveSessionCommand.lo
  CXX      SegmentMan.lo
  CXX      SelectEventPoll.lo
  CXX      ServerStat.lo
  CXX      ServerStatMan.lo
  CXX      SessionSerializer.lo
  CXX      Signature.lo
  CXX      SimpleRandomizer.lo
  CXX      SingleFileAllocationIterator.lo
  CXX      SinkStreamFilter.lo
  CXX      SocketBuffer.lo
  CXX      SocketCore.lo
  CXX      SocketRecvBuffer.lo
  CXX      SpeedCalc.lo
  CXX      StreamCheckIntegrityEntry.lo
  CXX      StreamFileAllocationEntry.lo
  CXX      StreamFilter.lo
  CXX      TimeA2.lo
  CXX      TimeBasedCommand.lo
  CXX      TimedHaltCommand.lo
  CXX      TimerA2.lo
  CXX      TorrentAttribute.lo
  CXX      TransferStat.lo
  CXX      TruncFileAllocationIterator.lo
  CXX      UnknownLengthPieceStorage.lo
  CXX      UnknownOptionException.lo
  CXX      uri.lo
  CXX      UriListParser.lo
  CXX      URIResult.lo
  CXX      util.lo
  CXX      util_security.lo
  CXX      ValueBase.lo
  CXX      ValueBaseStructParserStateImpl.lo
  CXX      ValueBaseStructParserStateMachine.lo
  CXX      version_usage.lo
  CXX      wallclock.lo
  CXX      WatchProcessCommand.lo
  CXX      WrDiskCache.lo
  CXX      WrDiskCacheEntry.lo
  CXX      XmlRpcRequestParserController.lo
  CXX      OpenedFileCounter.lo
  CXX      SHA1IOFile.lo
  CXX      EvictSocketPoolCommand.lo
  CXX      WebSocketInteractionCommand.lo
  CXX      WebSocketResponseCommand.lo
  CXX      WebSocketSession.lo
  CXX      WebSocketSessionMan.lo
  CXX      XmlAttr.lo
  CXX      XmlParser.lo
  CXX      Xml2XmlParser.lo
  CXX      XmlRpcDiskWriter.lo
  CXX      XmlRpcRequestParserStateImpl.lo
  CXX      XmlRpcRequestParserStateMachine.lo
  CXX      FallocFileAllocationIterator.lo
  CXX      EpollEventPoll.lo
  CXX      LibgnutlsTLSContext.lo
  CXX      LibgnutlsTLSSession.lo
  CXX      LibnettleARC4Encryptor.lo
  CXX      LibnettleMessageDigestImpl.lo
  CXX      LibgmpDHKeyExchange.lo
  CXX      GZipDecodingStreamFilter.lo
  CXX      GZipEncoder.lo
  CXX      GZipFile.lo
  CXX      Adler32MessageDigestImpl.lo
  CXX      Sqlite3CookieParser.lo
  CXX      Sqlite3CookieParserImpl.lo
  CXX      SSHSession.lo
  CXX      SftpNegotiationCommand.lo
  CXX      SftpDownloadCommand.lo
  CXX      SftpFinishDownloadCommand.lo
  CXX      AsyncNameResolver.lo
  CXX      AsyncNameResolverMan.lo
  CXX      AbstractBtMessage.lo
  CXX      ActivePeerConnectionCommand.lo
  CXX      AnnounceList.lo
  CXX      AnnounceTier.lo
  CXX      bencode2.lo
  CXX      BencodeParser.lo
  CXX      bittorrent_helper.lo
  CXX      BtAbortOutstandingRequestEvent.lo
  CXX      BtAllowedFastMessage.lo
  CXX      BtAnnounce.lo
  CXX      BtBitfieldMessage.lo
  CXX      BtBitfieldMessageValidator.lo
  CXX      BtCancelMessage.lo
  CXX      BtCheckIntegrityEntry.lo
  CXX      BtChokeMessage.lo
  CXX      BtDependency.lo
  CXX      BtExtendedMessage.lo
  CXX      BtFileAllocationEntry.lo
  CXX      BtHandshakeMessage.lo
  CXX      BtHandshakeMessageValidator.lo
  CXX      BtHaveAllMessage.lo
  CXX      BtHaveMessage.lo
  CXX      BtHaveNoneMessage.lo
  CXX      BtInterestedMessage.lo
  CXX      BtKeepAliveMessage.lo
  CXX      BtLeecherStateChoke.lo
  CXX      BtNotInterestedMessage.lo
  CXX      BtPieceMessage.lo
  CXX      BtPieceMessageValidator.lo
  CXX      BtPortMessage.lo
  CXX      BtPostDownloadHandler.lo
  CXX      BtRegistry.lo
  CXX      BtRejectMessage.lo
  CXX      BtRequestMessage.lo
  CXX      BtRuntime.lo
  CXX      BtSeederStateChoke.lo
  CXX      BtSetup.lo
  CXX      BtStopDownloadCommand.lo
  CXX      BtSuggestPieceMessage.lo
  CXX      BtUnchokeMessage.lo
  CXX      DefaultBtAnnounce.lo
  CXX      DefaultBtInteractive.lo
  CXX      DefaultBtMessageDispatcher.lo
  CXX      DefaultBtMessageFactory.lo
  CXX      DefaultBtMessageReceiver.lo
  CXX      DefaultBtRequestFactory.lo
  CXX      DefaultExtensionMessageFactory.lo
  CXX      DefaultPeerStorage.lo
  CXX      DHTAbstractMessage.lo
  CXX      DHTAbstractTask.lo
  CXX      DHTAnnouncePeerMessage.lo
  CXX      DHTAnnouncePeerReplyMessage.lo
  CXX      DHTAutoSaveCommand.lo
  CXX      DHTBucket.lo
  CXX      DHTBucketRefreshCommand.lo
  CXX      DHTBucketRefreshTask.lo
  CXX      DHTBucketTree.lo
  CXX      DHTConnectionImpl.lo
  CXX      DHTEntryPointNameResolveCommand.lo
  CXX      DHTFindNodeMessage.lo
  CXX      DHTFindNodeReplyMessage.lo
  CXX      DHTGetPeersCommand.lo
  CXX      DHTGetPeersMessage.lo
  CXX      DHTGetPeersReplyMessage.lo
  CXX      DHTInteractionCommand.lo
  CXX      DHTMessage.lo
  CXX      DHTMessageDispatcherImpl.lo
  CXX      DHTMessageEntry.lo
  CXX      DHTMessageFactoryImpl.lo
  CXX      DHTMessageReceiver.lo
  CXX      DHTMessageTracker.lo
  CXX      DHTMessageTrackerEntry.lo
  CXX      DHTNode.lo
  CXX      DHTNodeLookupEntry.lo
  CXX      DHTNodeLookupTask.lo
  CXX      DHTNodeLookupTaskCallback.lo
  CXX      DHTPeerAnnounceCommand.lo
  CXX      DHTPeerAnnounceEntry.lo
  CXX      DHTPeerAnnounceStorage.lo
  CXX      DHTPeerLookupTask.lo
  CXX      DHTPeerLookupTaskCallback.lo
  CXX      DHTPingMessage.lo
  CXX      DHTPingReplyMessage.lo
  CXX      DHTPingTask.lo
  CXX      DHTQueryMessage.lo
  CXX      DHTRegistry.lo
  CXX      DHTReplaceNodeTask.lo
  CXX      DHTResponseMessage.lo
  CXX      DHTRoutingTable.lo
  CXX      DHTRoutingTableDeserializer.lo
  CXX      DHTRoutingTableSerializer.lo
  CXX      DHTSetup.lo
  CXX      DHTTaskExecutor.lo
  CXX      DHTTaskFactoryImpl.lo
  CXX      DHTTaskQueueImpl.lo
  CXX      DHTTokenTracker.lo
  CXX      DHTTokenUpdateCommand.lo
  CXX      DHTUnknownMessage.lo
  CXX      ExtensionMessageRegistry.lo
  CXX      HandshakeExtensionMessage.lo
  CXX      IndexBtMessage.lo
  CXX      IndexBtMessageValidator.lo
  CXX      InitiatorMSEHandshakeCommand.lo
  CXX      LpdDispatchMessageCommand.lo
  CXX      LpdMessage.lo
  CXX      LpdMessageDispatcher.lo
  CXX      LpdMessageReceiver.lo
  CXX      LpdReceiveMessageCommand.lo
  CXX      magnet.lo
  CXX      MSEHandshake.lo
  CXX      NameResolveCommand.lo
  CXX      Peer.lo
  CXX      PeerAbstractCommand.lo
  CXX      PeerAddrEntry.lo
  CXX      PeerChokeCommand.lo
  CXX      PeerConnection.lo
  CXX      PeerInitiateConnectionCommand.lo
  CXX      PeerInteractionCommand.lo
  CXX      PeerListenCommand.lo
  CXX      PeerReceiveHandshakeCommand.lo
  CXX      PeerSessionResource.lo
  CXX      PriorityPieceSelector.lo
  CXX      RangeBtMessage.lo
  CXX      RangeBtMessageValidator.lo
  CXX      ReceiverMSEHandshakeCommand.lo
  CXX      RequestSlot.lo
  CXX      SeedCheckCommand.lo
  CXX      ShareRatioSeedCriteria.lo
  CXX      SimpleBtMessage.lo
  CXX      TimeSeedCriteria.lo
  CXX      TrackerWatcherCommand.lo
  CXX      UDPTrackerClient.lo
  CXX      UDPTrackerRequest.lo
  CXX      UnionSeedCriteria.lo
  CXX      UTMetadataDataExtensionMessage.lo
  CXX      UTMetadataExtensionMessage.lo
  CXX      UTMetadataPostDownloadHandler.lo
  CXX      UTMetadataRejectExtensionMessage.lo
  CXX      UTMetadataRequestExtensionMessage.lo
  CXX      UTMetadataRequestFactory.lo
  CXX      UTMetadataRequestTracker.lo
  CXX      UTPexExtensionMessage.lo
  CXX      ZeroBtMessage.lo
  CXX      Metalink2RequestGroup.lo
  CXX      MetalinkEntry.lo
  CXX      Metalinker.lo
  CXX      MetalinkMetaurl.lo
  CXX      MetalinkParserController.lo
  CXX      MetalinkParserState.lo
  CXX      MetalinkParserStateImpl.lo
  CXX      MetalinkParserStateMachine.lo
  CXX      MetalinkParserStateV3Impl.lo
  CXX      MetalinkParserStateV4Impl.lo
  CXX      MetalinkPostDownloadHandler.lo
  CXX      MetalinkResource.lo
  CXX      metalink_helper.lo
  CXX      PollEventPoll.lo
  CXXLD    libaria2.la
  CXX      main.o
  CXXLD    aria2c

/usr/lib/x86_64-linux-gnu/libsqlite3.a(sqlite3.o): In function unixDlOpen': (.text+0x8839): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: cannot find -lp11-kit ./.libs/libaria2.a(util.o): In functionaria2::util::getHomeDir()':
/home/study/github/aria2/src/util.cc:1358: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./.libs/libaria2.a(SocketCore.o): In function aria2::callGetaddrinfo(addrinfo**, char const*, char const*, int, int, int, int)': /home/study/github/aria2/src/SocketCore.cc:1446: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libxml2.a(nanohttp.o): In functionxmlNanoHTTPConnectHost':
(.text+0x8a4): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [aria2c] 错误 1
make[3]:正在离开目录 /home/study/github/aria2/src' make[2]: *** [all-recursive] 错误 1 make[2]:正在离开目录/home/study/github/aria2/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/study/github/aria2'
make: *** [all] 错误 2

Thanks

@tatsuhiro-t
Copy link
Collaborator

Try openssl instead of gnutls (pass --without-gnutls --with-openssl to configure script). The static linker flags from gnutls pkg-config looks a bit string.

@Biggulu
Copy link
Author

Biggulu commented Apr 16, 2016

if i use --without-gnutls --with-opensslconfigure script

CXXLD aria2c
/usr/lib/x86_64-linux-gnu/libsqlite3.a(sqlite3.o): In function unixDlOpen': (.text+0x8839): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking ./.libs/libaria2.a(util.o): In functionaria2::util::getHomeDir()':
/home/study/github/aria2/src/util.cc:1358: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./.libs/libaria2.a(SocketCore.o): In function aria2::callGetaddrinfo(addrinfo**, char const*, char const*, int, int, int, int)': /home/study/github/aria2/src/SocketCore.cc:1446: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libxml2.a(nanohttp.o): In functionxmlNanoHTTPConnectHost':
(.text+0x8a4): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libxml2.a(xzlib.o): In function xz_decomp': (.text+0x5dc): undefined reference tolzma_code'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libxml2.a(xzlib.o): In function xz_make': (.text+0x9f5): undefined reference tolzma_properties_decode'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libxml2.a(xzlib.o): In function xz_make': (.text+0xc29): undefined reference tolzma_auto_decoder'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libxml2.a(xzlib.o): In function __libxml2_xzclose': (.text+0x16c5): undefined reference tolzma_end'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-misc.o): In function _gcry_fatal_error': (.text+0x22a): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-misc.o): In function _gcry_divide_by_zero': (.text+0x8da): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-misc.o): In function _gcry_divide_by_zero': (.text+0x8e6): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function do_malloc.constprop.4': (.text+0x1f2): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_err_make_from_errno': (.text+0xd46): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_error_from_errno': (.text+0xd75): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_realloc': (.text+0xfb9): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_calloc': (.text+0x1068): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_calloc_secure': (.text+0x10d8): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xmalloc': (.text+0x11b7): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xrealloc': (.text+0x1232): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xmalloc_secure': (.text+0x12ba): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xcalloc': (.text+0x1317): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xcalloc': (.text+0x1323): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xcalloc_secure': (.text+0x1377): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xcalloc_secure': (.text+0x1383): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_xstrdup': (.text+0x1403): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function do_malloc.constprop.4': (.text+0x1fe): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_strerror': (.text+0xd01): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_strsource': (.text+0xd11): undefined reference togpg_strsource'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_err_code_from_errno': (.text+0xd21): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_err_code_to_errno': (.text+0xd31): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-global.o): In function _gcry_free': (.text+0xf61): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-sexp.o): In function vsexp_sscan': (.text+0x691): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-sexp.o): In function vsexp_sscan': (.text+0x1814): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-sexp.o): In function make_space': (.text+0x2db): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-stdmem.o): In function _gcry_private_malloc': (.text+0xd6): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-stdmem.o): In function _gcry_private_malloc_secure': (.text+0x156): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-secmem.o): In function _gcry_secmem_malloc_internal': (.text+0x43c): undefined reference togpg_err_set_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-fips.o): In function _gcry_fips_run_selftests': (.text+0x569): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-fips.o): In function _gcry_fips_run_selftests': (.text+0x5db): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-fips.o): In function _gcry_fips_run_selftests': (.text+0x647): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-fips.o): In function _gcry_fips_run_selftests': (.text+0x6db): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-fips.o): In function _gcry_fips_run_selftests': (.text+0x6fe): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(cipher.o): In function _gcry_cipher_open': (.text+0x2196): undefined reference togpg_err_code_from_syserror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(dsa.o): In function dsa_generate_ext': (.text+0x14f3): undefined reference togpg_err_code_from_syserror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(dsa.o): In function dsa_generate_ext': (.text+0x1645): undefined reference togpg_err_code_from_syserror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(kdf.o): In function pkdf2': (.text+0x603): undefined reference togpg_err_code_from_syserror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function md_enable.isra.3': (.text+0x6a6): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function md_open': (.text+0x8c5): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function md_open': (.text+0x8e8): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function _gcry_md_copy': (.text+0x10ab): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function _gcry_md_copy': (.text+0x1131): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o):(.text+0x1148): more undefined references to gpg_err_code_from_errno' follow /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function_gcry_md_hash_buffer':
(.text+0x13c5): undefined reference to gpg_strerror' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(md.o): In function_gcry_md_setkey':
(.text+0x1534): undefined reference to gpg_err_code_from_errno' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(primegen.o): In functionprime_generate_internal':
(.text+0x169b): undefined reference to gpg_err_code_from_errno' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(primegen.o): In functionprime_generate_internal':
(.text+0x16b3): undefined reference to gpg_err_code_from_errno' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(primegen.o): In functionprime_generate_internal':
(.text+0x1701): undefined reference to gpg_err_code_from_errno' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(primegen.o): In functionprime_generate_internal':
(.text+0x1cd8): undefined reference to gpg_err_code_from_errno' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(primegen.o): In function_gcry_generate_fips186_2_prime':
(.text+0x2a11): undefined reference to gpg_err_code_from_syserror' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(primegen.o): In function_gcry_generate_fips186_3_prime':
(.text+0x327e): undefined reference to gpg_err_code_from_syserror' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(pubkey.o): In functionsexp_to_key':
(.text+0xb39): undefined reference to gpg_err_code_from_syserror' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(pubkey.o): In functionoctet_string_from_mpi.part.2':
(.text+0xf59): undefined reference to gpg_err_code_from_syserror' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(pubkey.o): In functionpss_verify_cmp':
(.text+0x1109): undefined reference to gpg_err_code_from_syserror' /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(pubkey.o):(.text+0x1ed3): more undefined references togpg_err_code_from_syserror' follow
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(libgcrypt_la-module.o): In function _gcry_module_add': (.text+0xf4): undefined reference togpg_err_code_from_errno'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(ecc.o): In function scanval': (.text+0xa9c): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(ecc.o): In function ec2os': (.text+0x1064): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(ecc.o): In function ec2os': (.text+0x107c): undefined reference togpg_strerror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(ecc.o): In function compute_keygrip': (.text+0x17c1): undefined reference togpg_err_code_from_syserror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(ecc.o): In function ecc_generate_ext': (.text+0x2274): undefined reference togpg_err_code_from_syserror'
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libgcrypt.a(random-fips.o): In function _gcry_rngfips_init_external_test': (.text+0x1180): undefined reference togpg_err_code_from_syserror'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [aria2c] 错误 1
make[3]:正在离开目录 /home/study/github/aria2/src' make[2]: *** [all-recursive] 错误 1 make[2]:正在离开目录/home/study/github/aria2/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/study/github/aria2'
make: *** [all] 错误 2

study@study-VirtualBox:/github/aria2$ dpkg -l | grep gpg
ii gpgv 1.4.16-1ubuntu2.3 amd64 GNU privacy guard - signature verification tool
ii libgpg-error-dev 1.12-0.2ubuntu1 amd64 library for common error values and messages in GnuPG components (development)
ii libgpg-error0:amd64 1.12-0.2ubuntu1 amd64 library for common error values and messages in GnuPG components
study@study-VirtualBox:
/github/aria2$ dpkg -l | grep lzma
ii liblzma-dev:amd64 5.1.1alpha+20120614-2ubuntu2 amd64 XZ-format compression library - development files
ii liblzma5:amd64 5.1.1alpha+20120614-2ubuntu2 amd64 XZ-format compression library

@q3aql
Copy link

q3aql commented Apr 16, 2016

@Biggulu aria2 Static builds:

Libraries: zlib/1.2.8 expat/2.1.1 sqlite3/3.12.0 OpenSSL/1.0.2g c-ares/1.11.0 libssh2/1.7.0

@tatsuhiro-t
Copy link
Collaborator

As suggested, try expat instead of libxml2.

@Biggulu
Copy link
Author

Biggulu commented Apr 16, 2016

OK Thanks to all ! Compile passed

@tatsuhiro-t
Copy link
Collaborator

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants