Advertisement
Guest User

Untitled

a guest
Dec 29th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.94 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by LinuxCNC configure 2.6.0~pre joints_axes, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-platform=beaglebone --with-xenomai --with-posix
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = arm
  14. uname -m = armv7l
  15. uname -r = 3.8.13xenomai-bone26.1
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Aug 27 22:10:05 CEST 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/linuxcnc/linuxcnc/bin
  31. PATH: /home/linuxcnc/linuxcnc/libexec
  32. PATH: /home/linuxcnc/linuxcnc/scripts
  33. PATH: /home/linuxcnc/linuxcnc/tcl
  34. PATH: /usr/local/bin
  35. PATH: /usr/bin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2501: checking build toplevel
  45. configure:2504: result: /home/linuxcnc/linuxcnc
  46. configure:2513: checking installation prefix
  47. configure:2517: result: run in place
  48. configure:2540: checking for grep
  49. configure:2558: found /bin/grep
  50. configure:2570: result: /bin/grep
  51. configure:2580: checking for egrep
  52. configure:2598: found /bin/egrep
  53. configure:2610: result: /bin/egrep
  54. configure:2620: checking for arch
  55. configure:2638: found /usr/bin/arch
  56. configure:2650: result: /usr/bin/arch
  57. configure:2714: checking for gcc
  58. configure:2730: found /usr/bin/gcc
  59. configure:2741: result: gcc
  60. configure:2772: checking for C compiler version
  61. configure:2781: gcc --version >&5
  62. gcc (Debian 4.6.3-14) 4.6.3
  63. Copyright (C) 2011 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:2792: $? = 0
  68. configure:2781: gcc -v >&5
  69. Using built-in specs.
  70. COLLECT_GCC=gcc
  71. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  72. Target: arm-linux-gnueabihf
  73. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  74. Thread model: posix
  75. gcc version 4.6.3 (Debian 4.6.3-14)
  76. configure:2792: $? = 0
  77. configure:2781: gcc -V >&5
  78. gcc: error: unrecognized option '-V'
  79. gcc: fatal error: no input files
  80. compilation terminated.
  81. configure:2792: $? = 4
  82. configure:2781: gcc -qversion >&5
  83. gcc: error: unrecognized option '-qversion'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:2792: $? = 4
  87. configure:2812: checking whether the C compiler works
  88. configure:2834: gcc conftest.c >&5
  89. configure:2838: $? = 0
  90. configure:2886: result: yes
  91. configure:2889: checking for C compiler default output file name
  92. configure:2891: result: a.out
  93. configure:2897: checking for suffix of executables
  94. configure:2904: gcc -o conftest conftest.c >&5
  95. configure:2908: $? = 0
  96. configure:2930: result:
  97. configure:2952: checking whether we are cross compiling
  98. configure:2960: gcc -o conftest conftest.c >&5
  99. configure:2964: $? = 0
  100. configure:2971: ./conftest
  101. configure:2975: $? = 0
  102. configure:2990: result: no
  103. configure:2995: checking for suffix of object files
  104. configure:3017: gcc -c conftest.c >&5
  105. configure:3021: $? = 0
  106. configure:3042: result: o
  107. configure:3046: checking whether we are using the GNU C compiler
  108. configure:3065: gcc -c conftest.c >&5
  109. configure:3065: $? = 0
  110. configure:3074: result: yes
  111. configure:3083: checking whether gcc accepts -g
  112. configure:3103: gcc -c -g conftest.c >&5
  113. configure:3103: $? = 0
  114. configure:3144: result: yes
  115. configure:3161: checking for gcc option to accept ISO C89
  116. configure:3224: gcc -c -g -O2 conftest.c >&5
  117. configure:3224: $? = 0
  118. configure:3237: result: none needed
  119. configure:3262: checking how to run the C preprocessor
  120. configure:3293: gcc -E conftest.c
  121. configure:3293: $? = 0
  122. configure:3307: gcc -E conftest.c
  123. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  124. compilation terminated.
  125. configure:3307: $? = 1
  126. configure: failed program was:
  127. | /* confdefs.h */
  128. | #define PACKAGE_NAME "LinuxCNC"
  129. | #define PACKAGE_TARNAME "linuxcnc"
  130. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  131. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  132. | #define PACKAGE_BUGREPORT "[email protected]"
  133. | #define PACKAGE_URL ""
  134. | /* end confdefs.h. */
  135. | #include <ac_nonexistent.h>
  136. configure:3332: result: gcc -E
  137. configure:3352: gcc -E conftest.c
  138. configure:3352: $? = 0
  139. configure:3366: gcc -E conftest.c
  140. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  141. compilation terminated.
  142. configure:3366: $? = 1
  143. configure: failed program was:
  144. | /* confdefs.h */
  145. | #define PACKAGE_NAME "LinuxCNC"
  146. | #define PACKAGE_TARNAME "linuxcnc"
  147. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  148. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  149. | #define PACKAGE_BUGREPORT "[email protected]"
  150. | #define PACKAGE_URL ""
  151. | /* end confdefs.h. */
  152. | #include <ac_nonexistent.h>
  153. configure:3430: checking build system type
  154. configure:3444: result: armv7l-unknown-linux-gnueabi
  155. configure:3464: checking host system type
  156. configure:3477: result: armv7l-unknown-linux-gnueabi
  157. configure:3784: checking platform
  158. configure:3803: result: configuring for BeagleBone board
  159. configure:3820: checking whether to build programming examples
  160. configure:3831: result: not building example programs
  161. configure:3838: checking whether to use the common shared memory driver
  162. configure:3862: result: default is no
  163. configure:3868: checking whether to use inb/outb or ppdev ioctl on the x86 for parport I/O
  164. configure:3892: result: using defaults: no
  165. configure:3898: checking whether to build the emcweb interface
  166. configure:3909: result: not building the emcweb interface
  167. configure:4299: checking -lrt for RT_PREEMPT and POSIX
  168. configure:4321: gcc -o conftest -g -O2 conftest.c -lrt >&5
  169. configure:4321: $? = 0
  170. configure:4324: result: ok
  171. configure:4338: checking whether to build POSIX threads
  172. configure:4342: result: yes
  173. configure:4350: checking whether to build RT_PREEMPT threads
  174. configure:4354: result: no
  175. configure:4379: checking for xeno-config
  176. configure:4398: found /usr/xenomai/bin/xeno-config
  177. configure:4410: result: /usr/xenomai/bin/xeno-config
  178. configure:4428: checking usability of xenomai utility, /usr/xenomai/bin/xeno-config
  179. configure:4434: result: yes
  180. configure:4462: checking Xenomai runtime library
  181. configure:4488: gcc -o conftest -g -O2 -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c -lnative -L/usr/xenomai/lib -lxenomai -lpthread -lrt >&5
  182. configure:4488: $? = 0
  183. configure:4489: result: works
  184. configure:4525: checking whether to build Xenomai userland threads
  185. configure:4533: result: yes
  186. configure:4536: checking whether to build Xenomai kernel threads
  187. configure:4545: result: no
  188. configure:4721: checking whether to build RTAI threads
  189. configure:4731: result: no
  190. configure:4742: checking whether to build hardware drivers
  191. configure:4754: result: yes
  192. configure:4782: checking for libudev
  193. configure:4786: result: found version 0.26
  194. configure:4792: checking for udev_new in -ludev
  195. configure:4817: gcc -o conftest -g -O2 conftest.c -ludev -ludev >&5
  196. configure:4817: $? = 0
  197. configure:4826: result: yes
  198. configure:4851: checking whether to build usermode PCI hardware drivers
  199. configure:4864: result: not available on non-PC platforms
  200. configure:5137: checking for usability of rdtscll from asm/msr.h
  201. configure:5154: gcc -o conftest -g -O2 conftest.c >&5
  202. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  203. conftest.c:8:0: note: this is the location of the previous definition
  204. conftest.c:16:21: fatal error: asm/msr.h: No such file or directory
  205. compilation terminated.
  206. configure:5154: $? = 1
  207. configure: failed program was:
  208. | /* confdefs.h */
  209. | #define PACKAGE_NAME "LinuxCNC"
  210. | #define PACKAGE_TARNAME "linuxcnc"
  211. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  212. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  213. | #define PACKAGE_BUGREPORT "[email protected]"
  214. | #define PACKAGE_URL ""
  215. | #define HAVE_LIBUDEV 1
  216. | #define BUILD_DRIVERS /**/
  217. | #define HAVE_LIBUDEV /**/
  218. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  219. | #define HAVE_POSIX_THREADS /**/
  220. | #define HAVE_XENOMAI_THREADS /**/
  221. | /* end confdefs.h. */
  222. |
  223. | #include <asm/msr.h>
  224. | #include <stdio.h>
  225. | void use_rdtscll(void) { long long tsc; rdtscll(tsc); }
  226. |
  227. | int
  228. | main ()
  229. | {
  230. |
  231. | ;
  232. | return 0;
  233. | }
  234. configure:5166: result: no
  235. configure:5169: checking for usability of linux/hidraw.h
  236. configure:5186: gcc -o conftest -g -O2 conftest.c >&5
  237. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  238. conftest.c:8:0: note: this is the location of the previous definition
  239. configure:5186: $? = 0
  240. configure:5198: result: yes
  241. configure:5219: checking for libmodbus3
  242. configure:5223: result: yes - version 3.0.3
  243. configure:5386: checking for glib
  244. configure:5390: result: yes - 2.32.4
  245. configure:5415: checking for GTK 2.4.0 or above
  246. configure:5419: result: yes - 2.24.10
  247. configure:5423: checking for libgnomeprintui-2.2
  248. configure:5426: result: yes
  249. configure:5516: checking for g++
  250. configure:5532: found /usr/bin/g++
  251. configure:5543: result: g++
  252. configure:5570: checking for C++ compiler version
  253. configure:5579: g++ --version >&5
  254. g++ (Debian 4.6.3-14) 4.6.3
  255. Copyright (C) 2011 Free Software Foundation, Inc.
  256. This is free software; see the source for copying conditions. There is NO
  257. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  258.  
  259. configure:5590: $? = 0
  260. configure:5579: g++ -v >&5
  261. Using built-in specs.
  262. COLLECT_GCC=g++
  263. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  264. Target: arm-linux-gnueabihf
  265. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  266. Thread model: posix
  267. gcc version 4.6.3 (Debian 4.6.3-14)
  268. configure:5590: $? = 0
  269. configure:5579: g++ -V >&5
  270. g++: error: unrecognized option '-V'
  271. g++: fatal error: no input files
  272. compilation terminated.
  273. configure:5590: $? = 4
  274. configure:5579: g++ -qversion >&5
  275. g++: error: unrecognized option '-qversion'
  276. g++: fatal error: no input files
  277. compilation terminated.
  278. configure:5590: $? = 4
  279. configure:5594: checking whether we are using the GNU C++ compiler
  280. configure:5613: g++ -c conftest.cpp >&5
  281. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  282. conftest.cpp:8:0: note: this is the location of the previous definition
  283. configure:5613: $? = 0
  284. configure:5622: result: yes
  285. configure:5631: checking whether g++ accepts -g
  286. configure:5651: g++ -c -g conftest.cpp >&5
  287. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  288. conftest.cpp:8:0: note: this is the location of the previous definition
  289. configure:5651: $? = 0
  290. configure: failed program was:
  291. | /* confdefs.h */
  292. | #define PACKAGE_NAME "LinuxCNC"
  293. | #define PACKAGE_TARNAME "linuxcnc"
  294. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  295. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  296. | #define PACKAGE_BUGREPORT "[email protected]"
  297. | #define PACKAGE_URL ""
  298. | #define HAVE_LIBUDEV 1
  299. | #define BUILD_DRIVERS /**/
  300. | #define HAVE_LIBUDEV /**/
  301. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  302. | #define HAVE_POSIX_THREADS /**/
  303. | #define HAVE_XENOMAI_THREADS /**/
  304. | #define HIDRAW_H_USABLE /**/
  305. | #define HAVE_LIBMODBUS3 yes
  306. | #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  307. | #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  308. | #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  309. | #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  310. | #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  311. | #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  312. | #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  313. | #define PRELOAD_WORKAROUND ""
  314. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  315. | /* end confdefs.h. */
  316. |
  317. | int
  318. | main ()
  319. | {
  320. |
  321. | ;
  322. | return 0;
  323. | }
  324. configure:5666: g++ -c conftest.cpp >&5
  325. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  326. conftest.cpp:8:0: note: this is the location of the previous definition
  327. configure:5666: $? = 0
  328. configure: failed program was:
  329. | /* confdefs.h */
  330. | #define PACKAGE_NAME "LinuxCNC"
  331. | #define PACKAGE_TARNAME "linuxcnc"
  332. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  333. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  334. | #define PACKAGE_BUGREPORT "[email protected]"
  335. | #define PACKAGE_URL ""
  336. | #define HAVE_LIBUDEV 1
  337. | #define BUILD_DRIVERS /**/
  338. | #define HAVE_LIBUDEV /**/
  339. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  340. | #define HAVE_POSIX_THREADS /**/
  341. | #define HAVE_XENOMAI_THREADS /**/
  342. | #define HIDRAW_H_USABLE /**/
  343. | #define HAVE_LIBMODBUS3 yes
  344. | #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  345. | #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  346. | #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  347. | #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  348. | #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  349. | #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  350. | #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  351. | #define PRELOAD_WORKAROUND ""
  352. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  353. | /* end confdefs.h. */
  354. |
  355. | int
  356. | main ()
  357. | {
  358. |
  359. | ;
  360. | return 0;
  361. | }
  362. configure:5682: g++ -c -g conftest.cpp >&5
  363. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  364. conftest.cpp:8:0: note: this is the location of the previous definition
  365. configure:5682: $? = 0
  366. configure:5692: result: yes
  367. configure:5766: checking whether g++ supports C++11 features by default
  368. configure:5792: g++ -c -g -O2 conftest.cpp >&5
  369. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  370. conftest.cpp:8:0: note: this is the location of the previous definition
  371. conftest.cpp:30:21: error: expected identifier before 'sizeof'
  372. conftest.cpp:30:21: error: expected ',' or '...' before 'sizeof'
  373. conftest.cpp:30:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
  374. conftest.cpp:33:29: error: '>>' should be '> >' within a nested template argument list
  375. conftest.cpp:36:13: error: expected constructor, destructor, or type conversion before '(' token
  376. conftest.cpp:40:15: error: expected unqualified-id before '&&' token
  377. conftest.cpp:42:10: error: 'd' does not name a type
  378. configure:5792: $? = 1
  379. configure: failed program was:
  380. | /* confdefs.h */
  381. | #define PACKAGE_NAME "LinuxCNC"
  382. | #define PACKAGE_TARNAME "linuxcnc"
  383. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  384. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  385. | #define PACKAGE_BUGREPORT "[email protected]"
  386. | #define PACKAGE_URL ""
  387. | #define HAVE_LIBUDEV 1
  388. | #define BUILD_DRIVERS /**/
  389. | #define HAVE_LIBUDEV /**/
  390. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  391. | #define HAVE_POSIX_THREADS /**/
  392. | #define HAVE_XENOMAI_THREADS /**/
  393. | #define HIDRAW_H_USABLE /**/
  394. | #define HAVE_LIBMODBUS3 yes
  395. | #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  396. | #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  397. | #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  398. | #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  399. | #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  400. | #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  401. | #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  402. | #define PRELOAD_WORKAROUND ""
  403. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  404. | /* end confdefs.h. */
  405. |
  406. | template <typename T>
  407. | struct check
  408. | {
  409. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  410. | };
  411. |
  412. | typedef check<check<bool>> right_angle_brackets;
  413. |
  414. | int a;
  415. | decltype(a) b;
  416. |
  417. | typedef check<int> check_type;
  418. | check_type c;
  419. | check_type&& cr = static_cast<check_type&&>(c);
  420. |
  421. | auto d = a;
  422. |
  423. configure:5799: result: no
  424. configure:5810: checking whether g++ supports C++11 features with -std=c++11
  425. configure:5838: g++ -c -g -O2 -std=c++11 conftest.cpp >&5
  426. cc1plus: error: unrecognized command line option '-std=c++11'
  427. configure:5838: $? = 1
  428. configure: failed program was:
  429. | /* confdefs.h */
  430. | #define PACKAGE_NAME "LinuxCNC"
  431. | #define PACKAGE_TARNAME "linuxcnc"
  432. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  433. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  434. | #define PACKAGE_BUGREPORT "[email protected]"
  435. | #define PACKAGE_URL ""
  436. | #define HAVE_LIBUDEV 1
  437. | #define BUILD_DRIVERS /**/
  438. | #define HAVE_LIBUDEV /**/
  439. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  440. | #define HAVE_POSIX_THREADS /**/
  441. | #define HAVE_XENOMAI_THREADS /**/
  442. | #define HIDRAW_H_USABLE /**/
  443. | #define HAVE_LIBMODBUS3 yes
  444. | #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  445. | #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  446. | #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  447. | #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  448. | #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  449. | #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  450. | #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  451. | #define PRELOAD_WORKAROUND ""
  452. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  453. | /* end confdefs.h. */
  454. |
  455. | template <typename T>
  456. | struct check
  457. | {
  458. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  459. | };
  460. |
  461. | typedef check<check<bool>> right_angle_brackets;
  462. |
  463. | int a;
  464. | decltype(a) b;
  465. |
  466. | typedef check<int> check_type;
  467. | check_type c;
  468. | check_type&& cr = static_cast<check_type&&>(c);
  469. |
  470. | auto d = a;
  471. |
  472. configure:5847: result: no
  473. configure:5810: checking whether g++ supports C++11 features with -std=c++0x
  474. configure:5838: g++ -c -g -O2 -std=c++0x conftest.cpp >&5
  475. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  476. conftest.cpp:8:0: note: this is the location of the previous definition
  477. configure:5838: $? = 0
  478. configure:5847: result: yes
  479. configure:5882: checking whether make sets $(MAKE)
  480. configure:5904: result: yes
  481. configure:5956: checking for ranlib
  482. configure:5972: found /usr/bin/ranlib
  483. configure:5983: result: ranlib
  484. configure:6007: checking for ar
  485. configure:6025: found /usr/bin/ar
  486. configure:6037: result: /usr/bin/ar
  487. configure:6047: checking for install
  488. configure:6065: found /usr/bin/install
  489. configure:6077: result: /usr/bin/install
  490. configure:6087: checking for sed
  491. configure:6105: found /bin/sed
  492. configure:6117: result: /bin/sed
  493. configure:6127: checking for ps
  494. configure:6145: found /bin/ps
  495. configure:6157: result: /bin/ps
  496. configure:6167: checking for kill
  497. configure:6185: found /bin/kill
  498. configure:6197: result: /bin/kill
  499. configure:6207: checking for whoami
  500. configure:6225: found /usr/bin/whoami
  501. configure:6237: result: /usr/bin/whoami
  502. configure:6247: checking for awk
  503. configure:6265: found /usr/bin/awk
  504. configure:6277: result: /usr/bin/awk
  505. configure:6287: checking for insmod
  506. configure:6318: result: /home/linuxcnc/linuxcnc/bin:/home/linuxcnc/linuxcnc/libexec:/home/linuxcnc/linuxcnc/scripts:/home/linuxcnc/linuxcnc/tcl:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
  507. configure:6328: checking for rmmod
  508. configure:6346: found /sbin/rmmod
  509. configure:6359: result: /sbin/rmmod
  510. configure:6369: checking for lsmod
  511. configure:6387: found /bin/lsmod
  512. configure:6400: result: /bin/lsmod
  513. configure:6410: checking for pidof
  514. configure:6428: found /bin/pidof
  515. configure:6441: result: /bin/pidof
  516. configure:6451: checking for ipcs
  517. configure:6469: found /usr/bin/ipcs
  518. configure:6482: result: /usr/bin/ipcs
  519. configure:6492: checking for fuser
  520. configure:6510: found /bin/fuser
  521. configure:6523: result: /bin/fuser
  522. configure:6533: checking for mandb
  523. configure:6551: found /usr/bin/mandb
  524. configure:6564: result: /usr/bin/mandb
  525. configure:6638: checking for python
  526. configure:6656: found /usr/bin/python
  527. configure:6669: result: /usr/bin/python
  528. configure:6682: checking whether to build documentation
  529. configure:6719: result: no
  530. configure:7271: checking for grep that handles long lines and -e
  531. configure:7329: result: /bin/grep
  532. configure:7334: checking for egrep
  533. configure:7396: result: /bin/egrep
  534. configure:7401: checking for ANSI C header files
  535. configure:7421: gcc -c -g -O2 conftest.c >&5
  536. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  537. conftest.c:8:0: note: this is the location of the previous definition
  538. configure:7421: $? = 0
  539. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  540. conftest.c:8:0: note: this is the location of the previous definition
  541. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  542. conftest.c:8:0: note: this is the location of the previous definition
  543. configure:7494: gcc -o conftest -g -O2 conftest.c >&5
  544. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  545. conftest.c:8:0: note: this is the location of the previous definition
  546. configure:7494: $? = 0
  547. configure:7494: ./conftest
  548. configure:7494: $? = 0
  549. configure:7505: result: yes
  550. configure:7513: checking for sys/wait.h that is POSIX.1 compatible
  551. configure:7539: gcc -c -g -O2 conftest.c >&5
  552. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  553. conftest.c:8:0: note: this is the location of the previous definition
  554. configure:7539: $? = 0
  555. configure:7546: result: yes
  556. configure:7556: checking for semtimedop
  557. configure:7556: gcc -o conftest -g -O2 conftest.c >&5
  558. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  559. conftest.c:8:0: note: this is the location of the previous definition
  560. configure:7556: $? = 0
  561. configure:7556: result: yes
  562. configure:7570: checking for clock_getres
  563. configure:7570: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
  564. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  565. conftest.c:8:0: note: this is the location of the previous definition
  566. configure:7570: $? = 0
  567. configure:7570: result: yes
  568. configure:7581: checking for sincos function
  569. configure:7595: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
  570. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  571. conftest.c:8:0: note: this is the location of the previous definition
  572. conftest.c: In function 'main':
  573. conftest.c:35:1: warning: incompatible implicit declaration of built-in function 'sincos' [enabled by default]
  574. configure:7595: $? = 0
  575. configure:7605: result: yes
  576. configure:7610: checking for __sincos
  577. configure:7610: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
  578. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  579. conftest.c:8:0: note: this is the location of the previous definition
  580. /tmp/ccoVwOwo.o: In function `main':
  581. /home/linuxcnc/linuxcnc/src/conftest.c:66: undefined reference to `__sincos'
  582. collect2: ld returned 1 exit status
  583. configure:7610: $? = 1
  584. configure: failed program was:
  585. | /* confdefs.h */
  586. | #define PACKAGE_NAME "LinuxCNC"
  587. | #define PACKAGE_TARNAME "linuxcnc"
  588. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  589. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  590. | #define PACKAGE_BUGREPORT "[email protected]"
  591. | #define PACKAGE_URL ""
  592. | #define HAVE_LIBUDEV 1
  593. | #define BUILD_DRIVERS /**/
  594. | #define HAVE_LIBUDEV /**/
  595. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  596. | #define HAVE_POSIX_THREADS /**/
  597. | #define HAVE_XENOMAI_THREADS /**/
  598. | #define HIDRAW_H_USABLE /**/
  599. | #define HAVE_LIBMODBUS3 yes
  600. | #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  601. | #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  602. | #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  603. | #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  604. | #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  605. | #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  606. | #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  607. | #define PRELOAD_WORKAROUND ""
  608. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  609. | #define HAVE_CXX11 1
  610. | #define STDC_HEADERS 1
  611. | #define HAVE_SYS_WAIT_H 1
  612. | #define HAVE_SEMTIMEDOP 1
  613. | #define HAVE_CLOCK_GETRES 1
  614. | #define HAVE_SINCOS 1
  615. | /* end confdefs.h. */
  616. | /* Define __sincos to an innocuous variant, in case <limits.h> declares __sincos.
  617. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  618. | #define __sincos innocuous___sincos
  619. |
  620. | /* System header to define __stub macros and hopefully few prototypes,
  621. | which can conflict with char __sincos (); below.
  622. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  623. | <limits.h> exists even on freestanding compilers. */
  624. |
  625. | #ifdef __STDC__
  626. | # include <limits.h>
  627. | #else
  628. | # include <assert.h>
  629. | #endif
  630. |
  631. | #undef __sincos
  632. |
  633. | /* Override any GCC internal prototype to avoid an error.
  634. | Use char because int might match the return type of a GCC
  635. | builtin and then its argument prototype would still apply. */
  636. | #ifdef __cplusplus
  637. | extern "C"
  638. | #endif
  639. | char __sincos ();
  640. | /* The GNU C library defines this for functions which it implements
  641. | to always fail with ENOSYS. Some functions are actually named
  642. | something starting with __ and the normal name is an alias. */
  643. | #if defined __stub___sincos || defined __stub_____sincos
  644. | choke me
  645. | #endif
  646. |
  647. | int
  648. | main ()
  649. | {
  650. | return __sincos ();
  651. | ;
  652. | return 0;
  653. | }
  654. configure:7610: result: no
  655. configure:7629: Building rtapi.ini generator script
  656. configure:7701: checking for tcl
  657. configure:7822: result: /usr/lib/tcl8.5/tclConfig.sh found
  658. configure:7829: checking for tk
  659. configure:7935: result: /usr/lib/tk8.5/tkConfig.sh found
  660. configure:7964: checking for BWidget using /usr/bin/tclsh8.5
  661. configure:7967: result: found
  662. configure:7974: checking for BLT using tclsh8.5
  663. configure:7977: result: found
  664. configure:8005: checking for X
  665. configure:8113: gcc -E conftest.c
  666. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  667. conftest.c:8:0: note: this is the location of the previous definition
  668. configure:8113: $? = 0
  669. configure:8144: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  670. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  671. conftest.c:8:0: note: this is the location of the previous definition
  672. configure:8144: $? = 0
  673. configure:8194: result: libraries , headers
  674. configure:8293: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  675. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  676. conftest.c:8:0: note: this is the location of the previous definition
  677. configure:8293: $? = 0
  678. configure:8391: checking for gethostbyname
  679. configure:8391: gcc -o conftest -g -O2 conftest.c >&5
  680. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  681. conftest.c:8:0: note: this is the location of the previous definition
  682. configure:8391: $? = 0
  683. configure:8391: result: yes
  684. configure:8488: checking for connect
  685. configure:8488: gcc -o conftest -g -O2 conftest.c >&5
  686. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  687. conftest.c:8:0: note: this is the location of the previous definition
  688. configure:8488: $? = 0
  689. configure:8488: result: yes
  690. configure:8537: checking for remove
  691. configure:8537: gcc -o conftest -g -O2 conftest.c >&5
  692. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  693. conftest.c:8:0: note: this is the location of the previous definition
  694. configure:8537: $? = 0
  695. configure:8537: result: yes
  696. configure:8586: checking for shmat
  697. configure:8586: gcc -o conftest -g -O2 conftest.c >&5
  698. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  699. conftest.c:8:0: note: this is the location of the previous definition
  700. configure:8586: $? = 0
  701. configure:8586: result: yes
  702. configure:8644: checking for IceConnectionNumber in -lICE
  703. configure:8669: gcc -o conftest -g -O2 conftest.c -lICE >&5
  704. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  705. conftest.c:8:0: note: this is the location of the previous definition
  706. configure:8669: $? = 0
  707. configure:8678: result: yes
  708. configure:8696: checking X11/extensions/Xinerama.h usability
  709. configure:8696: gcc -c -g -O2 conftest.c >&5
  710. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  711. conftest.c:8:0: note: this is the location of the previous definition
  712. configure:8696: $? = 0
  713. configure:8696: result: yes
  714. configure:8696: checking X11/extensions/Xinerama.h presence
  715. configure:8696: gcc -E conftest.c
  716. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  717. conftest.c:8:0: note: this is the location of the previous definition
  718. configure:8696: $? = 0
  719. configure:8696: result: yes
  720. configure:8696: checking for X11/extensions/Xinerama.h
  721. configure:8696: result: yes
  722. configure:8709: checking for XineramaQueryExtension in -lXinerama
  723. configure:8734: gcc -o conftest -g -O2 conftest.c -lXinerama >&5
  724. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  725. conftest.c:8:0: note: this is the location of the previous definition
  726. configure:8734: $? = 0
  727. configure:8743: result: yes
  728. configure:8771: checking for X11/Xaw/XawInit.h
  729. configure:8771: gcc -c -g -O2 conftest.c >&5
  730. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  731. conftest.c:8:0: note: this is the location of the previous definition
  732. configure:8771: $? = 0
  733. configure:8771: result: yes
  734. configure:8786: checking for XawDialogGetValueString in -lXaw
  735. configure:8811: gcc -o conftest -g -O2 conftest.c -lXaw -lXinerama -lSM -lICE >&5
  736. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  737. conftest.c:8:0: note: this is the location of the previous definition
  738. configure:8811: $? = 0
  739. configure:8820: result: yes
  740. configure:8853: checking readline/readline.h usability
  741. configure:8853: gcc -c -g -O2 conftest.c >&5
  742. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  743. conftest.c:8:0: note: this is the location of the previous definition
  744. configure:8853: $? = 0
  745. configure:8853: result: yes
  746. configure:8853: checking readline/readline.h presence
  747. configure:8853: gcc -E conftest.c
  748. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  749. conftest.c:8:0: note: this is the location of the previous definition
  750. configure:8853: $? = 0
  751. configure:8853: result: yes
  752. configure:8853: checking for readline/readline.h
  753. configure:8853: result: yes
  754. configure:8867: checking readline/history.h usability
  755. configure:8867: gcc -c -g -O2 conftest.c >&5
  756. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  757. conftest.c:8:0: note: this is the location of the previous definition
  758. configure:8867: $? = 0
  759. configure:8867: result: yes
  760. configure:8867: checking readline/history.h presence
  761. configure:8867: gcc -E conftest.c
  762. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  763. conftest.c:8:0: note: this is the location of the previous definition
  764. configure:8867: $? = 0
  765. configure:8867: result: yes
  766. configure:8867: checking for readline/history.h
  767. configure:8867: result: yes
  768. configure:8881: checking for readline in -lreadline
  769. configure:8906: gcc -o conftest -g -O2 conftest.c -lreadline >&5
  770. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  771. conftest.c:8:0: note: this is the location of the previous definition
  772. configure:8906: $? = 0
  773. configure:8915: result: yes
  774. configure:8923: checking for readline in -lreadline
  775. configure:8948: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5
  776. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  777. conftest.c:8:0: note: this is the location of the previous definition
  778. configure:8948: $? = 0
  779. configure:8957: result: yes
  780. configure:8990: checking ncurses.h usability
  781. configure:8990: gcc -c -g -O2 conftest.c >&5
  782. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  783. conftest.c:8:0: note: this is the location of the previous definition
  784. configure:8990: $? = 0
  785. configure:8990: result: yes
  786. configure:8990: checking ncurses.h presence
  787. configure:8990: gcc -E conftest.c
  788. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  789. conftest.c:8:0: note: this is the location of the previous definition
  790. configure:8990: $? = 0
  791. configure:8990: result: yes
  792. configure:8990: checking for ncurses.h
  793. configure:8990: result: yes
  794. configure:9003: checking for initscr in -lncurses
  795. configure:9028: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  796. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  797. conftest.c:8:0: note: this is the location of the previous definition
  798. configure:9028: $? = 0
  799. configure:9037: result: yes
  800. configure:9082: checking locale.h usability
  801. configure:9082: gcc -c -g -O2 conftest.c >&5
  802. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  803. conftest.c:8:0: note: this is the location of the previous definition
  804. configure:9082: $? = 0
  805. configure:9082: result: yes
  806. configure:9082: checking locale.h presence
  807. configure:9082: gcc -E conftest.c
  808. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  809. conftest.c:8:0: note: this is the location of the previous definition
  810. configure:9082: $? = 0
  811. configure:9082: result: yes
  812. configure:9082: checking for locale.h
  813. configure:9082: result: yes
  814. configure:9094: checking for setlocale
  815. configure:9094: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  816. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  817. conftest.c:8:0: note: this is the location of the previous definition
  818. configure:9094: $? = 0
  819. configure:9094: result: yes
  820. configure:9111: checking libintl.h usability
  821. configure:9111: gcc -c -g -O2 conftest.c >&5
  822. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  823. conftest.c:8:0: note: this is the location of the previous definition
  824. configure:9111: $? = 0
  825. configure:9111: result: yes
  826. configure:9111: checking libintl.h presence
  827. configure:9111: gcc -E conftest.c
  828. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  829. conftest.c:8:0: note: this is the location of the previous definition
  830. configure:9111: $? = 0
  831. configure:9111: result: yes
  832. configure:9111: checking for libintl.h
  833. configure:9111: result: yes
  834. configure:9121: checking for gettext in -lintl
  835. configure:9146: gcc -o conftest -g -O2 conftest.c -lintl -lncurses >&5
  836. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  837. conftest.c:8:0: note: this is the location of the previous definition
  838. conftest.c:51:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
  839. /usr/bin/ld: cannot find -lintl
  840. collect2: ld returned 1 exit status
  841. configure:9146: $? = 1
  842. configure: failed program was:
  843. | /* confdefs.h */
  844. | #define PACKAGE_NAME "LinuxCNC"
  845. | #define PACKAGE_TARNAME "linuxcnc"
  846. | #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  847. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  848. | #define PACKAGE_BUGREPORT "[email protected]"
  849. | #define PACKAGE_URL ""
  850. | #define HAVE_LIBUDEV 1
  851. | #define BUILD_DRIVERS /**/
  852. | #define HAVE_LIBUDEV /**/
  853. | #define TARGET_PLATFORM_BEAGLEBONE /**/
  854. | #define HAVE_POSIX_THREADS /**/
  855. | #define HAVE_XENOMAI_THREADS /**/
  856. | #define HIDRAW_H_USABLE /**/
  857. | #define HAVE_LIBMODBUS3 yes
  858. | #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  859. | #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  860. | #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  861. | #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  862. | #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  863. | #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  864. | #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  865. | #define PRELOAD_WORKAROUND ""
  866. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  867. | #define HAVE_CXX11 1
  868. | #define STDC_HEADERS 1
  869. | #define HAVE_SYS_WAIT_H 1
  870. | #define HAVE_SEMTIMEDOP 1
  871. | #define HAVE_CLOCK_GETRES 1
  872. | #define HAVE_SINCOS 1
  873. | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  874. | #define HAVE_LIBXINERAMA 1
  875. | #define HAVE_X11_XAW_XAWINIT_H 1
  876. | #define HAVE_LIBXAW 1
  877. | #define HAVE_READLINE_READLINE_H 1
  878. | #define HAVE_READLINE_HISTORY_H 1
  879. | #define HAVE_READLINE /**/
  880. | #define HAVE_NCURSES_H 1
  881. | #define HAVE_LIBNCURSES 1
  882. | #define HAVE_LOCALE_H 1
  883. | #define HAVE_SETLOCALE 1
  884. | #define HAVE_LIBINTL_H 1
  885. | /* end confdefs.h. */
  886. |
  887. | /* Override any GCC internal prototype to avoid an error.
  888. | Use char because int might match the return type of a GCC
  889. | builtin and then its argument prototype would still apply. */
  890. | #ifdef __cplusplus
  891. | extern "C"
  892. | #endif
  893. | char gettext ();
  894. | int
  895. | main ()
  896. | {
  897. | return gettext ();
  898. | ;
  899. | return 0;
  900. | }
  901. configure:9155: result: no
  902. configure:9198: checking for xgettext
  903. configure:9216: found /usr/bin/xgettext
  904. configure:9229: result: /usr/bin/xgettext
  905. configure:9241: checking for xgettext tcl bug
  906. configure:9249: result: xgettext version 0.18.1 OK
  907. configure:9261: checking for msgfmt
  908. configure:9279: found /usr/bin/msgfmt
  909. configure:9292: result: /usr/bin/msgfmt
  910. configure:9303: checking for --tcl support in msgfmt
  911. configure:9306: result: yes
  912. configure:9314: checking for Python support
  913. configure:9331: result: yes
  914. configure:9339: checking python version
  915. configure:9345: result: OK
  916. configure:9348: checking version of python libraries
  917. configure:9351: result: python2.7
  918. configure:9354: checking match between tk and Tkinter versions
  919. configure:9371: result: 8.5
  920. configure:9374: checking location of Python header files
  921. configure:9377: result: /usr/include/python2.7
  922. configure:9380: checking for Python headers
  923. configure:9394: result: -I/usr/include/python2.7
  924. configure:9398: checking for Python libraries
  925. configure:9408: result: -lpthread -ldl -lutil
  926. configure:9428: checking whether the Boost::Python headers are available
  927. configure:9448: g++ -c -g -O2 -std=c++0x -I/usr/include/python2.7 conftest.cpp >&5
  928. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  929. conftest.cpp:8:0: note: this is the location of the previous definition
  930. configure:9448: $? = 0
  931. configure:9455: result: yes
  932. configure:9471: checking for boost::python shared library
  933. configure:9488: g++ -o conftest -g -O2 -std=c++0x -I/usr/include/python2.7 conftest.cpp -lXinerama -lpython2.7 -lboost_python >&5
  934. conftest.cpp:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  935. conftest.cpp:8:0: note: this is the location of the previous definition
  936. configure:9488: $? = 0
  937. configure:9499: result: -lboost_python
  938. configure:9522: checking /usr/include/python2.7/Python.h usability
  939. configure:9522: gcc -c -g -O2 conftest.c >&5
  940. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  941. conftest.c:8:0: note: this is the location of the previous definition
  942. In file included from /usr/include/python2.7/Python.h:8:0,
  943. from conftest.c:78:
  944. /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
  945. /usr/include/features.h:214:0: note: this is the location of the previous definition
  946. configure:9522: $? = 0
  947. configure:9522: result: yes
  948. configure:9522: checking /usr/include/python2.7/Python.h presence
  949. configure:9522: gcc -E conftest.c
  950. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  951. conftest.c:8:0: note: this is the location of the previous definition
  952. configure:9522: $? = 0
  953. configure:9522: result: yes
  954. configure:9522: checking for /usr/include/python2.7/Python.h
  955. configure:9522: result: yes
  956. configure:9531: checking for site-package location
  957. configure:9534: result: /usr/lib/python2.7/dist-packages
  958. configure:9540: checking GL/gl.h usability
  959. configure:9540: gcc -c -g -O2 conftest.c >&5
  960. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  961. conftest.c:8:0: note: this is the location of the previous definition
  962. configure:9540: $? = 0
  963. configure:9540: result: yes
  964. configure:9540: checking GL/gl.h presence
  965. configure:9540: gcc -E conftest.c
  966. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  967. conftest.c:8:0: note: this is the location of the previous definition
  968. configure:9540: $? = 0
  969. configure:9540: result: yes
  970. configure:9540: checking for GL/gl.h
  971. configure:9540: result: yes
  972. configure:9540: checking GL/glu.h usability
  973. configure:9540: gcc -c -g -O2 conftest.c >&5
  974. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  975. conftest.c:8:0: note: this is the location of the previous definition
  976. configure:9540: $? = 0
  977. configure:9540: result: yes
  978. configure:9540: checking GL/glu.h presence
  979. configure:9540: gcc -E conftest.c
  980. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  981. conftest.c:8:0: note: this is the location of the previous definition
  982. configure:9540: $? = 0
  983. configure:9540: result: yes
  984. configure:9540: checking for GL/glu.h
  985. configure:9540: result: yes
  986. configure:9553: checking for glBegin in -lGL
  987. configure:9578: gcc -o conftest -g -O2 conftest.c -lGL -lXinerama >&5
  988. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  989. conftest.c:8:0: note: this is the location of the previous definition
  990. configure:9578: $? = 0
  991. configure:9587: result: yes
  992. configure:9601: checking for working GLU quadrics
  993. configure:9618: gcc -c -g -O2 conftest.c >&5
  994. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  995. conftest.c:8:0: note: this is the location of the previous definition
  996. configure:9618: $? = 0
  997. configure:9619: result: yes
  998. configure:9629: checking for Xmu headers
  999. configure:9633: checking X11/Xmu/Xmu.h usability
  1000. configure:9633: gcc -c -g -O2 conftest.c >&5
  1001. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1002. conftest.c:8:0: note: this is the location of the previous definition
  1003. configure:9633: $? = 0
  1004. configure:9633: result: yes
  1005. configure:9633: checking X11/Xmu/Xmu.h presence
  1006. configure:9633: gcc -E conftest.c
  1007. conftest.c:10:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1008. conftest.c:8:0: note: this is the location of the previous definition
  1009. configure:9633: $? = 0
  1010. configure:9633: result: yes
  1011. configure:9633: checking for X11/Xmu/Xmu.h
  1012. configure:9633: result: yes
  1013. configure:9647: checking libgl1-mesa-dri workaround
  1014. configure:9661: result: not required
  1015. configure:10710: creating ./config.status
  1016.  
  1017. ## ---------------------- ##
  1018. ## Running config.status. ##
  1019. ## ---------------------- ##
  1020.  
  1021. This file was extended by LinuxCNC config.status 2.6.0~pre joints_axes, which was
  1022. generated by GNU Autoconf 2.69. Invocation command line was
  1023.  
  1024. CONFIG_FILES =
  1025. CONFIG_HEADERS =
  1026. CONFIG_LINKS =
  1027. CONFIG_COMMANDS =
  1028. $ ./config.status
  1029.  
  1030. on arm
  1031.  
  1032. config.status:1036: creating ../scripts/gen-rtapi.ini.sh
  1033. config.status:1036: creating ../docs/src/man/man1/linuxcnc.1
  1034. config.status:1036: creating ../scripts/linuxcnc
  1035. config.status:1036: creating ../scripts/halrun
  1036. config.status:1036: creating ../scripts/rip-environment
  1037. config.status:1036: creating ../scripts/haltcl
  1038. config.status:1036: creating ../scripts/realtime
  1039. config.status:1036: creating ../scripts/latencyplot
  1040. config.status:1036: creating ../scripts/latencyhistogram
  1041. config.status:1036: creating Makefile.inc
  1042. config.status:1036: creating Makefile.modinc
  1043. config.status:1036: creating ../tcl/linuxcnc.tcl
  1044. config.status:1036: creating ../lib/python/nf.py
  1045. config.status:1036: creating ../scripts/linuxcncmkdesktop
  1046. config.status:1036: creating ../share/applications/linuxcnc-latency.desktop
  1047. config.status:1036: creating ../share/applications/linuxcnc-latencyplot.desktop
  1048. config.status:1036: creating ../share/applications/linuxcnc.desktop
  1049. config.status:1036: creating ../share/desktop-directories/cnc.directory
  1050. config.status:1036: creating ../share/menus/CNC.menu
  1051. config.status:1036: creating linuxcncconfig.py-tmp
  1052. config.status:1036: creating config.h
  1053. config.status:1206: config.h is unchanged
  1054. configure:11903: result: touching up ../lib/python/linuxcncconfig.py
  1055. configure:11908: checking usability of ../lib/python/linuxcncconfig.py
  1056. configure:11911: result: done
  1057.  
  1058. ## ---------------- ##
  1059. ## Cache variables. ##
  1060. ## ---------------- ##
  1061.  
  1062. ac_cv_boost_python=yes
  1063. ac_cv_build=armv7l-unknown-linux-gnueabi
  1064. ac_cv_c_compiler_gnu=yes
  1065. ac_cv_cxx_compiler_gnu=yes
  1066. ac_cv_env_CCC_set=
  1067. ac_cv_env_CCC_value=
  1068. ac_cv_env_CC_set=
  1069. ac_cv_env_CC_value=
  1070. ac_cv_env_CFLAGS_set=
  1071. ac_cv_env_CFLAGS_value=
  1072. ac_cv_env_CPPFLAGS_set=
  1073. ac_cv_env_CPPFLAGS_value=
  1074. ac_cv_env_CPP_set=
  1075. ac_cv_env_CPP_value=
  1076. ac_cv_env_CXXFLAGS_set=
  1077. ac_cv_env_CXXFLAGS_value=
  1078. ac_cv_env_CXX_set=
  1079. ac_cv_env_CXX_value=
  1080. ac_cv_env_LDFLAGS_set=
  1081. ac_cv_env_LDFLAGS_value=
  1082. ac_cv_env_LIBS_set=
  1083. ac_cv_env_LIBS_value=
  1084. ac_cv_env_XMKMF_set=
  1085. ac_cv_env_XMKMF_value=
  1086. ac_cv_env_build_alias_set=
  1087. ac_cv_env_build_alias_value=
  1088. ac_cv_env_host_alias_set=
  1089. ac_cv_env_host_alias_value=
  1090. ac_cv_env_target_alias_set=
  1091. ac_cv_env_target_alias_value=
  1092. ac_cv_func___sincos=no
  1093. ac_cv_func_clock_getres=yes
  1094. ac_cv_func_connect=yes
  1095. ac_cv_func_gethostbyname=yes
  1096. ac_cv_func_remove=yes
  1097. ac_cv_func_semtimedop=yes
  1098. ac_cv_func_setlocale=yes
  1099. ac_cv_func_shmat=yes
  1100. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  1101. ac_cv_header_GL_gl_h=yes
  1102. ac_cv_header_GL_glu_h=yes
  1103. ac_cv_header_X11_Xaw_XawInit_h=yes
  1104. ac_cv_header_X11_Xmu_Xmu_h=yes
  1105. ac_cv_header_X11_extensions_Xinerama_h=yes
  1106. ac_cv_header__usr_include_python2_7_Python_h=yes
  1107. ac_cv_header_libintl_h=yes
  1108. ac_cv_header_locale_h=yes
  1109. ac_cv_header_ncurses_h=yes
  1110. ac_cv_header_readline_history_h=yes
  1111. ac_cv_header_readline_readline_h=yes
  1112. ac_cv_header_stdc=yes
  1113. ac_cv_header_sys_wait_h=yes
  1114. ac_cv_host=armv7l-unknown-linux-gnueabi
  1115. ac_cv_lib_GL_glBegin=yes
  1116. ac_cv_lib_ICE_IceConnectionNumber=yes
  1117. ac_cv_lib_Xaw_XawDialogGetValueString=yes
  1118. ac_cv_lib_Xinerama_XineramaQueryExtension=yes
  1119. ac_cv_lib_intl_gettext=no
  1120. ac_cv_lib_ncurses_initscr=yes
  1121. ac_cv_lib_udev_udev_new=yes
  1122. ac_cv_objext=o
  1123. ac_cv_path_AR=/usr/bin/ar
  1124. ac_cv_path_ARCHCMD=/usr/bin/arch
  1125. ac_cv_path_AWK=/usr/bin/awk
  1126. ac_cv_path_EGREP=/bin/egrep
  1127. ac_cv_path_FUSER=/bin/fuser
  1128. ac_cv_path_GREP=/bin/grep
  1129. ac_cv_path_INSMOD=/home/linuxcnc/linuxcnc/bin:/home/linuxcnc/linuxcnc/libexec:/home/linuxcnc/linuxcnc/scripts:/home/linuxcnc/linuxcnc/tcl:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
  1130. ac_cv_path_INSTALL=/usr/bin/install
  1131. ac_cv_path_IPCS=/usr/bin/ipcs
  1132. ac_cv_path_KILL=/bin/kill
  1133. ac_cv_path_LSMOD=/bin/lsmod
  1134. ac_cv_path_MANDB=/usr/bin/mandb
  1135. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1136. ac_cv_path_PIDOF=/bin/pidof
  1137. ac_cv_path_PS=/bin/ps
  1138. ac_cv_path_PYTHON=/usr/bin/python
  1139. ac_cv_path_RMMOD=/sbin/rmmod
  1140. ac_cv_path_SED=/bin/sed
  1141. ac_cv_path_WHOAMI=/usr/bin/whoami
  1142. ac_cv_path_XENOMAI_THREADS_RTS=/usr/xenomai/bin/xeno-config
  1143. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1144. ac_cv_prog_CPP='gcc -E'
  1145. ac_cv_prog_ac_ct_CC=gcc
  1146. ac_cv_prog_ac_ct_CXX=g++
  1147. ac_cv_prog_ac_ct_RANLIB=ranlib
  1148. ac_cv_prog_cc_c89=
  1149. ac_cv_prog_cc_g=yes
  1150. ac_cv_prog_cxx_g=yes
  1151. ac_cv_prog_make_make_set=yes
  1152. ax_cv_cxx_compile_cxx11=no
  1153. ax_cv_cxx_compile_cxx11__std_cpp0x=yes
  1154. ax_cv_cxx_compile_cxx11__std_cpp11=no
  1155.  
  1156. ## ----------------- ##
  1157. ## Output variables. ##
  1158. ## ----------------- ##
  1159.  
  1160. A2X=''
  1161. A2X_LATEX_ENCODING=''
  1162. AR='/usr/bin/ar'
  1163. ARCHCMD='/usr/bin/arch'
  1164. ARCHITECTURE='armv7l'
  1165. ASCIIDOC=''
  1166. AUTODIRS=''
  1167. AWK='/usr/bin/awk'
  1168. BOOST_CPPFLAGS=''
  1169. BOOST_LDFLAGS=''
  1170. BOOST_PYTHON_LIBS='-lboost_python'
  1171. BOOST_SERIALIZATION_LIB=''
  1172. BOOST_THREAD_LIB=''
  1173. BUILD_DOCS='no'
  1174. BUILD_DOCS_HTML=''
  1175. BUILD_DOCS_PDF=''
  1176. BUILD_DRIVERS='yes'
  1177. BUILD_EMCWEB='no'
  1178. BUILD_EXAMPLES='no'
  1179. BUILD_PYTHON='yes'
  1180. BUILD_THREAD_FLAVORS=' posix xenomai'
  1181. CC='gcc'
  1182. CFLAGS='-g -O2'
  1183. CONVERT=''
  1184. CPP='gcc -E'
  1185. CPPFLAGS=''
  1186. CXX='g++'
  1187. CXXFLAGS='-g -O2 -std=c++0x'
  1188. DATE='Sun Dec 29 12:30:35 UTC 2013'
  1189. DBLATEX=''
  1190. DEFAULT_NMLFILE='/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml'
  1191. DEFS='-DHAVE_CONFIG_H'
  1192. DVIPNG=''
  1193. ECHO_C=''
  1194. ECHO_N='-n'
  1195. ECHO_T=''
  1196. EGREP='/bin/egrep'
  1197. EMC2VERSION='2.6.0~pre joints_axes'
  1198. EMC2_BIN_DIR='/home/linuxcnc/linuxcnc/bin'
  1199. EMC2_HELP_DIR='/home/linuxcnc/linuxcnc/docs/help'
  1200. EMC2_HOME='/home/linuxcnc/linuxcnc'
  1201. EMC2_ICON='/home/linuxcnc/linuxcnc/linuxcncicon.png'
  1202. EMC2_IMAGE_DIR='/home/linuxcnc/linuxcnc'
  1203. EMC2_LANG_DIR='/home/linuxcnc/linuxcnc/src/objects'
  1204. EMC2_LATENCYPLOT_SCRIPT='/home/linuxcnc/linuxcnc/scripts/latencyplot'
  1205. EMC2_LATENCY_SCRIPT='/home/linuxcnc/linuxcnc/scripts/latency-test'
  1206. EMC2_LIBEXEC_DIR='/home/linuxcnc/linuxcnc/libexec'
  1207. EMC2_NCFILES_DIR='/home/linuxcnc/linuxcnc/nc_files'
  1208. EMC2_RTLIB_DIR='/home/linuxcnc/linuxcnc/rtlib'
  1209. EMC2_SCRIPT='/home/linuxcnc/linuxcnc/scripts/emc'
  1210. EMC2_SUFFIX=' (run-in-place)'
  1211. EMC2_SYSTEM_CONFIG_DIR='${prefix}/etc/linuxcnc'
  1212. EMC2_TCL_DIR='/home/linuxcnc/linuxcnc/tcl'
  1213. EMC2_TCL_LIB_DIR='/home/linuxcnc/linuxcnc/tcl'
  1214. EXEEXT=''
  1215. FUSER='/bin/fuser'
  1216. GIT_VERSION='v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569'
  1217. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include '
  1218. GLIB_LIBS='-lglib-2.0 '
  1219. GREP='/bin/grep'
  1220. GS=''
  1221. GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 '
  1222. GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -pthread -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lgmodule-2.0 -lrt -lxml2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
  1223. GTK_VER='2.24.10'
  1224. HAVE_CXX11='1'
  1225. HAVE_GNOMEPRINT='yes'
  1226. HAVE_LIBINTL=''
  1227. HAVE_LIBINTL_H=''
  1228. HAVE_LIBMODBUS3='yes'
  1229. HAVE_LOCALE_H=''
  1230. HAVE_NCURSES='yes'
  1231. HAVE_POSIX_THREADS='yes'
  1232. HAVE_READLINE='yes'
  1233. HAVE_RTAI_KERNEL_THREADS='no'
  1234. HAVE_RT_PREEMPT_THREADS='no'
  1235. HAVE_WORKING_BLT='yes'
  1236. HAVE_XAW='yes'
  1237. HAVE_XENOMAI_KERNEL_THREADS='no'
  1238. HAVE_XENOMAI_THREADS='yes'
  1239. HIDRAW_H_USABLE='yes'
  1240. INCLUDEPY='/usr/include/python2.7'
  1241. INSMOD='/home/linuxcnc/linuxcnc/bin/linuxcnc_module_helper insert'
  1242. INSTALL='/usr/bin/install'
  1243. IPCS='/usr/bin/ipcs'
  1244. KILL='/bin/kill'
  1245. LANGUAGES=''
  1246. LDFLAGS=''
  1247. LIBMODBUS_CFLAGS='-I/usr/include/modbus '
  1248. LIBMODBUS_LIBS='-lmodbus '
  1249. LIBOBJS=''
  1250. LIBPYTHON='python2.7'
  1251. LIBS='-lGL -lXinerama '
  1252. LIBUDEV_CFLAGS=' '
  1253. LIBUDEV_LIBS='-ludev '
  1254. LINUXCNC_CONFIG_PATH='~/linuxcnc/configs:/home/linuxcnc/linuxcnc/configs'
  1255. LOCALEDIR='/usr/share/locale'
  1256. LSMOD='/bin/lsmod'
  1257. LTLIBOBJS=''
  1258. MANDB='/usr/bin/mandb'
  1259. MSGFMT='/usr/bin/msgfmt'
  1260. NCURSES_LIBS='-lncurses'
  1261. OBJEXT='o'
  1262. PACKAGE='linuxcnc'
  1263. PACKAGE_BUGREPORT='[email protected]'
  1264. PACKAGE_NAME='LinuxCNC'
  1265. PACKAGE_STRING='LinuxCNC 2.6.0~pre joints_axes'
  1266. PACKAGE_TARNAME='linuxcnc'
  1267. PACKAGE_URL=''
  1268. PACKAGE_VERSION='2.6.0~pre joints_axes'
  1269. PATH_SEPARATOR=':'
  1270. PDFLATEX=''
  1271. PIDOF='/bin/pidof'
  1272. POSIX_THREADS_BUILD_SYS='user-dso'
  1273. POSIX_THREADS_EXTRA_KMODS=''
  1274. POSIX_THREADS_FLAVOR_ID='0'
  1275. POSIX_THREADS_LDFLAGS='-lpthread -lrt'
  1276. POSIX_THREADS_RTDIR=''
  1277. POSIX_THREADS_RTFLAGS=' -pthread'
  1278. POSIX_THREADS_RTS=''
  1279. POSIX_THREADS_SOURCE='rt-preempt'
  1280. PRECISE_MULTILIB_BUG=''
  1281. PRELOAD_WORKAROUND=''
  1282. PS='/bin/ps'
  1283. PYTHON='/usr/bin/python'
  1284. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  1285. PYTHON_LIBS='-lpthread -ldl -lutil'
  1286. RANLIB='ranlib'
  1287. READLINE_LIBS='-lreadline'
  1288. REALTIME='/home/linuxcnc/linuxcnc/scripts/realtime'
  1289. RMMOD='/home/linuxcnc/linuxcnc/bin/linuxcnc_module_helper remove'
  1290. RTAI_KERNEL_THREADS_BUILD_SYS='kbuild'
  1291. RTAI_KERNEL_THREADS_EXTRA_KMODS='rtai_hal rtai_sched rtai_math'
  1292. RTAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
  1293. RTAI_KERNEL_THREADS_FLAVOR_ID='4'
  1294. RTAI_KERNEL_THREADS_KERNEL_DIRS=''
  1295. RTAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS=''
  1296. RTAI_KERNEL_THREADS_LDFLAGS=''
  1297. RTAI_KERNEL_THREADS_RTDIR=''
  1298. RTAI_KERNEL_THREADS_RTFLAGS=''
  1299. RTAI_KERNEL_THREADS_RTS=''
  1300. RTAI_KERNEL_THREADS_SOURCE='rtai-kernel'
  1301. RTDIR=''
  1302. RT_PREEMPT_THREADS_BUILD_SYS='user-dso'
  1303. RT_PREEMPT_THREADS_EXTRA_KMODS=''
  1304. RT_PREEMPT_THREADS_FLAVOR_ID='1'
  1305. RT_PREEMPT_THREADS_LDFLAGS=''
  1306. RT_PREEMPT_THREADS_RTDIR=''
  1307. RT_PREEMPT_THREADS_RTFLAGS=''
  1308. RT_PREEMPT_THREADS_RTS=''
  1309. RT_PREEMPT_THREADS_SOURCE='rt-preempt'
  1310. RUN_IN_PLACE='yes'
  1311. SED='/bin/sed'
  1312. SET_MAKE=''
  1313. SHELL='/bin/bash'
  1314. SHMDRV_KERNEL_DIRS=''
  1315. SITEPY='/usr/lib/python2.7/dist-packages'
  1316. SOURCE_HIGHLIGHT=''
  1317. TARGET_PLATFORM='beaglebone'
  1318. TCLSH='/usr/bin/tclsh8.5'
  1319. TCL_CFLAGS='-I/usr/include/tcl8.5 -DUSE_TCL_STUBS'
  1320. TCL_DBGX=''
  1321. TCL_LIBS='-L/usr/lib -ltclstub8.5'
  1322. TK_CFLAGS='-I/usr/include/tcl8.5 '
  1323. TK_DBGX=''
  1324. TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lpthread -ldl -lpthread -lieee -lm -L/usr/lib -ltk8.5'
  1325. USERMODE_PCI='no'
  1326. USE_NLS='yes'
  1327. USE_PORTABLE_PARPORT_IO='no'
  1328. USE_SHMDRV='no'
  1329. WHOAMI='/usr/bin/whoami'
  1330. WISH='/usr/bin/wish8.5'
  1331. XAW_LIBS=' -lSM -lICE -lX11 -lXaw -lXt'
  1332. XENOMAI_KERNEL_THREADS_BUILD_SYS='kbuild'
  1333. XENOMAI_KERNEL_THREADS_EXTRA_KMODS='xeno_math'
  1334. XENOMAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
  1335. XENOMAI_KERNEL_THREADS_FLAVOR_ID='3'
  1336. XENOMAI_KERNEL_THREADS_KERNEL_DIRS=''
  1337. XENOMAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS='-ffast-math -mhard-float'
  1338. XENOMAI_KERNEL_THREADS_LDFLAGS=' -lnative -L/usr/xenomai/lib -lxenomai -lpthread -lrt'
  1339. XENOMAI_KERNEL_THREADS_RTDIR=''
  1340. XENOMAI_KERNEL_THREADS_RTFLAGS=' -g -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -fno-stack-protector'
  1341. XENOMAI_KERNEL_THREADS_RTS=''
  1342. XENOMAI_KERNEL_THREADS_SOURCE='xenomai-kernel'
  1343. XENOMAI_THREADS_BUILD_SYS='user-dso'
  1344. XENOMAI_THREADS_EXTRA_KMODS=''
  1345. XENOMAI_THREADS_FLAVOR_ID='2'
  1346. XENOMAI_THREADS_LDFLAGS=' -lnative -L/usr/xenomai/lib -lxenomai -lpthread -lrt'
  1347. XENOMAI_THREADS_RTDIR=''
  1348. XENOMAI_THREADS_RTFLAGS=' -I/usr/xenomai/include -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -fno-stack-protector'
  1349. XENOMAI_THREADS_RTS='/usr/xenomai/bin/xeno-config --skin=native'
  1350. XENOMAI_THREADS_SOURCE='xenomai'
  1351. XGETTEXT='/usr/bin/xgettext'
  1352. XMKMF=''
  1353. XSLTPROC=''
  1354. X_CFLAGS=''
  1355. X_EXTRA_LIBS=''
  1356. X_LIBS=''
  1357. X_PRE_LIBS=' -lSM -lICE'
  1358. ac_ct_CC='gcc'
  1359. ac_ct_CXX='g++'
  1360. bindir='${exec_prefix}/bin'
  1361. build='armv7l-unknown-linux-gnueabi'
  1362. build_alias=''
  1363. build_cpu='armv7l'
  1364. build_os='linux-gnueabi'
  1365. build_vendor='unknown'
  1366. datadir='${datarootdir}'
  1367. datarootdir='${prefix}/share'
  1368. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1369. dvidir='${docdir}'
  1370. exec_prefix='${prefix}'
  1371. host='armv7l-unknown-linux-gnueabi'
  1372. host_alias=''
  1373. host_cpu='armv7l'
  1374. host_os='linux-gnueabi'
  1375. host_vendor='unknown'
  1376. htmldir='${docdir}'
  1377. includedir='${prefix}/include'
  1378. infodir='${datarootdir}/info'
  1379. libdir='${exec_prefix}/lib'
  1380. libexecdir='${exec_prefix}/libexec'
  1381. localedir='${datarootdir}/locale'
  1382. localstatedir='${prefix}/var'
  1383. mandir='${datarootdir}/man'
  1384. oldincludedir='/usr/include'
  1385. pdfdir='${docdir}'
  1386. prefix='/home/linuxcnc/linuxcnc'
  1387. program_transform_name='s,x,x,'
  1388. psdir='${docdir}'
  1389. sbindir='${exec_prefix}/sbin'
  1390. sharedstatedir='${prefix}/com'
  1391. sysconfdir='${prefix}/etc'
  1392. target_alias=''
  1393.  
  1394. ## ----------- ##
  1395. ## confdefs.h. ##
  1396. ## ----------- ##
  1397.  
  1398. /* confdefs.h */
  1399. #define PACKAGE_NAME "LinuxCNC"
  1400. #define PACKAGE_TARNAME "linuxcnc"
  1401. #define PACKAGE_VERSION "2.6.0~pre joints_axes"
  1402. #define PACKAGE_STRING "LinuxCNC 2.6.0~pre joints_axes"
  1403. #define PACKAGE_BUGREPORT "[email protected]"
  1404. #define PACKAGE_URL ""
  1405. #define HAVE_LIBUDEV 1
  1406. #define BUILD_DRIVERS /**/
  1407. #define HAVE_LIBUDEV /**/
  1408. #define TARGET_PLATFORM_BEAGLEBONE /**/
  1409. #define HAVE_POSIX_THREADS /**/
  1410. #define HAVE_XENOMAI_THREADS /**/
  1411. #define HIDRAW_H_USABLE /**/
  1412. #define HAVE_LIBMODBUS3 yes
  1413. #define EMC2_DEFAULT_NMLFILE "/home/linuxcnc/linuxcnc/configs/common/linuxcnc.nml"
  1414. #define EMC2_DEFAULT_TOOLTABLE "/home/linuxcnc/linuxcnc/configs/sim/sim.tbl"
  1415. #define EMC2_HOME "/home/linuxcnc/linuxcnc"
  1416. #define EMC2_BIN_DIR "/home/linuxcnc/linuxcnc/bin"
  1417. #define EMC2_PO_DIR "/home/linuxcnc/linuxcnc/share/locale"
  1418. #define EMC2_NCFILES_DIR "/home/linuxcnc/linuxcnc/nc_files"
  1419. #define EMC2_IMAGE_DIR "/home/linuxcnc/linuxcnc"
  1420. #define PRELOAD_WORKAROUND ""
  1421. #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3-joints-axes4~b688569"
  1422. #define HAVE_CXX11 1
  1423. #define STDC_HEADERS 1
  1424. #define HAVE_SYS_WAIT_H 1
  1425. #define HAVE_SEMTIMEDOP 1
  1426. #define HAVE_CLOCK_GETRES 1
  1427. #define HAVE_SINCOS 1
  1428. #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1429. #define HAVE_LIBXINERAMA 1
  1430. #define HAVE_X11_XAW_XAWINIT_H 1
  1431. #define HAVE_LIBXAW 1
  1432. #define HAVE_READLINE_READLINE_H 1
  1433. #define HAVE_READLINE_HISTORY_H 1
  1434. #define HAVE_READLINE /**/
  1435. #define HAVE_NCURSES_H 1
  1436. #define HAVE_LIBNCURSES 1
  1437. #define HAVE_LOCALE_H 1
  1438. #define HAVE_SETLOCALE 1
  1439. #define HAVE_LIBINTL_H 1
  1440. #define HAVE_BOOST_PYTHON 1
  1441. #define HAVE_GL_GL_H 1
  1442. #define HAVE_GL_GLU_H 1
  1443. #define HAVE_LIBGL 1
  1444. #define HAVE_X11_XMU_XMU_H 1
  1445.  
  1446. configure: exit 0
  1447.  
  1448. ## ---------------------- ##
  1449. ## Running config.status. ##
  1450. ## ---------------------- ##
  1451.  
  1452. This file was extended by LinuxCNC config.status 2.6.0~pre joints_axes, which was
  1453. generated by GNU Autoconf 2.69. Invocation command line was
  1454.  
  1455. CONFIG_FILES =
  1456. CONFIG_HEADERS =
  1457. CONFIG_LINKS =
  1458. CONFIG_COMMANDS =
  1459. $ ./config.status -q --header=config.h
  1460.  
  1461. on arm
  1462.  
  1463. config.status:1036: creating config.h
  1464. config.status:1206: config.h is unchanged
  1465.  
  1466. ## ---------------------- ##
  1467. ## Running config.status. ##
  1468. ## ---------------------- ##
  1469.  
  1470. This file was extended by LinuxCNC config.status 2.6.0~pre joints_axes, which was
  1471. generated by GNU Autoconf 2.69. Invocation command line was
  1472.  
  1473. CONFIG_FILES =
  1474. CONFIG_HEADERS =
  1475. CONFIG_LINKS =
  1476. CONFIG_COMMANDS =
  1477. $ ./config.status -q --header=config.h
  1478.  
  1479. on arm
  1480.  
  1481. config.status:1036: creating config.h
  1482. config.status:1206: config.h is unchanged
  1483.  
  1484. ## ---------------------- ##
  1485. ## Running config.status. ##
  1486. ## ---------------------- ##
  1487.  
  1488. This file was extended by LinuxCNC config.status 2.6.0~pre joints_axes, which was
  1489. generated by GNU Autoconf 2.69. Invocation command line was
  1490.  
  1491. CONFIG_FILES =
  1492. CONFIG_HEADERS =
  1493. CONFIG_LINKS =
  1494. CONFIG_COMMANDS =
  1495. $ ./config.status -q --header=config.h
  1496.  
  1497. on arm
  1498.  
  1499. config.status:1036: creating config.h
  1500. config.status:1206: config.h is unchanged
  1501.  
  1502. ## ---------------------- ##
  1503. ## Running config.status. ##
  1504. ## ---------------------- ##
  1505.  
  1506. This file was extended by LinuxCNC config.status 2.6.0~pre joints_axes, which was
  1507. generated by GNU Autoconf 2.69. Invocation command line was
  1508.  
  1509. CONFIG_FILES =
  1510. CONFIG_HEADERS =
  1511. CONFIG_LINKS =
  1512. CONFIG_COMMANDS =
  1513. $ ./config.status -q --header=config.h
  1514.  
  1515. on arm
  1516.  
  1517. config.status:1036: creating config.h
  1518. config.status:1206: config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement