Created
May 3, 2011 12:39
-
-
Save anarchivist/953256 to your computer and use it in GitHub Desktop.
Afflib install failure
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
[nruest@megatron:nruest]$ brew doctor | |
Your OS X is ripe for brewing. | |
Any troubles you may be experiencing are likely purely psychosomatic. |
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
==> Downloading http://afflib.org/downloads/afflib-3.6.10.tar.gz | |
File already downloaded and cached to /Users/mam54/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/mam54/Library/Caches/Homebrew/afflib-3.6.10.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/afflib/3.6.10 | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/afflib/3.6.10 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for gcc... /usr/bin/cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... none | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking build system type... i386-apple-darwin10.7.0 | |
checking host system type... i386-apple-darwin10.7.0 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking how to run the C preprocessor... /usr/bin/cc -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 /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.7.0 dyld | |
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 for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
configure: checking /usr/local/include | |
configure: *** ADDING /usr/local/include to CPPFLAGS *** | |
configure: *** ADDING /usr/local/lib to LDFLAGS *** | |
configure: checking /opt/local/include | |
configure: checking /sw/include | |
configure: checking /usr/local/Cellar/afflib/3.6.10/include | |
configure: CPPFLAGS = -I/usr/local/include | |
configure: LDFLAGS = -L/usr/local/lib | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct stat.st_blocks... yes | |
checking for struct stat.st_rdev... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking dmalloc.h usability... no | |
checking dmalloc.h presence... no | |
checking for dmalloc.h... no | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for inttypes.h... (cached) yes | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking ncurses/term.h usability... no | |
checking ncurses/term.h presence... no | |
checking for ncurses/term.h... no | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/disk.h usability... yes | |
checking sys/disk.h presence... yes | |
checking for sys/disk.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking for sys/ioctl.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for sys/param.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/signal.h usability... yes | |
checking sys/signal.h presence... yes | |
checking for sys/signal.h... yes | |
checking for sys/stat.h... (cached) 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/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking term.h usability... yes | |
checking term.h presence... yes | |
checking for term.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for regcomp in -lregex... no | |
checking for struct sockaddr_in.sin_len... yes | |
checking for getprogname... yes | |
checking for strlcpy... yes | |
checking for strlcat... yes | |
checking for err_set_exit... yes | |
checking for srandom... yes | |
checking for srandomdev... yes | |
checking for flock... yes | |
checking for fstatfs... yes | |
checking for valloc... yes | |
checking for isdigit... yes | |
checking for isalnum... yes | |
checking for isalphanum... no | |
checking for isatty... yes | |
checking for popen... yes | |
checking for ftruncate... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for putenv... yes | |
checking for regcomp... yes | |
checking for srandomdev... (cached) yes | |
checking for strcasecmp... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strrchr... yes | |
checking for err... yes | |
checking for errx... yes | |
checking for warn... yes | |
checking for warnx... yes | |
checking for utimes... yes | |
checking for unsetenv... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/c++ accepts -g... yes | |
checking dependency style of /usr/bin/c++... none | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether /usr/bin/c++ accepts -g... (cached) yes | |
checking dependency style of /usr/bin/c++... (cached) none | |
checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
checking for ld used by /usr/bin/c++... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking for /usr/bin/c++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/c++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/c++ static flag -static works... no | |
checking if /usr/bin/c++ supports -c -o file.o... yes | |
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.7.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking cstring usability... yes | |
checking cstring presence... yes | |
checking for cstring... yes | |
checking string usability... yes | |
checking string presence... yes | |
checking for string... yes | |
configure: STL Present | |
checking for tputs... no | |
checking for tgoto... no | |
checking for tgetstr... no | |
checking for tgetnum... no | |
checking for gotorc... no | |
checking for beep... no | |
checking for endwin... no | |
checking for setupterm... no | |
checking for printw... no | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking for readline in -lreadline... yes | |
checking for initscr in -lncurses... yes | |
checking for uncompress in -lz... yes | |
checking for aio_error64 in -lrt... no | |
checking expat.h usability... yes | |
checking expat.h presence... yes | |
checking for expat.h... yes | |
checking for XML_ParserCreate in -lexpat... yes | |
disable_qemu: | |
enable_qemu: | |
checking for MD5_Update in -lcrypto... yes | |
checking for SSL_library_init in -lssl... yes | |
checking openssl/aes.h usability... yes | |
checking openssl/aes.h presence... yes | |
checking for openssl/aes.h... yes | |
checking openssl/bio.h usability... yes | |
checking openssl/bio.h presence... yes | |
checking for openssl/bio.h... yes | |
checking openssl/evp.h usability... yes | |
checking openssl/evp.h presence... yes | |
checking for openssl/evp.h... yes | |
checking openssl/hmac.h usability... yes | |
checking openssl/hmac.h presence... yes | |
checking for openssl/hmac.h... yes | |
checking openssl/md5.h usability... yes | |
checking openssl/md5.h presence... yes | |
checking for openssl/md5.h... yes | |
checking openssl/rand.h usability... yes | |
checking openssl/rand.h presence... yes | |
checking for openssl/rand.h... yes | |
checking openssl/rsa.h usability... yes | |
checking openssl/rsa.h presence... yes | |
checking for openssl/rsa.h... yes | |
checking openssl/sha.h usability... yes | |
checking openssl/sha.h presence... yes | |
checking for openssl/sha.h... yes | |
checking openssl/pem.h usability... yes | |
checking openssl/pem.h presence... yes | |
checking for openssl/pem.h... yes | |
checking openssl/x509.h usability... yes | |
checking openssl/x509.h presence... yes | |
checking for openssl/x509.h... yes | |
checking for MD5... yes | |
checking for SHA1... yes | |
checking for AES_encrypt... yes | |
checking for RAND_pseudo_bytes... yes | |
checking for des_read_pw_string... no | |
checking for EVP_read_pw_string... yes | |
checking for EVP_MD_size... yes | |
checking for MD5 in -lmd... no | |
checking for PEM_read_bio_RSA_PUBKEY... yes | |
configure: FUSE requested | |
configure: FUSE IS NOT SUPPORTED ON MACOS | |
checking fuse.h usability... yes | |
checking fuse.h presence... yes | |
checking for fuse.h... yes | |
checking whether /usr/bin/cc and cc understand -c and -o together... yes | |
configure: | |
configure: ***************************************** | |
configure: AFFLIB 3.6.10 configuration | |
configure: Amazon S3 Support: no | |
configure: LZMA Compression: yes | |
configure: PYTHON Bindings: no | |
configure: QEMU Image Drivers: yes | |
configure: FUSE: no | |
configure: LIBEXPAT: yes (needed for AFF signatures) | |
configure: | |
configure: CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g | |
configure: CPPFLAGS: -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include | |
configure: CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g | |
configure: LIBS: -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
configure: LDFLAGS: -L/usr/local/lib | |
configure: ***************************************** | |
configure: | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating lzma443/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating pyaff/Makefile | |
config.status: creating man/Makefile | |
config.status: creating lib/version.h | |
config.status: creating afflib.spec | |
config.status: creating afflib.pc | |
config.status: creating affconfig.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
make install | |
Making install in lib | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o aff_db.lo aff_db.cpp | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o aff_toc.lo aff_toc.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c aff_toc.cpp -fno-common -DPIC -o .libs/aff_toc.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c aff_db.cpp -fno-common -DPIC -o .libs/aff_db.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c aff_db.cpp -o aff_db.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c aff_toc.cpp -o aff_toc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o afflib.lo afflib.cpp | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o afflib_os.lo afflib_os.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib.cpp -fno-common -DPIC -o .libs/afflib.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_os.cpp -fno-common -DPIC -o .libs/afflib_os.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_os.cpp -o afflib_os.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o afflib_pages.lo afflib_pages.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_pages.cpp -fno-common -DPIC -o .libs/afflib_pages.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib.cpp -o afflib.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_pages.cpp -o afflib_pages.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o afflib_stream.lo afflib_stream.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_stream.cpp -fno-common -DPIC -o .libs/afflib_stream.o | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o afflib_util.lo afflib_util.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_util.cpp -fno-common -DPIC -o .libs/afflib_util.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_stream.cpp -o afflib_stream.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c afflib_util.cpp -o afflib_util.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o crypto.lo crypto.cpp | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o base64.lo base64.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c crypto.cpp -fno-common -DPIC -o .libs/crypto.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c base64.cpp -fno-common -DPIC -o .libs/base64.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c base64.cpp -o base64.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o lzma_glue.lo lzma_glue.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c lzma_glue.cpp -fno-common -DPIC -o .libs/lzma_glue.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c lzma_glue.cpp -o lzma_glue.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o vnode_aff.lo vnode_aff.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_aff.cpp -fno-common -DPIC -o .libs/vnode_aff.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_aff.cpp -o vnode_aff.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c crypto.cpp -o crypto.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o vnode_afd.lo vnode_afd.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_afd.cpp -fno-common -DPIC -o .libs/vnode_afd.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_afd.cpp -o vnode_afd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o vnode_afm.lo vnode_afm.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_afm.cpp -fno-common -DPIC -o .libs/vnode_afm.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_afm.cpp -o vnode_afm.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o vnode_raw.lo vnode_raw.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_raw.cpp -fno-common -DPIC -o .libs/vnode_raw.o | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o vnode_split_raw.lo vnode_split_raw.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_split_raw.cpp -fno-common -DPIC -o .libs/vnode_split_raw.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_raw.cpp -o vnode_raw.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o utils.lo utils.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c utils.cpp -fno-common -DPIC -o .libs/utils.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_split_raw.cpp -o vnode_split_raw.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o display.lo display.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c display.cpp -fno-common -DPIC -o .libs/display.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c display.cpp -o display.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c utils.cpp -o utils.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o vnode_qemu.lo vnode_qemu.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_qemu.cpp -fno-common -DPIC -o .libs/vnode_qemu.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c vnode_qemu.cpp -o vnode_qemu.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-bochs.lo `test -f 'qemu/block-bochs.c' || echo './'`qemu/block-bochs.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-bochs.c -fno-common -DPIC -o .libs/libafflib_la-block-bochs.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-bochs.c -o libafflib_la-block-bochs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-cloop.lo `test -f 'qemu/block-cloop.c' || echo './'`qemu/block-cloop.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-cow.lo `test -f 'qemu/block-cow.c' || echo './'`qemu/block-cow.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-cloop.c -fno-common -DPIC -o .libs/libafflib_la-block-cloop.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-cow.c -fno-common -DPIC -o .libs/libafflib_la-block-cow.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-cloop.c -o libafflib_la-block-cloop.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-cow.c -o libafflib_la-block-cow.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-dmg.lo `test -f 'qemu/block-dmg.c' || echo './'`qemu/block-dmg.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-dmg.c -fno-common -DPIC -o .libs/libafflib_la-block-dmg.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-parallels.lo `test -f 'qemu/block-parallels.c' || echo './'`qemu/block-parallels.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-parallels.c -fno-common -DPIC -o .libs/libafflib_la-block-parallels.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-dmg.c -o libafflib_la-block-dmg.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-parallels.c -o libafflib_la-block-parallels.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-qcow.lo `test -f 'qemu/block-qcow.c' || echo './'`qemu/block-qcow.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-qcow.c -fno-common -DPIC -o .libs/libafflib_la-block-qcow.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-qcow2.lo `test -f 'qemu/block-qcow2.c' || echo './'`qemu/block-qcow2.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-qcow2.c -fno-common -DPIC -o .libs/libafflib_la-block-qcow2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-qcow.c -o libafflib_la-block-qcow.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-raw-posix.lo `test -f 'qemu/block-raw-posix.c' || echo './'`qemu/block-raw-posix.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-raw-posix.c -fno-common -DPIC -o .libs/libafflib_la-block-raw-posix.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-raw-posix.c -o libafflib_la-block-raw-posix.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-qcow2.c -o libafflib_la-block-qcow2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-vmdk.lo `test -f 'qemu/block-vmdk.c' || echo './'`qemu/block-vmdk.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-vmdk.c -fno-common -DPIC -o .libs/libafflib_la-block-vmdk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-vmdk.c -o libafflib_la-block-vmdk.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-vpc.lo `test -f 'qemu/block-vpc.c' || echo './'`qemu/block-vpc.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block-vvfat.lo `test -f 'qemu/block-vvfat.c' || echo './'`qemu/block-vvfat.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-vpc.c -fno-common -DPIC -o .libs/libafflib_la-block-vpc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-vvfat.c -fno-common -DPIC -o .libs/libafflib_la-block-vvfat.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-vpc.c -o libafflib_la-block-vpc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-block.lo `test -f 'qemu/block.c' || echo './'`qemu/block.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block.c -fno-common -DPIC -o .libs/libafflib_la-block.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block.c -o libafflib_la-block.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-qemu_glue.lo `test -f 'qemu/qemu_glue.c' || echo './'`qemu/qemu_glue.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/qemu_glue.c -fno-common -DPIC -o .libs/libafflib_la-qemu_glue.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/qemu_glue.c -o libafflib_la-qemu_glue.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o LzmaBench.lo `test -f '../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp -fno-common -DPIC -o .libs/LzmaBench.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c qemu/block-vvfat.c -o libafflib_la-block-vvfat.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp -o LzmaBench.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o LzmaRam.lo `test -f '../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp -fno-common -DPIC -o .libs/LzmaRam.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp -o LzmaRam.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-LzmaRamDecode.lo `test -f '../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c' || echo './'`../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c -fno-common -DPIC -o .libs/libafflib_la-LzmaRamDecode.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c -o libafflib_la-LzmaRamDecode.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-LzmaDecode.lo `test -f '../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c' || echo './'`../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c -fno-common -DPIC -o .libs/libafflib_la-LzmaDecode.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o libafflib_la-BranchX86.lo `test -f '../lzma443/C/7zip/Compress/Branch/BranchX86.c' || echo './'`../lzma443/C/7zip/Compress/Branch/BranchX86.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/Branch/BranchX86.c -fno-common -DPIC -o .libs/libafflib_la-BranchX86.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/Branch/BranchX86.c -o libafflib_la-BranchX86.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -DQEMU_IMG -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c -o libafflib_la-LzmaDecode.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o LZMADecoder.lo `test -f '../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp -fno-common -DPIC -o .libs/LZMADecoder.o | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o LZMAEncoder.lo `test -f '../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp' || echo './'`../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp -fno-common -DPIC -o .libs/LZMAEncoder.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp -o LZMADecoder.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o LZInWindow.lo `test -f '../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp' || echo './'`../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp -fno-common -DPIC -o .libs/LZInWindow.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZ/LZInWindow.cpp -o LZInWindow.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o LZOutWindow.lo `test -f '../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp' || echo './'`../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp -fno-common -DPIC -o .libs/LZOutWindow.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp -o LZOutWindow.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o RangeCoderBit.lo `test -f '../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp' || echo './'`../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp -fno-common -DPIC -o .libs/RangeCoderBit.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp -o RangeCoderBit.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o InBuffer.lo `test -f '../lzma443/C/7zip/Common/InBuffer.cpp' || echo './'`../lzma443/C/7zip/Common/InBuffer.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Common/InBuffer.cpp -fno-common -DPIC -o .libs/InBuffer.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Common/InBuffer.cpp -o InBuffer.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o OutBuffer.lo `test -f '../lzma443/C/7zip/Common/OutBuffer.cpp' || echo './'`../lzma443/C/7zip/Common/OutBuffer.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Common/OutBuffer.cpp -fno-common -DPIC -o .libs/OutBuffer.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Common/OutBuffer.cpp -o OutBuffer.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o StreamUtils.lo `test -f '../lzma443/C/7zip/Common/StreamUtils.cpp' || echo './'`../lzma443/C/7zip/Common/StreamUtils.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Common/StreamUtils.cpp -fno-common -DPIC -o .libs/StreamUtils.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Common/StreamUtils.cpp -o StreamUtils.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o Alloc.lo `test -f '../lzma443/C/Common/Alloc.cpp' || echo './'`../lzma443/C/Common/Alloc.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/Alloc.cpp -fno-common -DPIC -o .libs/Alloc.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/Alloc.cpp -o Alloc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o CommandLineParser.lo `test -f '../lzma443/C/Common/CommandLineParser.cpp' || echo './'`../lzma443/C/Common/CommandLineParser.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/CommandLineParser.cpp -fno-common -DPIC -o .libs/CommandLineParser.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp -o LZMAEncoder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/CommandLineParser.cpp -o CommandLineParser.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o CRC.lo `test -f '../lzma443/C/Common/CRC.cpp' || echo './'`../lzma443/C/Common/CRC.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/CRC.cpp -fno-common -DPIC -o .libs/CRC.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/CRC.cpp -o CRC.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o String.lo `test -f '../lzma443/C/Common/String.cpp' || echo './'`../lzma443/C/Common/String.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/String.cpp -fno-common -DPIC -o .libs/String.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/String.cpp -o String.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o StringConvert.lo `test -f '../lzma443/C/Common/StringConvert.cpp' || echo './'`../lzma443/C/Common/StringConvert.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/StringConvert.cpp -fno-common -DPIC -o .libs/StringConvert.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/StringConvert.cpp -o StringConvert.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o StringToInt.lo `test -f '../lzma443/C/Common/StringToInt.cpp' || echo './'`../lzma443/C/Common/StringToInt.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/StringToInt.cpp -fno-common -DPIC -o .libs/StringToInt.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/StringToInt.cpp -o StringToInt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o Vector.lo `test -f '../lzma443/C/Common/Vector.cpp' || echo './'`../lzma443/C/Common/Vector.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/Vector.cpp -fno-common -DPIC -o .libs/Vector.o | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lzma443/C -I../lzma443/C/7zip/Compress/LZMA_Alone -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c ../lzma443/C/Common/Vector.cpp -o Vector.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -L/usr/local/lib -o libafflib.la -rpath /usr/local/Cellar/afflib/3.6.10/lib aff_db.lo aff_toc.lo afflib.lo afflib_os.lo afflib_pages.lo afflib_stream.lo afflib_util.lo crypto.lo base64.lo lzma_glue.lo vnode_aff.lo vnode_afd.lo vnode_afm.lo vnode_raw.lo vnode_split_raw.lo utils.lo display.lo vnode_qemu.lo libafflib_la-block-bochs.lo libafflib_la-block-cloop.lo libafflib_la-block-cow.lo libafflib_la-block-dmg.lo libafflib_la-block-parallels.lo libafflib_la-block-qcow.lo libafflib_la-block-qcow2.lo libafflib_la-block-raw-posix.lo libafflib_la-block-vmdk.lo libafflib_la-block-vpc.lo libafflib_la-block-vvfat.lo libafflib_la-block.lo libafflib_la-qemu_glue.lo LzmaBench.lo LzmaRam.lo libafflib_la-LzmaRamDecode.lo libafflib_la-LzmaDecode.lo libafflib_la-BranchX86.lo LZMADecoder.lo LZMAEncoder.lo LZInWindow.lo LZOutWindow.lo RangeCoderBit.lo InBuffer.lo OutBuffer.lo StreamUtils.lo Alloc.lo CommandLineParser.lo CRC.lo String.lo StringConvert.lo StringToInt.lo Vector.lo -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libafflib.0.dylib .libs/aff_db.o .libs/aff_toc.o .libs/afflib.o .libs/afflib_os.o .libs/afflib_pages.o .libs/afflib_stream.o .libs/afflib_util.o .libs/crypto.o .libs/base64.o .libs/lzma_glue.o .libs/vnode_aff.o .libs/vnode_afd.o .libs/vnode_afm.o .libs/vnode_raw.o .libs/vnode_split_raw.o .libs/utils.o .libs/display.o .libs/vnode_qemu.o .libs/libafflib_la-block-bochs.o .libs/libafflib_la-block-cloop.o .libs/libafflib_la-block-cow.o .libs/libafflib_la-block-dmg.o .libs/libafflib_la-block-parallels.o .libs/libafflib_la-block-qcow.o .libs/libafflib_la-block-qcow2.o .libs/libafflib_la-block-raw-posix.o .libs/libafflib_la-block-vmdk.o .libs/libafflib_la-block-vpc.o .libs/libafflib_la-block-vvfat.o .libs/libafflib_la-block.o .libs/libafflib_la-qemu_glue.o .libs/LzmaBench.o .libs/LzmaRam.o .libs/libafflib_la-LzmaRamDecode.o .libs/libafflib_la-LzmaDecode.o .libs/libafflib_la-BranchX86.o .libs/LZMADecoder.o .libs/LZMAEncoder.o .libs/LZInWindow.o .libs/LZOutWindow.o .libs/RangeCoderBit.o .libs/InBuffer.o .libs/OutBuffer.o .libs/StreamUtils.o .libs/Alloc.o .libs/CommandLineParser.o .libs/CRC.o .libs/String.o .libs/StringConvert.o .libs/StringToInt.o .libs/Vector.o -L/usr/local/lib -lssl -lcrypto -lexpat -lz -lncurses -lreadline -march=core2 -msse4.1 -install_name /usr/local/Cellar/afflib/3.6.10/lib/libafflib.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module | |
libtool: link: dsymutil .libs/libafflib.0.dylib || : | |
libtool: link: (cd ".libs" && rm -f "libafflib.dylib" && ln -s "libafflib.0.dylib" "libafflib.dylib") | |
libtool: link: (cd ".libs" && rm -f "libafflib.0.0.0.dylib" && ln -s "libafflib.0.dylib" "libafflib.0.0.0.dylib") | |
libtool: link: ar cru .libs/libafflib.a aff_db.o aff_toc.o afflib.o afflib_os.o afflib_pages.o afflib_stream.o afflib_util.o crypto.o base64.o lzma_glue.o vnode_aff.o vnode_afd.o vnode_afm.o vnode_raw.o vnode_split_raw.o utils.o display.o vnode_qemu.o libafflib_la-block-bochs.o libafflib_la-block-cloop.o libafflib_la-block-cow.o libafflib_la-block-dmg.o libafflib_la-block-parallels.o libafflib_la-block-qcow.o libafflib_la-block-qcow2.o libafflib_la-block-raw-posix.o libafflib_la-block-vmdk.o libafflib_la-block-vpc.o libafflib_la-block-vvfat.o libafflib_la-block.o libafflib_la-qemu_glue.o LzmaBench.o LzmaRam.o libafflib_la-LzmaRamDecode.o libafflib_la-LzmaDecode.o libafflib_la-BranchX86.o LZMADecoder.o LZMAEncoder.o LZInWindow.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o StreamUtils.o Alloc.o CommandLineParser.o CRC.o String.o StringConvert.o StringToInt.o Vector.o | |
libtool: link: ranlib .libs/libafflib.a | |
libtool: link: ( cd ".libs" && rm -f "libafflib.la" && ln -s "../libafflib.la" "libafflib.la" ) | |
test -z "/usr/local/Cellar/afflib/3.6.10/lib" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/afflib/3.6.10/lib" | |
make[2]: Nothing to be done for `install-data-am'. | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libafflib.la' '/usr/local/Cellar/afflib/3.6.10/lib/libafflib.la' | |
libtool: install: /usr/bin/install -c .libs/libafflib.0.dylib /usr/local/Cellar/afflib/3.6.10/lib/libafflib.0.dylib | |
libtool: install: (cd /usr/local/Cellar/afflib/3.6.10/lib && { ln -s -f libafflib.0.dylib libafflib.dylib || { rm -f libafflib.dylib && ln -s libafflib.0.dylib libafflib.dylib; }; }) | |
libtool: install: (cd /usr/local/Cellar/afflib/3.6.10/lib && { ln -s -f libafflib.0.dylib libafflib.0.0.0.dylib || { rm -f libafflib.0.0.0.dylib && ln -s libafflib.0.dylib libafflib.0.0.0.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libafflib.lai /usr/local/Cellar/afflib/3.6.10/lib/libafflib.la | |
libtool: install: /usr/bin/install -c .libs/libafflib.a /usr/local/Cellar/afflib/3.6.10/lib/libafflib.a | |
libtool: install: chmod 644 /usr/local/Cellar/afflib/3.6.10/lib/libafflib.a | |
libtool: install: ranlib /usr/local/Cellar/afflib/3.6.10/lib/libafflib.a | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/Cellar/afflib/3.6.10/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable | |
during execution | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make install-exec-hook | |
Making install in tools | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affcat.o affcat.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affcompare.o affcompare.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affconvert.o affconvert.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affcopy.o affcopy.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o aff_bom.o aff_bom.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affcrypto.o affcrypto.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affix.o affix.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affinfo.o affinfo.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affsegment.o affsegment.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affstats.o affstats.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affverify.o affverify.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affxml.o affxml.cpp | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affuse-affuse.o `test -f 'affuse.c' || echo './'`affuse.c | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affrecover.o affrecover.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affsign.o affsign.cpp | |
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I../lib/ -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -I/usr/local/include -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -c -o affdiskprint.o affdiskprint.cpp | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affcat affcat.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affcat affcat.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affcompare affcompare.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affcompare affcompare.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affconvert affconvert.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affconvert affconvert.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affcopy affcopy.o aff_bom.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affcopy affcopy.o aff_bom.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affcrypto affcrypto.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affcrypto affcrypto.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affix affix.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affix affix.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affinfo affinfo.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affinfo affinfo.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affsegment affsegment.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affsegment affsegment.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affstats affstats.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affverify affverify.o aff_bom.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affstats affstats.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affxml affxml.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affverify affverify.o aff_bom.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affuse affuse-affuse.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affxml affxml.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affrecover affrecover.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affuse affuse-affuse.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affsign affsign.o aff_bom.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affrecover affrecover.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
/bin/sh ../libtool --tag=CXX --mode=link /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -static -L/usr/local/lib -o affdiskprint affdiskprint.o ../lib/libafflib.la -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affsign affsign.o aff_bom.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
libtool: link: /usr/bin/c++ -O3 -march=core2 -msse4.1 -w -pipe -D_FORTIFY_SOURCE=2 -Wall -g -o affdiskprint affdiskprint.o -Wl,-bind_at_load -L/usr/local/lib ../lib/.libs/libafflib.a -lssl -lcrypto -lexpat -lz -lncurses -lreadline | |
test -z "/usr/local/Cellar/afflib/3.6.10/bin" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/afflib/3.6.10/bin" | |
make[2]: Nothing to be done for `install-data-am'. | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affcat' '/usr/local/Cellar/afflib/3.6.10/bin/affcat' | |
libtool: install: /usr/bin/install -c affcat /usr/local/Cellar/afflib/3.6.10/bin/affcat | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affcompare' '/usr/local/Cellar/afflib/3.6.10/bin/affcompare' | |
libtool: install: /usr/bin/install -c affcompare /usr/local/Cellar/afflib/3.6.10/bin/affcompare | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affconvert' '/usr/local/Cellar/afflib/3.6.10/bin/affconvert' | |
libtool: install: /usr/bin/install -c affconvert /usr/local/Cellar/afflib/3.6.10/bin/affconvert | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affcopy' '/usr/local/Cellar/afflib/3.6.10/bin/affcopy' | |
libtool: install: /usr/bin/install -c affcopy /usr/local/Cellar/afflib/3.6.10/bin/affcopy | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affcrypto' '/usr/local/Cellar/afflib/3.6.10/bin/affcrypto' | |
libtool: install: /usr/bin/install -c affcrypto /usr/local/Cellar/afflib/3.6.10/bin/affcrypto | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affix' '/usr/local/Cellar/afflib/3.6.10/bin/affix' | |
libtool: install: /usr/bin/install -c affix /usr/local/Cellar/afflib/3.6.10/bin/affix | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affinfo' '/usr/local/Cellar/afflib/3.6.10/bin/affinfo' | |
libtool: install: /usr/bin/install -c affinfo /usr/local/Cellar/afflib/3.6.10/bin/affinfo | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affsegment' '/usr/local/Cellar/afflib/3.6.10/bin/affsegment' | |
libtool: install: /usr/bin/install -c affsegment /usr/local/Cellar/afflib/3.6.10/bin/affsegment | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affstats' '/usr/local/Cellar/afflib/3.6.10/bin/affstats' | |
libtool: install: /usr/bin/install -c affstats /usr/local/Cellar/afflib/3.6.10/bin/affstats | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affverify' '/usr/local/Cellar/afflib/3.6.10/bin/affverify' | |
libtool: install: /usr/bin/install -c affverify /usr/local/Cellar/afflib/3.6.10/bin/affverify | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affxml' '/usr/local/Cellar/afflib/3.6.10/bin/affxml' | |
libtool: install: /usr/bin/install -c affxml /usr/local/Cellar/afflib/3.6.10/bin/affxml | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affuse' '/usr/local/Cellar/afflib/3.6.10/bin/affuse' | |
libtool: install: /usr/bin/install -c affuse /usr/local/Cellar/afflib/3.6.10/bin/affuse | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affrecover' '/usr/local/Cellar/afflib/3.6.10/bin/affrecover' | |
libtool: install: /usr/bin/install -c affrecover /usr/local/Cellar/afflib/3.6.10/bin/affrecover | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affsign' '/usr/local/Cellar/afflib/3.6.10/bin/affsign' | |
libtool: install: /usr/bin/install -c affsign /usr/local/Cellar/afflib/3.6.10/bin/affsign | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'affdiskprint' '/usr/local/Cellar/afflib/3.6.10/bin/affdiskprint' | |
libtool: install: /usr/bin/install -c affdiskprint /usr/local/Cellar/afflib/3.6.10/bin/affdiskprint | |
Making install in lzma443 | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in tests | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in doc | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in pyaff | |
test -z "" || /usr/local/bin/gmkdir -p "" | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in man | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/afflib/3.6.10/share/man/man1" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/afflib/3.6.10/share/man/man1" | |
/usr/bin/install -c -m 644 './affcat.1' '/usr/local/Cellar/afflib/3.6.10/share/man/man1/affcat.1' | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/afflib/3.6.10/include" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/afflib/3.6.10/include" | |
test -z "/usr/local/Cellar/afflib/3.6.10/lib/pkgconfig" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/afflib/3.6.10/lib/pkgconfig" | |
test -z "/usr/local/Cellar/afflib/3.6.10/include/afflib" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/afflib/3.6.10/include/afflib" | |
/usr/bin/install -c -m 644 'afflib.pc' '/usr/local/Cellar/afflib/3.6.10/lib/pkgconfig/afflib.pc' | |
/usr/bin/install -c -m 644 'lib/afflib.h' '/usr/local/Cellar/afflib/3.6.10/include/afflib/afflib.h' | |
/usr/bin/install -c -m 644 'lib/afflib_i.h' '/usr/local/Cellar/afflib/3.6.10/include/afflib/afflib_i.h' | |
/usr/bin/install -c -m 644 'lib/aftimer.h' '/usr/local/Cellar/afflib/3.6.10/include/afflib/aftimer.h' | |
/usr/bin/install -c -m 644 'lib/utils.h' '/usr/local/Cellar/afflib/3.6.10/include/afflib/utils.h' | |
==> Finishing up | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affxml | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affverify | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affuse | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affstats | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affsign | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affsegment | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affrecover | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affix | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affinfo | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affdiskprint | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affcrypto | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affcopy | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affconvert | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affcompare | |
strip /usr/local/Cellar/afflib/3.6.10/bin/affcat | |
ln /usr/local/bin/affxml | |
ln /usr/local/bin/affverify | |
ln /usr/local/bin/affuse | |
ln /usr/local/bin/affstats | |
ln /usr/local/bin/affsign | |
ln /usr/local/bin/affsegment | |
ln /usr/local/bin/affrecover | |
ln /usr/local/bin/affix | |
ln /usr/local/bin/affinfo | |
ln /usr/local/bin/affdiskprint | |
ln /usr/local/bin/affcrypto | |
ln /usr/local/bin/affcopy | |
ln /usr/local/bin/affconvert | |
ln /usr/local/bin/affcompare | |
ln /usr/local/bin/affcat | |
ln /usr/local/include/afflib/utils.h | |
ln /usr/local/include/afflib/aftimer.h | |
ln /usr/local/include/afflib/afflib_i.h | |
ln /usr/local/include/afflib/afflib.h | |
ln /usr/local/share/man/man1/affcat.1 | |
ln /usr/local/lib/pkgconfig/afflib.pc | |
ln /usr/local/lib/libafflib.dylib | |
ln /usr/local/lib/libafflib.a | |
ln /usr/local/lib/libafflib.0.dylib | |
ln /usr/local/lib/libafflib.0.0.0.dylib | |
==> Summary | |
/usr/local/Cellar/afflib/3.6.10: 27 files, 7.5M, built in 54 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment