Created
June 9, 2015 17:23
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
➜ jq git:(master) ✗ make clean | |
rm -f jq | |
test -z "libjq.la " || rm -f libjq.la | |
rm -f ./so_locations | |
rm -rf .libs _libs | |
rm -f version.h .remake-version-h | |
rm -f *.o | |
test -z "tests/all.log" || rm -f tests/all.log | |
test -z "tests/all.trs" || rm -f tests/all.trs | |
test -z "test-suite.log" || rm -f test-suite.log | |
rm -f *.lo | |
➜ jq git:(master) ✗ autoreconf -i | |
➜ jq git:(master) ✗ ./configure | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking for gcc option to accept ISO C99... none needed | |
checking for gcc option to accept ISO Standard C... (cached) none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for bison... bison -y | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
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 -force_load linker flag... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.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... yes | |
checking whether to build static libraries... yes | |
checking for bison version... 3.0.3 | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking oniguruma.h usability... yes | |
checking oniguruma.h presence... yes | |
checking for oniguruma.h... yes | |
checking for onig_version in -lonig... yes | |
checking for valgrind... no | |
configure: WARNING: valgrind is required to test jq. | |
checking for memmem... yes | |
checking for mkstemp... yes | |
checking for bundle... bundle | |
checking for Ruby dependencies... configure: WARNING: The following gems are missing | |
* rake (10.0.3) | |
* Platform (0.4.0) | |
* open4 (1.3.0) | |
* POpen4 (0.1.4) | |
* i18n (0.6.4) | |
* multi_json (1.7.3) | |
* activesupport (3.2.12) | |
* addressable (2.3.4) | |
* builder (3.2.0) | |
* launchy (2.3.0) | |
* liquid (2.5.0) | |
* syntax (1.0.0) | |
* maruku (0.6.1) | |
* sass (3.2.8) | |
* rack-protection (1.5.0) | |
* tilt (1.4.0) | |
* sinatra (1.4.2) | |
* watch (0.1.0) | |
* yui-compressor (0.9.6) | |
* bonsai (1.4.8) | |
* hpricot (0.8.6) | |
* mustache (0.99.4) | |
* rdiscount (2.0.7.2) | |
* ronn (0.7.3) | |
Install missing gems with `bundle install` | |
***************************************************************** | |
* Ruby dependencies for building jq documentation not found. * | |
* You can still build, install and hack on jq, but the manpage * | |
* will not be rebuilt and some of the tests won't run. * | |
* See docs/README.md for how to install the docs dependencies. * | |
***************************************************************** | |
no | |
checking for isatty... yes | |
checking for _isatty... no | |
checking for strptime... yes | |
checking for strftime... yes | |
checking for timegm... yes | |
checking for gmtime_r... yes | |
checking for gmtime... yes | |
checking for gettimeofday... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct tm.__tm_gmtoff... no | |
checking for thread-local storage... yes | |
checking whether byte ordering is bigendian... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
➜ jq git:(master) ✗ make -j8 | |
GEN version.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
CC locfile.lo | |
CC bytecode.lo | |
CC compile.lo | |
CC builtin.lo | |
CC jv.lo | |
CC jv_parse.lo | |
CC jv_print.lo | |
CC jv_dtoa.lo | |
CC jv_unicode.lo | |
CC jv_aux.lo | |
CC jv_file.lo | |
CC jv_alloc.lo | |
CC jq_test.lo | |
CC util.lo | |
CC linker.lo | |
CC parser.lo | |
CC lexer.lo | |
CC execute.lo | |
CC main.o | |
CCLD libjq.la | |
./libtool: line 7902: func_munge_path_list: command not found | |
CCLD jq | |
./libtool: line 7902: func_munge_path_list: command not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment