Advertisement
Guest User

Untitled

a guest
Mar 5th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. uminded@uminded-desktop:~/Downloads/linuxcnc-v2.5.0/src$ ./configure --enable-simulator --without-x --build=x86_64-linux-gnu --host=arm-cortex_a8-linux-gnueabi
  2. checking build toplevel... /home/uminded/Downloads/linuxcnc-v2.5.0
  3. checking installation prefix... run in place
  4. checking for grep... /bin/grep
  5. checking for egrep... /bin/egrep
  6. checking for RT dir... configuring for simulator
  7. checking for pth-config... /usr/bin/pth-config
  8. checking for cc version... not specified
  9. checking for arm-cortex_a8-linux-gnueabi-gcc... arm-cortex_a8-linux-gnueabi-gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... yes
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether arm-cortex_a8-linux-gnueabi-gcc accepts -g... yes
  17. checking for arm-cortex_a8-linux-gnueabi-gcc option to accept ISO C89... none needed
  18. checking how to run the C preprocessor... arm-cortex_a8-linux-gnueabi-gcc -E
  19. checking for usability of rdtscll from asm/msr.h... no
  20. checking for usability of linux/hidraw.h... yes
  21. checking for module installation directory... configuring for run-in-place
  22. /home/uminded/Downloads/linuxcnc-v2.5.0/rtlib
  23. checking for glib... yes - 2.32.3
  24. checking for GTK 2.4.0 or above... yes - 2.24.10
  25. checking for libgnomeprintui-2.2... no -- printing from classicladder will not be possible
  26. checking for arm-cortex_a8-linux-gnueabi-g++... arm-cortex_a8-linux-gnueabi-g++
  27. checking whether we are using the GNU C++ compiler... yes
  28. checking whether arm-cortex_a8-linux-gnueabi-g++ accepts -g... yes
  29. checking for arm-cortex_a8-linux-gnueabi-g++... /home/uminded/x-tools/arm-cortex_a8-linux-gnueabi/bin/arm-cortex_a8-linux-gnueabi-g++
  30. checking whether make sets $(MAKE)... yes
  31. checking for arm-cortex_a8-linux-gnueabi-ranlib... arm-cortex_a8-linux-gnueabi-ranlib
  32. checking for ar... /usr/bin/ar
  33. checking for install... /usr/bin/install
  34. checking for sed... /bin/sed
  35. checking for ps... /bin/ps
  36. checking for kill... /bin/kill
  37. checking for whoami... /usr/bin/whoami
  38. checking for awk... /usr/bin/awk
  39. checking for insmod... /sbin/insmod
  40. checking for rmmod... /sbin/rmmod
  41. checking for lsmod... /sbin/lsmod
  42. checking for pidof... /bin/pidof
  43. checking for ipcs... /usr/bin/ipcs
  44. checking for fuser... /bin/fuser
  45. checking for mandb... /usr/bin/mandb
  46. checking for python... /usr/bin/python
  47. checking whether to build documentation... no
  48. checking for ANSI C header files... yes
  49. checking for sys/wait.h that is POSIX.1 compatible... yes
  50. checking for semtimedop... yes
  51. checking for sincos function... yes
  52. checking for __sincos... no
  53. checking for tcl... /usr/lib/tclConfig.sh found
  54. checking for tk... /usr/lib/tkConfig.sh found
  55. checking for BWidget using /usr/bin/tclsh8.5... found
  56. checking for BLT using tclsh8.5... found
  57. checking for X... disabled
  58. checking X11/extensions/Xinerama.h usability... no
  59. checking X11/extensions/Xinerama.h presence... no
  60. checking for X11/extensions/Xinerama.h... no
  61. checking for XineramaQueryExtension in -lXinerama... no
  62. configure: error: Xinerama library or headers not found
  63. uminded@uminded-desktop:~/Downloads/linuxcnc-v2.5.0/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement