Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. [tokyotyrant-1.1.40]$ ./configure --enable-lua --with-lua=/opt/local
  2. #================================================================
  3. # Configuring Tokyo Tyrant version 1.1.40 (lua).
  4. #================================================================
  5. checking for gcc... gcc
  6. checking for C compiler default output file name... a.out
  7. checking whether the C compiler works... yes
  8. checking whether we are cross compiling... no
  9. checking for suffix of executables...
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /usr/bin/grep
  16. checking for egrep... /usr/bin/grep -E
  17. checking for ANSI C header files... yes
  18. checking for sys/types.h... yes
  19. checking for sys/stat.h... yes
  20. checking for stdlib.h... yes
  21. checking for string.h... yes
  22. checking for memory.h... yes
  23. checking for strings.h... yes
  24. checking for inttypes.h... yes
  25. checking for stdint.h... yes
  26. checking for unistd.h... yes
  27. checking whether byte ordering is bigendian... no
  28. checking for main in -lc... yes
  29. checking for main in -lm... yes
  30. checking for main in -lpthread... yes
  31. checking for main in -lrt... no
  32. checking for main in -ldl... yes
  33. checking for main in -lnsl... no
  34. checking for main in -lsocket... no
  35. checking for main in -lresolv... yes
  36. checking for main in -lz... yes
  37. checking for main in -lbz2... yes
  38. checking for main in -ltokyocabinet... yes
  39. checking for main in -llua... yes
  40. checking for main in -llua5.1... no
  41. checking for main in -ltokyotyrant... yes
  42. configure: WARNING: old version of Tokyo Tyrant was detected
  43. checking for stdlib.h... (cached) yes
  44. checking for stdint.h... (cached) yes
  45. checking for unistd.h... (cached) yes
  46. checking pthread.h usability... yes
  47. checking pthread.h presence... yes
  48. checking for pthread.h... yes
  49. checking tcutil.h usability... yes
  50. checking tcutil.h presence... yes
  51. checking for tcutil.h... yes
  52. checking lua.h usability... yes
  53. checking lua.h presence... yes
  54. checking for lua.h... yes
  55. configure: creating ./config.status
  56. config.status: creating Makefile
  57. config.status: creating tokyotyrant.pc
  58. #================================================================
  59. # Ready to make.
  60. #================================================================
Add Comment
Please, Sign In to add comment