Skip to content

Instantly share code, notes, and snippets.

@findchris
Created February 25, 2010 19:37
Show Gist options
  • Save findchris/314953 to your computer and use it in GitHub Desktop.
Save findchris/314953 to your computer and use it in GitHub Desktop.
#================================================================
# Configuring Tokyo Tyrant version 1.1.40 (lua).
#================================================================
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for main in -lc... yes
checking for main in -lm... yes
checking for main in -lpthread... yes
checking for main in -lrt... yes
checking for main in -ldl... yes
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking for main in -lresolv... yes
checking for main in -lz... yes
checking for main in -lbz2... yes
checking for main in -ltokyocabinet... yes
checking for main in -llua... yes
checking for main in -llua5.1... no
checking for main in -ltokyotyrant... yes
configure: WARNING: old version of Tokyo Tyrant was detected
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking tcutil.h usability... yes
checking tcutil.h presence... yes
checking for tcutil.h... yes
checking lua.h usability... yes
checking lua.h presence... yes
checking for lua.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tokyotyrant.pc
#================================================================
# Ready to make.
#================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment