Last active
December 16, 2015 09:58
-
-
Save rtfmoz/5416296 to your computer and use it in GitHub Desktop.
homebrew: httrack fails to link
This file contains 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
Apple-Devices:local rtfmoz$ brew doctor | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libqmi_api_LTE.dylib | |
/usr/local/lib/libusb-0.1.4.4.4.dylib | |
/usr/local/lib/libusbpp-0.1.4.4.4.dylib | |
Apple-Devices:local rtfmoz$ brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: e82a5ce145f6e22dd0cd3c3ca2861e4c5585036f | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.2 | |
CLT: 4.6.0.0.1.1362189000 | |
LLVM-GCC: build 2336 | |
Clang: 4.2 build 425 | |
X11: 2.7.4 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Apple-Devices:local rtfmoz$ brew install httrack | |
==> Downloading http://download.httrack.com/httrack-3.46.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/httrack-3.46.1.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/httrack/3.46.1 --enable-shared=no | |
==> make install | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [httrack] Error 1 | |
make: *** [install-recursive] Error 1 | |
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting | |
Apple-Devices:local rtfmoz$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install httrack | |
==> Downloading http://download.httrack.com/httrack-3.46.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/httrack-3.46.1.tar.gz | |
tar xf /Library/Caches/Homebrew/httrack-3.46.1.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/httrack/3.46.1 --enable-shared=no | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/httrack/3.46.1 --enable-shared=no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for gcc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... none | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) 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/ld option to reload object files... -r | |
checking for objdump... no | |
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 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 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 whether we are using the GNU C++ compiler... (cached) yes | |
checking whether c++ accepts -g... (cached) yes | |
checking dependency style of c++... (cached) none | |
checking how to run the C++ preprocessor... c++ -E | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.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... no | |
checking whether to build static libraries... yes | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether ln -s works... yes | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking long printf format... found | |
checking for in_addr_t... yes | |
checking if zlib is wanted... yes | |
checking for inflateEnd in -lz... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for inflateEnd in -lz... (cached) yes | |
checking zlib in /usr... ok | |
checking for getaddrinfo in -lc... yes | |
checking for fopen64 in -lc... no | |
not found | |
checking for pthread_create in -lpthread... yes | |
checking for socket in -lsocket... no | |
not necessary | |
checking for iconv in -liconv... yes | |
checking for dlopen in -ldl... yes | |
checking for ftime in -lc... yes | |
checking for setuid in -lc... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for working snprintf... yes | |
checking for working vsnprintf... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating man/Makefile | |
config.status: creating m4/Makefile | |
config.status: creating templates/Makefile | |
config.status: creating lang/Makefile | |
config.status: creating html/Makefile | |
config.status: creating libtest/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
make install | |
Making install in src | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htscore.lo htscore.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htscore.c -o htscore.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsparse.lo htsparse.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsparse.c -o htsparse.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsback.lo htsback.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsback.c -o htsback.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htscache.lo htscache.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htscache.c -o htscache.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htscatchurl.lo htscatchurl.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htscatchurl.c -o htscatchurl.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsfilters.lo htsfilters.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsfilters.c -o htsfilters.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsftp.lo htsftp.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsftp.c -o htsftp.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htshash.lo htshash.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htshash.c -o htshash.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsinthash.lo htsinthash.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsinthash.c -o htsinthash.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htshelp.lo htshelp.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htshelp.c -o htshelp.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htslib.lo htslib.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htslib.c -o htslib.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htscoremain.lo htscoremain.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htscoremain.c -o htscoremain.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsname.lo htsname.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsname.c -o htsname.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsrobots.lo htsrobots.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsrobots.c -o htsrobots.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htstools.lo htstools.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htstools.c -o htstools.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htswizard.lo htswizard.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htswizard.c -o htswizard.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsalias.lo htsalias.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsalias.c -o htsalias.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsthread.lo htsthread.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsthread.c -o htsthread.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsindex.lo htsindex.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsindex.c -o htsindex.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsbauth.lo htsbauth.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsbauth.c -o htsbauth.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsmd5.lo htsmd5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsmd5.c -o htsmd5.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htszlib.lo htszlib.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htszlib.c -o htszlib.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htswrap.lo htswrap.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htswrap.c -o htswrap.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsmodules.lo htsmodules.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsmodules.c -o htsmodules.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htscharset.lo htscharset.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htscharset.c -o htscharset.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o md5.lo md5.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c md5.c -o md5.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsmms.lo htsmms.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsmms.c -o htsmms.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o ioapi.lo `test -f 'minizip/ioapi.c' || echo './'`minizip/ioapi.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c minizip/ioapi.c -o ioapi.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o mztools.lo `test -f 'minizip/mztools.c' || echo './'`minizip/mztools.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c minizip/mztools.c -o mztools.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o unzip.lo `test -f 'minizip/unzip.c' || echo './'`minizip/unzip.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c minizip/unzip.c -o unzip.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o zip.lo `test -f 'minizip/zip.c' || echo './'`minizip/zip.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c minizip/zip.c -o zip.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o error.lo `test -f 'mmsrip/error.c' || echo './'`mmsrip/error.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c mmsrip/error.c -o error.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o mms.lo `test -f 'mmsrip/mms.c' || echo './'`mmsrip/mms.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c mmsrip/mms.c -o mms.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -L/usr/lib -o libhttrack.la -rpath /usr/local/Cellar/httrack/3.46.1/lib -version-info 2:47:0 htscore.lo htsparse.lo htsback.lo htscache.lo htscatchurl.lo htsfilters.lo htsftp.lo htshash.lo htsinthash.lo htshelp.lo htslib.lo htscoremain.lo htsname.lo htsrobots.lo htstools.lo htswizard.lo htsalias.lo htsthread.lo htsindex.lo htsbauth.lo htsmd5.lo htszlib.lo htswrap.lo htsmodules.lo htscharset.lo md5.lo htsmms.lo ioapi.lo mztools.lo unzip.lo zip.lo error.lo mms.lo -lpthread -ldl -lz | |
libtool: link: ar cru .libs/libhttrack.a htscore.o htsparse.o htsback.o htscache.o htscatchurl.o htsfilters.o htsftp.o htshash.o htsinthash.o htshelp.o htslib.o htscoremain.o htsname.o htsrobots.o htstools.o htswizard.o htsalias.o htsthread.o htsindex.o htsbauth.o htsmd5.o htszlib.o htswrap.o htsmodules.o htscharset.o md5.o htsmms.o ioapi.o mztools.o unzip.o zip.o error.o mms.o | |
libtool: link: ranlib .libs/libhttrack.a | |
libtool: link: ( cd ".libs" && rm -f "libhttrack.la" && ln -s "../libhttrack.la" "libhttrack.la" ) | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c -o htsjava.lo htsjava.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\"/usr/local/Cellar/httrack/3.46.1\" -DSYSCONFDIR=\"/usr/local/Cellar/httrack/3.46.1/etc\" -DDATADIR=\"/usr/local/Cellar/httrack/3.46.1/share\" -DLIBDIR=\"/usr/local/Cellar/httrack/3.46.1/lib\" -I/usr/include -g -O2 -c htsjava.c -o htsjava.o | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -L/usr/lib -o libhtsjava.la -rpath /usr/local/Cellar/httrack/3.46.1/lib -version-info 2:47:0 htsjava.lo -lpthread -ldl libhttrack.la -lz | |
libtool: link: ar cru .libs/libhtsjava.a htsjava.o | |
libtool: link: ranlib .libs/libhtsjava.a | |
libtool: link: ( cd ".libs" && rm -f "libhtsjava.la" && ln -s "../libhtsjava.la" "libhtsjava.la" ) | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-main.o `test -f 'proxy/main.c' || echo './'`proxy/main.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-proxytrack.o `test -f 'proxy/proxytrack.c' || echo './'`proxy/proxytrack.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-store.o `test -f 'proxy/store.c' || echo './'`proxy/store.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-htsinthash.o `test -f 'htsinthash.c' || echo './'`htsinthash.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-htsmd5.o `test -f 'htsmd5.c' || echo './'`htsmd5.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-md5.o `test -f 'md5.c' || echo './'`md5.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-ioapi.o `test -f 'minizip/ioapi.c' || echo './'`minizip/ioapi.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-mztools.o `test -f 'minizip/mztools.c' || echo './'`minizip/mztools.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-unzip.o `test -f 'minizip/unzip.c' || echo './'`minizip/unzip.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -DNO_MALLOCT -g -O2 -c -o proxytrack-zip.o `test -f 'minizip/zip.c' || echo './'`minizip/zip.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -L/usr/lib -o proxytrack proxytrack-main.o proxytrack-proxytrack.o proxytrack-store.o proxytrack-htsinthash.o proxytrack-htsmd5.o proxytrack-md5.o proxytrack-ioapi.o proxytrack-mztools.o proxytrack-unzip.o proxytrack-zip.o -lpthread -lz | |
libtool: link: cc -g -O2 -o proxytrack proxytrack-main.o proxytrack-proxytrack.o proxytrack-store.o proxytrack-htsinthash.o proxytrack-htsmd5.o proxytrack-md5.o proxytrack-ioapi.o proxytrack-mztools.o proxytrack-unzip.o proxytrack-zip.o -L/usr/lib -lpthread -lz | |
brew: superenv removed: -g -O2 | |
cc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6 -DPREFIX=\""/usr/local/Cellar/httrack/3.46.1"\" -DSYSCONFDIR=\""/usr/local/Cellar/httrack/3.46.1/etc"\" -DDATADIR=\""/usr/local/Cellar/httrack/3.46.1/share"\" -DLIBDIR=\""/usr/local/Cellar/httrack/3.46.1/lib"\" -I/usr/include -g -O2 -c httrack.c | |
brew: superenv removed: -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -L/usr/lib -o httrack httrack.o -lpthread libhttrack.la -lz | |
libtool: link: cc -g -O2 -o httrack httrack.o -L/usr/lib ./.libs/libhttrack.a -lpthread -ldl -lz | |
brew: superenv removed: -g -O2 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
"_iconv_close", referenced from: | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
"_iconv_open", referenced from: | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [httrack] Error 1 | |
make: *** [install-recursive] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: e82a5ce145f6e22dd0cd3c3ca2861e4c5585036f | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.2 | |
CLT: 4.6.0.0.1.1362189000 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: httrack did not build | |
Logs: /Users/rtfmoz/Library/Logs/Homebrew/httrack/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/19292 | |
Apple-Devices:local rtfmoz$ | |
Apple-Devices:local rtfmoz$ ls ~/Library/Logs/Homebrew/httrack/ | |
config.log | |
Apple-Devices:local rtfmoz$ cat ~/Library/Logs/Homebrew/httrack/config.log | |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/httrack/3.46.1 --enable-shared=no | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Apple-Devices.local | |
uname -m = x86_64 | |
uname -r = 12.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 172 tasks, 1018 threads, 8 processors | |
Load average: 3.26, Mach factor: 4.90 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2723: checking for a BSD-compatible install | |
configure:2791: result: /usr/bin/install -c | |
configure:2802: checking whether build environment is sane | |
configure:2839: result: yes | |
configure:2901: checking for gawk | |
configure:2931: result: no | |
configure:2901: checking for mawk | |
configure:2931: result: no | |
configure:2901: checking for nawk | |
configure:2931: result: no | |
configure:2901: checking for awk | |
configure:2917: found /usr/bin/awk | |
configure:2928: result: awk | |
configure:2939: checking whether make sets $(MAKE) | |
configure:2961: result: yes | |
configure:3140: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3149: result: no | |
configure:3215: checking for gcc | |
configure:3242: result: cc | |
configure:3471: checking for C compiler version | |
configure:3480: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:3491: $? = 0 | |
configure:3480: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:3491: $? = 0 | |
configure:3480: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3491: $? = 1 | |
configure:3480: cc -qversion >&5 | |
clang: error: no input files | |
configure:3491: $? = 1 | |
configure:3511: checking whether the C compiler works | |
configure:3533: cc conftest.c >&5 | |
configure:3537: $? = 0 | |
configure:3585: result: yes | |
configure:3588: checking for C compiler default output file name | |
configure:3590: result: a.out | |
configure:3596: checking for suffix of executables | |
configure:3603: cc -o conftest conftest.c >&5 | |
configure:3607: $? = 0 | |
configure:3629: result: | |
configure:3651: checking whether we are cross compiling | |
configure:3659: cc -o conftest conftest.c >&5 | |
configure:3663: $? = 0 | |
configure:3670: ./conftest | |
configure:3674: $? = 0 | |
configure:3689: result: no | |
configure:3694: checking for suffix of object files | |
configure:3716: cc -c conftest.c >&5 | |
configure:3720: $? = 0 | |
configure:3741: result: o | |
configure:3745: checking whether we are using the GNU C compiler | |
configure:3764: cc -c conftest.c >&5 | |
configure:3764: $? = 0 | |
configure:3773: result: yes | |
configure:3782: checking whether cc accepts -g | |
configure:3802: cc -c -g conftest.c >&5 | |
configure:3802: $? = 0 | |
configure:3843: result: yes | |
configure:3860: checking for cc option to accept ISO C89 | |
configure:3924: cc -c -g -O2 conftest.c >&5 | |
configure:3924: $? = 0 | |
configure:3937: result: none needed | |
configure:3968: checking for style of include used by make | |
configure:3996: result: GNU | |
configure:4024: checking dependency style of cc | |
configure:4114: result: none | |
configure:4243: checking for C++ compiler version | |
configure:4252: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:4263: $? = 0 | |
configure:4252: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:4263: $? = 0 | |
configure:4252: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:4263: $? = 1 | |
configure:4252: c++ -qversion >&5 | |
clang: error: no input files | |
configure:4263: $? = 1 | |
configure:4267: checking whether we are using the GNU C++ compiler | |
configure:4286: c++ -c conftest.cpp >&5 | |
configure:4286: $? = 0 | |
configure:4295: result: yes | |
configure:4304: checking whether c++ accepts -g | |
configure:4324: c++ -c -g conftest.cpp >&5 | |
configure:4324: $? = 0 | |
configure:4365: result: yes | |
configure:4390: checking dependency style of c++ | |
configure:4480: result: none | |
configure:4503: checking how to run the C preprocessor | |
configure:4534: cc -E conftest.c | |
configure:4534: $? = 0 | |
configure:4548: cc -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4548: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4573: result: cc -E | |
configure:4593: cc -E conftest.c | |
configure:4593: $? = 0 | |
configure:4607: cc -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4607: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4636: checking for grep that handles long lines and -e | |
configure:4694: result: /usr/bin/grep | |
configure:4699: checking for egrep | |
configure:4761: result: /usr/bin/grep -E | |
configure:4766: checking for ANSI C header files | |
configure:4786: cc -c -g -O2 conftest.c >&5 | |
configure:4786: $? = 0 | |
configure:4859: cc -o conftest -g -O2 conftest.c >&5 | |
configure:4859: $? = 0 | |
configure:4859: ./conftest | |
configure:4859: $? = 0 | |
configure:4870: result: yes | |
configure:4907: checking build system type | |
configure:4921: result: x86_64-apple-darwin12.3.0 | |
configure:4941: checking host system type | |
configure:4954: result: x86_64-apple-darwin12.3.0 | |
configure:4974: checking for a sed that does not truncate output | |
configure:5038: result: /usr/local/Library/ENV/4.3/sed | |
configure:5056: checking for fgrep | |
configure:5118: result: /usr/bin/grep -F | |
configure:5153: checking for ld used by cc | |
configure:5220: result: /usr/bin/ld | |
configure:5227: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:5242: result: no | |
configure:5254: checking for BSD- or MS-compatible name lister (nm) | |
configure:5303: result: /usr/bin/nm | |
configure:5421: checking the name lister (/usr/bin/nm) interface | |
configure:5428: cc -c -g -O2 conftest.c >&5 | |
configure:5431: /usr/bin/nm "conftest.o" | |
configure:5434: output | |
0000000000000210 S _some_variable | |
configure:5441: result: BSD nm | |
configure:5444: checking whether ln -s works | |
configure:5448: result: yes | |
configure:5456: checking the maximum length of command line arguments | |
configure:5576: result: 196608 | |
configure:5593: checking whether the shell understands some XSI constructs | |
configure:5603: result: yes | |
configure:5607: checking whether the shell understands "+=" | |
configure:5613: result: yes | |
configure:5648: checking for /usr/bin/ld option to reload object files | |
configure:5655: result: -r | |
configure:5724: checking for objdump | |
configure:5754: result: no | |
configure:5783: checking how to recognize dependent libraries | |
configure:5979: result: pass_all | |
configure:6039: checking for ar | |
configure:6055: found /usr/bin/ar | |
configure:6066: result: ar | |
configure:6144: checking for strip | |
configure:6160: found /usr/bin/strip | |
configure:6171: result: strip | |
configure:6243: checking for ranlib | |
configure:6259: found /usr/bin/ranlib | |
configure:6270: result: ranlib | |
configure:6360: checking command to parse /usr/bin/nm output from cc object | |
configure:6478: cc -c -g -O2 conftest.c >&5 | |
configure:6481: $? = 0 | |
configure:6485: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm | |
configure:6488: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6478: cc -c -g -O2 conftest.c >&5 | |
configure:6481: $? = 0 | |
configure:6485: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm | |
configure:6488: $? = 0 | |
configure:6542: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6545: $? = 0 | |
configure:6583: result: ok | |
configure:6847: checking for dsymutil | |
configure:6863: found /usr/bin/dsymutil | |
configure:6874: result: dsymutil | |
configure:6939: checking for nmedit | |
configure:6955: found /usr/bin/nmedit | |
configure:6966: result: nmedit | |
configure:7031: checking for lipo | |
configure:7047: found /usr/bin/lipo | |
configure:7058: result: lipo | |
configure:7123: checking for otool | |
configure:7139: found /usr/bin/otool | |
configure:7150: result: otool | |
configure:7215: checking for otool64 | |
configure:7245: result: no | |
configure:7290: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7317: result: yes | |
configure:7319: checking for -exported_symbols_list linker flag | |
configure:7339: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7339: $? = 0 | |
configure:7349: result: yes | |
configure:7391: checking for sys/types.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for sys/stat.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for stdlib.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for string.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for memory.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for strings.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for inttypes.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for stdint.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7391: checking for unistd.h | |
configure:7391: cc -c -g -O2 conftest.c >&5 | |
configure:7391: $? = 0 | |
configure:7391: result: yes | |
configure:7405: checking for dlfcn.h | |
configure:7405: cc -c -g -O2 conftest.c >&5 | |
configure:7405: $? = 0 | |
configure:7405: result: yes | |
configure:7530: checking for C++ compiler version | |
configure:7539: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:7550: $? = 0 | |
configure:7539: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:7550: $? = 0 | |
configure:7539: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:7550: $? = 1 | |
configure:7539: c++ -qversion >&5 | |
clang: error: no input files | |
configure:7550: $? = 1 | |
configure:7554: checking whether we are using the GNU C++ compiler | |
configure:7582: result: yes | |
configure:7591: checking whether c++ accepts -g | |
configure:7652: result: yes | |
configure:7677: checking dependency style of c++ | |
configure:7767: result: none | |
configure:7792: checking how to run the C++ preprocessor | |
configure:7819: c++ -E conftest.cpp | |
configure:7819: $? = 0 | |
configure:7833: c++ -E conftest.cpp | |
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7833: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7858: result: c++ -E | |
configure:7878: c++ -E conftest.cpp | |
configure:7878: $? = 0 | |
configure:7892: c++ -E conftest.cpp | |
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:7892: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8098: checking for objdir | |
configure:8113: result: .libs | |
configure:8405: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8423: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8427: $? = 0 | |
configure:8440: result: yes | |
configure:8460: checking for cc option to produce PIC | |
configure:8732: result: -fno-common -DPIC | |
configure:8744: checking if cc PIC flag -fno-common -DPIC works | |
configure:8762: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8766: $? = 0 | |
configure:8779: result: yes | |
configure:8803: checking if cc static flag -static works | |
configure:8831: result: no | |
configure:8846: checking if cc supports -c -o file.o | |
configure:8867: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:8871: $? = 0 | |
configure:8893: result: yes | |
configure:8901: checking if cc supports -c -o file.o | |
configure:8948: result: yes | |
configure:8981: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:9972: result: yes | |
configure:10211: checking dynamic linker characteristics | |
configure:10874: result: darwin12.3.0 dyld | |
configure:10976: checking how to hardcode library paths into programs | |
configure:11001: result: immediate | |
configure:11521: checking whether stripping libraries is possible | |
configure:11535: result: yes | |
configure:11561: checking if libtool supports shared libraries | |
configure:11563: result: yes | |
configure:11566: checking whether to build shared libraries | |
configure:11587: result: no | |
configure:11590: checking whether to build static libraries | |
configure:11594: result: yes | |
configure:11744: checking for ld used by c++ | |
configure:11811: result: /usr/bin/ld | |
configure:11818: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:11833: result: no | |
configure:11888: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:12801: result: yes | |
configure:12829: c++ -c -g -O2 conftest.cpp >&5 | |
configure:12832: $? = 0 | |
configure:13014: checking for c++ option to produce PIC | |
configure:13331: result: -fno-common -DPIC | |
configure:13340: checking if c++ PIC flag -fno-common -DPIC works | |
configure:13358: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:13362: $? = 0 | |
configure:13375: result: yes | |
configure:13396: checking if c++ static flag -static works | |
configure:13424: result: no | |
configure:13436: checking if c++ supports -c -o file.o | |
configure:13457: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:13461: $? = 0 | |
configure:13483: result: yes | |
configure:13488: checking if c++ supports -c -o file.o | |
configure:13535: result: yes | |
configure:13565: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:13594: result: yes | |
configure:13731: checking dynamic linker characteristics | |
configure:14342: result: darwin12.3.0 dyld | |
configure:14393: checking how to hardcode library paths into programs | |
configure:14418: result: immediate | |
configure:14476: checking whether ln -s works | |
configure:14480: result: yes | |
configure:14509: checking size of long | |
configure:14514: cc -o conftest -g -O2 conftest.c >&5 | |
configure:14514: $? = 0 | |
configure:14514: ./conftest | |
configure:14514: $? = 0 | |
configure:14528: result: 8 | |
configure:14542: checking size of long long | |
configure:14547: cc -o conftest -g -O2 conftest.c >&5 | |
configure:14547: $? = 0 | |
configure:14547: ./conftest | |
configure:14547: $? = 0 | |
configure:14561: result: 8 | |
configure:14574: checking long printf format | |
configure:14589: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:26:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
main() { long int c = -1, d = -1; char* f = "%ld"; sscanf("1234", f, &c, &d); | |
^~~~ | |
conftest.c:27:10: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit (c != 1234 || d != -1); } | |
^ | |
conftest.c:27:10: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
configure:14589: $? = 0 | |
configure:14589: ./conftest | |
configure:14589: $? = 0 | |
configure:14590: result: found | |
configure:14767: checking for in_addr_t | |
configure:14767: cc -c -g -O2 conftest.c >&5 | |
configure:14767: $? = 0 | |
configure:14767: cc -c -g -O2 conftest.c >&5 | |
conftest.c:33:24: error: expected expression | |
if (sizeof ((in_addr_t))) | |
^ | |
1 error generated. | |
configure:14767: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define LLINT_FORMAT "%ld" | |
| #define LLINT_TYPE long int | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <netinet/in.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((in_addr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14767: result: yes | |
configure:14784: checking if zlib is wanted | |
configure:14799: result: yes | |
configure:14826: checking for inflateEnd in -lz | |
configure:14851: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lz >&5 | |
configure:14851: $? = 0 | |
configure:14860: result: yes | |
configure:14868: checking zlib.h usability | |
configure:14868: cc -c -g -O2 -I/usr/include conftest.c >&5 | |
configure:14868: $? = 0 | |
configure:14868: result: yes | |
configure:14868: checking zlib.h presence | |
configure:14868: cc -E -I/usr/include conftest.c | |
configure:14868: $? = 0 | |
configure:14868: result: yes | |
configure:14868: checking for zlib.h | |
configure:14868: result: yes | |
configure:14887: checking for inflateEnd in -lz | |
configure:14921: result: yes | |
configure:14932: checking zlib in /usr | |
configure:14934: result: ok | |
configure:14953: checking for getaddrinfo in -lc | |
configure:14978: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lc -lz >&5 | |
configure:14978: $? = 0 | |
configure:14987: result: yes | |
configure:15002: checking for fopen64 in -lc | |
configure:15027: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lc -lz >&5 | |
Undefined symbols for architecture x86_64: | |
"_fopen64", referenced from: | |
_main in conftest-Uiqczx.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:15027: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define LLINT_FORMAT "%ld" | |
| #define LLINT_TYPE long int | |
| #define HTS_DO_NOT_REDEFINE_in_addr_t /**/ | |
| #define HAVE_LIBZ 1 | |
| #define HTS_INET6 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char fopen64 (); | |
| int | |
| main () | |
| { | |
| return fopen64 (); | |
| ; | |
| return 0; | |
| } | |
configure:15036: result: no | |
configure:15044: result: not found | |
configure:15051: checking for pthread_create in -lpthread | |
configure:15076: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lpthread -lz >&5 | |
configure:15076: $? = 0 | |
configure:15085: result: yes | |
configure:15202: checking for socket in -lsocket | |
configure:15227: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lsocket -lz >&5 | |
ld: library not found for -lsocket | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:15227: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "httrack" | |
| #define VERSION "3.47.2" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define LLINT_FORMAT "%ld" | |
| #define LLINT_TYPE long int | |
| #define HTS_DO_NOT_REDEFINE_in_addr_t /**/ | |
| #define HAVE_LIBZ 1 | |
| #define HTS_INET6 1 | |
| #define THREADS 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:15236: result: no | |
configure:15244: result: not necessary | |
configure:15251: checking for iconv in -liconv | |
configure:15276: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -liconv -lz >&5 | |
configure:15276: $? = 0 | |
configure:15285: result: yes | |
configure:15300: checking for dlopen in -ldl | |
configure:15325: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -ldl -lz >&5 | |
configure:15325: $? = 0 | |
configure:15334: result: yes | |
configure:15399: checking for ftime in -lc | |
configure:15424: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lc -lz >&5 | |
configure:15424: $? = 0 | |
configure:15433: result: yes | |
configure:15447: checking for setuid in -lc | |
configure:15472: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lc -lz >&5 | |
configure:15472: $? = 0 | |
configure:15481: result: yes | |
configure:15498: checking for snprintf | |
configure:15498: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lz >&5 | |
conftest.c:58:6: warning: incompatible redeclaration of library function 'snprintf' | |
char snprintf (); | |
^ | |
conftest.c:58:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)' | |
1 warning generated. | |
configure:15498: $? = 0 | |
configure:15498: result: yes | |
configure:15498: checking for vsnprintf | |
configure:15498: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lz >&5 | |
conftest.c:59:6: warning: incompatible redeclaration of library function 'vsnprintf' | |
char vsnprintf (); | |
^ | |
conftest.c:59:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:15498: $? = 0 | |
configure:15498: result: yes | |
configure:15507: checking for working snprintf | |
configure:15533: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lz >&5 | |
conftest.c:45:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' | |
if (strcmp (bufs, "1")) exit (1); | |
^ | |
conftest.c:45:9: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp' | |
conftest.c:45:29: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (strcmp (bufs, "1")) exit (1); | |
^ | |
conftest.c:45:29: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
configure:15533: $? = 0 | |
configure:15533: ./conftest | |
configure:15533: $? = 0 | |
configure:15544: result: yes | |
configure:15546: checking for working vsnprintf | |
configure:15583: cc -o conftest -g -O2 -I/usr/include -L/usr/lib conftest.c -lz >&5 | |
conftest.c:56:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' | |
if (strcmp (bufs, "1")) exit (1); | |
^ | |
conftest.c:56:9: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp' | |
conftest.c:56:29: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
if (strcmp (bufs, "1")) exit (1); | |
^ | |
conftest.c:56:29: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
2 warnings generated. | |
configure:15583: $? = 0 | |
configure:15583: ./conftest | |
configure:15583: $? = 0 | |
configure:15594: result: yes | |
configure:15735: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Apple-Devices.local | |
config.status:1155: creating Makefile | |
config.status:1155: creating src/Makefile | |
config.status:1155: creating man/Makefile | |
config.status:1155: creating m4/Makefile | |
config.status:1155: creating templates/Makefile | |
config.status:1155: creating lang/Makefile | |
config.status:1155: creating html/Makefile | |
config.status:1155: creating libtest/Makefile | |
config.status:1155: creating config.h | |
config.status:1376: executing depfiles commands | |
config.status:1376: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.3.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_snprintf=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_have_working_snprintf=yes | |
ac_cv_have_working_vsnprintf=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-apple-darwin12.3.0 | |
ac_cv_lib_c_fopen64=no | |
ac_cv_lib_c_ftime=yes | |
ac_cv_lib_c_getaddrinfo=yes | |
ac_cv_lib_c_setuid=yes | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_iconv_iconv=yes | |
ac_cv_lib_pthread_pthread_create=yes | |
ac_cv_lib_socket_socket=no | |
ac_cv_lib_z_inflateEnd=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_type_in_addr_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_LDCXX=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
zlib_cv_libz=yes | |
zlib_cv_zlib_h=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/httrack-HDAY/httrack-3.47.2/missing --run aclocal-1.9' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/httrack-HDAY/httrack-3.47.2/missing --run tar' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/httrack-HDAY/httrack-3.47.2/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/httrack-HDAY/httrack-3.47.2/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/httrack-HDAY/httrack-3.47.2/missing --run automake-1.9' | |
AWK='awk' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='cc -E' | |
CPPFLAGS=' -I/usr/include' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DEFAULT_CFLAGS='-O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DL_LIBS='-ldl' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
ICONV_LIBS='-liconv' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | |
LD='/usr/bin/ld' | |
LDFLAGS=' -L/usr/lib' | |
LFS_FLAG='' | |
LIBOBJS='' | |
LIBS='-lz ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /private/tmp/httrack-HDAY/httrack-3.47.2/missing --run makeinfo' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='httrack' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SOCKET_LIBS='' | |
STRIP='strip' | |
THREADS_CFLAGS='' | |
THREADS_LIBS='-lpthread' | |
V6_FLAG='-DINET6' | |
VERSION='3.47.2' | |
VERSION_INFO='2:47:0' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='/private/tmp/httrack-HDAY/httrack-3.47.2/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
lt_ECHO='/bin/echo' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(mkinstalldirs)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/httrack/3.46.1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PACKAGE "httrack" | |
#define VERSION "3.47.2" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define LLINT_FORMAT "%ld" | |
#define LLINT_TYPE long int | |
#define HTS_DO_NOT_REDEFINE_in_addr_t /**/ | |
#define HAVE_LIBZ 1 | |
#define HTS_INET6 1 | |
#define THREADS 1 | |
#define LIBICONV 1 | |
#define DLLIB 1 | |
#define FTIME 1 | |
#define SETUID 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_VSNPRINTF 1 | |
configure: exit 0 | |
Apple-Devices:local rtfmoz$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment