Advertisement
Guest User

Untitled

a guest
Nov 10th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.98 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, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-kernel=/boot/config-3.2.21-xenomai+ --enable-build-documentation=pdf
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = cnc-1204
  14. uname -m = i686
  15. uname -r = 3.2.21-xenomai+
  16. uname -s = Linux
  17. uname -v = #5 SMP Sat Jan 5 12:57:02 UTC 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: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2483: checking build toplevel
  44. configure:2486: result: /root/linuxcnc-dev
  45. configure:2495: checking installation prefix
  46. configure:2504: result: /usr
  47. configure:2522: checking for grep
  48. configure:2540: found /bin/grep
  49. configure:2552: result: /bin/grep
  50. configure:2562: checking for egrep
  51. configure:2580: found /bin/egrep
  52. configure:2592: result: /bin/egrep
  53. configure:2602: checking for arch
  54. configure:2620: found /usr/bin/arch
  55. configure:2632: result: /usr/bin/arch
  56. configure:2696: checking for gcc
  57. configure:2712: found /usr/bin/gcc
  58. configure:2723: result: gcc
  59. configure:2754: checking for C compiler version
  60. configure:2763: gcc --version >&5
  61. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  62. Copyright (C) 2011 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:2774: $? = 0
  67. configure:2763: gcc -v >&5
  68. Using built-in specs.
  69. COLLECT_GCC=gcc
  70. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  71. Target: i686-linux-gnu
  72. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --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 --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  73. Thread model: posix
  74. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  75. configure:2774: $? = 0
  76. configure:2763: gcc -V >&5
  77. gcc: error: unrecognized option '-V'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:2774: $? = 4
  81. configure:2763: gcc -qversion >&5
  82. gcc: error: unrecognized option '-qversion'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:2774: $? = 4
  86. configure:2794: checking whether the C compiler works
  87. configure:2816: gcc conftest.c >&5
  88. configure:2820: $? = 0
  89. configure:2868: result: yes
  90. configure:2871: checking for C compiler default output file name
  91. configure:2873: result: a.out
  92. configure:2879: checking for suffix of executables
  93. configure:2886: gcc -o conftest conftest.c >&5
  94. configure:2890: $? = 0
  95. configure:2912: result:
  96. configure:2934: checking whether we are cross compiling
  97. configure:2942: gcc -o conftest conftest.c >&5
  98. configure:2946: $? = 0
  99. configure:2953: ./conftest
  100. configure:2957: $? = 0
  101. configure:2972: result: no
  102. configure:2977: checking for suffix of object files
  103. configure:2999: gcc -c conftest.c >&5
  104. configure:3003: $? = 0
  105. configure:3024: result: o
  106. configure:3028: checking whether we are using the GNU C compiler
  107. configure:3047: gcc -c conftest.c >&5
  108. configure:3047: $? = 0
  109. configure:3056: result: yes
  110. configure:3065: checking whether gcc accepts -g
  111. configure:3085: gcc -c -g conftest.c >&5
  112. configure:3085: $? = 0
  113. configure:3126: result: yes
  114. configure:3143: checking for gcc option to accept ISO C89
  115. configure:3207: gcc -c -g -O2 conftest.c >&5
  116. configure:3207: $? = 0
  117. configure:3220: result: none needed
  118. configure:3245: checking how to run the C preprocessor
  119. configure:3276: gcc -E conftest.c
  120. configure:3276: $? = 0
  121. configure:3290: gcc -E conftest.c
  122. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  123. compilation terminated.
  124. configure:3290: $? = 1
  125. configure: failed program was:
  126. | /* confdefs.h */
  127. | #define PACKAGE_NAME "LinuxCNC"
  128. | #define PACKAGE_TARNAME "linuxcnc"
  129. | #define PACKAGE_VERSION "2.6.0~pre"
  130. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  131. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  132. | #define PACKAGE_URL ""
  133. | /* end confdefs.h. */
  134. | #include <ac_nonexistent.h>
  135. configure:3315: result: gcc -E
  136. configure:3335: gcc -E conftest.c
  137. configure:3335: $? = 0
  138. configure:3349: gcc -E conftest.c
  139. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  140. compilation terminated.
  141. configure:3349: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h */
  144. | #define PACKAGE_NAME "LinuxCNC"
  145. | #define PACKAGE_TARNAME "linuxcnc"
  146. | #define PACKAGE_VERSION "2.6.0~pre"
  147. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  148. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  149. | #define PACKAGE_URL ""
  150. | /* end confdefs.h. */
  151. | #include <ac_nonexistent.h>
  152. configure:3413: checking build system type
  153. configure:3427: result: i686-pc-linux-gnu
  154. configure:3447: checking host system type
  155. configure:3460: result: i686-pc-linux-gnu
  156. configure:3767: checking platform
  157. configure:3797: result: using default platform: PC
  158. configure:3803: checking whether to build programming examples
  159. configure:3814: result: not building example programs
  160. configure:3821: checking whether to use the common shared memory driver
  161. configure:3845: result: default is no
  162. configure:3851: checking whether to use inb/outb or ppdev ioctl on the x86 for parport I/O
  163. configure:3875: result: using defaults: no
  164. configure:3881: checking whether to build the emcweb interface
  165. configure:3892: result: not building the emcweb interface
  166. configure:3913: checking for configured kernel source in /usr/src/linux-headers-3.2.21-xenomai+
  167. configure:3919: result: found
  168. configure:3977: checking if /usr/src/linux-headers-3.2.21-xenomai+ is a xenomai kernel
  169. configure:3981: result: yes
  170. configure:4003: checking if /usr/src/linux-headers-3.2.21-xenomai+ is an RTAI kernel
  171. configure:4011: result: no
  172. configure:3913: checking for configured kernel source in /usr/src/linux-headers-3.8.0-29
  173. configure:3923: result: not found
  174. configure:3913: checking for configured kernel source in /usr/src/linux-headers-3.8.0-29-generic
  175. configure:3919: result: found
  176. configure:3977: checking if /usr/src/linux-headers-3.8.0-29-generic is a xenomai kernel
  177. configure:3985: result: no
  178. configure:4003: checking if /usr/src/linux-headers-3.8.0-29-generic is an RTAI kernel
  179. configure:4011: result: no
  180. configure:4279: checking -lrt for RT_PREEMPT and POSIX
  181. configure:4301: gcc -o conftest -g -O2 conftest.c -lrt >&5
  182. configure:4301: $? = 0
  183. configure:4304: result: ok
  184. configure:4318: checking whether to build POSIX threads
  185. configure:4322: result: yes
  186. configure:4330: checking whether to build RT_PREEMPT threads
  187. configure:4334: result: yes
  188. configure:4358: checking for xeno-config
  189. configure:4377: found /usr/bin/xeno-config
  190. configure:4389: result: /usr/bin/xeno-config
  191. configure:4407: checking usability of xenomai utility, /usr/bin/xeno-config
  192. configure:4413: result: yes
  193. configure:4441: checking Xenomai runtime library
  194. configure:4467: gcc -o conftest -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c -lnative -L/usr/lib -lxenomai -lpthread -lrt >&5
  195. configure:4467: $? = 0
  196. configure:4468: result: works
  197. configure:4504: checking whether to build Xenomai userland threads
  198. configure:4510: result: yes
  199. configure:4513: checking whether to build Xenomai kernel threads
  200. configure:4522: result: yes
  201. configure:4532: checking for the precise multilib bug
  202. configure:4545: gcc -c -nostdinc -I/usr/include conftest.c >&5
  203. In file included from /usr/include/math.h:28:0,
  204. from conftest.c:9:
  205. /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory
  206. compilation terminated.
  207. configure:4545: $? = 1
  208. configure: failed program was:
  209. | /* confdefs.h */
  210. | #define PACKAGE_NAME "LinuxCNC"
  211. | #define PACKAGE_TARNAME "linuxcnc"
  212. | #define PACKAGE_VERSION "2.6.0~pre"
  213. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  214. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  215. | #define PACKAGE_URL ""
  216. | /* end confdefs.h. */
  217. | #include "math.h"
  218. | int
  219. | main ()
  220. | {
  221. |
  222. | ;
  223. | return 0;
  224. | }
  225. configure:4567: gcc -c -nostdinc -I/usr/include conftest.c >&5
  226. configure:4567: $? = 0
  227. configure:4570: result: found
  228. configure:4607: checking for rtai-config
  229. configure:4640: result: no
  230. configure:4698: checking whether to build RTAI threads
  231. configure:4708: result: no
  232. configure:4719: checking whether to build hardware drivers
  233. configure:4731: result: yes
  234. configure:4734: checking whether to build usermode PCI hardware drivers
  235. configure:4752: result: yes
  236. configure:4759: checking for libudev
  237. configure:4763: result: found version 0.26
  238. configure:4769: checking for udev_new in -ludev
  239. configure:4794: gcc -o conftest -g -O2 conftest.c -ludev -ludev -lrt >&5
  240. configure:4794: $? = 0
  241. configure:4803: result: yes
  242. configure:5072: checking for usability of rdtscll from asm/msr.h
  243. configure:5089: gcc -o conftest -g -O2 conftest.c >&5
  244. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  245. conftest.c:8:0: note: this is the location of the previous definition
  246. /tmp/ccPMHjtW.o: In function `use_rdtscll':
  247. /root/linuxcnc-dev/src/conftest.c:21: undefined reference to `rdtscll'
  248. collect2: ld returned 1 exit status
  249. configure:5089: $? = 1
  250. configure: failed program was:
  251. | /* confdefs.h */
  252. | #define PACKAGE_NAME "LinuxCNC"
  253. | #define PACKAGE_TARNAME "linuxcnc"
  254. | #define PACKAGE_VERSION "2.6.0~pre"
  255. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  256. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  257. | #define PACKAGE_URL ""
  258. | #define HAVE_LIBUDEV 1
  259. | #define BUILD_DRIVERS /**/
  260. | #define USERMODE_PCI /**/
  261. | #define HAVE_LIBUDEV /**/
  262. | #define TARGET_PLATFORM_PC /**/
  263. | #define HAVE_POSIX_THREADS /**/
  264. | #define HAVE_RT_PREEMPT_THREADS /**/
  265. | #define HAVE_XENOMAI_THREADS /**/
  266. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  267. | /* end confdefs.h. */
  268. |
  269. | #include <asm/msr.h>
  270. | #include <stdio.h>
  271. | void use_rdtscll(void) { long long tsc; rdtscll(tsc); }
  272. |
  273. | int
  274. | main ()
  275. | {
  276. |
  277. | ;
  278. | return 0;
  279. | }
  280. configure:5101: result: no
  281. configure:5104: checking for usability of linux/hidraw.h
  282. configure:5121: gcc -o conftest -g -O2 conftest.c >&5
  283. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  284. conftest.c:8:0: note: this is the location of the previous definition
  285. configure:5121: $? = 0
  286. configure:5133: result: yes
  287. configure:5154: checking for libmodbus3
  288. configure:5158: result: yes - version 3.0.1
  289. configure:5321: checking for glib
  290. configure:5325: result: yes - 2.32.4
  291. configure:5350: checking for GTK 2.4.0 or above
  292. configure:5354: result: yes - 2.24.10
  293. configure:5358: checking for libgnomeprintui-2.2
  294. configure:5361: result: yes
  295. configure:5451: checking for g++
  296. configure:5467: found /usr/bin/g++
  297. configure:5478: result: g++
  298. configure:5505: checking for C++ compiler version
  299. configure:5514: g++ --version >&5
  300. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  301. Copyright (C) 2011 Free Software Foundation, Inc.
  302. This is free software; see the source for copying conditions. There is NO
  303. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  304.  
  305. configure:5525: $? = 0
  306. configure:5514: g++ -v >&5
  307. Using built-in specs.
  308. COLLECT_GCC=g++
  309. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  310. Target: i686-linux-gnu
  311. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --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 --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  312. Thread model: posix
  313. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  314. configure:5525: $? = 0
  315. configure:5514: g++ -V >&5
  316. g++: error: unrecognized option '-V'
  317. g++: fatal error: no input files
  318. compilation terminated.
  319. configure:5525: $? = 4
  320. configure:5514: g++ -qversion >&5
  321. g++: error: unrecognized option '-qversion'
  322. g++: fatal error: no input files
  323. compilation terminated.
  324. configure:5525: $? = 4
  325. configure:5529: checking whether we are using the GNU C++ compiler
  326. configure:5548: g++ -c conftest.cpp >&5
  327. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  328. conftest.cpp:8:0: note: this is the location of the previous definition
  329. configure:5548: $? = 0
  330. configure:5557: result: yes
  331. configure:5566: checking whether g++ accepts -g
  332. configure:5586: g++ -c -g conftest.cpp >&5
  333. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  334. conftest.cpp:8:0: note: this is the location of the previous definition
  335. configure:5586: $? = 0
  336. configure: failed program was:
  337. | /* confdefs.h */
  338. | #define PACKAGE_NAME "LinuxCNC"
  339. | #define PACKAGE_TARNAME "linuxcnc"
  340. | #define PACKAGE_VERSION "2.6.0~pre"
  341. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  342. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  343. | #define PACKAGE_URL ""
  344. | #define HAVE_LIBUDEV 1
  345. | #define BUILD_DRIVERS /**/
  346. | #define USERMODE_PCI /**/
  347. | #define HAVE_LIBUDEV /**/
  348. | #define TARGET_PLATFORM_PC /**/
  349. | #define HAVE_POSIX_THREADS /**/
  350. | #define HAVE_RT_PREEMPT_THREADS /**/
  351. | #define HAVE_XENOMAI_THREADS /**/
  352. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  353. | #define HIDRAW_H_USABLE /**/
  354. | #define HAVE_LIBMODBUS3 yes
  355. | #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  356. | #define EMC2_DEFAULT_TOOLTABLE ""
  357. | #define EMC2_HOME "/usr"
  358. | #define EMC2_BIN_DIR "/usr/bin"
  359. | #define EMC2_PO_DIR "/usr/share/locale"
  360. | #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  361. | #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  362. | #define PRELOAD_WORKAROUND ""
  363. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  364. | /* end confdefs.h. */
  365. |
  366. | int
  367. | main ()
  368. | {
  369. |
  370. | ;
  371. | return 0;
  372. | }
  373. configure:5601: g++ -c conftest.cpp >&5
  374. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  375. conftest.cpp:8:0: note: this is the location of the previous definition
  376. configure:5601: $? = 0
  377. configure: failed program was:
  378. | /* confdefs.h */
  379. | #define PACKAGE_NAME "LinuxCNC"
  380. | #define PACKAGE_TARNAME "linuxcnc"
  381. | #define PACKAGE_VERSION "2.6.0~pre"
  382. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  383. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  384. | #define PACKAGE_URL ""
  385. | #define HAVE_LIBUDEV 1
  386. | #define BUILD_DRIVERS /**/
  387. | #define USERMODE_PCI /**/
  388. | #define HAVE_LIBUDEV /**/
  389. | #define TARGET_PLATFORM_PC /**/
  390. | #define HAVE_POSIX_THREADS /**/
  391. | #define HAVE_RT_PREEMPT_THREADS /**/
  392. | #define HAVE_XENOMAI_THREADS /**/
  393. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  394. | #define HIDRAW_H_USABLE /**/
  395. | #define HAVE_LIBMODBUS3 yes
  396. | #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  397. | #define EMC2_DEFAULT_TOOLTABLE ""
  398. | #define EMC2_HOME "/usr"
  399. | #define EMC2_BIN_DIR "/usr/bin"
  400. | #define EMC2_PO_DIR "/usr/share/locale"
  401. | #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  402. | #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  403. | #define PRELOAD_WORKAROUND ""
  404. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  405. | /* end confdefs.h. */
  406. |
  407. | int
  408. | main ()
  409. | {
  410. |
  411. | ;
  412. | return 0;
  413. | }
  414. configure:5617: g++ -c -g conftest.cpp >&5
  415. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  416. conftest.cpp:8:0: note: this is the location of the previous definition
  417. configure:5617: $? = 0
  418. configure:5627: result: yes
  419. configure:5701: checking whether g++ supports C++11 features by default
  420. configure:5727: g++ -c -g -O2 conftest.cpp >&5
  421. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  422. conftest.cpp:8:0: note: this is the location of the previous definition
  423. conftest.cpp:33:21: error: expected identifier before 'sizeof'
  424. conftest.cpp:33:21: error: expected ',' or '...' before 'sizeof'
  425. conftest.cpp:33:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
  426. conftest.cpp:36:29: error: '>>' should be '> >' within a nested template argument list
  427. conftest.cpp:39:13: error: expected constructor, destructor, or type conversion before '(' token
  428. conftest.cpp:43:15: error: expected unqualified-id before '&&' token
  429. conftest.cpp:45:10: error: 'd' does not name a type
  430. configure:5727: $? = 1
  431. configure: failed program was:
  432. | /* confdefs.h */
  433. | #define PACKAGE_NAME "LinuxCNC"
  434. | #define PACKAGE_TARNAME "linuxcnc"
  435. | #define PACKAGE_VERSION "2.6.0~pre"
  436. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  437. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  438. | #define PACKAGE_URL ""
  439. | #define HAVE_LIBUDEV 1
  440. | #define BUILD_DRIVERS /**/
  441. | #define USERMODE_PCI /**/
  442. | #define HAVE_LIBUDEV /**/
  443. | #define TARGET_PLATFORM_PC /**/
  444. | #define HAVE_POSIX_THREADS /**/
  445. | #define HAVE_RT_PREEMPT_THREADS /**/
  446. | #define HAVE_XENOMAI_THREADS /**/
  447. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  448. | #define HIDRAW_H_USABLE /**/
  449. | #define HAVE_LIBMODBUS3 yes
  450. | #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  451. | #define EMC2_DEFAULT_TOOLTABLE ""
  452. | #define EMC2_HOME "/usr"
  453. | #define EMC2_BIN_DIR "/usr/bin"
  454. | #define EMC2_PO_DIR "/usr/share/locale"
  455. | #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  456. | #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  457. | #define PRELOAD_WORKAROUND ""
  458. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  459. | /* end confdefs.h. */
  460. |
  461. | template <typename T>
  462. | struct check
  463. | {
  464. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  465. | };
  466. |
  467. | typedef check<check<bool>> right_angle_brackets;
  468. |
  469. | int a;
  470. | decltype(a) b;
  471. |
  472. | typedef check<int> check_type;
  473. | check_type c;
  474. | check_type&& cr = static_cast<check_type&&>(c);
  475. |
  476. | auto d = a;
  477. |
  478. configure:5734: result: no
  479. configure:5745: checking whether g++ supports C++11 features with -std=c++11
  480. configure:5773: g++ -c -g -O2 -std=c++11 conftest.cpp >&5
  481. cc1plus: error: unrecognized command line option '-std=c++11'
  482. configure:5773: $? = 1
  483. configure: failed program was:
  484. | /* confdefs.h */
  485. | #define PACKAGE_NAME "LinuxCNC"
  486. | #define PACKAGE_TARNAME "linuxcnc"
  487. | #define PACKAGE_VERSION "2.6.0~pre"
  488. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  489. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  490. | #define PACKAGE_URL ""
  491. | #define HAVE_LIBUDEV 1
  492. | #define BUILD_DRIVERS /**/
  493. | #define USERMODE_PCI /**/
  494. | #define HAVE_LIBUDEV /**/
  495. | #define TARGET_PLATFORM_PC /**/
  496. | #define HAVE_POSIX_THREADS /**/
  497. | #define HAVE_RT_PREEMPT_THREADS /**/
  498. | #define HAVE_XENOMAI_THREADS /**/
  499. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  500. | #define HIDRAW_H_USABLE /**/
  501. | #define HAVE_LIBMODBUS3 yes
  502. | #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  503. | #define EMC2_DEFAULT_TOOLTABLE ""
  504. | #define EMC2_HOME "/usr"
  505. | #define EMC2_BIN_DIR "/usr/bin"
  506. | #define EMC2_PO_DIR "/usr/share/locale"
  507. | #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  508. | #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  509. | #define PRELOAD_WORKAROUND ""
  510. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  511. | /* end confdefs.h. */
  512. |
  513. | template <typename T>
  514. | struct check
  515. | {
  516. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  517. | };
  518. |
  519. | typedef check<check<bool>> right_angle_brackets;
  520. |
  521. | int a;
  522. | decltype(a) b;
  523. |
  524. | typedef check<int> check_type;
  525. | check_type c;
  526. | check_type&& cr = static_cast<check_type&&>(c);
  527. |
  528. | auto d = a;
  529. |
  530. configure:5782: result: no
  531. configure:5745: checking whether g++ supports C++11 features with -std=c++0x
  532. configure:5773: g++ -c -g -O2 -std=c++0x conftest.cpp >&5
  533. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  534. conftest.cpp:8:0: note: this is the location of the previous definition
  535. configure:5773: $? = 0
  536. configure:5782: result: yes
  537. configure:5817: checking whether make sets $(MAKE)
  538. configure:5839: result: yes
  539. configure:5891: checking for ranlib
  540. configure:5907: found /usr/bin/ranlib
  541. configure:5918: result: ranlib
  542. configure:5942: checking for ar
  543. configure:5960: found /usr/bin/ar
  544. configure:5972: result: /usr/bin/ar
  545. configure:5982: checking for install
  546. configure:6000: found /usr/bin/install
  547. configure:6012: result: /usr/bin/install
  548. configure:6022: checking for sed
  549. configure:6040: found /bin/sed
  550. configure:6052: result: /bin/sed
  551. configure:6062: checking for ps
  552. configure:6080: found /bin/ps
  553. configure:6092: result: /bin/ps
  554. configure:6102: checking for kill
  555. configure:6120: found /bin/kill
  556. configure:6132: result: /bin/kill
  557. configure:6142: checking for whoami
  558. configure:6160: found /usr/bin/whoami
  559. configure:6172: result: /usr/bin/whoami
  560. configure:6182: checking for awk
  561. configure:6200: found /usr/bin/awk
  562. configure:6212: result: /usr/bin/awk
  563. configure:6222: checking for insmod
  564. configure:6240: found /sbin/insmod
  565. configure:6253: result: /sbin/insmod
  566. configure:6263: checking for rmmod
  567. configure:6281: found /sbin/rmmod
  568. configure:6294: result: /sbin/rmmod
  569. configure:6304: checking for lsmod
  570. configure:6322: found /sbin/lsmod
  571. configure:6335: result: /sbin/lsmod
  572. configure:6345: checking for pidof
  573. configure:6363: found /bin/pidof
  574. configure:6376: result: /bin/pidof
  575. configure:6386: checking for ipcs
  576. configure:6404: found /usr/bin/ipcs
  577. configure:6417: result: /usr/bin/ipcs
  578. configure:6427: checking for fuser
  579. configure:6445: found /bin/fuser
  580. configure:6458: result: /bin/fuser
  581. configure:6468: checking for mandb
  582. configure:6486: found /usr/bin/mandb
  583. configure:6499: result: /usr/bin/mandb
  584. configure:6573: checking for python
  585. configure:6591: found /usr/bin/python
  586. configure:6604: result: /usr/bin/python
  587. configure:6617: checking whether to build documentation
  588. configure:6641: result: PDF requested
  589. configure:6668: checking for asciidoc
  590. configure:6686: found /usr/bin/asciidoc
  591. configure:6699: result: /usr/bin/asciidoc
  592. configure:6713: checking for a2x
  593. configure:6731: found /usr/bin/a2x
  594. configure:6744: result: /usr/bin/a2x
  595. configure:6756: checking asciidoc version
  596. configure:6768: result: 8.6.6
  597. configure:6771: checking whether to specify latex.encoding
  598. configure:6785: result: yes
  599. configure:6797: checking for dblatex
  600. configure:6815: found /usr/bin/dblatex
  601. configure:6828: result: /usr/bin/dblatex
  602. configure:6840: checking dblatex version
  603. configure:6849: result: 0.3.2-2
  604. configure:6855: checking for source-highlight
  605. configure:6873: found /usr/bin/source-highlight
  606. configure:6886: result: /usr/bin/source-highlight
  607. configure:6901: checking for convert
  608. configure:6919: found /usr/bin/convert
  609. configure:6932: result: /usr/bin/convert
  610. configure:6946: checking for gs
  611. configure:6964: found /usr/bin/gs
  612. configure:6977: result: /usr/bin/gs
  613. configure:6994: checking for dblatex
  614. configure:7025: result: /usr/bin/dblatex
  615. configure:7039: checking for pdflatex
  616. configure:7057: found /usr/bin/pdflatex
  617. configure:7070: result: /usr/bin/pdflatex
  618. configure:7206: checking for grep that handles long lines and -e
  619. configure:7264: result: /bin/grep
  620. configure:7269: checking for egrep
  621. configure:7331: result: /bin/egrep
  622. configure:7336: checking for ANSI C header files
  623. configure:7356: gcc -c -g -O2 conftest.c >&5
  624. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  625. conftest.c:8:0: note: this is the location of the previous definition
  626. configure:7356: $? = 0
  627. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  628. conftest.c:8:0: note: this is the location of the previous definition
  629. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  630. conftest.c:8:0: note: this is the location of the previous definition
  631. configure:7429: gcc -o conftest -g -O2 conftest.c >&5
  632. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  633. conftest.c:8:0: note: this is the location of the previous definition
  634. configure:7429: $? = 0
  635. configure:7429: ./conftest
  636. configure:7429: $? = 0
  637. configure:7440: result: yes
  638. configure:7448: checking for sys/wait.h that is POSIX.1 compatible
  639. configure:7474: gcc -c -g -O2 conftest.c >&5
  640. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  641. conftest.c:8:0: note: this is the location of the previous definition
  642. configure:7474: $? = 0
  643. configure:7481: result: yes
  644. configure:7491: checking for semtimedop
  645. configure:7491: gcc -o conftest -g -O2 conftest.c >&5
  646. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  647. conftest.c:8:0: note: this is the location of the previous definition
  648. configure:7491: $? = 0
  649. configure:7491: result: yes
  650. configure:7505: checking for clock_getres
  651. configure:7505: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
  652. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  653. conftest.c:8:0: note: this is the location of the previous definition
  654. configure:7505: $? = 0
  655. configure:7505: result: yes
  656. configure:7516: checking for sincos function
  657. configure:7530: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
  658. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  659. conftest.c:8:0: note: this is the location of the previous definition
  660. conftest.c: In function 'main':
  661. conftest.c:38:1: warning: incompatible implicit declaration of built-in function 'sincos' [enabled by default]
  662. configure:7530: $? = 0
  663. configure:7540: result: yes
  664. configure:7545: checking for __sincos
  665. configure:7545: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
  666. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  667. conftest.c:8:0: note: this is the location of the previous definition
  668. /tmp/cct6X9XW.o: In function `main':
  669. /root/linuxcnc-dev/src/conftest.c:69: undefined reference to `__sincos'
  670. collect2: ld returned 1 exit status
  671. configure:7545: $? = 1
  672. configure: failed program was:
  673. | /* confdefs.h */
  674. | #define PACKAGE_NAME "LinuxCNC"
  675. | #define PACKAGE_TARNAME "linuxcnc"
  676. | #define PACKAGE_VERSION "2.6.0~pre"
  677. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  678. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  679. | #define PACKAGE_URL ""
  680. | #define HAVE_LIBUDEV 1
  681. | #define BUILD_DRIVERS /**/
  682. | #define USERMODE_PCI /**/
  683. | #define HAVE_LIBUDEV /**/
  684. | #define TARGET_PLATFORM_PC /**/
  685. | #define HAVE_POSIX_THREADS /**/
  686. | #define HAVE_RT_PREEMPT_THREADS /**/
  687. | #define HAVE_XENOMAI_THREADS /**/
  688. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  689. | #define HIDRAW_H_USABLE /**/
  690. | #define HAVE_LIBMODBUS3 yes
  691. | #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  692. | #define EMC2_DEFAULT_TOOLTABLE ""
  693. | #define EMC2_HOME "/usr"
  694. | #define EMC2_BIN_DIR "/usr/bin"
  695. | #define EMC2_PO_DIR "/usr/share/locale"
  696. | #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  697. | #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  698. | #define PRELOAD_WORKAROUND ""
  699. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  700. | #define HAVE_CXX11 1
  701. | #define STDC_HEADERS 1
  702. | #define HAVE_SYS_WAIT_H 1
  703. | #define HAVE_SEMTIMEDOP 1
  704. | #define HAVE_CLOCK_GETRES 1
  705. | #define HAVE_SINCOS 1
  706. | /* end confdefs.h. */
  707. | /* Define __sincos to an innocuous variant, in case <limits.h> declares __sincos.
  708. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  709. | #define __sincos innocuous___sincos
  710. |
  711. | /* System header to define __stub macros and hopefully few prototypes,
  712. | which can conflict with char __sincos (); below.
  713. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  714. | <limits.h> exists even on freestanding compilers. */
  715. |
  716. | #ifdef __STDC__
  717. | # include <limits.h>
  718. | #else
  719. | # include <assert.h>
  720. | #endif
  721. |
  722. | #undef __sincos
  723. |
  724. | /* Override any GCC internal prototype to avoid an error.
  725. | Use char because int might match the return type of a GCC
  726. | builtin and then its argument prototype would still apply. */
  727. | #ifdef __cplusplus
  728. | extern "C"
  729. | #endif
  730. | char __sincos ();
  731. | /* The GNU C library defines this for functions which it implements
  732. | to always fail with ENOSYS. Some functions are actually named
  733. | something starting with __ and the normal name is an alias. */
  734. | #if defined __stub___sincos || defined __stub_____sincos
  735. | choke me
  736. | #endif
  737. |
  738. | int
  739. | main ()
  740. | {
  741. | return __sincos ();
  742. | ;
  743. | return 0;
  744. | }
  745. configure:7545: result: no
  746. configure:7564: Building rtapi.ini generator script
  747. configure:7636: checking for tcl
  748. configure:7757: result: /usr/lib/tcl8.5/tclConfig.sh found
  749. configure:7764: checking for tk
  750. configure:7873: result: /usr/lib/tk8.5/tkConfig.sh found
  751. configure:7902: checking for BWidget using /usr/bin/tclsh8.5
  752. configure:7905: result: found
  753. configure:7912: checking for BLT using tclsh8.5
  754. configure:7915: result: found
  755. configure:7943: checking for X
  756. configure:8051: gcc -E conftest.c
  757. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  758. conftest.c:8:0: note: this is the location of the previous definition
  759. configure:8051: $? = 0
  760. configure:8082: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  761. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  762. conftest.c:8:0: note: this is the location of the previous definition
  763. configure:8082: $? = 0
  764. configure:8132: result: libraries , headers
  765. configure:8231: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  766. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  767. conftest.c:8:0: note: this is the location of the previous definition
  768. configure:8231: $? = 0
  769. configure:8329: checking for gethostbyname
  770. configure:8329: gcc -o conftest -g -O2 conftest.c >&5
  771. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  772. conftest.c:8:0: note: this is the location of the previous definition
  773. configure:8329: $? = 0
  774. configure:8329: result: yes
  775. configure:8426: checking for connect
  776. configure:8426: gcc -o conftest -g -O2 conftest.c >&5
  777. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  778. conftest.c:8:0: note: this is the location of the previous definition
  779. configure:8426: $? = 0
  780. configure:8426: result: yes
  781. configure:8475: checking for remove
  782. configure:8475: gcc -o conftest -g -O2 conftest.c >&5
  783. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  784. conftest.c:8:0: note: this is the location of the previous definition
  785. configure:8475: $? = 0
  786. configure:8475: result: yes
  787. configure:8524: checking for shmat
  788. configure:8524: gcc -o conftest -g -O2 conftest.c >&5
  789. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  790. conftest.c:8:0: note: this is the location of the previous definition
  791. configure:8524: $? = 0
  792. configure:8524: result: yes
  793. configure:8582: checking for IceConnectionNumber in -lICE
  794. configure:8607: gcc -o conftest -g -O2 conftest.c -lICE >&5
  795. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  796. conftest.c:8:0: note: this is the location of the previous definition
  797. configure:8607: $? = 0
  798. configure:8616: result: yes
  799. configure:8634: checking X11/extensions/Xinerama.h usability
  800. configure:8634: gcc -c -g -O2 conftest.c >&5
  801. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  802. conftest.c:8:0: note: this is the location of the previous definition
  803. configure:8634: $? = 0
  804. configure:8634: result: yes
  805. configure:8634: checking X11/extensions/Xinerama.h presence
  806. configure:8634: gcc -E conftest.c
  807. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  808. conftest.c:8:0: note: this is the location of the previous definition
  809. configure:8634: $? = 0
  810. configure:8634: result: yes
  811. configure:8634: checking for X11/extensions/Xinerama.h
  812. configure:8634: result: yes
  813. configure:8647: checking for XineramaQueryExtension in -lXinerama
  814. configure:8672: gcc -o conftest -g -O2 conftest.c -lXinerama >&5
  815. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  816. conftest.c:8:0: note: this is the location of the previous definition
  817. configure:8672: $? = 0
  818. configure:8681: result: yes
  819. configure:8709: checking for X11/Xaw/XawInit.h
  820. configure:8709: gcc -c -g -O2 conftest.c >&5
  821. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  822. conftest.c:8:0: note: this is the location of the previous definition
  823. configure:8709: $? = 0
  824. configure:8709: result: yes
  825. configure:8724: checking for XawDialogGetValueString in -lXaw
  826. configure:8749: gcc -o conftest -g -O2 conftest.c -lXaw -lXinerama -lSM -lICE >&5
  827. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  828. conftest.c:8:0: note: this is the location of the previous definition
  829. configure:8749: $? = 0
  830. configure:8758: result: yes
  831. configure:8791: checking readline/readline.h usability
  832. configure:8791: gcc -c -g -O2 conftest.c >&5
  833. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  834. conftest.c:8:0: note: this is the location of the previous definition
  835. configure:8791: $? = 0
  836. configure:8791: result: yes
  837. configure:8791: checking readline/readline.h presence
  838. configure:8791: gcc -E conftest.c
  839. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  840. conftest.c:8:0: note: this is the location of the previous definition
  841. configure:8791: $? = 0
  842. configure:8791: result: yes
  843. configure:8791: checking for readline/readline.h
  844. configure:8791: result: yes
  845. configure:8805: checking readline/history.h usability
  846. configure:8805: gcc -c -g -O2 conftest.c >&5
  847. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  848. conftest.c:8:0: note: this is the location of the previous definition
  849. configure:8805: $? = 0
  850. configure:8805: result: yes
  851. configure:8805: checking readline/history.h presence
  852. configure:8805: gcc -E conftest.c
  853. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  854. conftest.c:8:0: note: this is the location of the previous definition
  855. configure:8805: $? = 0
  856. configure:8805: result: yes
  857. configure:8805: checking for readline/history.h
  858. configure:8805: result: yes
  859. configure:8819: checking for readline in -lreadline
  860. configure:8844: gcc -o conftest -g -O2 conftest.c -lreadline >&5
  861. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  862. conftest.c:8:0: note: this is the location of the previous definition
  863. configure:8844: $? = 0
  864. configure:8853: result: yes
  865. configure:8861: checking for readline in -lreadline
  866. configure:8886: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5
  867. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  868. conftest.c:8:0: note: this is the location of the previous definition
  869. configure:8886: $? = 0
  870. configure:8895: result: yes
  871. configure:8928: checking ncurses.h usability
  872. configure:8928: gcc -c -g -O2 conftest.c >&5
  873. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  874. conftest.c:8:0: note: this is the location of the previous definition
  875. configure:8928: $? = 0
  876. configure:8928: result: yes
  877. configure:8928: checking ncurses.h presence
  878. configure:8928: gcc -E conftest.c
  879. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  880. conftest.c:8:0: note: this is the location of the previous definition
  881. configure:8928: $? = 0
  882. configure:8928: result: yes
  883. configure:8928: checking for ncurses.h
  884. configure:8928: result: yes
  885. configure:8941: checking for initscr in -lncurses
  886. configure:8966: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  887. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  888. conftest.c:8:0: note: this is the location of the previous definition
  889. configure:8966: $? = 0
  890. configure:8975: result: yes
  891. configure:9020: checking locale.h usability
  892. configure:9020: gcc -c -g -O2 conftest.c >&5
  893. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  894. conftest.c:8:0: note: this is the location of the previous definition
  895. configure:9020: $? = 0
  896. configure:9020: result: yes
  897. configure:9020: checking locale.h presence
  898. configure:9020: gcc -E conftest.c
  899. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  900. conftest.c:8:0: note: this is the location of the previous definition
  901. configure:9020: $? = 0
  902. configure:9020: result: yes
  903. configure:9020: checking for locale.h
  904. configure:9020: result: yes
  905. configure:9032: checking for setlocale
  906. configure:9032: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  907. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  908. conftest.c:8:0: note: this is the location of the previous definition
  909. configure:9032: $? = 0
  910. configure:9032: result: yes
  911. configure:9049: checking libintl.h usability
  912. configure:9049: gcc -c -g -O2 conftest.c >&5
  913. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  914. conftest.c:8:0: note: this is the location of the previous definition
  915. configure:9049: $? = 0
  916. configure:9049: result: yes
  917. configure:9049: checking libintl.h presence
  918. configure:9049: gcc -E conftest.c
  919. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  920. conftest.c:8:0: note: this is the location of the previous definition
  921. configure:9049: $? = 0
  922. configure:9049: result: yes
  923. configure:9049: checking for libintl.h
  924. configure:9049: result: yes
  925. configure:9059: checking for gettext in -lintl
  926. configure:9084: gcc -o conftest -g -O2 conftest.c -lintl -lncurses >&5
  927. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  928. conftest.c:8:0: note: this is the location of the previous definition
  929. conftest.c:54:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
  930. /usr/bin/ld: cannot find -lintl
  931. collect2: ld returned 1 exit status
  932. configure:9084: $? = 1
  933. configure: failed program was:
  934. | /* confdefs.h */
  935. | #define PACKAGE_NAME "LinuxCNC"
  936. | #define PACKAGE_TARNAME "linuxcnc"
  937. | #define PACKAGE_VERSION "2.6.0~pre"
  938. | #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  939. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  940. | #define PACKAGE_URL ""
  941. | #define HAVE_LIBUDEV 1
  942. | #define BUILD_DRIVERS /**/
  943. | #define USERMODE_PCI /**/
  944. | #define HAVE_LIBUDEV /**/
  945. | #define TARGET_PLATFORM_PC /**/
  946. | #define HAVE_POSIX_THREADS /**/
  947. | #define HAVE_RT_PREEMPT_THREADS /**/
  948. | #define HAVE_XENOMAI_THREADS /**/
  949. | #define HAVE_XENOMAI_KERNEL_THREADS /**/
  950. | #define HIDRAW_H_USABLE /**/
  951. | #define HAVE_LIBMODBUS3 yes
  952. | #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  953. | #define EMC2_DEFAULT_TOOLTABLE ""
  954. | #define EMC2_HOME "/usr"
  955. | #define EMC2_BIN_DIR "/usr/bin"
  956. | #define EMC2_PO_DIR "/usr/share/locale"
  957. | #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  958. | #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  959. | #define PRELOAD_WORKAROUND ""
  960. | #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  961. | #define HAVE_CXX11 1
  962. | #define STDC_HEADERS 1
  963. | #define HAVE_SYS_WAIT_H 1
  964. | #define HAVE_SEMTIMEDOP 1
  965. | #define HAVE_CLOCK_GETRES 1
  966. | #define HAVE_SINCOS 1
  967. | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  968. | #define HAVE_LIBXINERAMA 1
  969. | #define HAVE_X11_XAW_XAWINIT_H 1
  970. | #define HAVE_LIBXAW 1
  971. | #define HAVE_READLINE_READLINE_H 1
  972. | #define HAVE_READLINE_HISTORY_H 1
  973. | #define HAVE_READLINE /**/
  974. | #define HAVE_NCURSES_H 1
  975. | #define HAVE_LIBNCURSES 1
  976. | #define HAVE_LOCALE_H 1
  977. | #define HAVE_SETLOCALE 1
  978. | #define HAVE_LIBINTL_H 1
  979. | /* end confdefs.h. */
  980. |
  981. | /* Override any GCC internal prototype to avoid an error.
  982. | Use char because int might match the return type of a GCC
  983. | builtin and then its argument prototype would still apply. */
  984. | #ifdef __cplusplus
  985. | extern "C"
  986. | #endif
  987. | char gettext ();
  988. | int
  989. | main ()
  990. | {
  991. | return gettext ();
  992. | ;
  993. | return 0;
  994. | }
  995. configure:9093: result: no
  996. configure:9136: checking for xgettext
  997. configure:9154: found /usr/bin/xgettext
  998. configure:9167: result: /usr/bin/xgettext
  999. configure:9179: checking for xgettext tcl bug
  1000. configure:9187: result: xgettext version 0.18.1 OK
  1001. configure:9199: checking for msgfmt
  1002. configure:9217: found /usr/bin/msgfmt
  1003. configure:9230: result: /usr/bin/msgfmt
  1004. configure:9241: checking for --tcl support in msgfmt
  1005. configure:9244: result: yes
  1006. configure:9252: checking for Python support
  1007. configure:9269: result: yes
  1008. configure:9277: checking python version
  1009. configure:9283: result: OK
  1010. configure:9286: checking version of python libraries
  1011. configure:9289: result: python2.7
  1012. configure:9292: checking match between tk and Tkinter versions
  1013. configure:9309: result: 8.5
  1014. configure:9312: checking location of Python header files
  1015. configure:9315: result: /usr/include/python2.7
  1016. configure:9318: checking for Python headers
  1017. configure:9332: result: -I/usr/include/python2.7
  1018. configure:9336: checking for Python libraries
  1019. configure:9346: result: -lpthread -ldl -lutil
  1020. configure:9366: checking whether the Boost::Python headers are available
  1021. configure:9386: g++ -c -g -O2 -std=c++0x -I/usr/include/python2.7 conftest.cpp >&5
  1022. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1023. conftest.cpp:8:0: note: this is the location of the previous definition
  1024. configure:9386: $? = 0
  1025. configure:9393: result: yes
  1026. configure:9409: checking for boost::python shared library
  1027. configure:9426: g++ -o conftest -g -O2 -std=c++0x -I/usr/include/python2.7 conftest.cpp -lXinerama -lpython2.7 -lboost_python >&5
  1028. conftest.cpp:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1029. conftest.cpp:8:0: note: this is the location of the previous definition
  1030. configure:9426: $? = 0
  1031. configure:9437: result: -lboost_python
  1032. configure:9460: checking /usr/include/python2.7/Python.h usability
  1033. configure:9460: gcc -c -g -O2 conftest.c >&5
  1034. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1035. conftest.c:8:0: note: this is the location of the previous definition
  1036. In file included from /usr/include/python2.7/Python.h:8:0,
  1037. from conftest.c:81:
  1038. /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
  1039. /usr/include/features.h:215:0: note: this is the location of the previous definition
  1040. configure:9460: $? = 0
  1041. configure:9460: result: yes
  1042. configure:9460: checking /usr/include/python2.7/Python.h presence
  1043. configure:9460: gcc -E conftest.c
  1044. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1045. conftest.c:8:0: note: this is the location of the previous definition
  1046. configure:9460: $? = 0
  1047. configure:9460: result: yes
  1048. configure:9460: checking for /usr/include/python2.7/Python.h
  1049. configure:9460: result: yes
  1050. configure:9469: checking for site-package location
  1051. configure:9472: result: /usr/lib/python2.7/dist-packages
  1052. configure:9478: checking GL/gl.h usability
  1053. configure:9478: gcc -c -g -O2 conftest.c >&5
  1054. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1055. conftest.c:8:0: note: this is the location of the previous definition
  1056. configure:9478: $? = 0
  1057. configure:9478: result: yes
  1058. configure:9478: checking GL/gl.h presence
  1059. configure:9478: gcc -E conftest.c
  1060. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1061. conftest.c:8:0: note: this is the location of the previous definition
  1062. configure:9478: $? = 0
  1063. configure:9478: result: yes
  1064. configure:9478: checking for GL/gl.h
  1065. configure:9478: result: yes
  1066. configure:9478: checking GL/glu.h usability
  1067. configure:9478: gcc -c -g -O2 conftest.c >&5
  1068. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1069. conftest.c:8:0: note: this is the location of the previous definition
  1070. configure:9478: $? = 0
  1071. configure:9478: result: yes
  1072. configure:9478: checking GL/glu.h presence
  1073. configure:9478: gcc -E conftest.c
  1074. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1075. conftest.c:8:0: note: this is the location of the previous definition
  1076. configure:9478: $? = 0
  1077. configure:9478: result: yes
  1078. configure:9478: checking for GL/glu.h
  1079. configure:9478: result: yes
  1080. configure:9491: checking for glBegin in -lGL
  1081. configure:9516: gcc -o conftest -g -O2 conftest.c -lGL -lXinerama >&5
  1082. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1083. conftest.c:8:0: note: this is the location of the previous definition
  1084. configure:9516: $? = 0
  1085. configure:9525: result: yes
  1086. configure:9539: checking for working GLU quadrics
  1087. configure:9556: gcc -c -g -O2 conftest.c >&5
  1088. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1089. conftest.c:8:0: note: this is the location of the previous definition
  1090. configure:9556: $? = 0
  1091. configure:9557: result: yes
  1092. configure:9567: checking for Xmu headers
  1093. configure:9571: checking X11/Xmu/Xmu.h usability
  1094. configure:9571: gcc -c -g -O2 conftest.c >&5
  1095. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1096. conftest.c:8:0: note: this is the location of the previous definition
  1097. configure:9571: $? = 0
  1098. configure:9571: result: yes
  1099. configure:9571: checking X11/Xmu/Xmu.h presence
  1100. configure:9571: gcc -E conftest.c
  1101. conftest.c:11:0: warning: "HAVE_LIBUDEV" redefined [enabled by default]
  1102. conftest.c:8:0: note: this is the location of the previous definition
  1103. configure:9571: $? = 0
  1104. configure:9571: result: yes
  1105. configure:9571: checking for X11/Xmu/Xmu.h
  1106. configure:9571: result: yes
  1107. configure:9585: checking libgl1-mesa-dri workaround
  1108. configure:9599: result: not required
  1109. configure:10648: creating ./config.status
  1110.  
  1111. ## ---------------------- ##
  1112. ## Running config.status. ##
  1113. ## ---------------------- ##
  1114.  
  1115. This file was extended by LinuxCNC config.status 2.6.0~pre, which was
  1116. generated by GNU Autoconf 2.68. Invocation command line was
  1117.  
  1118. CONFIG_FILES =
  1119. CONFIG_HEADERS =
  1120. CONFIG_LINKS =
  1121. CONFIG_COMMANDS =
  1122. $ ./config.status
  1123.  
  1124. on cnc-1204
  1125.  
  1126. config.status:1051: creating ../scripts/gen-rtapi.ini.sh
  1127. config.status:1051: creating ../docs/src/man/man1/linuxcnc.1
  1128. config.status:1051: creating ../scripts/linuxcnc
  1129. config.status:1051: creating ../scripts/halrun
  1130. config.status:1051: creating ../scripts/rip-environment
  1131. config.status:1051: creating ../scripts/haltcl
  1132. config.status:1051: creating ../scripts/realtime
  1133. config.status:1051: creating ../scripts/latencyplot
  1134. config.status:1051: creating ../scripts/latencyhistogram
  1135. config.status:1051: creating Makefile.inc
  1136. config.status:1051: creating Makefile.modinc
  1137. config.status:1051: creating ../tcl/linuxcnc.tcl
  1138. config.status:1051: creating ../lib/python/nf.py
  1139. config.status:1051: creating ../scripts/linuxcncmkdesktop
  1140. config.status:1051: creating ../share/applications/linuxcnc-latency.desktop
  1141. config.status:1051: creating ../share/applications/linuxcnc-latencyplot.desktop
  1142. config.status:1051: creating ../share/applications/linuxcnc.desktop
  1143. config.status:1051: creating ../share/desktop-directories/cnc.directory
  1144. config.status:1051: creating ../share/menus/CNC.menu
  1145. config.status:1051: creating linuxcncconfig.py-tmp
  1146. config.status:1051: creating config.h
  1147. configure:11845: WARNING: unrecognized options: --with-kernel
  1148. configure:11853: result: touching up ../lib/python/linuxcncconfig.py
  1149. configure:11858: checking usability of ../lib/python/linuxcncconfig.py
  1150. configure:11861: result: done
  1151.  
  1152. ## ---------------- ##
  1153. ## Cache variables. ##
  1154. ## ---------------- ##
  1155.  
  1156. ac_cv_boost_python=yes
  1157. ac_cv_build=i686-pc-linux-gnu
  1158. ac_cv_c_compiler_gnu=yes
  1159. ac_cv_cxx_compiler_gnu=yes
  1160. ac_cv_env_CCC_set=
  1161. ac_cv_env_CCC_value=
  1162. ac_cv_env_CC_set=
  1163. ac_cv_env_CC_value=
  1164. ac_cv_env_CFLAGS_set=
  1165. ac_cv_env_CFLAGS_value=
  1166. ac_cv_env_CPPFLAGS_set=
  1167. ac_cv_env_CPPFLAGS_value=
  1168. ac_cv_env_CPP_set=
  1169. ac_cv_env_CPP_value=
  1170. ac_cv_env_CXXFLAGS_set=
  1171. ac_cv_env_CXXFLAGS_value=
  1172. ac_cv_env_CXX_set=
  1173. ac_cv_env_CXX_value=
  1174. ac_cv_env_LDFLAGS_set=
  1175. ac_cv_env_LDFLAGS_value=
  1176. ac_cv_env_LIBS_set=
  1177. ac_cv_env_LIBS_value=
  1178. ac_cv_env_XMKMF_set=
  1179. ac_cv_env_XMKMF_value=
  1180. ac_cv_env_build_alias_set=
  1181. ac_cv_env_build_alias_value=
  1182. ac_cv_env_host_alias_set=
  1183. ac_cv_env_host_alias_value=
  1184. ac_cv_env_target_alias_set=
  1185. ac_cv_env_target_alias_value=
  1186. ac_cv_func___sincos=no
  1187. ac_cv_func_clock_getres=yes
  1188. ac_cv_func_connect=yes
  1189. ac_cv_func_gethostbyname=yes
  1190. ac_cv_func_remove=yes
  1191. ac_cv_func_semtimedop=yes
  1192. ac_cv_func_setlocale=yes
  1193. ac_cv_func_shmat=yes
  1194. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  1195. ac_cv_header_GL_gl_h=yes
  1196. ac_cv_header_GL_glu_h=yes
  1197. ac_cv_header_X11_Xaw_XawInit_h=yes
  1198. ac_cv_header_X11_Xmu_Xmu_h=yes
  1199. ac_cv_header_X11_extensions_Xinerama_h=yes
  1200. ac_cv_header__usr_include_python2_7_Python_h=yes
  1201. ac_cv_header_libintl_h=yes
  1202. ac_cv_header_locale_h=yes
  1203. ac_cv_header_ncurses_h=yes
  1204. ac_cv_header_readline_history_h=yes
  1205. ac_cv_header_readline_readline_h=yes
  1206. ac_cv_header_stdc=yes
  1207. ac_cv_header_sys_wait_h=yes
  1208. ac_cv_host=i686-pc-linux-gnu
  1209. ac_cv_lib_GL_glBegin=yes
  1210. ac_cv_lib_ICE_IceConnectionNumber=yes
  1211. ac_cv_lib_Xaw_XawDialogGetValueString=yes
  1212. ac_cv_lib_Xinerama_XineramaQueryExtension=yes
  1213. ac_cv_lib_intl_gettext=no
  1214. ac_cv_lib_ncurses_initscr=yes
  1215. ac_cv_lib_udev_udev_new=yes
  1216. ac_cv_objext=o
  1217. ac_cv_path_A2X=/usr/bin/a2x
  1218. ac_cv_path_AR=/usr/bin/ar
  1219. ac_cv_path_ARCHCMD=/usr/bin/arch
  1220. ac_cv_path_ASCIIDOC=/usr/bin/asciidoc
  1221. ac_cv_path_AWK=/usr/bin/awk
  1222. ac_cv_path_CONVERT=/usr/bin/convert
  1223. ac_cv_path_DBLATEX=/usr/bin/dblatex
  1224. ac_cv_path_EGREP=/bin/egrep
  1225. ac_cv_path_FUSER=/bin/fuser
  1226. ac_cv_path_GREP=/bin/grep
  1227. ac_cv_path_GS=/usr/bin/gs
  1228. ac_cv_path_INSMOD=/sbin/insmod
  1229. ac_cv_path_INSTALL=/usr/bin/install
  1230. ac_cv_path_IPCS=/usr/bin/ipcs
  1231. ac_cv_path_KILL=/bin/kill
  1232. ac_cv_path_LSMOD=/sbin/lsmod
  1233. ac_cv_path_MANDB=/usr/bin/mandb
  1234. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1235. ac_cv_path_PDFLATEX=/usr/bin/pdflatex
  1236. ac_cv_path_PIDOF=/bin/pidof
  1237. ac_cv_path_PS=/bin/ps
  1238. ac_cv_path_PYTHON=/usr/bin/python
  1239. ac_cv_path_RMMOD=/sbin/rmmod
  1240. ac_cv_path_SED=/bin/sed
  1241. ac_cv_path_SOURCE_HIGHLIGHT=/usr/bin/source-highlight
  1242. ac_cv_path_WHOAMI=/usr/bin/whoami
  1243. ac_cv_path_XENOMAI_THREADS_RTS=/usr/bin/xeno-config
  1244. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1245. ac_cv_prog_CPP='gcc -E'
  1246. ac_cv_prog_ac_ct_CC=gcc
  1247. ac_cv_prog_ac_ct_CXX=g++
  1248. ac_cv_prog_ac_ct_RANLIB=ranlib
  1249. ac_cv_prog_cc_c89=
  1250. ac_cv_prog_cc_g=yes
  1251. ac_cv_prog_cxx_g=yes
  1252. ac_cv_prog_make_make_set=yes
  1253. ax_cv_cxx_compile_cxx11=no
  1254. ax_cv_cxx_compile_cxx11__std_cpp0x=yes
  1255. ax_cv_cxx_compile_cxx11__std_cpp11=no
  1256.  
  1257. ## ----------------- ##
  1258. ## Output variables. ##
  1259. ## ----------------- ##
  1260.  
  1261. A2X='/usr/bin/a2x'
  1262. A2X_LATEX_ENCODING='-P latex.encoding=utf8'
  1263. AR='/usr/bin/ar'
  1264. ARCHCMD='/usr/bin/arch'
  1265. ARCHITECTURE='i686'
  1266. ASCIIDOC='/usr/bin/asciidoc'
  1267. AUTODIRS=''
  1268. AWK='/usr/bin/awk'
  1269. BOOST_CPPFLAGS=''
  1270. BOOST_LDFLAGS=''
  1271. BOOST_PYTHON_LIBS='-lboost_python'
  1272. BOOST_SERIALIZATION_LIB=''
  1273. BOOST_THREAD_LIB=''
  1274. BUILD_DOCS='yes'
  1275. BUILD_DOCS_HTML='no'
  1276. BUILD_DOCS_PDF='yes'
  1277. BUILD_DRIVERS='yes'
  1278. BUILD_EMCWEB='no'
  1279. BUILD_EXAMPLES='no'
  1280. BUILD_PYTHON='yes'
  1281. BUILD_THREAD_FLAVORS=' posix rt-preempt xenomai xenomai-kernel'
  1282. CC='gcc'
  1283. CFLAGS='-g -O2'
  1284. CONVERT='/usr/bin/convert'
  1285. CPP='gcc -E'
  1286. CPPFLAGS=''
  1287. CXX='g++'
  1288. CXXFLAGS='-g -O2 -std=c++0x'
  1289. DATE='Sun Nov 10 14:37:23 CET 2013'
  1290. DBLATEX='/usr/bin/dblatex'
  1291. DEFAULT_NMLFILE='/usr/share/linuxcnc/linuxcnc.nml'
  1292. DEFS='-DHAVE_CONFIG_H'
  1293. DVIPNG=''
  1294. ECHO_C=''
  1295. ECHO_N='-n'
  1296. ECHO_T=''
  1297. EGREP='/bin/egrep'
  1298. EMC2VERSION='2.6.0~pre'
  1299. EMC2_BIN_DIR='/usr/bin'
  1300. EMC2_HELP_DIR='/usr/share/doc/linuxcnc'
  1301. EMC2_HOME='/usr'
  1302. EMC2_ICON='linuxcncicon'
  1303. EMC2_IMAGE_DIR='/usr/share/linuxcnc'
  1304. EMC2_LANG_DIR='/usr/share/linuxcnc/tcl/msgs'
  1305. EMC2_LATENCYPLOT_SCRIPT='/usr/bin/latencyplot'
  1306. EMC2_LATENCY_SCRIPT='/usr/bin/latency-test'
  1307. EMC2_LIBEXEC_DIR='${exec_prefix}/libexec/linuxcnc'
  1308. EMC2_NCFILES_DIR='/usr/share/linuxcnc/ncfiles'
  1309. EMC2_RTLIB_DIR='${exec_prefix}/lib/linuxcnc'
  1310. EMC2_SCRIPT='/usr/bin/emc'
  1311. EMC2_SUFFIX=''
  1312. EMC2_SYSTEM_CONFIG_DIR='/etc/linuxcnc'
  1313. EMC2_TCL_DIR='/usr/lib/tcltk/linuxcnc'
  1314. EMC2_TCL_LIB_DIR='/usr/lib/tcltk/linuxcnc'
  1315. EXEEXT=''
  1316. FUSER='/bin/fuser'
  1317. GIT_VERSION='v2.6.0~pre~unified-build-candidate-3~63cc4bf'
  1318. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include '
  1319. GLIB_LIBS='-lglib-2.0 '
  1320. GREP='/bin/grep'
  1321. GS='/usr/bin/gs'
  1322. GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/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/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/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/i386-linux-gnu/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 '
  1323. 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 '
  1324. GTK_VER='2.24.10'
  1325. HAVE_CXX11='1'
  1326. HAVE_GNOMEPRINT='yes'
  1327. HAVE_LIBINTL=''
  1328. HAVE_LIBINTL_H=''
  1329. HAVE_LIBMODBUS3='yes'
  1330. HAVE_LOCALE_H=''
  1331. HAVE_NCURSES='yes'
  1332. HAVE_POSIX_THREADS='yes'
  1333. HAVE_READLINE='yes'
  1334. HAVE_RTAI_KERNEL_THREADS='no'
  1335. HAVE_RT_PREEMPT_THREADS='yes'
  1336. HAVE_WORKING_BLT='yes'
  1337. HAVE_XAW='yes'
  1338. HAVE_XENOMAI_KERNEL_THREADS='yes'
  1339. HAVE_XENOMAI_THREADS='yes'
  1340. HIDRAW_H_USABLE='yes'
  1341. INCLUDEPY='/usr/include/python2.7'
  1342. INSMOD='/usr/bin/linuxcnc_module_helper insert'
  1343. INSTALL='/usr/bin/install'
  1344. IPCS='/usr/bin/ipcs'
  1345. KILL='/bin/kill'
  1346. LANGUAGES=''
  1347. LDFLAGS=''
  1348. LIBMODBUS_CFLAGS='-I/usr/include/modbus '
  1349. LIBMODBUS_LIBS='-lmodbus '
  1350. LIBOBJS=''
  1351. LIBPYTHON='python2.7'
  1352. LIBS='-lGL -lXinerama '
  1353. LIBUDEV_CFLAGS=' '
  1354. LIBUDEV_LIBS='-ludev -lrt '
  1355. LINUXCNC_CONFIG_PATH='~/linuxcnc/configs:/usr/local/etc/linuxcnc/configs:/usr/share/doc/linuxcnc/examples/sample-configs'
  1356. LOCALEDIR='/usr/share/locale'
  1357. LSMOD='/sbin/lsmod'
  1358. LTLIBOBJS=''
  1359. MANDB='/usr/bin/mandb'
  1360. MSGFMT='/usr/bin/msgfmt'
  1361. NCURSES_LIBS='-lncurses'
  1362. OBJEXT='o'
  1363. PACKAGE='linuxcnc'
  1364. PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net'
  1365. PACKAGE_NAME='LinuxCNC'
  1366. PACKAGE_STRING='LinuxCNC 2.6.0~pre'
  1367. PACKAGE_TARNAME='linuxcnc'
  1368. PACKAGE_URL=''
  1369. PACKAGE_VERSION='2.6.0~pre'
  1370. PATH_SEPARATOR=':'
  1371. PDFLATEX='/usr/bin/pdflatex'
  1372. PIDOF='/bin/pidof'
  1373. POSIX_THREADS_BUILD_SYS='user-dso'
  1374. POSIX_THREADS_EXTRA_KMODS=''
  1375. POSIX_THREADS_FLAVOR_ID='0'
  1376. POSIX_THREADS_LDFLAGS='-lpthread -lrt'
  1377. POSIX_THREADS_RTDIR=''
  1378. POSIX_THREADS_RTFLAGS=' -pthread'
  1379. POSIX_THREADS_RTS=''
  1380. POSIX_THREADS_SOURCE='rt-preempt'
  1381. PRECISE_MULTILIB_BUG='C_INCLUDE_PATH=/usr/include/i386-linux-gnu'
  1382. PRELOAD_WORKAROUND=''
  1383. PS='/bin/ps'
  1384. PYTHON='/usr/bin/python'
  1385. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  1386. PYTHON_LIBS='-lpthread -ldl -lutil'
  1387. RANLIB='ranlib'
  1388. READLINE_LIBS='-lreadline'
  1389. REALTIME='${exec_prefix}/bin/realtime'
  1390. RMMOD='/usr/bin/linuxcnc_module_helper remove'
  1391. RTAI_KERNEL_THREADS_BUILD_SYS='kbuild'
  1392. RTAI_KERNEL_THREADS_EXTRA_KMODS='rtai_hal rtai_sched rtai_math'
  1393. RTAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
  1394. RTAI_KERNEL_THREADS_FLAVOR_ID='4'
  1395. RTAI_KERNEL_THREADS_KERNEL_DIRS=''
  1396. RTAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS=''
  1397. RTAI_KERNEL_THREADS_LDFLAGS=''
  1398. RTAI_KERNEL_THREADS_RTDIR=''
  1399. RTAI_KERNEL_THREADS_RTFLAGS=''
  1400. RTAI_KERNEL_THREADS_RTS=''
  1401. RTAI_KERNEL_THREADS_SOURCE='rtai-kernel'
  1402. RTDIR=''
  1403. RT_PREEMPT_THREADS_BUILD_SYS='user-dso'
  1404. RT_PREEMPT_THREADS_EXTRA_KMODS=''
  1405. RT_PREEMPT_THREADS_FLAVOR_ID='1'
  1406. RT_PREEMPT_THREADS_LDFLAGS='-lpthread -lrt'
  1407. RT_PREEMPT_THREADS_RTDIR=''
  1408. RT_PREEMPT_THREADS_RTFLAGS=' -pthread'
  1409. RT_PREEMPT_THREADS_RTS=''
  1410. RT_PREEMPT_THREADS_SOURCE='rt-preempt'
  1411. RUN_IN_PLACE='no'
  1412. SED='/bin/sed'
  1413. SET_MAKE=''
  1414. SHELL='/bin/bash'
  1415. SHMDRV_KERNEL_DIRS=' /usr/src/linux-headers-3.2.21-xenomai+ /usr/src/linux-headers-3.8.0-29-generic'
  1416. SITEPY='/usr/lib/python2.7/dist-packages'
  1417. SOURCE_HIGHLIGHT='/usr/bin/source-highlight'
  1418. TARGET_PLATFORM='PC'
  1419. TCLSH='/usr/bin/tclsh8.5'
  1420. TCL_CFLAGS='-I/usr/include/tcl8.5 -DUSE_TCL_STUBS'
  1421. TCL_DBGX=''
  1422. TCL_LIBS='-L/usr/lib -ltclstub8.5'
  1423. TK_CFLAGS='-I/usr/include/tcl8.5 '
  1424. TK_DBGX=''
  1425. TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lpthread -ldl -lpthread -lieee -lm -L/usr/lib -ltk8.5'
  1426. USERMODE_PCI='yes'
  1427. USE_NLS='yes'
  1428. USE_PORTABLE_PARPORT_IO='no'
  1429. USE_SHMDRV='no'
  1430. WHOAMI='/usr/bin/whoami'
  1431. WISH='/usr/bin/wish8.5'
  1432. XAW_LIBS=' -lSM -lICE -lX11 -lXaw -lXt'
  1433. XENOMAI_KERNEL_THREADS_BUILD_SYS='kbuild'
  1434. XENOMAI_KERNEL_THREADS_EXTRA_KMODS='xeno_math'
  1435. XENOMAI_KERNEL_THREADS_EXTRA_SYMBOLS='/root/linuxcnc-dev/src/rtapi/xeno_math/Module.symvers'
  1436. XENOMAI_KERNEL_THREADS_FLAVOR_ID='3'
  1437. XENOMAI_KERNEL_THREADS_KERNEL_DIRS=' /usr/src/linux-headers-3.2.21-xenomai+'
  1438. XENOMAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS='-ffast-math -mhard-float -msse -funsafe-math-optimizations'
  1439. XENOMAI_KERNEL_THREADS_LDFLAGS=' -lnative -L/usr/lib -lxenomai -lpthread -lrt'
  1440. XENOMAI_KERNEL_THREADS_RTDIR=''
  1441. XENOMAI_KERNEL_THREADS_RTFLAGS=' -g -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -fno-stack-protector'
  1442. XENOMAI_KERNEL_THREADS_RTS=''
  1443. XENOMAI_KERNEL_THREADS_SOURCE='xenomai-kernel'
  1444. XENOMAI_THREADS_BUILD_SYS='user-dso'
  1445. XENOMAI_THREADS_EXTRA_KMODS=''
  1446. XENOMAI_THREADS_FLAVOR_ID='2'
  1447. XENOMAI_THREADS_LDFLAGS=' -lnative -L/usr/lib -lxenomai -lpthread -lrt'
  1448. XENOMAI_THREADS_RTDIR=''
  1449. XENOMAI_THREADS_RTFLAGS=' -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -fno-stack-protector'
  1450. XENOMAI_THREADS_RTS='/usr/bin/xeno-config --skin=native'
  1451. XENOMAI_THREADS_SOURCE='xenomai'
  1452. XGETTEXT='/usr/bin/xgettext'
  1453. XMKMF=''
  1454. XSLTPROC=''
  1455. X_CFLAGS=''
  1456. X_EXTRA_LIBS=''
  1457. X_LIBS=''
  1458. X_PRE_LIBS=' -lSM -lICE'
  1459. ac_ct_CC='gcc'
  1460. ac_ct_CXX='g++'
  1461. bindir='${exec_prefix}/bin'
  1462. build='i686-pc-linux-gnu'
  1463. build_alias=''
  1464. build_cpu='i686'
  1465. build_os='linux-gnu'
  1466. build_vendor='pc'
  1467. datadir='${datarootdir}'
  1468. datarootdir='${prefix}/share'
  1469. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1470. dvidir='${docdir}'
  1471. exec_prefix='${prefix}'
  1472. host='i686-pc-linux-gnu'
  1473. host_alias=''
  1474. host_cpu='i686'
  1475. host_os='linux-gnu'
  1476. host_vendor='pc'
  1477. htmldir='${docdir}'
  1478. includedir='${prefix}/include'
  1479. infodir='${datarootdir}/info'
  1480. libdir='${exec_prefix}/lib'
  1481. libexecdir='${exec_prefix}/libexec'
  1482. localedir='${datarootdir}/locale'
  1483. localstatedir='${prefix}/var'
  1484. mandir='/usr/share/man'
  1485. oldincludedir='/usr/include'
  1486. pdfdir='${docdir}'
  1487. prefix='/usr'
  1488. program_transform_name='s,x,x,'
  1489. psdir='${docdir}'
  1490. sbindir='${exec_prefix}/sbin'
  1491. sharedstatedir='${prefix}/com'
  1492. sysconfdir='/etc'
  1493. target_alias=''
  1494.  
  1495. ## ----------- ##
  1496. ## confdefs.h. ##
  1497. ## ----------- ##
  1498.  
  1499. /* confdefs.h */
  1500. #define PACKAGE_NAME "LinuxCNC"
  1501. #define PACKAGE_TARNAME "linuxcnc"
  1502. #define PACKAGE_VERSION "2.6.0~pre"
  1503. #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
  1504. #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  1505. #define PACKAGE_URL ""
  1506. #define HAVE_LIBUDEV 1
  1507. #define BUILD_DRIVERS /**/
  1508. #define USERMODE_PCI /**/
  1509. #define HAVE_LIBUDEV /**/
  1510. #define TARGET_PLATFORM_PC /**/
  1511. #define HAVE_POSIX_THREADS /**/
  1512. #define HAVE_RT_PREEMPT_THREADS /**/
  1513. #define HAVE_XENOMAI_THREADS /**/
  1514. #define HAVE_XENOMAI_KERNEL_THREADS /**/
  1515. #define HIDRAW_H_USABLE /**/
  1516. #define HAVE_LIBMODBUS3 yes
  1517. #define EMC2_DEFAULT_NMLFILE "/usr/share/linuxcnc/linuxcnc.nml"
  1518. #define EMC2_DEFAULT_TOOLTABLE ""
  1519. #define EMC2_HOME "/usr"
  1520. #define EMC2_BIN_DIR "/usr/bin"
  1521. #define EMC2_PO_DIR "/usr/share/locale"
  1522. #define EMC2_NCFILES_DIR "/usr/share/linuxcnc/ncfiles"
  1523. #define EMC2_IMAGE_DIR "/usr/share/linuxcnc"
  1524. #define PRELOAD_WORKAROUND ""
  1525. #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~63cc4bf"
  1526. #define HAVE_CXX11 1
  1527. #define STDC_HEADERS 1
  1528. #define HAVE_SYS_WAIT_H 1
  1529. #define HAVE_SEMTIMEDOP 1
  1530. #define HAVE_CLOCK_GETRES 1
  1531. #define HAVE_SINCOS 1
  1532. #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1533. #define HAVE_LIBXINERAMA 1
  1534. #define HAVE_X11_XAW_XAWINIT_H 1
  1535. #define HAVE_LIBXAW 1
  1536. #define HAVE_READLINE_READLINE_H 1
  1537. #define HAVE_READLINE_HISTORY_H 1
  1538. #define HAVE_READLINE /**/
  1539. #define HAVE_NCURSES_H 1
  1540. #define HAVE_LIBNCURSES 1
  1541. #define HAVE_LOCALE_H 1
  1542. #define HAVE_SETLOCALE 1
  1543. #define HAVE_LIBINTL_H 1
  1544. #define HAVE_BOOST_PYTHON 1
  1545. #define HAVE_GL_GL_H 1
  1546. #define HAVE_GL_GLU_H 1
  1547. #define HAVE_LIBGL 1
  1548. #define HAVE_X11_XMU_XMU_H 1
  1549.  
  1550. configure: exit 0
  1551.  
  1552. ## ---------------------- ##
  1553. ## Running config.status. ##
  1554. ## ---------------------- ##
  1555.  
  1556. This file was extended by LinuxCNC config.status 2.6.0~pre, which was
  1557. generated by GNU Autoconf 2.68. Invocation command line was
  1558.  
  1559. CONFIG_FILES =
  1560. CONFIG_HEADERS =
  1561. CONFIG_LINKS =
  1562. CONFIG_COMMANDS =
  1563. $ ./config.status --file=../docs/man/man1/linuxcnc.1:../docs/src/man/man1/linuxcnc.1.in
  1564.  
  1565. on cnc-1204
  1566.  
  1567. config.status:1051: creating ../docs/man/man1/linuxcnc.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement