Created
July 25, 2013 04:37
-
-
Save trq/6076938 to your computer and use it in GitHub Desktop.
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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking for docbook2html... false | |
checking for docbook2rtf... false | |
checking for docbook2pdf... false | |
checking for docbook2ps... false | |
checking for docbook2x-texi... false | |
checking for expect... /tools/bin/expect | |
checking Tcl version 8.3 or greater... /tools/bin/expect: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument | |
configure: error: Tcl 8.3 or greater is required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment