Advertisement
Guest User

Untitled

a guest
Jan 24th, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. pi@raspberrypi ~/Downloads/xwiimote-master $ ./configure
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking how to run the C preprocessor... gcc -E
  12. checking for grep that handles long lines and -e... /bin/grep
  13. checking for egrep... /bin/grep -E
  14. checking for ANSI C header files... yes
  15. checking for sys/types.h... yes
  16. checking for sys/stat.h... yes
  17. checking for stdlib.h... yes
  18. checking for string.h... yes
  19. checking for memory.h... yes
  20. checking for strings.h... yes
  21. checking for inttypes.h... yes
  22. checking for stdint.h... yes
  23. checking for unistd.h... yes
  24. checking minix/config.h usability... no
  25. checking minix/config.h presence... no
  26. checking for minix/config.h... no
  27. checking whether it is safe to define __EXTENSIONS__... yes
  28. checking for special C compiler options needed for large files... no
  29. checking for _FILE_OFFSET_BITS value needed for large files... 64
  30. checking build system type... armv6l-unknown-linux-gnueabihf
  31. checking host system type... armv6l-unknown-linux-gnueabihf
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking whether build environment is sane... yes
  34. checking for a thread-safe mkdir -p... /bin/mkdir -p
  35. checking for gawk... no
  36. checking for mawk... mawk
  37. checking whether make sets $(MAKE)... yes
  38. checking for style of include used by make... GNU
  39. checking how to create a pax tar archive... gnutar
  40. checking dependency style of gcc... gcc3
  41. checking whether make supports nested variables... yes
  42. checking for gcc... (cached) gcc
  43. checking whether we are using the GNU C compiler... (cached) yes
  44. checking whether gcc accepts -g... (cached) yes
  45. checking for gcc option to accept ISO C89... (cached) none needed
  46. checking for gcc option to accept ISO C99... -std=gnu99
  47. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  48. checking whether ln -s works... yes
  49. checking for ar... ar
  50. checking the archiver (ar) interface... ar
  51. ./configure: line 5446: syntax error near unexpected token `2.2'
  52. ./configure: line 5446: `LT_PREREQ(2.2)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement