Last active
May 3, 2020 19:37
-
-
Save shrx/07288c37f8ea99f15872ef92eba41667 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc --version | |
gcc (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008 | |
Copyright (C) 2019 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
./configure | |
checking for a BSD-compatible install... /usr/local/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
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 whether gcc understands -c and -o together... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of gcc... gcc3 | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
checking how to run the C preprocessor... gcc -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 dependency style of gcc... (cached) gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-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 gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /usr/local/bin/dd | |
checking how to truncate binary pipes... /usr/local/bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc 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 whether make supports nested variables... (cached) yes | |
checking for size_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for ssize_t... yes | |
checking for g++... g++ | |
checking whether we are using the GNU Objective C++ compiler... no | |
checking whether g++ accepts -g... no | |
checking dependency style of g++... gcc3 | |
checking dependency style of g++... (cached) gcc3 | |
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 dependency style of g++... (cached) gcc3 | |
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 build environment is sane... yes | |
checking for cppcheck... no | |
checking whether g++ supports C++11 features by default... yes | |
checking for ANSI C header files... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdbool.h that conforms to C99... no | |
checking for _Bool... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for off_t... (cached) yes | |
checking size of uint64_t... 8 | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for off_t... (cached) yes | |
checking for size_t... (cached) yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.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 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 sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking htonl usability... no | |
checking htonl presence... no | |
checking for htonl... no | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking sys/malloc.h usability... no | |
checking sys/malloc.h presence... no | |
checking for sys/malloc.h... no | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking whether C++ compiler accepts -fPIC... yes | |
checking whether the linker accepts -fPIC... yes | |
checking if building for Win32 platform... no | |
checking for libpcrecpp... --with-pcre not specified | |
checking pcrecpp.h usability... yes | |
checking pcrecpp.h presence... yes | |
checking for pcrecpp.h... yes | |
checking for main in -lpcrecpp... yes | |
checking for pcre_compile in -lpcre... yes | |
checking for termcap... --with-termcap not specified | |
checking for tputs in -ltermcap... yes | |
checking for Readline... --with-readline not specified | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking for rl_save_prompt in -lreadline... yes | |
checking for pthread_create in -lpthread... yes | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/megacmdconfig.h | |
config.status: src/megacmdconfig.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in sdk (/home/shrx/src/MEGAcmd/sdk) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. | |
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 whether gcc understands -c and -o together... yes | |
checking how to run the C preprocessor... gcc -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 for a BSD-compatible install... /usr/local/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-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 gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /usr/local/bin/dd | |
checking how to truncate binary pipes... /usr/local/bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc 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 whether make supports nested variables... (cached) yes | |
checking for size_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for ssize_t... yes | |
checking for g++... g++ | |
checking whether we are using the GNU Objective C++ compiler... no | |
checking whether g++ accepts -g... no | |
checking dependency style of g++... gcc3 | |
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 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 build environment is sane... yes | |
checking for cppcheck... no | |
checking whether g++ supports C++11 features by default... yes | |
checking for ANSI C header files... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdbool.h that conforms to C99... no | |
checking for _Bool... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for off_t... (cached) yes | |
checking size of uint64_t... 8 | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for off_t... (cached) yes | |
checking for size_t... (cached) yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.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 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 sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking htonl usability... no | |
checking htonl presence... no | |
checking for htonl... no | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking sys/malloc.h usability... no | |
checking sys/malloc.h presence... no | |
checking for sys/malloc.h... no | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking whether C++ compiler accepts -fPIC... yes | |
checking whether the linker accepts -fPIC... yes | |
checking for dlopen in -ldl... yes | |
checking sys/inotify.h usability... yes | |
checking sys/inotify.h presence... yes | |
checking for sys/inotify.h... yes | |
checking mcheck.h usability... yes | |
checking mcheck.h presence... yes | |
checking for mcheck.h... yes | |
checking for inotify_init1... yes | |
checking for fdopendir... yes | |
checking for select... yes | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for clock_gettime in -lrt... yes | |
checking platform options... no | |
checking for pthread_create in -lpthread... yes | |
checking if building Java bindings... no | |
checking for libcryptopp... --with-cryptopp not specified | |
checking cryptopp/cryptlib.h usability... yes | |
checking cryptopp/cryptlib.h presence... yes | |
checking for cryptopp/cryptlib.h... yes | |
checking for main in -lcryptopp... yes | |
checking for libsodium... --with-sodium not specified | |
checking sodium.h usability... yes | |
checking sodium.h presence... yes | |
checking for sodium.h... yes | |
checking for sodium_init in -lsodium... yes | |
checking for libpcrecpp... checking for libraw... checking libraw/libraw.h usability... no | |
checking libraw/libraw.h presence... no | |
checking for libraw/libraw.h... no | |
configure: libraw/libraw.h header not found or not usable | |
checking for libuv... --with-libuv not specified | |
checking uv.h usability... no | |
checking uv.h presence... no | |
checking for uv.h... no | |
checking for zlib... --with-zlib not specified | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for main in -lz... yes | |
checking for SQLite... --with-sqlite not specified | |
checking for Berkeley DB... --with-db not specified | |
configure: Using SQLite3 as the default DB access layer. | |
checking sqlite3.h usability... yes | |
checking sqlite3.h presence... yes | |
checking for sqlite3.h... yes | |
checking for sqlite3_open in -lsqlite3... yes | |
checking for ffmpeg... --with-ffmpeg not specified | |
checking ffmpeg-mega/libavutil/macros.h usability... no | |
checking ffmpeg-mega/libavutil/macros.h presence... no | |
checking for ffmpeg-mega/libavutil/macros.h... no | |
checking libavutil/macros.h usability... yes | |
checking libavutil/macros.h presence... yes | |
checking for libavutil/macros.h... yes | |
checking for main in -lavformat... no | |
checking for libzen... --with-libzen not specified | |
checking ZenLib/Ztring.h usability... no | |
checking ZenLib/Ztring.h presence... no | |
checking for ZenLib/Ztring.h... no | |
checking for pthread_create in -lpthread... (cached) yes | |
libmediainfo requires libzen | |
checking for aio_write in -lrt... yes | |
checking for OpenSSL... --with-openssl not specified | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking for SSL_new in -lssl... yes | |
checking for c-ares... --with-cares not specified | |
checking ares.h usability... yes | |
checking ares.h presence... yes | |
checking for ares.h... yes | |
checking for ares_library_init in -lcares... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for main in -lcurl... yes | |
checking whether cURL is built with OpenSSL support... yes | |
checking if building example applications... yes | |
checking for FreeImage... --with-freeimage not specified | |
checking FreeImage.h usability... yes | |
checking FreeImage.h presence... yes | |
checking for FreeImage.h... yes | |
checking for main in -lfreeimage... yes | |
checking for termcap... --with-termcap not specified | |
checking for tputs in -ltermcap... yes | |
checking for Readline... --with-readline not specified | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking for rl_save_prompt in -lreadline... yes | |
checking for FUSE... --with-fuse not specified | |
checking fuse.h usability... no | |
checking fuse.h presence... no | |
checking for fuse.h... no | |
checking for fuse_main in -lfuse... no | |
checking if building tests... no | |
checking if building Python bindings... | |
checking if building PHP bindings... no | |
checking for main in -lstdc++fs... yes | |
checking for doxygen... no | |
configure: WARNING: doxygen not found - will not generate any doxygen documentation | |
checking for perl... /usr/bin/perl | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating include/Makefile | |
config.status: creating libmega.pc | |
config.status: creating doc/Doxyfile | |
config.status: creating include/mega/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: Configured to build Mega SDK: | |
SDK version: 3.6.9 | |
Host setup: x86_64-pc-linux-gnu | |
Install prefix: /usr/local | |
Compiler: g++ | |
CXXFLAGS: -g -O2 -DNDEBUG=1 -fPIC | |
LDFLAGS: -lstdc++fs -pthread -lrt | |
gcc hardening: no | |
debug: no | |
static: no | |
sync subsystem: yes | |
chat: no | |
MEGA API yes | |
example apps: yes | |
inotify: yes | |
posix threads: yes | |
Python bindings: no | |
Python3 bindings: no | |
PHP bindings: no | |
SWIG_FLAGS_PHP: | |
Java bindings: no | |
OpenSSL: -lssl -lcrypto | |
Crypto++: -lcryptopp | |
Sodium: -lsodium | |
Zlib: -lz | |
SQLite3: -lsqlite3 | |
c-ares: -lcares | |
cURL: -lcurl | |
FreeImage: -lfreeimage | |
Readline: -lreadline | |
Termcap: -ltermcap | |
PCRE: | |
LIBUV: | |
LIBRAW: | |
LIBMEDIAINFO: | |
FFMPEG: | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/megacmdconfig.h | |
config.status: src/megacmdconfig.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in sdk (/home/shrx/src/MEGAcmd/sdk) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. | |
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 whether gcc understands -c and -o together... yes | |
checking how to run the C preprocessor... gcc -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 for a BSD-compatible install... /usr/local/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-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 gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /usr/local/bin/dd | |
checking how to truncate binary pipes... /usr/local/bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc 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 whether make supports nested variables... (cached) yes | |
checking for size_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for ssize_t... yes | |
checking for g++... g++ | |
checking whether we are using the GNU Objective C++ compiler... no | |
checking whether g++ accepts -g... no | |
checking dependency style of g++... gcc3 | |
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 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 build environment is sane... yes | |
checking for cppcheck... no | |
checking whether g++ supports C++11 features by default... yes | |
checking for ANSI C header files... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdbool.h that conforms to C99... no | |
checking for _Bool... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for off_t... (cached) yes | |
checking size of uint64_t... 8 | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for off_t... (cached) yes | |
checking for size_t... (cached) yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.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 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 sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking htonl usability... no | |
checking htonl presence... no | |
checking for htonl... no | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking sys/malloc.h usability... no | |
checking sys/malloc.h presence... no | |
checking for sys/malloc.h... no | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking whether C++ compiler accepts -fPIC... yes | |
checking whether the linker accepts -fPIC... yes | |
checking for dlopen in -ldl... yes | |
checking sys/inotify.h usability... yes | |
checking sys/inotify.h presence... yes | |
checking for sys/inotify.h... yes | |
checking mcheck.h usability... yes | |
checking mcheck.h presence... yes | |
checking for mcheck.h... yes | |
checking for inotify_init1... yes | |
checking for fdopendir... yes | |
checking for select... yes | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for clock_gettime in -lrt... yes | |
checking platform options... no | |
checking for pthread_create in -lpthread... yes | |
checking if building Java bindings... no | |
checking for libcryptopp... --with-cryptopp not specified | |
checking cryptopp/cryptlib.h usability... yes | |
checking cryptopp/cryptlib.h presence... yes | |
checking for cryptopp/cryptlib.h... yes | |
checking for main in -lcryptopp... yes | |
checking for libsodium... --with-sodium not specified | |
checking sodium.h usability... yes | |
checking sodium.h presence... yes | |
checking for sodium.h... yes | |
checking for sodium_init in -lsodium... yes | |
checking for libpcrecpp... checking for libraw... checking libraw/libraw.h usability... no | |
checking libraw/libraw.h presence... no | |
checking for libraw/libraw.h... no | |
configure: libraw/libraw.h header not found or not usable | |
checking for libuv... --with-libuv not specified | |
checking uv.h usability... no | |
checking uv.h presence... no | |
checking for uv.h... no | |
checking for zlib... --with-zlib not specified | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for main in -lz... yes | |
checking for SQLite... --with-sqlite not specified | |
checking for Berkeley DB... --with-db not specified | |
configure: Using SQLite3 as the default DB access layer. | |
checking sqlite3.h usability... yes | |
checking sqlite3.h presence... yes | |
checking for sqlite3.h... yes | |
checking for sqlite3_open in -lsqlite3... yes | |
checking for ffmpeg... --with-ffmpeg not specified | |
checking ffmpeg-mega/libavutil/macros.h usability... no | |
checking ffmpeg-mega/libavutil/macros.h presence... no | |
checking for ffmpeg-mega/libavutil/macros.h... no | |
checking libavutil/macros.h usability... yes | |
checking libavutil/macros.h presence... yes | |
checking for libavutil/macros.h... yes | |
checking for main in -lavformat... no | |
checking for libzen... --with-libzen not specified | |
checking ZenLib/Ztring.h usability... no | |
checking ZenLib/Ztring.h presence... no | |
checking for ZenLib/Ztring.h... no | |
checking for pthread_create in -lpthread... (cached) yes | |
libmediainfo requires libzen | |
checking for aio_write in -lrt... yes | |
checking for OpenSSL... --with-openssl not specified | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking for SSL_new in -lssl... yes | |
checking for c-ares... --with-cares not specified | |
checking ares.h usability... yes | |
checking ares.h presence... yes | |
checking for ares.h... yes | |
checking for ares_library_init in -lcares... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for main in -lcurl... yes | |
checking whether cURL is built with OpenSSL support... yes | |
checking if building example applications... yes | |
checking for FreeImage... --with-freeimage not specified | |
checking FreeImage.h usability... yes | |
checking FreeImage.h presence... yes | |
checking for FreeImage.h... yes | |
checking for main in -lfreeimage... yes | |
checking for termcap... --with-termcap not specified | |
checking for tputs in -ltermcap... yes | |
checking for Readline... --with-readline not specified | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking for rl_save_prompt in -lreadline... yes | |
checking for FUSE... --with-fuse not specified | |
checking fuse.h usability... no | |
checking fuse.h presence... no | |
checking for fuse.h... no | |
checking for fuse_main in -lfuse... no | |
checking if building tests... no | |
checking if building Python bindings... | |
checking if building PHP bindings... no | |
checking for main in -lstdc++fs... yes | |
checking for doxygen... no | |
configure: WARNING: doxygen not found - will not generate any doxygen documentation | |
checking for perl... /usr/bin/perl | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating include/Makefile | |
config.status: creating libmega.pc | |
config.status: creating doc/Doxyfile | |
config.status: creating include/mega/config.h | |
config.status: include/mega/config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: Configured to build Mega SDK: | |
SDK version: 3.6.9 | |
Host setup: x86_64-pc-linux-gnu | |
Install prefix: /usr/local | |
Compiler: g++ | |
CXXFLAGS: -g -O2 -DNDEBUG=1 -fPIC | |
LDFLAGS: -lstdc++fs -pthread -lrt | |
gcc hardening: no | |
debug: no | |
static: no | |
sync subsystem: yes | |
chat: no | |
MEGA API yes | |
example apps: yes | |
inotify: yes | |
posix threads: yes | |
Python bindings: no | |
Python3 bindings: no | |
PHP bindings: no | |
SWIG_FLAGS_PHP: | |
Java bindings: no | |
OpenSSL: -lssl -lcrypto | |
Crypto++: -lcryptopp | |
Sodium: -lsodium | |
Zlib: -lz | |
SQLite3: -lsqlite3 | |
c-ares: -lcares | |
cURL: -lcurl | |
FreeImage: -lfreeimage | |
Readline: -lreadline | |
Termcap: -ltermcap | |
PCRE: | |
LIBUV: | |
LIBRAW: | |
LIBMEDIAINFO: | |
FFMPEG: | |
configure: MEGAcmd configuration: | |
MEGACMD version: 1.2.0 | |
Install prefix: /usr/local | |
Compiler: g++ | |
CXXFLAGS: -g -O2 -DNDEBUG=1 -fPIC -DENABLE_BACKUPS=1 | |
CPPFLAGS: | |
LDFLAGS: -pthread | |
debug: no | |
static: no | |
posix threads: yes | |
Readline: -lreadline | |
Termcap: -ltermcap | |
PCRE: -lpcrecpp -lpcre | |
SDK includes: -I. -I./include -I./include/mega -I./include/mega/posix -I./third_party/utf8proc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment