Advertisement
Guest User

Untitled

a guest
Dec 28th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.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 0.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = xw6600
  14. uname -m = x86_64
  15. uname -r = 3.19.0-25-generic
  16. uname -s = Linux
  17. uname -v = #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015
  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/bas/industrial_training/training/work/1.6/devel/bin
  31. PATH: /home/bas/industrial_training/training/supplements/devel/bin
  32. PATH: /home/bas/catkin_ws/devel/bin
  33. PATH: /opt/ros/indigo/bin
  34. PATH: /home/bas/machinekit/bin
  35. PATH: /home/bas/machinekit/libexec
  36. PATH: /home/bas/machinekit/scripts
  37. PATH: /home/bas/machinekit/tcl
  38. PATH: /usr/local/sbin
  39. PATH: /usr/local/bin
  40. PATH: /usr/sbin
  41. PATH: /usr/bin
  42. PATH: /sbin
  43. PATH: /bin
  44. PATH: /usr/games
  45. PATH: /usr/local/games
  46.  
  47.  
  48. ## ----------- ##
  49. ## Core tests. ##
  50. ## ----------- ##
  51.  
  52. configure:2701: checking for cython
  53. configure:2719: found /usr/bin/cython
  54. configure:2731: result: /usr/bin/cython
  55. configure:2743: checking cython version
  56. configure:2791: result: 0.20.1post0
  57. configure:2810: checking build toplevel
  58. configure:2813: result: /home/bas/machinekit
  59. configure:2822: checking installation prefix
  60. configure:2826: result: run in place
  61. configure:2849: checking for grep
  62. configure:2867: found /bin/grep
  63. configure:2879: result: /bin/grep
  64. configure:2889: checking for egrep
  65. configure:2907: found /bin/egrep
  66. configure:2919: result: /bin/egrep
  67. configure:2929: checking for arch
  68. configure:2947: found /usr/bin/arch
  69. configure:2959: result: /usr/bin/arch
  70. configure:3016: checking for gcc
  71. configure:3032: found /usr/bin/gcc
  72. configure:3043: result: gcc
  73. configure:3272: checking for C compiler version
  74. configure:3281: gcc --version >&5
  75. gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
  76. Copyright (C) 2013 Free Software Foundation, Inc.
  77. This is free software; see the source for copying conditions. There is NO
  78. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  79.  
  80. configure:3292: $? = 0
  81. configure:3281: gcc -v >&5
  82. Using built-in specs.
  83. COLLECT_GCC=gcc
  84. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  85. Target: x86_64-linux-gnu
  86. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  87. Thread model: posix
  88. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
  89. configure:3292: $? = 0
  90. configure:3281: gcc -V >&5
  91. gcc: error: unrecognized command line option '-V'
  92. gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:3292: $? = 4
  95. configure:3281: gcc -qversion >&5
  96. gcc: error: unrecognized command line option '-qversion'
  97. gcc: fatal error: no input files
  98. compilation terminated.
  99. configure:3292: $? = 4
  100. configure:3312: checking whether the C compiler works
  101. configure:3334: gcc conftest.c >&5
  102. configure:3338: $? = 0
  103. configure:3386: result: yes
  104. configure:3389: checking for C compiler default output file name
  105. configure:3391: result: a.out
  106. configure:3397: checking for suffix of executables
  107. configure:3404: gcc -o conftest conftest.c >&5
  108. configure:3408: $? = 0
  109. configure:3430: result:
  110. configure:3452: checking whether we are cross compiling
  111. configure:3460: gcc -o conftest conftest.c >&5
  112. configure:3464: $? = 0
  113. configure:3471: ./conftest
  114. configure:3475: $? = 0
  115. configure:3490: result: no
  116. configure:3495: checking for suffix of object files
  117. configure:3517: gcc -c conftest.c >&5
  118. configure:3521: $? = 0
  119. configure:3542: result: o
  120. configure:3546: checking whether we are using the GNU C compiler
  121. configure:3565: gcc -c conftest.c >&5
  122. configure:3565: $? = 0
  123. configure:3574: result: yes
  124. configure:3583: checking whether gcc accepts -g
  125. configure:3603: gcc -c -g conftest.c >&5
  126. configure:3603: $? = 0
  127. configure:3644: result: yes
  128. configure:3661: checking for gcc option to accept ISO C89
  129. configure:3724: gcc -c -g -O2 conftest.c >&5
  130. configure:3724: $? = 0
  131. configure:3737: result: none needed
  132. configure:3815: checking how to run the C preprocessor
  133. configure:3846: gcc -E conftest.c
  134. configure:3846: $? = 0
  135. configure:3860: gcc -E conftest.c
  136. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  137. #include <ac_nonexistent.h>
  138. ^
  139. compilation terminated.
  140. configure:3860: $? = 1
  141. configure: failed program was:
  142. | /* confdefs.h */
  143. | #define PACKAGE_NAME "LinuxCNC"
  144. | #define PACKAGE_TARNAME "linuxcnc"
  145. | #define PACKAGE_VERSION "0.1"
  146. | #define PACKAGE_STRING "LinuxCNC 0.1"
  147. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  148. | #define PACKAGE_URL ""
  149. | /* end confdefs.h. */
  150. | #include <ac_nonexistent.h>
  151. configure:3885: result: gcc -E
  152. configure:3905: gcc -E conftest.c
  153. configure:3905: $? = 0
  154. configure:3919: gcc -E conftest.c
  155. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  156. #include <ac_nonexistent.h>
  157. ^
  158. compilation terminated.
  159. configure:3919: $? = 1
  160. configure: failed program was:
  161. | /* confdefs.h */
  162. | #define PACKAGE_NAME "LinuxCNC"
  163. | #define PACKAGE_TARNAME "linuxcnc"
  164. | #define PACKAGE_VERSION "0.1"
  165. | #define PACKAGE_STRING "LinuxCNC 0.1"
  166. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  167. | #define PACKAGE_URL ""
  168. | /* end confdefs.h. */
  169. | #include <ac_nonexistent.h>
  170. configure:3990: checking for objcopy
  171. configure:4006: found /usr/bin/objcopy
  172. configure:4017: result: objcopy
  173. configure:4082: checking for ld
  174. configure:4098: found /usr/bin/ld
  175. configure:4109: result: ld
  176. configure:4167: checking build system type
  177. configure:4181: result: x86_64-unknown-linux-gnu
  178. configure:4201: checking host system type
  179. configure:4214: result: x86_64-unknown-linux-gnu
  180. configure:4337: checking for pkg-config
  181. configure:4353: found /usr/bin/pkg-config
  182. configure:4364: result: pkg-config
  183. configure:4872: checking platform-pc
  184. configure:4874: result: default enabled for this architecture
  185. configure:4877: checking platform-beaglebone
  186. configure:4879: result: disabled for this architecture
  187. configure:4882: checking platform-raspberry
  188. configure:4884: result: disabled for this architecture
  189. configure:4887: checking platform-zedboard
  190. configure:4889: result: disabled for this architecture
  191. configure:4896: checking for uuidgen
  192. configure:4914: found /usr/bin/uuidgen
  193. configure:4926: result: /usr/bin/uuidgen
  194. configure:4940: result: setting unique Machinekit UUID to 349043b7-39d4-41fe-b87f-7af63e65be51
  195. configure:4945: checking whether to enable remote operation
  196. configure:4956: result: local operation on IPC sockets only, zeroconf not used
  197. configure:4966: checking which directory to use for IPC sockets and other transient files
  198. configure:4979: result: using /tmp for IPC sockets and other transient files
  199. configure:4992: checking whether to build programming examples
  200. configure:5003: result: not building example programs
  201. configure:5013: checking for proto2js
  202. configure:5044: result: none
  203. configure:5054: checking whether to build protobuf Javascript bindings
  204. configure:5068: result: not protobuf Javascript bindings
  205. configure:5076: checking whether to use the common shared memory driver
  206. configure:5100: result: default is no
  207. configure:5106: checking whether to use inb/outb or ppdev ioctl on the x86 for parport I/O
  208. configure:5130: result: using defaults: no
  209. configure:5136: checking whether to build the emcweb interface
  210. configure:5147: result: not building the emcweb interface
  211. configure:5154: checking whether to build unstable development code
  212. configure:5165: result: not building development code
  213. configure:5287: checking pkg-config is at least version 0.9.0
  214. configure:5290: result: yes
  215. configure:5300: checking for CZMQ
  216. configure:5307: $PKG_CONFIG --exists --print-errors "libczmq > 2.0"
  217. configure:5310: $? = 0
  218. configure:5324: $PKG_CONFIG --exists --print-errors "libczmq > 2.0"
  219. configure:5327: $? = 0
  220. configure:5385: result: yes
  221. configure:5397: checking for PROTOBUF
  222. configure:5404: $PKG_CONFIG --exists --print-errors "protobuf > 2.4.0"
  223. configure:5407: $? = 0
  224. configure:5421: $PKG_CONFIG --exists --print-errors "protobuf > 2.4.0"
  225. configure:5424: $? = 0
  226. configure:5482: result: yes
  227. configure:5494: checking for protoc
  228. configure:5512: found /usr/bin/protoc
  229. configure:5525: result: /usr/bin/protoc
  230. configure:5544: checking python module: google.protobuf.descriptor
  231. configure:5549: result: yes
  232. configure:5571: checking python module: google.protobuf.descriptor_pb2
  233. configure:5576: result: yes
  234. configure:5598: checking python module: google.protobuf.compiler.plugin_pb2
  235. configure:5603: result: yes
  236. configure:5622: checking for JANSSON
  237. configure:5629: $PKG_CONFIG --exists --print-errors "jansson > 2.4"
  238. configure:5632: $? = 0
  239. configure:5646: $PKG_CONFIG --exists --print-errors "jansson > 2.4"
  240. configure:5649: $? = 0
  241. configure:5707: result: yes
  242. configure:5719: checking for URIPARSER
  243. configure:5726: $PKG_CONFIG --exists --print-errors "liburiparser > 0.7.4"
  244. configure:5729: $? = 0
  245. configure:5743: $PKG_CONFIG --exists --print-errors "liburiparser > 0.7.4"
  246. configure:5746: $? = 0
  247. configure:5804: result: yes
  248. configure:5816: checking for LWS
  249. configure:5823: $PKG_CONFIG --exists --print-errors "libwebsockets"
  250. configure:5826: $? = 0
  251. configure:5840: $PKG_CONFIG --exists --print-errors "libwebsockets"
  252. configure:5843: $? = 0
  253. configure:5901: result: yes
  254. configure:5913: checking for SSL
  255. configure:5920: $PKG_CONFIG --exists --print-errors "libssl"
  256. configure:5923: $? = 0
  257. configure:5937: $PKG_CONFIG --exists --print-errors "libssl"
  258. configure:5940: $? = 0
  259. configure:5998: result: yes
  260. configure:6011: checking for UUID
  261. configure:6018: $PKG_CONFIG --exists --print-errors "uuid"
  262. configure:6021: $? = 0
  263. configure:6035: $PKG_CONFIG --exists --print-errors "uuid"
  264. configure:6038: $? = 0
  265. configure:6096: result: yes
  266. configure:6108: checking for AVAHI
  267. configure:6115: $PKG_CONFIG --exists --print-errors "avahi-client > 0.6"
  268. configure:6118: $? = 0
  269. configure:6132: $PKG_CONFIG --exists --print-errors "avahi-client > 0.6"
  270. configure:6135: $? = 0
  271. configure:6193: result: yes
  272. configure:6203: checking whether to enable NML-using parts
  273. configure:6214: result: not building non-essential NML-using parts
  274. configure:6233: checking python module: pyftpdlib.authorizers
  275. configure:6238: result: yes
  276. configure:6260: checking python module: pyftpdlib.handlers
  277. configure:6265: result: yes
  278. configure:6287: checking python module: pyftpdlib.servers
  279. configure:6292: result: yes
  280. configure:6323: checking for configured kernel source in /usr/src/linux-headers-3.19.0-25
  281. configure:6333: result: not found
  282. configure:6323: checking for configured kernel source in /usr/src/linux-headers-3.19.0-25-generic
  283. configure:6329: result: found
  284. configure:6387: checking if /usr/src/linux-headers-3.19.0-25-generic is a xenomai kernel
  285. configure:6395: result: no
  286. configure:6414: checking if /usr/src/linux-headers-3.19.0-25-generic is an RTAI kernel
  287. configure:6423: result: no
  288. configure:6694: checking -lrt for RT_PREEMPT and POSIX
  289. configure:6716: gcc -o conftest -g -O2 conftest.c -lrt >&5
  290. configure:6716: $? = 0
  291. configure:6719: result: ok
  292. configure:6733: checking whether to build POSIX threads
  293. configure:6737: result: yes
  294. configure:6745: checking whether to build RT_PREEMPT threads
  295. configure:6749: result: yes
  296. configure:6774: checking for xeno-config
  297. configure:6793: found /usr/bin/xeno-config
  298. configure:6805: result: /usr/bin/xeno-config
  299. configure:6823: checking usability of xenomai utility, /usr/bin/xeno-config
  300. configure:6831: result: yes (v2)
  301. configure:6877: checking for rt_task_create in -lnative
  302. configure:6902: gcc -o conftest -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c -lnative -lnative -L/usr/lib -lxenomai -lpthread -lrt >&5
  303. configure:6902: $? = 0
  304. configure:6912: result: yes
  305. configure:6926: checking for grep that handles long lines and -e
  306. configure:6984: result: /bin/grep
  307. configure:6989: checking for egrep
  308. configure:7051: result: /bin/egrep
  309. configure:7056: checking for ANSI C header files
  310. configure:7076: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  311. configure:7076: $? = 0
  312. configure:7149: gcc -o conftest -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c -lnative -lnative -L/usr/lib -lxenomai -lpthread -lrt >&5
  313. configure:7149: $? = 0
  314. configure:7149: ./conftest
  315. configure:7149: $? = 0
  316. configure:7160: result: yes
  317. configure:7173: checking for sys/types.h
  318. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  319. configure:7173: $? = 0
  320. configure:7173: result: yes
  321. configure:7173: checking for sys/stat.h
  322. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  323. configure:7173: $? = 0
  324. configure:7173: result: yes
  325. configure:7173: checking for stdlib.h
  326. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  327. configure:7173: $? = 0
  328. configure:7173: result: yes
  329. configure:7173: checking for string.h
  330. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  331. configure:7173: $? = 0
  332. configure:7173: result: yes
  333. configure:7173: checking for memory.h
  334. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  335. configure:7173: $? = 0
  336. configure:7173: result: yes
  337. configure:7173: checking for strings.h
  338. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  339. configure:7173: $? = 0
  340. configure:7173: result: yes
  341. configure:7173: checking for inttypes.h
  342. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  343. configure:7173: $? = 0
  344. configure:7173: result: yes
  345. configure:7173: checking for stdint.h
  346. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  347. configure:7173: $? = 0
  348. configure:7173: result: yes
  349. configure:7173: checking for unistd.h
  350. configure:7173: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  351. configure:7173: $? = 0
  352. configure:7173: result: yes
  353. configure:7186: checking native/task.h usability
  354. configure:7186: gcc -c -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c >&5
  355. configure:7186: $? = 0
  356. configure:7186: result: yes
  357. configure:7186: checking native/task.h presence
  358. configure:7186: gcc -E -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c
  359. configure:7186: $? = 0
  360. configure:7186: result: yes
  361. configure:7186: checking for native/task.h
  362. configure:7186: result: yes
  363. configure:7226: checking whether to build Xenomai userland threads
  364. configure:7236: result: yes
  365. configure:7240: checking whether to build Xenomai kernel threads
  366. configure:7256: result: no
  367. configure:7281: checking for rtai-config
  368. configure:7314: result: no
  369. configure:7379: checking whether to build RTAI threads
  370. configure:7400: result: no
  371. configure:7423: checking whether to build hardware drivers
  372. configure:7435: result: yes
  373. configure:7463: checking for LIBUDEV
  374. configure:7470: $PKG_CONFIG --exists --print-errors "libudev"
  375. configure:7473: $? = 0
  376. configure:7487: $PKG_CONFIG --exists --print-errors "libudev"
  377. configure:7490: $? = 0
  378. configure:7528: result: yes
  379. configure:7534: checking whether to build usermode PCI hardware drivers
  380. configure:7551: result: default enabled for userland RT threads
  381. configure:7922: checking for usability of rdtscll from asm/msr.h
  382. configure:7939: gcc -o conftest -g -O2 conftest.c >&5
  383. /tmp/ccflKB6K.o: In function `use_rdtscll':
  384. /home/bas/machinekit/src/conftest.c:41: undefined reference to `rdtscll'
  385. collect2: error: ld returned 1 exit status
  386. configure:7939: $? = 1
  387. configure: failed program was:
  388. | /* confdefs.h */
  389. | #define PACKAGE_NAME "LinuxCNC"
  390. | #define PACKAGE_TARNAME "linuxcnc"
  391. | #define PACKAGE_VERSION "0.1"
  392. | #define PACKAGE_STRING "LinuxCNC 0.1"
  393. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  394. | #define PACKAGE_URL ""
  395. | #define RUNDIR "/tmp"
  396. | #define HAVE_CZMQ /**/
  397. | #define HAVE_PROTOBUF /**/
  398. | #define HAVE_JANSSON /**/
  399. | #define HAVE_URIPARSER /**/
  400. | #define HAVE_LWS /**/
  401. | #define HAVE_SSL /**/
  402. | #define HAVE_UUID /**/
  403. | #define HAVE_AVAHI /**/
  404. | #define HAVE_LIBNATIVE 1
  405. | #define STDC_HEADERS 1
  406. | #define HAVE_SYS_TYPES_H 1
  407. | #define HAVE_SYS_STAT_H 1
  408. | #define HAVE_STDLIB_H 1
  409. | #define HAVE_STRING_H 1
  410. | #define HAVE_MEMORY_H 1
  411. | #define HAVE_STRINGS_H 1
  412. | #define HAVE_INTTYPES_H 1
  413. | #define HAVE_STDINT_H 1
  414. | #define HAVE_UNISTD_H 1
  415. | #define BUILD_DRIVERS /**/
  416. | #define USERMODE_PCI /**/
  417. | #define HAVE_LIBUDEV /**/
  418. | #define TARGET_PLATFORM_PC /**/
  419. | #define HAVE_POSIX_THREADS /**/
  420. | #define HAVE_RT_PREEMPT_THREADS /**/
  421. | #define XENOMAI_V2 /**/
  422. | #define XENOMAI_SKIN native
  423. | #define HAVE_XENOMAI_THREADS /**/
  424. | /* end confdefs.h. */
  425. |
  426. | #include <asm/msr.h>
  427. | #include <stdio.h>
  428. | void use_rdtscll(void) { long long tsc; rdtscll(tsc); }
  429. |
  430. | int
  431. | main ()
  432. | {
  433. |
  434. | ;
  435. | return 0;
  436. | }
  437. configure:7951: result: no
  438. configure:7954: checking for usability of linux/hidraw.h
  439. configure:7971: gcc -o conftest -g -O2 conftest.c >&5
  440. configure:7971: $? = 0
  441. configure:7983: result: yes
  442. configure:8006: checking for LIBMODBUS
  443. configure:8013: $PKG_CONFIG --exists --print-errors "libmodbus >= 3"
  444. configure:8016: $? = 0
  445. configure:8030: $PKG_CONFIG --exists --print-errors "libmodbus >= 3"
  446. configure:8033: $? = 0
  447. configure:8071: result: yes
  448. configure:8099: checking for LIBUSB10
  449. configure:8106: $PKG_CONFIG --exists --print-errors "libusb-1.0"
  450. configure:8109: $? = 0
  451. configure:8123: $PKG_CONFIG --exists --print-errors "libusb-1.0"
  452. configure:8126: $? = 0
  453. configure:8164: result: yes
  454. configure:8438: checking for GLIB
  455. configure:8445: $PKG_CONFIG --exists --print-errors "glib-2.0"
  456. configure:8448: $? = 0
  457. configure:8462: $PKG_CONFIG --exists --print-errors "glib-2.0"
  458. configure:8465: $? = 0
  459. configure:8523: result: yes
  460. configure:8546: checking for GTK
  461. configure:8553: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0"
  462. configure:8556: $? = 0
  463. configure:8570: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4.0"
  464. configure:8573: $? = 0
  465. configure:8611: result: yes
  466. configure:8617: checking for GNOMEPRINT
  467. configure:8624: $PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2"
  468. Package libgnomeprintui-2.2 was not found in the pkg-config search path.
  469. Perhaps you should add the directory containing `libgnomeprintui-2.2.pc'
  470. to the PKG_CONFIG_PATH environment variable
  471. No package 'libgnomeprintui-2.2' found
  472. configure:8627: $? = 1
  473. configure:8641: $PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2"
  474. Package libgnomeprintui-2.2 was not found in the pkg-config search path.
  475. Perhaps you should add the directory containing `libgnomeprintui-2.2.pc'
  476. to the PKG_CONFIG_PATH environment variable
  477. No package 'libgnomeprintui-2.2' found
  478. configure:8644: $? = 1
  479. configure:8658: result: no
  480. No package 'libgnomeprintui-2.2' found
  481. configure:8765: checking for g++
  482. configure:8781: found /usr/bin/g++
  483. configure:8792: result: g++
  484. configure:8819: checking for C++ compiler version
  485. configure:8828: g++ --version >&5
  486. g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
  487. Copyright (C) 2013 Free Software Foundation, Inc.
  488. This is free software; see the source for copying conditions. There is NO
  489. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  490.  
  491. configure:8839: $? = 0
  492. configure:8828: g++ -v >&5
  493. Using built-in specs.
  494. COLLECT_GCC=g++
  495. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  496. Target: x86_64-linux-gnu
  497. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  498. Thread model: posix
  499. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
  500. configure:8839: $? = 0
  501. configure:8828: g++ -V >&5
  502. g++: error: unrecognized command line option '-V'
  503. g++: fatal error: no input files
  504. compilation terminated.
  505. configure:8839: $? = 4
  506. configure:8828: g++ -qversion >&5
  507. g++: error: unrecognized command line option '-qversion'
  508. g++: fatal error: no input files
  509. compilation terminated.
  510. configure:8839: $? = 4
  511. configure:8843: checking whether we are using the GNU C++ compiler
  512. configure:8862: g++ -c conftest.cpp >&5
  513. configure:8862: $? = 0
  514. configure:8871: result: yes
  515. configure:8880: checking whether g++ accepts -g
  516. configure:8900: g++ -c -g conftest.cpp >&5
  517. configure:8900: $? = 0
  518. configure:8941: result: yes
  519. configure:8974: checking whether g++ supports C++11 features by default
  520. configure:9000: g++ -c -g -O2 conftest.cpp >&5
  521. conftest.cpp:54:21: error: expected identifier before 'sizeof'
  522. static_assert(sizeof(int) <= sizeof(T), "not big enough");
  523. ^
  524. conftest.cpp:54:21: error: expected ',' or '...' before 'sizeof'
  525. conftest.cpp:54:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
  526. static_assert(sizeof(int) <= sizeof(T), "not big enough");
  527. ^
  528. conftest.cpp:57:29: error: '>>' should be '> >' within a nested template argument list
  529. typedef check<check<bool>> right_angle_brackets;
  530. ^
  531. conftest.cpp:60:13: error: expected constructor, destructor, or type conversion before '(' token
  532. decltype(a) b;
  533. ^
  534. conftest.cpp:64:15: error: expected unqualified-id before '&&' token
  535. check_type&& cr = static_cast<check_type&&>(c);
  536. ^
  537. conftest.cpp:66:10: error: 'd' does not name a type
  538. auto d = a;
  539. ^
  540. configure:9000: $? = 1
  541. configure: failed program was:
  542. | /* confdefs.h */
  543. | #define PACKAGE_NAME "LinuxCNC"
  544. | #define PACKAGE_TARNAME "linuxcnc"
  545. | #define PACKAGE_VERSION "0.1"
  546. | #define PACKAGE_STRING "LinuxCNC 0.1"
  547. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  548. | #define PACKAGE_URL ""
  549. | #define RUNDIR "/tmp"
  550. | #define HAVE_CZMQ /**/
  551. | #define HAVE_PROTOBUF /**/
  552. | #define HAVE_JANSSON /**/
  553. | #define HAVE_URIPARSER /**/
  554. | #define HAVE_LWS /**/
  555. | #define HAVE_SSL /**/
  556. | #define HAVE_UUID /**/
  557. | #define HAVE_AVAHI /**/
  558. | #define HAVE_LIBNATIVE 1
  559. | #define STDC_HEADERS 1
  560. | #define HAVE_SYS_TYPES_H 1
  561. | #define HAVE_SYS_STAT_H 1
  562. | #define HAVE_STDLIB_H 1
  563. | #define HAVE_STRING_H 1
  564. | #define HAVE_MEMORY_H 1
  565. | #define HAVE_STRINGS_H 1
  566. | #define HAVE_INTTYPES_H 1
  567. | #define HAVE_STDINT_H 1
  568. | #define HAVE_UNISTD_H 1
  569. | #define BUILD_DRIVERS /**/
  570. | #define USERMODE_PCI /**/
  571. | #define HAVE_LIBUDEV /**/
  572. | #define TARGET_PLATFORM_PC /**/
  573. | #define HAVE_POSIX_THREADS /**/
  574. | #define HAVE_RT_PREEMPT_THREADS /**/
  575. | #define XENOMAI_V2 /**/
  576. | #define XENOMAI_SKIN native
  577. | #define HAVE_XENOMAI_THREADS /**/
  578. | #define HIDRAW_H_USABLE /**/
  579. | #define EMC2_DEFAULT_NMLFILE "/home/bas/machinekit/configs/common/linuxcnc.nml"
  580. | #define EMC2_DEFAULT_TOOLTABLE "/home/bas/machinekit/configs/sim/sim.tbl"
  581. | #define EMC2_HOME "/home/bas/machinekit"
  582. | #define MACHINEKIT_INI "${prefix}/etc/linuxcnc/machinekit.ini"
  583. | #define EMC2_BIN_DIR "/home/bas/machinekit/bin"
  584. | #define EMC2_RTLIB_DIR "/home/bas/machinekit/rtlib"
  585. | #define EMC2_PO_DIR "/home/bas/machinekit/share/locale"
  586. | #define EMC2_NCFILES_DIR "/home/bas/machinekit/nc_files"
  587. | #define EMC2_IMAGE_DIR "/home/bas/machinekit"
  588. | #define GIT_VERSION "unknown"
  589. | #define GIT_CONFIG_SHA "cfa203d"
  590. | /* end confdefs.h. */
  591. |
  592. | template <typename T>
  593. | struct check
  594. | {
  595. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  596. | };
  597. |
  598. | typedef check<check<bool>> right_angle_brackets;
  599. |
  600. | int a;
  601. | decltype(a) b;
  602. |
  603. | typedef check<int> check_type;
  604. | check_type c;
  605. | check_type&& cr = static_cast<check_type&&>(c);
  606. |
  607. | auto d = a;
  608. |
  609. configure:9007: result: no
  610. configure:9018: checking whether g++ supports C++11 features with -std=c++11
  611. configure:9046: g++ -c -g -O2 -std=c++11 conftest.cpp >&5
  612. configure:9046: $? = 0
  613. configure:9055: result: yes
  614. configure:9090: checking whether make sets $(MAKE)
  615. configure:9112: result: yes
  616. configure:9164: checking for ranlib
  617. configure:9180: found /usr/bin/ranlib
  618. configure:9191: result: ranlib
  619. configure:9215: checking for ar
  620. configure:9233: found /usr/bin/ar
  621. configure:9245: result: /usr/bin/ar
  622. configure:9255: checking for install
  623. configure:9273: found /usr/bin/install
  624. configure:9285: result: /usr/bin/install
  625. configure:9298: checking for sed
  626. configure:9316: found /bin/sed
  627. configure:9329: result: /bin/sed
  628. configure:9344: checking for ps
  629. configure:9362: found /bin/ps
  630. configure:9375: result: /bin/ps
  631. configure:9390: checking for kill
  632. configure:9408: found /bin/kill
  633. configure:9421: result: /bin/kill
  634. configure:9436: checking for whoami
  635. configure:9454: found /usr/bin/whoami
  636. configure:9467: result: /usr/bin/whoami
  637. configure:9482: checking for awk
  638. configure:9500: found /usr/bin/awk
  639. configure:9513: result: /usr/bin/awk
  640. configure:9528: checking for insmod
  641. configure:9546: found /sbin/insmod
  642. configure:9559: result: /sbin/insmod
  643. configure:9574: checking for rmmod
  644. configure:9592: found /sbin/rmmod
  645. configure:9605: result: /sbin/rmmod
  646. configure:9620: checking for lsmod
  647. configure:9638: found /sbin/lsmod
  648. configure:9651: result: /sbin/lsmod
  649. configure:9666: checking for pidof
  650. configure:9684: found /bin/pidof
  651. configure:9697: result: /bin/pidof
  652. configure:9712: checking for ipcs
  653. configure:9730: found /usr/bin/ipcs
  654. configure:9743: result: /usr/bin/ipcs
  655. configure:9758: checking for fuser
  656. configure:9776: found /bin/fuser
  657. configure:9789: result: /bin/fuser
  658. configure:9805: checking for mandb
  659. configure:9823: found /usr/bin/mandb
  660. configure:9836: result: /usr/bin/mandb
  661. configure:9910: checking for python
  662. configure:9928: found /usr/bin/python
  663. configure:9941: result: /usr/bin/python
  664. configure:9954: checking whether to build documentation
  665. configure:9991: result: no
  666. configure:10542: checking for ANSI C header files
  667. configure:10646: result: yes
  668. configure:10654: checking for sys/wait.h that is POSIX.1 compatible
  669. configure:10680: gcc -c -g -O2 conftest.c >&5
  670. configure:10680: $? = 0
  671. configure:10687: result: yes
  672. configure:10697: checking for semtimedop
  673. configure:10697: gcc -o conftest -g -O2 conftest.c >&5
  674. configure:10697: $? = 0
  675. configure:10697: result: yes
  676. configure:10711: checking for clock_getres
  677. configure:10711: gcc -o conftest -g -O2 conftest.c -lrt >&5
  678. configure:10711: $? = 0
  679. configure:10711: result: yes
  680. configure:10722: checking for sincos function
  681. configure:10736: gcc -o conftest -g -O2 conftest.c -lrt >&5
  682. conftest.c: In function 'main':
  683. conftest.c:59:1: warning: incompatible implicit declaration of built-in function 'sincos' [enabled by default]
  684. sincos(1.0, &a, &b);
  685. ^
  686. configure:10736: $? = 0
  687. configure:10746: result: yes
  688. configure:10751: checking for __sincos
  689. configure:10751: gcc -o conftest -g -O2 conftest.c -lrt >&5
  690. /tmp/cc6nls40.o: In function `main':
  691. /home/bas/machinekit/src/conftest.c:90: undefined reference to `__sincos'
  692. collect2: error: ld returned 1 exit status
  693. configure:10751: $? = 1
  694. configure: failed program was:
  695. | /* confdefs.h */
  696. | #define PACKAGE_NAME "LinuxCNC"
  697. | #define PACKAGE_TARNAME "linuxcnc"
  698. | #define PACKAGE_VERSION "0.1"
  699. | #define PACKAGE_STRING "LinuxCNC 0.1"
  700. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  701. | #define PACKAGE_URL ""
  702. | #define RUNDIR "/tmp"
  703. | #define HAVE_CZMQ /**/
  704. | #define HAVE_PROTOBUF /**/
  705. | #define HAVE_JANSSON /**/
  706. | #define HAVE_URIPARSER /**/
  707. | #define HAVE_LWS /**/
  708. | #define HAVE_SSL /**/
  709. | #define HAVE_UUID /**/
  710. | #define HAVE_AVAHI /**/
  711. | #define HAVE_LIBNATIVE 1
  712. | #define STDC_HEADERS 1
  713. | #define HAVE_SYS_TYPES_H 1
  714. | #define HAVE_SYS_STAT_H 1
  715. | #define HAVE_STDLIB_H 1
  716. | #define HAVE_STRING_H 1
  717. | #define HAVE_MEMORY_H 1
  718. | #define HAVE_STRINGS_H 1
  719. | #define HAVE_INTTYPES_H 1
  720. | #define HAVE_STDINT_H 1
  721. | #define HAVE_UNISTD_H 1
  722. | #define BUILD_DRIVERS /**/
  723. | #define USERMODE_PCI /**/
  724. | #define HAVE_LIBUDEV /**/
  725. | #define TARGET_PLATFORM_PC /**/
  726. | #define HAVE_POSIX_THREADS /**/
  727. | #define HAVE_RT_PREEMPT_THREADS /**/
  728. | #define XENOMAI_V2 /**/
  729. | #define XENOMAI_SKIN native
  730. | #define HAVE_XENOMAI_THREADS /**/
  731. | #define HIDRAW_H_USABLE /**/
  732. | #define EMC2_DEFAULT_NMLFILE "/home/bas/machinekit/configs/common/linuxcnc.nml"
  733. | #define EMC2_DEFAULT_TOOLTABLE "/home/bas/machinekit/configs/sim/sim.tbl"
  734. | #define EMC2_HOME "/home/bas/machinekit"
  735. | #define MACHINEKIT_INI "${prefix}/etc/linuxcnc/machinekit.ini"
  736. | #define EMC2_BIN_DIR "/home/bas/machinekit/bin"
  737. | #define EMC2_RTLIB_DIR "/home/bas/machinekit/rtlib"
  738. | #define EMC2_PO_DIR "/home/bas/machinekit/share/locale"
  739. | #define EMC2_NCFILES_DIR "/home/bas/machinekit/nc_files"
  740. | #define EMC2_IMAGE_DIR "/home/bas/machinekit"
  741. | #define GIT_VERSION "unknown"
  742. | #define GIT_CONFIG_SHA "cfa203d"
  743. | #define HAVE_CXX11 1
  744. | #define STDC_HEADERS 1
  745. | #define HAVE_SYS_WAIT_H 1
  746. | #define HAVE_SEMTIMEDOP 1
  747. | #define HAVE_CLOCK_GETRES 1
  748. | #define HAVE_SINCOS 1
  749. | /* end confdefs.h. */
  750. | /* Define __sincos to an innocuous variant, in case <limits.h> declares __sincos.
  751. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  752. | #define __sincos innocuous___sincos
  753. |
  754. | /* System header to define __stub macros and hopefully few prototypes,
  755. | which can conflict with char __sincos (); below.
  756. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  757. | <limits.h> exists even on freestanding compilers. */
  758. |
  759. | #ifdef __STDC__
  760. | # include <limits.h>
  761. | #else
  762. | # include <assert.h>
  763. | #endif
  764. |
  765. | #undef __sincos
  766. |
  767. | /* Override any GCC internal prototype to avoid an error.
  768. | Use char because int might match the return type of a GCC
  769. | builtin and then its argument prototype would still apply. */
  770. | #ifdef __cplusplus
  771. | extern "C"
  772. | #endif
  773. | char __sincos ();
  774. | /* The GNU C library defines this for functions which it implements
  775. | to always fail with ENOSYS. Some functions are actually named
  776. | something starting with __ and the normal name is an alias. */
  777. | #if defined __stub___sincos || defined __stub_____sincos
  778. | choke me
  779. | #endif
  780. |
  781. | int
  782. | main ()
  783. | {
  784. | return __sincos ();
  785. | ;
  786. | return 0;
  787. | }
  788. configure:10751: result: no
  789. configure:10770: Building rtapi.ini generator script
  790. configure:10858: checking for Tcl configuration
  791. configure:10960: result: found /usr/lib/tcl8.6/tclConfig.sh
  792. configure:10966: checking for existence of /usr/lib/tcl8.6/tclConfig.sh
  793. configure:10970: result: loading
  794. configure:11053: checking for Tk configuration
  795. configure:11155: result: found /usr/lib/tk8.6/tkConfig.sh
  796. configure:11161: checking for existence of /usr/lib/tk8.6/tkConfig.sh
  797. configure:11165: result: loading
  798. configure:11235: checking for wish8.6
  799. configure:11254: found /usr/bin/wish8.6
  800. configure:11266: result: /usr/bin/wish8.6
  801. configure:11282: checking for tclsh8.6
  802. configure:11301: found /usr/bin/tclsh8.6
  803. configure:11313: result: /usr/bin/tclsh8.6
  804. configure:11327: checking for BLT using tclsh8.5
  805. configure:11334: result: not found
  806. configure:11358: checking for X
  807. configure:11466: gcc -E conftest.c
  808. configure:11466: $? = 0
  809. configure:11497: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  810. configure:11497: $? = 0
  811. configure:11547: result: libraries , headers
  812. configure:11646: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  813. configure:11646: $? = 0
  814. configure:11744: checking for gethostbyname
  815. configure:11744: gcc -o conftest -g -O2 conftest.c >&5
  816. configure:11744: $? = 0
  817. configure:11744: result: yes
  818. configure:11841: checking for connect
  819. configure:11841: gcc -o conftest -g -O2 conftest.c >&5
  820. configure:11841: $? = 0
  821. configure:11841: result: yes
  822. configure:11890: checking for remove
  823. configure:11890: gcc -o conftest -g -O2 conftest.c >&5
  824. configure:11890: $? = 0
  825. configure:11890: result: yes
  826. configure:11939: checking for shmat
  827. configure:11939: gcc -o conftest -g -O2 conftest.c >&5
  828. configure:11939: $? = 0
  829. configure:11939: result: yes
  830. configure:11997: checking for IceConnectionNumber in -lICE
  831. configure:12022: gcc -o conftest -g -O2 conftest.c -lICE >&5
  832. configure:12022: $? = 0
  833. configure:12031: result: yes
  834. configure:12049: checking X11/extensions/Xinerama.h usability
  835. configure:12049: gcc -c -g -O2 conftest.c >&5
  836. configure:12049: $? = 0
  837. configure:12049: result: yes
  838. configure:12049: checking X11/extensions/Xinerama.h presence
  839. configure:12049: gcc -E conftest.c
  840. configure:12049: $? = 0
  841. configure:12049: result: yes
  842. configure:12049: checking for X11/extensions/Xinerama.h
  843. configure:12049: result: yes
  844. configure:12062: checking for XineramaQueryExtension in -lXinerama
  845. configure:12087: gcc -o conftest -g -O2 conftest.c -lXinerama >&5
  846. configure:12087: $? = 0
  847. configure:12096: result: yes
  848. configure:12124: checking for X11/Xaw/XawInit.h
  849. configure:12124: gcc -c -g -O2 conftest.c >&5
  850. configure:12124: $? = 0
  851. configure:12124: result: yes
  852. configure:12139: checking for XawDialogGetValueString in -lXaw
  853. configure:12164: gcc -o conftest -g -O2 conftest.c -lXaw -lXinerama -lSM -lICE >&5
  854. configure:12164: $? = 0
  855. configure:12173: result: yes
  856. configure:12206: checking readline/readline.h usability
  857. configure:12206: gcc -c -g -O2 conftest.c >&5
  858. configure:12206: $? = 0
  859. configure:12206: result: yes
  860. configure:12206: checking readline/readline.h presence
  861. configure:12206: gcc -E conftest.c
  862. configure:12206: $? = 0
  863. configure:12206: result: yes
  864. configure:12206: checking for readline/readline.h
  865. configure:12206: result: yes
  866. configure:12220: checking readline/history.h usability
  867. configure:12220: gcc -c -g -O2 conftest.c >&5
  868. configure:12220: $? = 0
  869. configure:12220: result: yes
  870. configure:12220: checking readline/history.h presence
  871. configure:12220: gcc -E conftest.c
  872. configure:12220: $? = 0
  873. configure:12220: result: yes
  874. configure:12220: checking for readline/history.h
  875. configure:12220: result: yes
  876. configure:12234: checking for readline in -lreadline
  877. configure:12259: gcc -o conftest -g -O2 conftest.c -lreadline >&5
  878. configure:12259: $? = 0
  879. configure:12268: result: yes
  880. configure:12276: checking for readline in -lreadline
  881. configure:12301: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5
  882. configure:12301: $? = 0
  883. configure:12310: result: yes
  884. configure:12343: checking ncurses.h usability
  885. configure:12343: gcc -c -g -O2 conftest.c >&5
  886. configure:12343: $? = 0
  887. configure:12343: result: yes
  888. configure:12343: checking ncurses.h presence
  889. configure:12343: gcc -E conftest.c
  890. configure:12343: $? = 0
  891. configure:12343: result: yes
  892. configure:12343: checking for ncurses.h
  893. configure:12343: result: yes
  894. configure:12356: checking for initscr in -lncurses
  895. configure:12381: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  896. configure:12381: $? = 0
  897. configure:12390: result: yes
  898. configure:12424: checking backtrace.h usability
  899. configure:12424: gcc -c -g -O2 conftest.c >&5
  900. configure:12424: $? = 0
  901. configure:12424: result: yes
  902. configure:12424: checking backtrace.h presence
  903. configure:12424: gcc -E conftest.c
  904. configure:12424: $? = 0
  905. configure:12424: result: yes
  906. configure:12424: checking for backtrace.h
  907. configure:12424: result: yes
  908. configure:12437: checking libbacktrace/backtrace.h usability
  909. configure:12437: gcc -c -g -O2 conftest.c >&5
  910. conftest.c:99:36: fatal error: libbacktrace/backtrace.h: No such file or directory
  911. #include <libbacktrace/backtrace.h>
  912. ^
  913. compilation terminated.
  914. configure:12437: $? = 1
  915. configure: failed program was:
  916. | /* confdefs.h */
  917. | #define PACKAGE_NAME "LinuxCNC"
  918. | #define PACKAGE_TARNAME "linuxcnc"
  919. | #define PACKAGE_VERSION "0.1"
  920. | #define PACKAGE_STRING "LinuxCNC 0.1"
  921. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  922. | #define PACKAGE_URL ""
  923. | #define RUNDIR "/tmp"
  924. | #define HAVE_CZMQ /**/
  925. | #define HAVE_PROTOBUF /**/
  926. | #define HAVE_JANSSON /**/
  927. | #define HAVE_URIPARSER /**/
  928. | #define HAVE_LWS /**/
  929. | #define HAVE_SSL /**/
  930. | #define HAVE_UUID /**/
  931. | #define HAVE_AVAHI /**/
  932. | #define HAVE_LIBNATIVE 1
  933. | #define STDC_HEADERS 1
  934. | #define HAVE_SYS_TYPES_H 1
  935. | #define HAVE_SYS_STAT_H 1
  936. | #define HAVE_STDLIB_H 1
  937. | #define HAVE_STRING_H 1
  938. | #define HAVE_MEMORY_H 1
  939. | #define HAVE_STRINGS_H 1
  940. | #define HAVE_INTTYPES_H 1
  941. | #define HAVE_STDINT_H 1
  942. | #define HAVE_UNISTD_H 1
  943. | #define BUILD_DRIVERS /**/
  944. | #define USERMODE_PCI /**/
  945. | #define HAVE_LIBUDEV /**/
  946. | #define TARGET_PLATFORM_PC /**/
  947. | #define HAVE_POSIX_THREADS /**/
  948. | #define HAVE_RT_PREEMPT_THREADS /**/
  949. | #define XENOMAI_V2 /**/
  950. | #define XENOMAI_SKIN native
  951. | #define HAVE_XENOMAI_THREADS /**/
  952. | #define HIDRAW_H_USABLE /**/
  953. | #define EMC2_DEFAULT_NMLFILE "/home/bas/machinekit/configs/common/linuxcnc.nml"
  954. | #define EMC2_DEFAULT_TOOLTABLE "/home/bas/machinekit/configs/sim/sim.tbl"
  955. | #define EMC2_HOME "/home/bas/machinekit"
  956. | #define MACHINEKIT_INI "${prefix}/etc/linuxcnc/machinekit.ini"
  957. | #define EMC2_BIN_DIR "/home/bas/machinekit/bin"
  958. | #define EMC2_RTLIB_DIR "/home/bas/machinekit/rtlib"
  959. | #define EMC2_PO_DIR "/home/bas/machinekit/share/locale"
  960. | #define EMC2_NCFILES_DIR "/home/bas/machinekit/nc_files"
  961. | #define EMC2_IMAGE_DIR "/home/bas/machinekit"
  962. | #define GIT_VERSION "unknown"
  963. | #define GIT_CONFIG_SHA "cfa203d"
  964. | #define HAVE_CXX11 1
  965. | #define STDC_HEADERS 1
  966. | #define HAVE_SYS_WAIT_H 1
  967. | #define HAVE_SEMTIMEDOP 1
  968. | #define HAVE_CLOCK_GETRES 1
  969. | #define HAVE_SINCOS 1
  970. | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  971. | #define HAVE_LIBXINERAMA 1
  972. | #define HAVE_X11_XAW_XAWINIT_H 1
  973. | #define HAVE_LIBXAW 1
  974. | #define HAVE_READLINE_READLINE_H 1
  975. | #define HAVE_READLINE_HISTORY_H 1
  976. | #define HAVE_READLINE /**/
  977. | #define HAVE_NCURSES_H 1
  978. | #define HAVE_LIBNCURSES 1
  979. | #define HAVE_BACKTRACE_H 1
  980. | /* end confdefs.h. */
  981. | #include <stdio.h>
  982. | #ifdef HAVE_SYS_TYPES_H
  983. | # include <sys/types.h>
  984. | #endif
  985. | #ifdef HAVE_SYS_STAT_H
  986. | # include <sys/stat.h>
  987. | #endif
  988. | #ifdef STDC_HEADERS
  989. | # include <stdlib.h>
  990. | # include <stddef.h>
  991. | #else
  992. | # ifdef HAVE_STDLIB_H
  993. | # include <stdlib.h>
  994. | # endif
  995. | #endif
  996. | #ifdef HAVE_STRING_H
  997. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  998. | # include <memory.h>
  999. | # endif
  1000. | # include <string.h>
  1001. | #endif
  1002. | #ifdef HAVE_STRINGS_H
  1003. | # include <strings.h>
  1004. | #endif
  1005. | #ifdef HAVE_INTTYPES_H
  1006. | # include <inttypes.h>
  1007. | #endif
  1008. | #ifdef HAVE_STDINT_H
  1009. | # include <stdint.h>
  1010. | #endif
  1011. | #ifdef HAVE_UNISTD_H
  1012. | # include <unistd.h>
  1013. | #endif
  1014. | #include <libbacktrace/backtrace.h>
  1015. configure:12437: result: no
  1016. configure:12437: checking libbacktrace/backtrace.h presence
  1017. configure:12437: gcc -E conftest.c
  1018. conftest.c:66:36: fatal error: libbacktrace/backtrace.h: No such file or directory
  1019. #include <libbacktrace/backtrace.h>
  1020. ^
  1021. compilation terminated.
  1022. configure:12437: $? = 1
  1023. configure: failed program was:
  1024. | /* confdefs.h */
  1025. | #define PACKAGE_NAME "LinuxCNC"
  1026. | #define PACKAGE_TARNAME "linuxcnc"
  1027. | #define PACKAGE_VERSION "0.1"
  1028. | #define PACKAGE_STRING "LinuxCNC 0.1"
  1029. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  1030. | #define PACKAGE_URL ""
  1031. | #define RUNDIR "/tmp"
  1032. | #define HAVE_CZMQ /**/
  1033. | #define HAVE_PROTOBUF /**/
  1034. | #define HAVE_JANSSON /**/
  1035. | #define HAVE_URIPARSER /**/
  1036. | #define HAVE_LWS /**/
  1037. | #define HAVE_SSL /**/
  1038. | #define HAVE_UUID /**/
  1039. | #define HAVE_AVAHI /**/
  1040. | #define HAVE_LIBNATIVE 1
  1041. | #define STDC_HEADERS 1
  1042. | #define HAVE_SYS_TYPES_H 1
  1043. | #define HAVE_SYS_STAT_H 1
  1044. | #define HAVE_STDLIB_H 1
  1045. | #define HAVE_STRING_H 1
  1046. | #define HAVE_MEMORY_H 1
  1047. | #define HAVE_STRINGS_H 1
  1048. | #define HAVE_INTTYPES_H 1
  1049. | #define HAVE_STDINT_H 1
  1050. | #define HAVE_UNISTD_H 1
  1051. | #define BUILD_DRIVERS /**/
  1052. | #define USERMODE_PCI /**/
  1053. | #define HAVE_LIBUDEV /**/
  1054. | #define TARGET_PLATFORM_PC /**/
  1055. | #define HAVE_POSIX_THREADS /**/
  1056. | #define HAVE_RT_PREEMPT_THREADS /**/
  1057. | #define XENOMAI_V2 /**/
  1058. | #define XENOMAI_SKIN native
  1059. | #define HAVE_XENOMAI_THREADS /**/
  1060. | #define HIDRAW_H_USABLE /**/
  1061. | #define EMC2_DEFAULT_NMLFILE "/home/bas/machinekit/configs/common/linuxcnc.nml"
  1062. | #define EMC2_DEFAULT_TOOLTABLE "/home/bas/machinekit/configs/sim/sim.tbl"
  1063. | #define EMC2_HOME "/home/bas/machinekit"
  1064. | #define MACHINEKIT_INI "${prefix}/etc/linuxcnc/machinekit.ini"
  1065. | #define EMC2_BIN_DIR "/home/bas/machinekit/bin"
  1066. | #define EMC2_RTLIB_DIR "/home/bas/machinekit/rtlib"
  1067. | #define EMC2_PO_DIR "/home/bas/machinekit/share/locale"
  1068. | #define EMC2_NCFILES_DIR "/home/bas/machinekit/nc_files"
  1069. | #define EMC2_IMAGE_DIR "/home/bas/machinekit"
  1070. | #define GIT_VERSION "unknown"
  1071. | #define GIT_CONFIG_SHA "cfa203d"
  1072. | #define HAVE_CXX11 1
  1073. | #define STDC_HEADERS 1
  1074. | #define HAVE_SYS_WAIT_H 1
  1075. | #define HAVE_SEMTIMEDOP 1
  1076. | #define HAVE_CLOCK_GETRES 1
  1077. | #define HAVE_SINCOS 1
  1078. | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1079. | #define HAVE_LIBXINERAMA 1
  1080. | #define HAVE_X11_XAW_XAWINIT_H 1
  1081. | #define HAVE_LIBXAW 1
  1082. | #define HAVE_READLINE_READLINE_H 1
  1083. | #define HAVE_READLINE_HISTORY_H 1
  1084. | #define HAVE_READLINE /**/
  1085. | #define HAVE_NCURSES_H 1
  1086. | #define HAVE_LIBNCURSES 1
  1087. | #define HAVE_BACKTRACE_H 1
  1088. | /* end confdefs.h. */
  1089. | #include <libbacktrace/backtrace.h>
  1090. configure:12437: result: no
  1091. configure:12437: checking for libbacktrace/backtrace.h
  1092. configure:12437: result: no
  1093. configure:12451: checking for backtrace_simple in -lbacktrace
  1094. configure:12476: gcc -o conftest -g -O2 conftest.c -lbacktrace -lncurses >&5
  1095. configure:12476: $? = 0
  1096. configure:12485: result: yes
  1097. configure:12520: checking locale.h usability
  1098. configure:12520: gcc -c -g -O2 conftest.c >&5
  1099. configure:12520: $? = 0
  1100. configure:12520: result: yes
  1101. configure:12520: checking locale.h presence
  1102. configure:12520: gcc -E conftest.c
  1103. configure:12520: $? = 0
  1104. configure:12520: result: yes
  1105. configure:12520: checking for locale.h
  1106. configure:12520: result: yes
  1107. configure:12532: checking for setlocale
  1108. configure:12532: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  1109. configure:12532: $? = 0
  1110. configure:12532: result: yes
  1111. configure:12549: checking libintl.h usability
  1112. configure:12549: gcc -c -g -O2 conftest.c >&5
  1113. configure:12549: $? = 0
  1114. configure:12549: result: yes
  1115. configure:12549: checking libintl.h presence
  1116. configure:12549: gcc -E conftest.c
  1117. configure:12549: $? = 0
  1118. configure:12549: result: yes
  1119. configure:12549: checking for libintl.h
  1120. configure:12549: result: yes
  1121. configure:12559: checking for gettext in -lintl
  1122. configure:12584: gcc -o conftest -g -O2 conftest.c -lintl -lncurses >&5
  1123. conftest.c:77:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
  1124. char gettext ();
  1125. ^
  1126. /usr/bin/ld: cannot find -lintl
  1127. collect2: error: ld returned 1 exit status
  1128. configure:12584: $? = 1
  1129. configure: failed program was:
  1130. | /* confdefs.h */
  1131. | #define PACKAGE_NAME "LinuxCNC"
  1132. | #define PACKAGE_TARNAME "linuxcnc"
  1133. | #define PACKAGE_VERSION "0.1"
  1134. | #define PACKAGE_STRING "LinuxCNC 0.1"
  1135. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  1136. | #define PACKAGE_URL ""
  1137. | #define RUNDIR "/tmp"
  1138. | #define HAVE_CZMQ /**/
  1139. | #define HAVE_PROTOBUF /**/
  1140. | #define HAVE_JANSSON /**/
  1141. | #define HAVE_URIPARSER /**/
  1142. | #define HAVE_LWS /**/
  1143. | #define HAVE_SSL /**/
  1144. | #define HAVE_UUID /**/
  1145. | #define HAVE_AVAHI /**/
  1146. | #define HAVE_LIBNATIVE 1
  1147. | #define STDC_HEADERS 1
  1148. | #define HAVE_SYS_TYPES_H 1
  1149. | #define HAVE_SYS_STAT_H 1
  1150. | #define HAVE_STDLIB_H 1
  1151. | #define HAVE_STRING_H 1
  1152. | #define HAVE_MEMORY_H 1
  1153. | #define HAVE_STRINGS_H 1
  1154. | #define HAVE_INTTYPES_H 1
  1155. | #define HAVE_STDINT_H 1
  1156. | #define HAVE_UNISTD_H 1
  1157. | #define BUILD_DRIVERS /**/
  1158. | #define USERMODE_PCI /**/
  1159. | #define HAVE_LIBUDEV /**/
  1160. | #define TARGET_PLATFORM_PC /**/
  1161. | #define HAVE_POSIX_THREADS /**/
  1162. | #define HAVE_RT_PREEMPT_THREADS /**/
  1163. | #define XENOMAI_V2 /**/
  1164. | #define XENOMAI_SKIN native
  1165. | #define HAVE_XENOMAI_THREADS /**/
  1166. | #define HIDRAW_H_USABLE /**/
  1167. | #define EMC2_DEFAULT_NMLFILE "/home/bas/machinekit/configs/common/linuxcnc.nml"
  1168. | #define EMC2_DEFAULT_TOOLTABLE "/home/bas/machinekit/configs/sim/sim.tbl"
  1169. | #define EMC2_HOME "/home/bas/machinekit"
  1170. | #define MACHINEKIT_INI "${prefix}/etc/linuxcnc/machinekit.ini"
  1171. | #define EMC2_BIN_DIR "/home/bas/machinekit/bin"
  1172. | #define EMC2_RTLIB_DIR "/home/bas/machinekit/rtlib"
  1173. | #define EMC2_PO_DIR "/home/bas/machinekit/share/locale"
  1174. | #define EMC2_NCFILES_DIR "/home/bas/machinekit/nc_files"
  1175. | #define EMC2_IMAGE_DIR "/home/bas/machinekit"
  1176. | #define GIT_VERSION "unknown"
  1177. | #define GIT_CONFIG_SHA "cfa203d"
  1178. | #define HAVE_CXX11 1
  1179. | #define STDC_HEADERS 1
  1180. | #define HAVE_SYS_WAIT_H 1
  1181. | #define HAVE_SEMTIMEDOP 1
  1182. | #define HAVE_CLOCK_GETRES 1
  1183. | #define HAVE_SINCOS 1
  1184. | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1185. | #define HAVE_LIBXINERAMA 1
  1186. | #define HAVE_X11_XAW_XAWINIT_H 1
  1187. | #define HAVE_LIBXAW 1
  1188. | #define HAVE_READLINE_READLINE_H 1
  1189. | #define HAVE_READLINE_HISTORY_H 1
  1190. | #define HAVE_READLINE /**/
  1191. | #define HAVE_NCURSES_H 1
  1192. | #define HAVE_LIBNCURSES 1
  1193. | #define HAVE_BACKTRACE_H 1
  1194. | #define HAVE_LIBBACKTRACE /**/
  1195. | #define HAVE_LOCALE_H 1
  1196. | #define HAVE_SETLOCALE 1
  1197. | #define HAVE_LIBINTL_H 1
  1198. | /* end confdefs.h. */
  1199. |
  1200. | /* Override any GCC internal prototype to avoid an error.
  1201. | Use char because int might match the return type of a GCC
  1202. | builtin and then its argument prototype would still apply. */
  1203. | #ifdef __cplusplus
  1204. | extern "C"
  1205. | #endif
  1206. | char gettext ();
  1207. | int
  1208. | main ()
  1209. | {
  1210. | return gettext ();
  1211. | ;
  1212. | return 0;
  1213. | }
  1214. configure:12593: result: no
  1215. configure:12636: checking for xgettext
  1216. configure:12654: found /usr/bin/xgettext
  1217. configure:12667: result: /usr/bin/xgettext
  1218. configure:12677: checking for msgfmt
  1219. configure:12695: found /usr/bin/msgfmt
  1220. configure:12708: result: /usr/bin/msgfmt
  1221. configure:12722: checking for Python support
  1222. configure:12739: result: yes
  1223. configure:12747: checking python version
  1224. configure:12753: result: OK
  1225. configure:12756: checking version of python libraries
  1226. configure:12759: result: python2.7
  1227. configure:12762: checking match between tk and Tkinter versions
  1228. configure:12779: result: 8.6
  1229. configure:12782: checking location of Python header files
  1230. configure:12785: result: /usr/include/python2.7
  1231. configure:12788: checking for Python headers
  1232. configure:12802: result: -I/usr/include/python2.7
  1233. configure:12806: checking for Python libraries
  1234. configure:12816: result: -lpthread -ldl -lutil
  1235. configure:12836: checking whether the Boost::Python headers are available
  1236. configure:12856: g++ -c -g -O2 -std=c++11 -I/usr/include/python2.7 conftest.cpp >&5
  1237. configure:12856: $? = 0
  1238. configure:12863: result: yes
  1239. configure:12879: checking for boost::python shared library
  1240. configure:12896: g++ -o conftest -g -O2 -std=c++11 -I/usr/include/python2.7 conftest.cpp -lXinerama -lpython2.7 -lboost_python >&5
  1241. configure:12896: $? = 0
  1242. configure:12907: result: -lboost_python
  1243. configure:12930: checking /usr/include/python2.7/Python.h usability
  1244. configure:12930: gcc -c -g -O2 conftest.c >&5
  1245. configure:12930: $? = 0
  1246. configure:12930: result: yes
  1247. configure:12930: checking /usr/include/python2.7/Python.h presence
  1248. configure:12930: gcc -E conftest.c
  1249. configure:12930: $? = 0
  1250. configure:12930: result: yes
  1251. configure:12930: checking for /usr/include/python2.7/Python.h
  1252. configure:12930: result: yes
  1253. configure:12939: checking for site-package location
  1254. configure:12942: result: /usr/lib/python2.7/dist-packages
  1255. configure:12948: checking GL/gl.h usability
  1256. configure:12948: gcc -c -g -O2 conftest.c >&5
  1257. configure:12948: $? = 0
  1258. configure:12948: result: yes
  1259. configure:12948: checking GL/gl.h presence
  1260. configure:12948: gcc -E conftest.c
  1261. configure:12948: $? = 0
  1262. configure:12948: result: yes
  1263. configure:12948: checking for GL/gl.h
  1264. configure:12948: result: yes
  1265. configure:12948: checking GL/glu.h usability
  1266. configure:12948: gcc -c -g -O2 conftest.c >&5
  1267. configure:12948: $? = 0
  1268. configure:12948: result: yes
  1269. configure:12948: checking GL/glu.h presence
  1270. configure:12948: gcc -E conftest.c
  1271. configure:12948: $? = 0
  1272. configure:12948: result: yes
  1273. configure:12948: checking for GL/glu.h
  1274. configure:12948: result: yes
  1275. configure:12961: checking for glBegin in -lGL
  1276. configure:12986: gcc -o conftest -g -O2 conftest.c -lGL -lXinerama >&5
  1277. configure:12986: $? = 0
  1278. configure:12995: result: yes
  1279. configure:13009: checking for working GLU quadrics
  1280. configure:13026: gcc -c -g -O2 conftest.c >&5
  1281. configure:13026: $? = 0
  1282. configure:13027: result: yes
  1283. configure:13037: checking for Xmu headers
  1284. configure:13041: checking X11/Xmu/Xmu.h usability
  1285. configure:13041: gcc -c -g -O2 conftest.c >&5
  1286. configure:13041: $? = 0
  1287. configure:13041: result: yes
  1288. configure:13041: checking X11/Xmu/Xmu.h presence
  1289. configure:13041: gcc -E conftest.c
  1290. configure:13041: $? = 0
  1291. configure:13041: result: yes
  1292. configure:13041: checking for X11/Xmu/Xmu.h
  1293. configure:13041: result: yes
  1294. configure:14234: creating ./config.status
  1295.  
  1296. ## ---------------------- ##
  1297. ## Running config.status. ##
  1298. ## ---------------------- ##
  1299.  
  1300. This file was extended by LinuxCNC config.status 0.1, which was
  1301. generated by GNU Autoconf 2.69. Invocation command line was
  1302.  
  1303. CONFIG_FILES =
  1304. CONFIG_HEADERS =
  1305. CONFIG_LINKS =
  1306. CONFIG_COMMANDS =
  1307. $ ./config.status
  1308.  
  1309. on xw6600
  1310.  
  1311. config.status:1136: creating ../scripts/gen-rtapi.ini.sh
  1312. config.status:1136: creating ../scripts/check-build-vs-configure-sha
  1313. config.status:1136: creating ../man/man1/linuxcnc.1
  1314. config.status:1136: creating ../scripts/linuxcnc
  1315. config.status:1136: creating ../scripts/halrun
  1316. config.status:1136: creating ../scripts/rip-environment
  1317. config.status:1136: creating ../scripts/haltcl
  1318. config.status:1136: creating ../scripts/realtime
  1319. config.status:1136: creating ../scripts/linuxcnc_var
  1320. config.status:1136: creating Makefile.inc
  1321. config.status:1136: creating Makefile.modinc
  1322. config.status:1136: creating ../tcl/linuxcnc.tcl
  1323. config.status:1136: creating ../lib/python/nf.py
  1324. config.status:1136: creating ../scripts/linuxcncmkdesktop
  1325. config.status:1136: creating ../share/applications/linuxcnc-latency.desktop
  1326. config.status:1136: creating ../share/applications/linuxcnc.desktop
  1327. config.status:1136: creating ../share/desktop-directories/cnc.directory
  1328. config.status:1136: creating ../share/menus/CNC.menu
  1329. config.status:1136: creating machinekitcfg.py-tmp
  1330. config.status:1136: creating ../scripts/machinekit.ini.tmpl
  1331. config.status:1136: creating config.h
  1332. configure:15427: checking if /home/bas/machinekit/etc/linuxcnc/machinekit.ini exists
  1333. configure:15431: result: not touching existing /home/bas/machinekit/etc/linuxcnc/machinekit.ini file
  1334. configure:15445: result: touching up /home/bas/machinekit/lib/python/machinekit/config.py
  1335. configure:15466: checking usability of /home/bas/machinekit/lib/python/machinekit/config.py
  1336. configure:15469: result: done
  1337.  
  1338. ## ---------------- ##
  1339. ## Cache variables. ##
  1340. ## ---------------- ##
  1341.  
  1342. ac_cv_boost_python=yes
  1343. ac_cv_build=x86_64-unknown-linux-gnu
  1344. ac_cv_c_compiler_gnu=yes
  1345. ac_cv_c_tclconfig=/usr/lib/tcl8.6
  1346. ac_cv_c_tkconfig=/usr/lib/tk8.6
  1347. ac_cv_cxx_compiler_gnu=yes
  1348. ac_cv_env_AVAHI_CFLAGS_set=
  1349. ac_cv_env_AVAHI_CFLAGS_value=
  1350. ac_cv_env_AVAHI_LIBS_set=
  1351. ac_cv_env_AVAHI_LIBS_value=
  1352. ac_cv_env_CCC_set=
  1353. ac_cv_env_CCC_value=
  1354. ac_cv_env_CC_set=
  1355. ac_cv_env_CC_value=
  1356. ac_cv_env_CFLAGS_set=
  1357. ac_cv_env_CFLAGS_value=
  1358. ac_cv_env_CPPFLAGS_set=
  1359. ac_cv_env_CPPFLAGS_value=
  1360. ac_cv_env_CPP_set=
  1361. ac_cv_env_CPP_value=
  1362. ac_cv_env_CXXFLAGS_set=
  1363. ac_cv_env_CXXFLAGS_value=
  1364. ac_cv_env_CXX_set=
  1365. ac_cv_env_CXX_value=
  1366. ac_cv_env_CZMQ_CFLAGS_set=
  1367. ac_cv_env_CZMQ_CFLAGS_value=
  1368. ac_cv_env_CZMQ_LIBS_set=
  1369. ac_cv_env_CZMQ_LIBS_value=
  1370. ac_cv_env_GLIB_CFLAGS_set=
  1371. ac_cv_env_GLIB_CFLAGS_value=
  1372. ac_cv_env_GLIB_LIBS_set=
  1373. ac_cv_env_GLIB_LIBS_value=
  1374. ac_cv_env_GNOMEPRINT_CFLAGS_set=
  1375. ac_cv_env_GNOMEPRINT_CFLAGS_value=
  1376. ac_cv_env_GNOMEPRINT_LIBS_set=
  1377. ac_cv_env_GNOMEPRINT_LIBS_value=
  1378. ac_cv_env_GTK_CFLAGS_set=
  1379. ac_cv_env_GTK_CFLAGS_value=
  1380. ac_cv_env_GTK_LIBS_set=
  1381. ac_cv_env_GTK_LIBS_value=
  1382. ac_cv_env_JANSSON_CFLAGS_set=
  1383. ac_cv_env_JANSSON_CFLAGS_value=
  1384. ac_cv_env_JANSSON_LIBS_set=
  1385. ac_cv_env_JANSSON_LIBS_value=
  1386. ac_cv_env_LDFLAGS_set=
  1387. ac_cv_env_LDFLAGS_value=
  1388. ac_cv_env_LIBMODBUS_CFLAGS_set=
  1389. ac_cv_env_LIBMODBUS_CFLAGS_value=
  1390. ac_cv_env_LIBMODBUS_LIBS_set=
  1391. ac_cv_env_LIBMODBUS_LIBS_value=
  1392. ac_cv_env_LIBS_set=
  1393. ac_cv_env_LIBS_value=
  1394. ac_cv_env_LIBUDEV_CFLAGS_set=
  1395. ac_cv_env_LIBUDEV_CFLAGS_value=
  1396. ac_cv_env_LIBUDEV_LIBS_set=
  1397. ac_cv_env_LIBUDEV_LIBS_value=
  1398. ac_cv_env_LIBUSB10_CFLAGS_set=
  1399. ac_cv_env_LIBUSB10_CFLAGS_value=
  1400. ac_cv_env_LIBUSB10_LIBS_set=
  1401. ac_cv_env_LIBUSB10_LIBS_value=
  1402. ac_cv_env_LTTNG_UST_CFLAGS_set=
  1403. ac_cv_env_LTTNG_UST_CFLAGS_value=
  1404. ac_cv_env_LTTNG_UST_LIBS_set=
  1405. ac_cv_env_LTTNG_UST_LIBS_value=
  1406. ac_cv_env_LWS_CFLAGS_set=
  1407. ac_cv_env_LWS_CFLAGS_value=
  1408. ac_cv_env_LWS_LIBS_set=
  1409. ac_cv_env_LWS_LIBS_value=
  1410. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1411. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1412. ac_cv_env_PKG_CONFIG_PATH_set=set
  1413. ac_cv_env_PKG_CONFIG_PATH_value=/home/bas/industrial_training/training/work/1.6/devel/lib/pkgconfig:/home/bas/industrial_training/training/work/1.6/devel/lib/x86_64-linux-gnu/pkgconfig:/home/bas/industrial_training/training/supplements/devel/lib/pkgconfig:/home/bas/industrial_training/training/supplements/devel/lib/x86_64-linux-gnu/pkgconfig:/home/bas/catkin_ws/devel/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/home/bas/catkin_ws/devel/lib/pkgconfig:/opt/ros/indigo/lib/pkgconfig
  1414. ac_cv_env_PKG_CONFIG_set=set
  1415. ac_cv_env_PKG_CONFIG_value=
  1416. ac_cv_env_PROTOBUF_CFLAGS_set=
  1417. ac_cv_env_PROTOBUF_CFLAGS_value=
  1418. ac_cv_env_PROTOBUF_LIBS_set=
  1419. ac_cv_env_PROTOBUF_LIBS_value=
  1420. ac_cv_env_SSL_CFLAGS_set=
  1421. ac_cv_env_SSL_CFLAGS_value=
  1422. ac_cv_env_SSL_LIBS_set=
  1423. ac_cv_env_SSL_LIBS_value=
  1424. ac_cv_env_URIPARSER_CFLAGS_set=
  1425. ac_cv_env_URIPARSER_CFLAGS_value=
  1426. ac_cv_env_URIPARSER_LIBS_set=
  1427. ac_cv_env_URIPARSER_LIBS_value=
  1428. ac_cv_env_UUID_CFLAGS_set=
  1429. ac_cv_env_UUID_CFLAGS_value=
  1430. ac_cv_env_UUID_LIBS_set=
  1431. ac_cv_env_UUID_LIBS_value=
  1432. ac_cv_env_XMKMF_set=
  1433. ac_cv_env_XMKMF_value=
  1434. ac_cv_env_build_alias_set=
  1435. ac_cv_env_build_alias_value=
  1436. ac_cv_env_host_alias_set=
  1437. ac_cv_env_host_alias_value=
  1438. ac_cv_env_target_alias_set=
  1439. ac_cv_env_target_alias_value=
  1440. ac_cv_func___sincos=no
  1441. ac_cv_func_clock_getres=yes
  1442. ac_cv_func_connect=yes
  1443. ac_cv_func_gethostbyname=yes
  1444. ac_cv_func_remove=yes
  1445. ac_cv_func_semtimedop=yes
  1446. ac_cv_func_setlocale=yes
  1447. ac_cv_func_shmat=yes
  1448. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  1449. ac_cv_header_GL_gl_h=yes
  1450. ac_cv_header_GL_glu_h=yes
  1451. ac_cv_header_X11_Xaw_XawInit_h=yes
  1452. ac_cv_header_X11_Xmu_Xmu_h=yes
  1453. ac_cv_header_X11_extensions_Xinerama_h=yes
  1454. ac_cv_header__usr_include_python2_7_Python_h=yes
  1455. ac_cv_header_backtrace_h=yes
  1456. ac_cv_header_inttypes_h=yes
  1457. ac_cv_header_libbacktrace_backtrace_h=no
  1458. ac_cv_header_libintl_h=yes
  1459. ac_cv_header_locale_h=yes
  1460. ac_cv_header_memory_h=yes
  1461. ac_cv_header_native_task_h=yes
  1462. ac_cv_header_ncurses_h=yes
  1463. ac_cv_header_readline_history_h=yes
  1464. ac_cv_header_readline_readline_h=yes
  1465. ac_cv_header_stdc=yes
  1466. ac_cv_header_stdint_h=yes
  1467. ac_cv_header_stdlib_h=yes
  1468. ac_cv_header_string_h=yes
  1469. ac_cv_header_strings_h=yes
  1470. ac_cv_header_sys_stat_h=yes
  1471. ac_cv_header_sys_types_h=yes
  1472. ac_cv_header_sys_wait_h=yes
  1473. ac_cv_header_unistd_h=yes
  1474. ac_cv_host=x86_64-unknown-linux-gnu
  1475. ac_cv_lib_GL_glBegin=yes
  1476. ac_cv_lib_ICE_IceConnectionNumber=yes
  1477. ac_cv_lib_Xaw_XawDialogGetValueString=yes
  1478. ac_cv_lib_Xinerama_XineramaQueryExtension=yes
  1479. ac_cv_lib_backtrace_backtrace_simple=yes
  1480. ac_cv_lib_intl_gettext=no
  1481. ac_cv_lib_native___rt_task_create=yes
  1482. ac_cv_lib_ncurses_initscr=yes
  1483. ac_cv_objext=o
  1484. ac_cv_path_AR=/usr/bin/ar
  1485. ac_cv_path_ARCHCMD=/usr/bin/arch
  1486. ac_cv_path_AWK=/usr/bin/awk
  1487. ac_cv_path_CYTHON=/usr/bin/cython
  1488. ac_cv_path_EGREP=/bin/egrep
  1489. ac_cv_path_FUSER=/bin/fuser
  1490. ac_cv_path_GREP=/bin/grep
  1491. ac_cv_path_INSMOD=/sbin/insmod
  1492. ac_cv_path_INSTALL=/usr/bin/install
  1493. ac_cv_path_IPCS=/usr/bin/ipcs
  1494. ac_cv_path_KILL=/bin/kill
  1495. ac_cv_path_LSMOD=/sbin/lsmod
  1496. ac_cv_path_MANDB=/usr/bin/mandb
  1497. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1498. ac_cv_path_PIDOF=/bin/pidof
  1499. ac_cv_path_PROTO2JS=none
  1500. ac_cv_path_PROTOC=/usr/bin/protoc
  1501. ac_cv_path_PS=/bin/ps
  1502. ac_cv_path_PYTHON=/usr/bin/python
  1503. ac_cv_path_RMMOD=/sbin/rmmod
  1504. ac_cv_path_SED=/bin/sed
  1505. ac_cv_path_TCLSH=/usr/bin/tclsh8.6
  1506. ac_cv_path_UUIDGEN=/usr/bin/uuidgen
  1507. ac_cv_path_WHOAMI=/usr/bin/whoami
  1508. ac_cv_path_WISH=/usr/bin/wish8.6
  1509. ac_cv_path_XENOMAI_THREADS_RTS=/usr/bin/xeno-config
  1510. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1511. ac_cv_prog_CPP='gcc -E'
  1512. ac_cv_prog_PKG_CONFIG=pkg-config
  1513. ac_cv_prog_ac_ct_CC=gcc
  1514. ac_cv_prog_ac_ct_CXX=g++
  1515. ac_cv_prog_ac_ct_LD=ld
  1516. ac_cv_prog_ac_ct_OBJCOPY=objcopy
  1517. ac_cv_prog_ac_ct_RANLIB=ranlib
  1518. ac_cv_prog_cc_c89=
  1519. ac_cv_prog_cc_g=yes
  1520. ac_cv_prog_cxx_g=yes
  1521. ac_cv_prog_make_make_set=yes
  1522. ax_cv_cxx_compile_cxx11=no
  1523. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  1524. pkg_cv_AVAHI_CFLAGS='-D_REENTRANT '
  1525. pkg_cv_AVAHI_LIBS='-lavahi-common -lavahi-client '
  1526. pkg_cv_CZMQ_CFLAGS=' '
  1527. pkg_cv_CZMQ_LIBS='-lczmq -lzmq '
  1528. pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
  1529. pkg_cv_GLIB_LIBS='-lglib-2.0 '
  1530. pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-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/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz '
  1531. pkg_cv_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 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype '
  1532. pkg_cv_JANSSON_CFLAGS=' '
  1533. pkg_cv_JANSSON_LIBS='-ljansson '
  1534. pkg_cv_LIBMODBUS_CFLAGS='-I/usr/include/modbus '
  1535. pkg_cv_LIBMODBUS_LIBS='-lmodbus '
  1536. pkg_cv_LIBUDEV_CFLAGS=' '
  1537. pkg_cv_LIBUDEV_LIBS='-ludev '
  1538. pkg_cv_LIBUSB10_CFLAGS='-I/usr/include/libusb-1.0 '
  1539. pkg_cv_LIBUSB10_LIBS='-lusb-1.0 '
  1540. pkg_cv_LWS_CFLAGS=' '
  1541. pkg_cv_LWS_LIBS='-lwebsockets '
  1542. pkg_cv_PROTOBUF_CFLAGS='-pthread '
  1543. pkg_cv_PROTOBUF_LIBS='-pthread -lprotobuf -lpthread '
  1544. pkg_cv_SSL_CFLAGS=' '
  1545. pkg_cv_SSL_LIBS='-lssl -lcrypto '
  1546. pkg_cv_URIPARSER_CFLAGS='-I/usr/include/uriparser '
  1547. pkg_cv_URIPARSER_LIBS='-luriparser '
  1548. pkg_cv_UUID_CFLAGS='-I/usr/include/uuid '
  1549. pkg_cv_UUID_LIBS='-luuid '
  1550.  
  1551. ## ----------------- ##
  1552. ## Output variables. ##
  1553. ## ----------------- ##
  1554.  
  1555. A2X=''
  1556. A2X_LATEX_ENCODING=''
  1557. AR='/usr/bin/ar'
  1558. ARCHCMD='/usr/bin/arch'
  1559. ARCHITECTURE='x86_64'
  1560. ASCIIDOC=''
  1561. AUTODIRS=''
  1562. AVAHI_CFLAGS='-D_REENTRANT '
  1563. AVAHI_LIBS='-lavahi-common -lavahi-client '
  1564. AWK='/usr/bin/awk'
  1565. BOOST_CPPFLAGS=''
  1566. BOOST_LDFLAGS=''
  1567. BOOST_PYTHON_LIBS='-lboost_python'
  1568. BOOST_SERIALIZATION_LIB=''
  1569. BOOST_SYSTEM_LIB=''
  1570. BOOST_THREAD_LIB=''
  1571. BUILD_DEV='no'
  1572. BUILD_DOCS='no'
  1573. BUILD_DOCS_HTML=''
  1574. BUILD_DOCS_PDF=''
  1575. BUILD_DRIVERS='yes'
  1576. BUILD_EMCWEB='no'
  1577. BUILD_EXAMPLES='no'
  1578. BUILD_NMLDEP='no'
  1579. BUILD_PROTO_JS='no'
  1580. BUILD_PYTHON='yes'
  1581. BUILD_THREAD_FLAVORS=' posix rt-preempt xenomai'
  1582. CC='gcc'
  1583. CC_FOR_BUILD='gcc'
  1584. CFLAGS='-g -O2'
  1585. CONVERT=''
  1586. CPP='gcc -E'
  1587. CPPFLAGS=''
  1588. CROSS_COMPILING='no'
  1589. CXX='g++'
  1590. CXXFLAGS='-g -O2 -std=c++11'
  1591. CYTHON='/usr/bin/cython'
  1592. CYTHON_LIB=''
  1593. CZMQ_CFLAGS=' '
  1594. CZMQ_LIBS='-lczmq -lzmq '
  1595. DATE='Thu Dec 24 22:21:42 CET 2015'
  1596. DBLATEX=''
  1597. DEFAULT_NMLFILE='/home/bas/machinekit/configs/common/linuxcnc.nml'
  1598. DEFS='-DHAVE_CONFIG_H'
  1599. DVIPNG=''
  1600. ECHO_C=''
  1601. ECHO_N='-n'
  1602. ECHO_T=''
  1603. EGREP='/bin/egrep'
  1604. EMC2VERSION='0.1'
  1605. EMC2_BIN_DIR='/home/bas/machinekit/bin'
  1606. EMC2_HELP_DIR='/home/bas/machinekit/help'
  1607. EMC2_HOME='/home/bas/machinekit'
  1608. EMC2_ICON='/home/bas/machinekit/machinekiticon.png'
  1609. EMC2_IMAGE_DIR='/home/bas/machinekit'
  1610. EMC2_LANG_DIR='/home/bas/machinekit/src/objects'
  1611. EMC2_LATENCYPLOT_SCRIPT=''
  1612. EMC2_LATENCY_SCRIPT='/home/bas/machinekit/scripts/latency-test'
  1613. EMC2_LIBEXEC_DIR='/home/bas/machinekit/libexec'
  1614. EMC2_NCFILES_DIR='/home/bas/machinekit/nc_files'
  1615. EMC2_RTLIB_DIR='/home/bas/machinekit/rtlib'
  1616. EMC2_SCRIPT='/home/bas/machinekit/scripts/emc'
  1617. EMC2_SUFFIX=' (run-in-place)'
  1618. EMC2_SYSTEM_CONFIG_DIR='${prefix}/etc/linuxcnc'
  1619. EMC2_TCL_DIR='/home/bas/machinekit/tcl'
  1620. EMC2_TCL_LIB_DIR='/home/bas/machinekit/tcl'
  1621. EXEEXT=''
  1622. FUSER='/bin/fuser'
  1623. GIT_CONFIG_SHA='cfa203d'
  1624. GIT_VERSION='unknown'
  1625. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
  1626. GLIB_LIBS='-lglib-2.0 '
  1627. GNOMEPRINT_CFLAGS=''
  1628. GNOMEPRINT_LIBS=''
  1629. GREP='/bin/grep'
  1630. GS=''
  1631. GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-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/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz '
  1632. 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 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype '
  1633. GTK_VER='2.24.23'
  1634. HAVE_CXX11='1'
  1635. HAVE_GNOMEPRINT=''
  1636. HAVE_LIBINTL=''
  1637. HAVE_LIBINTL_H=''
  1638. HAVE_LIBMODBUS3='yes'
  1639. HAVE_LIBUSB10='yes'
  1640. HAVE_LOCALE_H=''
  1641. HAVE_LTTNG_UST=''
  1642. HAVE_NCURSES='yes'
  1643. HAVE_POSIX_THREADS='yes'
  1644. HAVE_READLINE='yes'
  1645. HAVE_RTAI_KERNEL_THREADS='no'
  1646. HAVE_RT_PREEMPT_THREADS='yes'
  1647. HAVE_WORKING_BLT='no'
  1648. HAVE_XAW='yes'
  1649. HAVE_XENOMAI_KERNEL_THREADS='no'
  1650. HAVE_XENOMAI_THREADS='yes'
  1651. HIDRAW_H_USABLE='yes'
  1652. INCLUDEPY='/usr/include/python2.7'
  1653. INSMOD='/home/bas/machinekit/bin/linuxcnc_module_helper insert'
  1654. INSTALL='/usr/bin/install'
  1655. IPCS='/usr/bin/ipcs'
  1656. JANSSON_CFLAGS=' '
  1657. JANSSON_LIBS='-ljansson '
  1658. KILL='/bin/kill'
  1659. LANGUAGES=''
  1660. LD='ld'
  1661. LDFLAGS=''
  1662. LIBBACKTRACE='-lbacktrace'
  1663. LIBMODBUS_CFLAGS='-I/usr/include/modbus '
  1664. LIBMODBUS_LIBS='-lmodbus '
  1665. LIBOBJS=''
  1666. LIBPYTHON='python2.7'
  1667. LIBS='-lGL -lXinerama '
  1668. LIBUDEV_CFLAGS=' '
  1669. LIBUDEV_LIBS='-ludev '
  1670. LIBUSB10_CFLAGS='-I/usr/include/libusb-1.0 '
  1671. LIBUSB10_LIBS='-lusb-1.0 '
  1672. LINUXCNC_CONFIG_PATH='~/machinekit/configs:/home/bas/machinekit/configs'
  1673. LOCALEDIR='/usr/share/locale'
  1674. LSMOD='/sbin/lsmod'
  1675. LTLIBOBJS=''
  1676. LTTNG_UST_CFLAGS=''
  1677. LTTNG_UST_LIBS=''
  1678. LWS_CFLAGS=' '
  1679. LWS_LIBS='-lwebsockets '
  1680. MACHINEKIT_INI='${prefix}/etc/linuxcnc/machinekit.ini'
  1681. MANDB='/usr/bin/mandb'
  1682. MKUUID='349043b7-39d4-41fe-b87f-7af63e65be51'
  1683. MSGFMT='/usr/bin/msgfmt'
  1684. NCURSES_LIBS='-lncurses'
  1685. OBJCOPY='objcopy'
  1686. OBJEXT='o'
  1687. PACKAGE='machinekit'
  1688. PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net'
  1689. PACKAGE_NAME='LinuxCNC'
  1690. PACKAGE_STRING='LinuxCNC 0.1'
  1691. PACKAGE_TARNAME='linuxcnc'
  1692. PACKAGE_URL=''
  1693. PACKAGE_VERSION='0.1'
  1694. PATH_SEPARATOR=':'
  1695. PDFLATEX=''
  1696. PIDOF='/bin/pidof'
  1697. PKG_CONFIG='pkg-config'
  1698. PKG_CONFIG_LIBDIR=''
  1699. PKG_CONFIG_PATH='/home/bas/industrial_training/training/work/1.6/devel/lib/pkgconfig:/home/bas/industrial_training/training/work/1.6/devel/lib/x86_64-linux-gnu/pkgconfig:/home/bas/industrial_training/training/supplements/devel/lib/pkgconfig:/home/bas/industrial_training/training/supplements/devel/lib/x86_64-linux-gnu/pkgconfig:/home/bas/catkin_ws/devel/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/home/bas/catkin_ws/devel/lib/pkgconfig:/opt/ros/indigo/lib/pkgconfig'
  1700. POSIX_THREADS_BUILD_SYS='user-dso'
  1701. POSIX_THREADS_EXTRA_KMODS=''
  1702. POSIX_THREADS_FLAVOR_ID='0'
  1703. POSIX_THREADS_LDFLAGS='-lpthread -lrt'
  1704. POSIX_THREADS_RTDIR=''
  1705. POSIX_THREADS_RTFLAGS=' -pthread'
  1706. POSIX_THREADS_RTS=''
  1707. POSIX_THREADS_SOURCE='rt-preempt'
  1708. PRECISE_MULTILIB_BUG=''
  1709. PROTO2JS='none'
  1710. PROTOBUF_CFLAGS='-pthread '
  1711. PROTOBUF_LIBS='-pthread -lprotobuf -lpthread '
  1712. PROTOC='/usr/bin/protoc'
  1713. PS='/bin/ps'
  1714. PYTHON='/usr/bin/python'
  1715. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  1716. PYTHON_LIBS='-lpthread -ldl -lutil'
  1717. RANLIB='ranlib'
  1718. READLINE_LIBS='-lreadline'
  1719. REALTIME='/home/bas/machinekit/scripts/realtime'
  1720. REMOTE='0'
  1721. RMMOD='/home/bas/machinekit/bin/linuxcnc_module_helper remove'
  1722. RTAI_KERNEL_THREADS_BUILD_SYS='kbuild'
  1723. RTAI_KERNEL_THREADS_EXTRA_KMODS='rtai_hal rtai_sched rtapi_math'
  1724. RTAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
  1725. RTAI_KERNEL_THREADS_FLAVOR_ID='4'
  1726. RTAI_KERNEL_THREADS_KERNEL_DIRS=''
  1727. RTAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS=''
  1728. RTAI_KERNEL_THREADS_LDFLAGS=''
  1729. RTAI_KERNEL_THREADS_RTDIR=''
  1730. RTAI_KERNEL_THREADS_RTFLAGS=''
  1731. RTAI_KERNEL_THREADS_RTS=''
  1732. RTAI_KERNEL_THREADS_SOURCE='rtai-kernel'
  1733. RTDIR=''
  1734. RT_PREEMPT_THREADS_BUILD_SYS='user-dso'
  1735. RT_PREEMPT_THREADS_EXTRA_KMODS=''
  1736. RT_PREEMPT_THREADS_FLAVOR_ID='1'
  1737. RT_PREEMPT_THREADS_LDFLAGS='-lpthread -lrt'
  1738. RT_PREEMPT_THREADS_RTDIR=''
  1739. RT_PREEMPT_THREADS_RTFLAGS=' -pthread'
  1740. RT_PREEMPT_THREADS_RTS=''
  1741. RT_PREEMPT_THREADS_SOURCE='rt-preempt'
  1742. RUNDIR='/tmp'
  1743. RUN_IN_PLACE='yes'
  1744. SED='/bin/sed'
  1745. SET_MAKE=''
  1746. SHELL='/bin/bash'
  1747. SHMDRV_KERNEL_DIRS=' /usr/src/linux-headers-3.19.0-25-generic'
  1748. SITEPY='/usr/lib/python2.7/dist-packages'
  1749. SOURCE_HIGHLIGHT=''
  1750. SSL_CFLAGS=' '
  1751. SSL_LIBS='-lssl -lcrypto '
  1752. TARGET_PLATFORM_BEAGLEBONE=''
  1753. TARGET_PLATFORM_PC='yes'
  1754. TARGET_PLATFORM_RASPBERRY=''
  1755. TARGET_PLATFORM_ZEDBOARD=''
  1756. TCLSH='/usr/bin/tclsh8.6'
  1757. TCL_BIN_DIR='/usr/lib/tcl8.6'
  1758. TCL_CFLAGS='-I/usr/include/tcl8.6 -DUSE_TCL_STUBS'
  1759. TCL_DBGX=''
  1760. TCL_LIBS='-L/usr/lib/x86_64-linux-gnu -ltclstub8.6'
  1761. TCL_LIB_FILE='libtcl8.6.so'
  1762. TCL_LIB_FLAG='-ltcl8.6'
  1763. TCL_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltcl8.6'
  1764. TCL_PATCH_LEVEL='.1'
  1765. TCL_SRC_DIR='/usr/include/tcl8.6/tcl-private'
  1766. TCL_STUB_LIB_FILE='libtclstub8.6.a'
  1767. TCL_STUB_LIB_FLAG='-ltclstub8.6'
  1768. TCL_STUB_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltclstub8.6'
  1769. TCL_VERSION='8.6'
  1770. TK_BIN_DIR='/usr/lib/tk8.6'
  1771. TK_CFLAGS='-I/usr/include/tcl8.6 '
  1772. TK_DBGX=''
  1773. TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lpthread -ldl -lz -lpthread -lieee -lm -L/usr/lib/x86_64-linux-gnu -ltk8.6'
  1774. TK_LIB_FILE='libtk8.6.so'
  1775. TK_LIB_FLAG='-ltk8.6'
  1776. TK_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltk8.6'
  1777. TK_SRC_DIR='/usr/include/tcl8.6/tk-private'
  1778. TK_STUB_LIB_FILE='libtkstub8.6.a'
  1779. TK_STUB_LIB_FLAG='-ltkstub8.6'
  1780. TK_STUB_LIB_SPEC='-L/usr/lib/x86_64-linux-gnu -ltkstub8.6'
  1781. TK_VERSION='8.6'
  1782. URIPARSER_CFLAGS='-I/usr/include/uriparser '
  1783. URIPARSER_LIBS='-luriparser '
  1784. USERMODE_PCI='yes'
  1785. USE_AVAHI='yes'
  1786. USE_CZMQ='yes'
  1787. USE_JANSSON='yes'
  1788. USE_LWS='yes'
  1789. USE_NLS='yes'
  1790. USE_PORTABLE_PARPORT_IO='no'
  1791. USE_PROTOBUF='yes'
  1792. USE_SHMDRV='no'
  1793. USE_SSL='yes'
  1794. USE_URIPARSER='yes'
  1795. USE_UUID='yes'
  1796. UUIDGEN='/usr/bin/uuidgen'
  1797. UUID_CFLAGS='-I/usr/include/uuid '
  1798. UUID_LIBS='-luuid '
  1799. WHOAMI='/usr/bin/whoami'
  1800. WISH='/usr/bin/wish8.6'
  1801. XAW_LIBS=' -lSM -lICE -lX11 -lXaw -lXt'
  1802. XENOMAI_KERNEL_THREADS_BUILD_SYS='kbuild'
  1803. XENOMAI_KERNEL_THREADS_EXTRA_KMODS='rtapi_math'
  1804. XENOMAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
  1805. XENOMAI_KERNEL_THREADS_FLAVOR_ID='3'
  1806. XENOMAI_KERNEL_THREADS_KERNEL_DIRS=''
  1807. XENOMAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS='-ffast-math -mhard-float -msse -funsafe-math-optimizations -mpreferred-stack-boundary=4'
  1808. XENOMAI_KERNEL_THREADS_LDFLAGS=' -lnative -L/usr/lib -lxenomai -lpthread -lrt'
  1809. XENOMAI_KERNEL_THREADS_RTDIR=''
  1810. XENOMAI_KERNEL_THREADS_RTFLAGS=' -g -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__'
  1811. XENOMAI_KERNEL_THREADS_RTS=''
  1812. XENOMAI_KERNEL_THREADS_SOURCE='xenomai-kernel'
  1813. XENOMAI_THREADS_BUILD_SYS='user-dso'
  1814. XENOMAI_THREADS_EXTRA_KMODS=''
  1815. XENOMAI_THREADS_FLAVOR_ID='2'
  1816. XENOMAI_THREADS_LDFLAGS=' -lnative -L/usr/lib -lxenomai -lpthread -lrt'
  1817. XENOMAI_THREADS_RTDIR=''
  1818. XENOMAI_THREADS_RTFLAGS=' -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__'
  1819. XENOMAI_THREADS_RTS='/usr/bin/xeno-config --skin=native'
  1820. XENOMAI_THREADS_SOURCE='xenomai'
  1821. XGETTEXT='/usr/bin/xgettext'
  1822. XMKMF=''
  1823. XSLTPROC=''
  1824. X_CFLAGS=''
  1825. X_EXTRA_LIBS=''
  1826. X_LIBS=''
  1827. X_PRE_LIBS=' -lSM -lICE'
  1828. ac_ct_CC='gcc'
  1829. ac_ct_CXX='g++'
  1830. bindir='${exec_prefix}/bin'
  1831. build='x86_64-unknown-linux-gnu'
  1832. build_alias=''
  1833. build_cpu='x86_64'
  1834. build_os='linux-gnu'
  1835. build_vendor='unknown'
  1836. datadir='${datarootdir}'
  1837. datarootdir='${prefix}/share'
  1838. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1839. dvidir='${docdir}'
  1840. exec_prefix='${prefix}'
  1841. host='x86_64-unknown-linux-gnu'
  1842. host_alias=''
  1843. host_cpu='x86_64'
  1844. host_os='linux-gnu'
  1845. host_vendor='unknown'
  1846. htmldir='${docdir}'
  1847. includedir='${prefix}/include'
  1848. infodir='${datarootdir}/info'
  1849. libdir='${exec_prefix}/lib'
  1850. libexecdir='${exec_prefix}/libexec'
  1851. localedir='${datarootdir}/locale'
  1852. localstatedir='${prefix}/var'
  1853. mandir='${datarootdir}/man'
  1854. oldincludedir='/usr/include'
  1855. pdfdir='${docdir}'
  1856. prefix='/home/bas/machinekit'
  1857. program_transform_name='s,x,x,'
  1858. psdir='${docdir}'
  1859. sbindir='${exec_prefix}/sbin'
  1860. sharedstatedir='${prefix}/com'
  1861. sysconfdir='${prefix}/etc'
  1862. target_alias=''
  1863.  
  1864. ## ----------- ##
  1865. ## confdefs.h. ##
  1866. ## ----------- ##
  1867.  
  1868. /* confdefs.h */
  1869. #define PACKAGE_NAME "LinuxCNC"
  1870. #define PACKAGE_TARNAME "linuxcnc"
  1871. #define PACKAGE_VERSION "0.1"
  1872. #define PACKAGE_STRING "LinuxCNC 0.1"
  1873. #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  1874. #define PACKAGE_URL ""
  1875. #define RUNDIR "/tmp"
  1876. #define HAVE_CZMQ /**/
  1877. #define HAVE_PROTOBUF /**/
  1878. #define HAVE_JANSSON /**/
  1879. #define HAVE_URIPARSER /**/
  1880. #define HAVE_LWS /**/
  1881. #define HAVE_SSL /**/
  1882. #define HAVE_UUID /**/
  1883. #define HAVE_AVAHI /**/
  1884. #define HAVE_LIBNATIVE 1
  1885. #define STDC_HEADERS 1
  1886. #define HAVE_SYS_TYPES_H 1
  1887. #define HAVE_SYS_STAT_H 1
  1888. #define HAVE_STDLIB_H 1
  1889. #define HAVE_STRING_H 1
  1890. #define HAVE_MEMORY_H 1
  1891. #define HAVE_STRINGS_H 1
  1892. #define HAVE_INTTYPES_H 1
  1893. #define HAVE_STDINT_H 1
  1894. #define HAVE_UNISTD_H 1
  1895. #define BUILD_DRIVERS /**/
  1896. #define USERMODE_PCI /**/
  1897. #define HAVE_LIBUDEV /**/
  1898. #define TARGET_PLATFORM_PC /**/
  1899. #define HAVE_POSIX_THREADS /**/
  1900. #define HAVE_RT_PREEMPT_THREADS /**/
  1901. #define XENOMAI_V2 /**/
  1902. #define XENOMAI_SKIN native
  1903. #define HAVE_XENOMAI_THREADS /**/
  1904. #define HIDRAW_H_USABLE /**/
  1905. #define EMC2_DEFAULT_NMLFILE "/home/bas/machinekit/configs/common/linuxcnc.nml"
  1906. #define EMC2_DEFAULT_TOOLTABLE "/home/bas/machinekit/configs/sim/sim.tbl"
  1907. #define EMC2_HOME "/home/bas/machinekit"
  1908. #define MACHINEKIT_INI "${prefix}/etc/linuxcnc/machinekit.ini"
  1909. #define EMC2_BIN_DIR "/home/bas/machinekit/bin"
  1910. #define EMC2_RTLIB_DIR "/home/bas/machinekit/rtlib"
  1911. #define EMC2_PO_DIR "/home/bas/machinekit/share/locale"
  1912. #define EMC2_NCFILES_DIR "/home/bas/machinekit/nc_files"
  1913. #define EMC2_IMAGE_DIR "/home/bas/machinekit"
  1914. #define GIT_VERSION "unknown"
  1915. #define GIT_CONFIG_SHA "cfa203d"
  1916. #define HAVE_CXX11 1
  1917. #define STDC_HEADERS 1
  1918. #define HAVE_SYS_WAIT_H 1
  1919. #define HAVE_SEMTIMEDOP 1
  1920. #define HAVE_CLOCK_GETRES 1
  1921. #define HAVE_SINCOS 1
  1922. #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1923. #define HAVE_LIBXINERAMA 1
  1924. #define HAVE_X11_XAW_XAWINIT_H 1
  1925. #define HAVE_LIBXAW 1
  1926. #define HAVE_READLINE_READLINE_H 1
  1927. #define HAVE_READLINE_HISTORY_H 1
  1928. #define HAVE_READLINE /**/
  1929. #define HAVE_NCURSES_H 1
  1930. #define HAVE_LIBNCURSES 1
  1931. #define HAVE_BACKTRACE_H 1
  1932. #define HAVE_LIBBACKTRACE /**/
  1933. #define HAVE_LOCALE_H 1
  1934. #define HAVE_SETLOCALE 1
  1935. #define HAVE_LIBINTL_H 1
  1936. #define HAVE_BOOST_PYTHON 1
  1937. #define HAVE_GL_GL_H 1
  1938. #define HAVE_GL_GLU_H 1
  1939. #define HAVE_LIBGL 1
  1940. #define HAVE_X11_XMU_XMU_H 1
  1941.  
  1942. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement