Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. ./configure
  2. checking build toplevel... /usr/src/test-2
  3. checking installation prefix... run in place
  4. checking for grep... /bin/grep
  5. checking for egrep... /bin/egrep
  6. checking for RT dir... Using /usr/realtime/bin/rtai-config as the RT signature
  7. checking for location of kernel headers... using value from RTS: /usr/src/linux
  8. checking for cc version... found cc in rtai-config
  9. checking for cc... cc
  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... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether cc accepts -g... yes
  17. checking for cc option to accept ISO C89... none needed
  18. checking how to run the C preprocessor... cc -E
  19. checking for usability of rdtscll from asm/msr.h... no
  20. checking for usability of linux/hidraw.h... yes
  21. checking for grep that handles long lines and -e... (cached) /bin/grep
  22. checking for egrep... (cached) /bin/egrep
  23. checking for ANSI C header files... yes
  24. checking for sys/types.h... yes
  25. checking for sys/stat.h... yes
  26. checking for stdlib.h... yes
  27. checking for string.h... yes
  28. checking for memory.h... yes
  29. checking for strings.h... yes
  30. checking for inttypes.h... yes
  31. checking for stdint.h... yes
  32. checking for unistd.h... yes
  33. checking /usr/src/linux/include/linux/version.h usability... yes
  34. checking /usr/src/linux/include/linux/version.h presence... yes
  35. checking for /usr/src/linux/include/linux/version.h... yes
  36. checking for kernel version string... 2.6.37.1
  37. checking for kernel module extension... .ko
  38. checking kernel build system... kbuild
  39. checking for module installation directory... configuring for run-in-place
  40. /usr/src/test-2/rtlib
  41. checking for glib... yes - 2.28.8
  42. checking for GTK 2.4.0 or above... yes - 2.24.5
  43. checking for libgnomeprintui-2.2... no -- printing from classicladder will not be possible
  44. checking for g++... g++
  45. checking whether we are using the GNU C++ compiler... yes
  46. checking whether g++ accepts -g... yes
  47. checking for g++... /usr/bin/g++
  48. checking whether make sets $(MAKE)... yes
  49. checking for ranlib... ranlib
  50. checking for ar... /usr/bin/ar
  51. checking for install... /usr/bin/install
  52. checking for sed... /bin/sed
  53. checking for ps... /bin/ps
  54. checking for kill... /bin/kill
  55. checking for whoami... /usr/bin/whoami
  56. checking for awk... /usr/bin/awk
  57. checking for insmod... /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/emc/bin:/usr/local/sbin:/usr/sbin:/sbin
  58. checking for rmmod... /sbin/rmmod
  59. checking for lsmod... /bin/lsmod
  60. checking for pidof... /bin/pidof
  61. checking for ipcs... /usr/bin/ipcs
  62. checking for fuser... /bin/fuser
  63. checking for mandb... no
  64. checking for python... /usr/bin/python
  65. checking whether to build documentation... no
  66. checking for kernel math support... ok, using RTAI's libm kernel module
  67. checking for adeos... not found
  68. checking for rtai_hal... /usr/realtime/modules/rtai_hal.ko
  69. checking for rtai_ksched... /usr/realtime/modules/rtai_ksched.ko
  70. checking for rtai_fifos... /usr/realtime/modules/rtai_fifos.ko
  71. checking for rtai_shm... /usr/realtime/modules/rtai_shm.ko
  72. checking for rtai_sem... /usr/realtime/modules/rtai_sem.ko
  73. checking for rtai_math... /usr/realtime/modules/rtai_math.ko
  74. checking for rtai... not found
  75. checking for rt_mem_mgr... not found
  76. checking for rtai_sched... /usr/realtime/modules/rtai_sched.ko
  77. checking for rtai_libm... not found
  78. checking for rtl... not found
  79. checking for mbuff... not found
  80. checking for rtl_time... not found
  81. checking for rtl_sched... not found
  82. checking for rtl_posixio... not found
  83. checking for rtl_fifo... not found
  84. checking for ANSI C header files... (cached) yes
  85. checking for sys/wait.h that is POSIX.1 compatible... yes
  86. checking for semtimedop... yes
  87. checking for sincos... yes
  88. checking for __sincos... no
  89. checking for tcl... /usr/lib64/tclConfig.sh found
  90. checking for tk... /usr/lib64/tkConfig.sh found
  91. checking for BWidget using /usr/bin/tclsh8.5... found
  92. checking for BLT using tclsh8.5... found
  93. checking for X... libraries , headers
  94. checking for gethostbyname... yes
  95. checking for connect... yes
  96. checking for remove... yes
  97. checking for shmat... yes
  98. checking for IceConnectionNumber in -lICE... yes
  99. checking X11/extensions/Xinerama.h usability... yes
  100. checking X11/extensions/Xinerama.h presence... yes
  101. checking for X11/extensions/Xinerama.h... yes
  102. checking for XineramaQueryExtension in -lXinerama... yes
  103. checking for X11/Xaw/XawInit.h... yes
  104. checking for XawDialogGetValueString in -lXaw... yes
  105. checking readline/readline.h usability... yes
  106. checking readline/readline.h presence... yes
  107. checking for readline/readline.h... yes
  108. checking readline/history.h usability... yes
  109. checking readline/history.h presence... yes
  110. checking for readline/history.h... yes
  111. Trying readline without -ltermcap
  112. checking for readline in -lreadline... yes
  113. Trying readline with -ltermcap
  114. checking for readline in -lreadline... no
  115. Readline does not require -ltermcap
  116. checking ncurses.h usability... yes
  117. checking ncurses.h presence... yes
  118. checking for ncurses.h... yes
  119. checking for initscr in -lncurses... yes
  120. checking locale.h usability... yes
  121. checking locale.h presence... yes
  122. checking for locale.h... yes
  123. checking for setlocale... yes
  124. checking libintl.h usability... yes
  125. checking libintl.h presence... yes
  126. checking for libintl.h... yes
  127. checking for gettext in -lintl... no
  128. checking for xgettext... /usr/bin/xgettext
  129. checking for xgettext tcl bug... xgettext version 0.18.1 OK
  130. checking for msgfmt... /usr/bin/msgfmt
  131. checking for --tcl support in msgfmt... yes
  132. checking for Python support... yes
  133. checking python version... OK
  134. checking match between tk and Tkinter versions... 8.5
  135. checking location of Python header files... /usr/include/python2.7
  136. checking /usr/include/python2.7/Python.h usability... yes
  137. checking /usr/include/python2.7/Python.h presence... yes
  138. checking for /usr/include/python2.7/Python.h... yes
  139. checking for site-package location... /usr/lib64/python2.7/site-packages
  140. checking GL/gl.h usability... yes
  141. checking GL/gl.h presence... yes
  142. checking for GL/gl.h... yes
  143. checking GL/glu.h usability... yes
  144. checking GL/glu.h presence... yes
  145. checking for GL/glu.h... yes
  146. checking for glBegin in -lGL... yes
  147. checking for working GLU quadrics... yes
  148. checking for Xmu headers... checking X11/Xmu/Xmu.h usability... yes
  149. checking X11/Xmu/Xmu.h presence... yes
  150. checking for X11/Xmu/Xmu.h... yes
  151. configure: creating ./config.status
  152. config.status: creating ../scripts/rtapi.conf
  153. config.status: creating ../docs/man/man1/emc.1
  154. config.status: creating ../scripts/emc
  155. config.status: creating ../scripts/halrun
  156. config.status: creating ../scripts/emc-environment
  157. config.status: creating ../scripts/haltcl
  158. config.status: creating ../scripts/realtime
  159. config.status: creating ../scripts/latencyplot
  160. config.status: creating Makefile.inc
  161. config.status: creating Makefile.modinc
  162. config.status: creating ../tcl/emc.tcl
  163. config.status: creating ../lib/python/nf.py
  164. config.status: creating ../scripts/emcmkdesktop
  165. config.status: creating ../share/applications/emc-latency.desktop
  166. config.status: creating ../share/applications/emc-latencyplot.desktop
  167. config.status: creating ../share/applications/emc.desktop
  168. config.status: creating ../share/desktop-directories/cnc.directory
  169. config.status: creating ../share/menus/CNC.menu
  170. config.status: creating config.h
  171. config.status: config.h is unchanged
  172.  
  173.  
  174. ######################################################################
  175. # EMC2 - Enhanced Machine Controller #
  176. ######################################################################
  177. # #
  178. # EMC2 is a software system for computer control of machine tools, #
  179. # such as milling machines. EMC2 is released under the GPL. #
  180. # Check out http://www.linuxcnc.org/ for more details. #
  181. # #
  182. # #
  183. # It seems that ./configure completed successfully. #
  184. # This means that RT is properly installed #
  185. # If things don't work check config.log for errors & warnings #
  186. # #
  187. # Next compile by typing #
  188. # make #
  189. # sudo make setuid #
  190. # #
  191. # Before running the software, set the emc environment: #
  192. # . (top dir)/scripts/emc-environment #
  193. # #
  194. # To run the software type #
  195. # emc #
  196. # #
  197. ######################################################################
  198.  
  199.  
  200. mycenter@mycenter-control /usr/src/test-2/src $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement