Advertisement
Guest User

Untitled

a guest
Jan 27th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.82 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.5.0-pre2, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --enable-run-in-place
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Klaatu
  14. uname -m = i686
  15. uname -r = 2.6.32-122-rtai
  16. uname -s = Linux
  17. uname -v = #rtai SMP Tue Jul 27 12:44:07 CDT 2010
  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/a2ms/emc2/emc2-dev/bin
  31. PATH: /home/a2ms/emc2/emc2-dev/scripts
  32. PATH: /home/a2ms/emc2/emc2-dev/tcl
  33. PATH: /home/a2ms/bin
  34. PATH: /home/a2ms/bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37. PATH: /usr/sbin
  38. PATH: /usr/bin
  39. PATH: /sbin
  40. PATH: /bin
  41. PATH: /usr/games
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2295: checking build toplevel
  49. configure:2298: result: /home/a2ms/emc2/emc2-dev
  50. configure:2307: checking installation prefix
  51. configure:2311: result: run in place
  52. configure:2334: checking for grep
  53. configure:2352: found /bin/grep
  54. configure:2364: result: /bin/grep
  55. configure:2374: checking for egrep
  56. configure:2392: found /bin/egrep
  57. configure:2404: result: /bin/egrep
  58. configure:2421: checking for RT dir
  59. configure:2569: result: Using /usr/realtime-2.6.32-122-rtai/bin/rtai-config as the RT signature
  60. configure:2645: checking for location of kernel headers
  61. configure:2657: result: using value from RTS: /usr/src/linux-headers-2.6.32-122-rtai
  62. configure:2717: checking for cc version
  63. configure:2726: result: found gcc in rtai-config
  64. configure:2791: checking for gcc
  65. configure:2807: found /usr/bin/gcc
  66. configure:2818: result: gcc
  67. configure:2849: checking for C compiler version
  68. configure:2858: gcc --version >&5
  69. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  70. Copyright (C) 2009 Free Software Foundation, Inc.
  71. This is free software; see the source for copying conditions. There is NO
  72. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  73.  
  74. configure:2869: $? = 0
  75. configure:2858: gcc -v >&5
  76. Using built-in specs.
  77. Target: i486-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  79. Thread model: posix
  80. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  81. configure:2869: $? = 0
  82. configure:2858: gcc -V >&5
  83. gcc: '-V' option must have argument
  84. configure:2869: $? = 1
  85. configure:2858: gcc -qversion >&5
  86. gcc: unrecognized option '-qversion'
  87. gcc: no input files
  88. configure:2869: $? = 1
  89. configure:2889: checking whether the C compiler works
  90. configure:2911: gcc conftest.c >&5
  91. configure:2915: $? = 0
  92. configure:2964: result: yes
  93. configure:2967: checking for C compiler default output file name
  94. configure:2969: result: a.out
  95. configure:2975: checking for suffix of executables
  96. configure:2982: gcc -o conftest conftest.c >&5
  97. configure:2986: $? = 0
  98. configure:3008: result:
  99. configure:3030: checking whether we are cross compiling
  100. configure:3038: gcc -o conftest conftest.c >&5
  101. configure:3042: $? = 0
  102. configure:3049: ./conftest
  103. configure:3053: $? = 0
  104. configure:3068: result: no
  105. configure:3073: checking for suffix of object files
  106. configure:3095: gcc -c conftest.c >&5
  107. configure:3099: $? = 0
  108. configure:3120: result: o
  109. configure:3124: checking whether we are using the GNU C compiler
  110. configure:3143: gcc -c conftest.c >&5
  111. configure:3143: $? = 0
  112. configure:3152: result: yes
  113. configure:3161: checking whether gcc accepts -g
  114. configure:3181: gcc -c -g conftest.c >&5
  115. configure:3181: $? = 0
  116. configure:3222: result: yes
  117. configure:3239: checking for gcc option to accept ISO C89
  118. configure:3303: gcc -c -g -O2 conftest.c >&5
  119. configure:3303: $? = 0
  120. configure:3316: result: none needed
  121. configure:3341: checking how to run the C preprocessor
  122. configure:3372: gcc -E conftest.c
  123. configure:3372: $? = 0
  124. configure:3386: gcc -E conftest.c
  125. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  126. configure:3386: $? = 1
  127. configure: failed program was:
  128. | /* confdefs.h */
  129. | #define PACKAGE_NAME "LinuxCNC"
  130. | #define PACKAGE_TARNAME "linuxcnc"
  131. | #define PACKAGE_VERSION "2.5.0-pre2"
  132. | #define PACKAGE_STRING "LinuxCNC 2.5.0-pre2"
  133. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  134. | #define PACKAGE_URL ""
  135. | #define RTAPI_RTAI /**/
  136. | #define RTDIR "/usr/realtime-2.6.32-122-rtai"
  137. | /* end confdefs.h. */
  138. | #include <ac_nonexistent.h>
  139. configure:3411: result: gcc -E
  140. configure:3431: gcc -E conftest.c
  141. configure:3431: $? = 0
  142. configure:3445: gcc -E conftest.c
  143. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  144. configure:3445: $? = 1
  145. configure: failed program was:
  146. | /* confdefs.h */
  147. | #define PACKAGE_NAME "LinuxCNC"
  148. | #define PACKAGE_TARNAME "linuxcnc"
  149. | #define PACKAGE_VERSION "2.5.0-pre2"
  150. | #define PACKAGE_STRING "LinuxCNC 2.5.0-pre2"
  151. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  152. | #define PACKAGE_URL ""
  153. | #define RTAPI_RTAI /**/
  154. | #define RTDIR "/usr/realtime-2.6.32-122-rtai"
  155. | /* end confdefs.h. */
  156. | #include <ac_nonexistent.h>
  157. configure:3480: checking for usability of rdtscll from asm/msr.h
  158. configure:3498: gcc -o conftest -g -O2 conftest.c >&5
  159. /tmp/ccPEshS7.o: In function `use_rdtscll':
  160. /home/a2ms/emc2/emc2-dev/src/conftest.c:14: undefined reference to `rdtscll'
  161. collect2: ld returned 1 exit status
  162. configure:3498: $? = 1
  163. configure: failed program was:
  164. | /* confdefs.h */
  165. | #define PACKAGE_NAME "LinuxCNC"
  166. | #define PACKAGE_TARNAME "linuxcnc"
  167. | #define PACKAGE_VERSION "2.5.0-pre2"
  168. | #define PACKAGE_STRING "LinuxCNC 2.5.0-pre2"
  169. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  170. | #define PACKAGE_URL ""
  171. | #define RTAPI_RTAI /**/
  172. | #define RTDIR "/usr/realtime-2.6.32-122-rtai"
  173. | /* end confdefs.h. */
  174. |
  175. | #include <asm/msr.h>
  176. | #include <stdio.h>
  177. | void use_rdtscll(void) { long long tsc; rdtscll(tsc); }
  178. |
  179. | int
  180. | main ()
  181. | {
  182. |
  183. | ;
  184. | return 0;
  185. | }
  186. configure:3510: result: no
  187. configure:3513: checking for usability of linux/hidraw.h
  188. configure:3530: gcc -o conftest -g -O2 conftest.c >&5
  189. configure:3530: $? = 0
  190. configure:3542: result: yes
  191. configure:3558: checking for grep that handles long lines and -e
  192. configure:3616: result: /bin/grep
  193. configure:3621: checking for egrep
  194. configure:3683: result: /bin/egrep
  195. configure:3688: checking for ANSI C header files
  196. configure:3708: gcc -c -g -O2 conftest.c >&5
  197. configure:3708: $? = 0
  198. configure:3781: gcc -o conftest -g -O2 conftest.c >&5
  199. configure:3781: $? = 0
  200. configure:3781: ./conftest
  201. configure:3781: $? = 0
  202. configure:3792: result: yes
  203. configure:3805: checking for sys/types.h
  204. configure:3805: gcc -c -g -O2 conftest.c >&5
  205. configure:3805: $? = 0
  206. configure:3805: result: yes
  207. configure:3805: checking for sys/stat.h
  208. configure:3805: gcc -c -g -O2 conftest.c >&5
  209. configure:3805: $? = 0
  210. configure:3805: result: yes
  211. configure:3805: checking for stdlib.h
  212. configure:3805: gcc -c -g -O2 conftest.c >&5
  213. configure:3805: $? = 0
  214. configure:3805: result: yes
  215. configure:3805: checking for string.h
  216. configure:3805: gcc -c -g -O2 conftest.c >&5
  217. configure:3805: $? = 0
  218. configure:3805: result: yes
  219. configure:3805: checking for memory.h
  220. configure:3805: gcc -c -g -O2 conftest.c >&5
  221. configure:3805: $? = 0
  222. configure:3805: result: yes
  223. configure:3805: checking for strings.h
  224. configure:3805: gcc -c -g -O2 conftest.c >&5
  225. configure:3805: $? = 0
  226. configure:3805: result: yes
  227. configure:3805: checking for inttypes.h
  228. configure:3805: gcc -c -g -O2 conftest.c >&5
  229. configure:3805: $? = 0
  230. configure:3805: result: yes
  231. configure:3805: checking for stdint.h
  232. configure:3805: gcc -c -g -O2 conftest.c >&5
  233. configure:3805: $? = 0
  234. configure:3805: result: yes
  235. configure:3805: checking for unistd.h
  236. configure:3805: gcc -c -g -O2 conftest.c >&5
  237. configure:3805: $? = 0
  238. configure:3805: result: yes
  239. configure:3821: checking /usr/src/linux-headers-2.6.32-122-rtai/include/linux/version.h usability
  240. configure:3821: gcc -c -g -O2 conftest.c >&5
  241. configure:3821: $? = 0
  242. configure:3821: result: yes
  243. configure:3821: checking /usr/src/linux-headers-2.6.32-122-rtai/include/linux/version.h presence
  244. configure:3821: gcc -E conftest.c
  245. configure:3821: $? = 0
  246. configure:3821: result: yes
  247. configure:3821: checking for /usr/src/linux-headers-2.6.32-122-rtai/include/linux/version.h
  248. configure:3821: result: yes
  249. configure:3842: checking for kernel version string
  250. configure:3858: result: 2.6.32-122-rtai
  251. configure:3868: checking for kernel module extension
  252. configure:3874: result: .ko
  253. configure:3878: checking kernel build system
  254. configure:3906: result: kbuild
  255. configure:3928: checking for module installation directory
  256. configure:3957: result: configuring for run-in-place
  257. configure:3962: result: /home/a2ms/emc2/emc2-dev/rtlib
  258. configure:3977: WARNING: --enable-run-in-place will be removed soon.
  259. Configure without specifying --prefix to get a run-in-place build.
  260. configure:4125: checking for glib
  261. configure:4129: result: yes - 2.24.1
  262. configure:4154: checking for GTK 2.4.0 or above
  263. configure:4158: result: yes - 2.20.1
  264. configure:4162: checking for libgnomeprintui-2.2
  265. configure:4165: result: yes
  266. configure:4255: checking for g++
  267. configure:4271: found /usr/bin/g++
  268. configure:4282: result: g++
  269. configure:4309: checking for C++ compiler version
  270. configure:4318: g++ --version >&5
  271. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  272. Copyright (C) 2009 Free Software Foundation, Inc.
  273. This is free software; see the source for copying conditions. There is NO
  274. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  275.  
  276. configure:4329: $? = 0
  277. configure:4318: g++ -v >&5
  278. Using built-in specs.
  279. Target: i486-linux-gnu
  280. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  281. Thread model: posix
  282. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  283. configure:4329: $? = 0
  284. configure:4318: g++ -V >&5
  285. g++: '-V' option must have argument
  286. configure:4329: $? = 1
  287. configure:4318: g++ -qversion >&5
  288. g++: unrecognized option '-qversion'
  289. g++: no input files
  290. configure:4329: $? = 1
  291. configure:4333: checking whether we are using the GNU C++ compiler
  292. configure:4352: g++ -c conftest.cpp >&5
  293. configure:4352: $? = 0
  294. configure:4361: result: yes
  295. configure:4370: checking whether g++ accepts -g
  296. configure:4390: g++ -c -g conftest.cpp >&5
  297. configure:4390: $? = 0
  298. configure:4431: result: yes
  299. configure:4457: checking for g++
  300. configure:4475: found /usr/bin/g++
  301. configure:4488: result: /usr/bin/g++
  302. configure:4501: checking whether make sets $(MAKE)
  303. configure:4523: result: yes
  304. configure:4575: checking for ranlib
  305. configure:4591: found /usr/bin/ranlib
  306. configure:4602: result: ranlib
  307. configure:4626: checking for ar
  308. configure:4644: found /usr/bin/ar
  309. configure:4656: result: /usr/bin/ar
  310. configure:4666: checking for install
  311. configure:4684: found /usr/bin/install
  312. configure:4696: result: /usr/bin/install
  313. configure:4706: checking for sed
  314. configure:4724: found /bin/sed
  315. configure:4736: result: /bin/sed
  316. configure:4746: checking for ps
  317. configure:4764: found /bin/ps
  318. configure:4776: result: /bin/ps
  319. configure:4786: checking for kill
  320. configure:4804: found /bin/kill
  321. configure:4816: result: /bin/kill
  322. configure:4826: checking for whoami
  323. configure:4844: found /usr/bin/whoami
  324. configure:4856: result: /usr/bin/whoami
  325. configure:4866: checking for awk
  326. configure:4884: found /usr/bin/awk
  327. configure:4896: result: /usr/bin/awk
  328. configure:4906: checking for insmod
  329. configure:4924: found /sbin/insmod
  330. configure:4937: result: /sbin/insmod
  331. configure:4947: checking for rmmod
  332. configure:4965: found /sbin/rmmod
  333. configure:4978: result: /sbin/rmmod
  334. configure:4988: checking for lsmod
  335. configure:5006: found /sbin/lsmod
  336. configure:5019: result: /sbin/lsmod
  337. configure:5029: checking for pidof
  338. configure:5047: found /bin/pidof
  339. configure:5060: result: /bin/pidof
  340. configure:5070: checking for ipcs
  341. configure:5088: found /usr/bin/ipcs
  342. configure:5101: result: /usr/bin/ipcs
  343. configure:5111: checking for fuser
  344. configure:5129: found /bin/fuser
  345. configure:5142: result: /bin/fuser
  346. configure:5152: checking for mandb
  347. configure:5170: found /usr/bin/mandb
  348. configure:5183: result: /usr/bin/mandb
  349. configure:5257: checking for python
  350. configure:5275: found /usr/bin/python
  351. configure:5288: result: /usr/bin/python
  352. configure:5301: checking whether to build documentation
  353. configure:5338: result: no
  354. configure:5865: checking for kernel math support
  355. configure:5885: result: ok, using RTAI's libm kernel module
  356. configure:5949: checking for adeos
  357. configure:5956: result: not found
  358. configure:5949: checking for rtai_hal
  359. configure:5956: result: /usr/realtime-2.6.32-122-rtai/modules/rtai_hal.ko
  360. configure:5949: checking for rtai_ksched
  361. configure:5956: result: /usr/realtime-2.6.32-122-rtai/modules/rtai_ksched.ko
  362. configure:5949: checking for rtai_fifos
  363. configure:5956: result: /usr/realtime-2.6.32-122-rtai/modules/rtai_fifos.ko
  364. configure:5949: checking for rtai_shm
  365. configure:5956: result: not found
  366. configure:5949: checking for rtai_sem
  367. configure:5956: result: /usr/realtime-2.6.32-122-rtai/modules/rtai_sem.ko
  368. configure:5949: checking for rtai_math
  369. configure:5956: result: /usr/realtime-2.6.32-122-rtai/modules/rtai_math.ko
  370. configure:5949: checking for rtai
  371. configure:5956: result: not found
  372. configure:5949: checking for rt_mem_mgr
  373. configure:5956: result: not found
  374. configure:5949: checking for rtai_sched
  375. configure:5956: result: /usr/realtime-2.6.32-122-rtai/modules/rtai_sched.ko
  376. configure:5949: checking for rtai_libm
  377. configure:5956: result: not found
  378. configure:5949: checking for rtl
  379. configure:5956: result: not found
  380. configure:5949: checking for mbuff
  381. configure:5956: result: not found
  382. configure:5949: checking for rtl_time
  383. configure:5956: result: not found
  384. configure:5949: checking for rtl_sched
  385. configure:5956: result: not found
  386. configure:5949: checking for rtl_posixio
  387. configure:5956: result: not found
  388. configure:5949: checking for rtl_fifo
  389. configure:5956: result: not found
  390. configure:5996: checking for ANSI C header files
  391. configure:6100: result: yes
  392. configure:6108: checking for sys/wait.h that is POSIX.1 compatible
  393. configure:6134: gcc -c -g -O2 conftest.c >&5
  394. configure:6134: $? = 0
  395. configure:6141: result: yes
  396. configure:6151: checking for semtimedop
  397. configure:6151: gcc -o conftest -g -O2 conftest.c >&5
  398. configure:6151: $? = 0
  399. configure:6151: result: yes
  400. configure:6163: checking for sincos function
  401. configure:6177: gcc -o conftest -g -O2 conftest.c -lm >&5
  402. conftest.c: In function 'main':
  403. conftest.c:44: warning: incompatible implicit declaration of built-in function 'sincos'
  404. configure:6177: $? = 0
  405. configure:6187: result: yes
  406. configure:6192: checking for __sincos
  407. configure:6192: gcc -o conftest -g -O2 conftest.c -lm >&5
  408. /tmp/ccxViWMf.o: In function `main':
  409. /home/a2ms/emc2/emc2-dev/src/conftest.c:75: undefined reference to `__sincos'
  410. collect2: ld returned 1 exit status
  411. configure:6192: $? = 1
  412. configure: failed program was:
  413. | /* confdefs.h */
  414. | #define PACKAGE_NAME "LinuxCNC"
  415. | #define PACKAGE_TARNAME "linuxcnc"
  416. | #define PACKAGE_VERSION "2.5.0-pre2"
  417. | #define PACKAGE_STRING "LinuxCNC 2.5.0-pre2"
  418. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  419. | #define PACKAGE_URL ""
  420. | #define RTAPI_RTAI /**/
  421. | #define RTDIR "/usr/realtime-2.6.32-122-rtai"
  422. | #define HIDRAW_H_USABLE /**/
  423. | #define STDC_HEADERS 1
  424. | #define HAVE_SYS_TYPES_H 1
  425. | #define HAVE_SYS_STAT_H 1
  426. | #define HAVE_STDLIB_H 1
  427. | #define HAVE_STRING_H 1
  428. | #define HAVE_MEMORY_H 1
  429. | #define HAVE_STRINGS_H 1
  430. | #define HAVE_INTTYPES_H 1
  431. | #define HAVE_STDINT_H 1
  432. | #define HAVE_UNISTD_H 1
  433. | #define HAVE__USR_SRC_LINUX_HEADERS_2_6_32_122_RTAI_INCLUDE_LINUX_VERSION_H 1
  434. | #define RTAPI_KERNEL_VERSION "2.6.32-122-rtai"
  435. | #define MODULE_EXT ".ko"
  436. | #define EMC2_DEFAULT_NMLFILE "/home/a2ms/emc2/emc2-dev/configs/common/linuxcnc.nml"
  437. | #define EMC2_DEFAULT_TOOLTABLE "/home/a2ms/emc2/emc2-dev/configs/sim/sim.tbl"
  438. | #define EMC2_HOME "/home/a2ms/emc2/emc2-dev"
  439. | #define EMC2_BIN_DIR "/home/a2ms/emc2/emc2-dev/bin"
  440. | #define EMC2_TCL_DIR "/home/a2ms/emc2/emc2-dev/tcl"
  441. | #define EMC2_HELP_DIR "/home/a2ms/emc2/emc2-dev/docs/help"
  442. | #define EMC2_RTLIB_DIR "/home/a2ms/emc2/emc2-dev/rtlib"
  443. | #define EMC2_LANG_DIR "/home/a2ms/emc2/emc2-dev/src/objects"
  444. | #define EMC2_PO_DIR "/home/a2ms/emc2/emc2-dev/share/locale"
  445. | #define EMC2_CONFIG_DIR ""
  446. | #define EMC2_NCFILES_DIR "/home/a2ms/emc2/emc2-dev/nc_files"
  447. | #define EMC2_IMAGE_DIR "/home/a2ms/emc2/emc2-dev"
  448. | #define STDC_HEADERS 1
  449. | #define HAVE_SYS_WAIT_H 1
  450. | #define HAVE_SEMTIMEDOP 1
  451. | #define HAVE_SINCOS 1
  452. | /* end confdefs.h. */
  453. | /* Define __sincos to an innocuous variant, in case <limits.h> declares __sincos.
  454. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  455. | #define __sincos innocuous___sincos
  456. |
  457. | /* System header to define __stub macros and hopefully few prototypes,
  458. | which can conflict with char __sincos (); below.
  459. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  460. | <limits.h> exists even on freestanding compilers. */
  461. |
  462. | #ifdef __STDC__
  463. | # include <limits.h>
  464. | #else
  465. | # include <assert.h>
  466. | #endif
  467. |
  468. | #undef __sincos
  469. |
  470. | /* Override any GCC internal prototype to avoid an error.
  471. | Use char because int might match the return type of a GCC
  472. | builtin and then its argument prototype would still apply. */
  473. | #ifdef __cplusplus
  474. | extern "C"
  475. | #endif
  476. | char __sincos ();
  477. | /* The GNU C library defines this for functions which it implements
  478. | to always fail with ENOSYS. Some functions are actually named
  479. | something starting with __ and the normal name is an alias. */
  480. | #if defined __stub___sincos || defined __stub_____sincos
  481. | choke me
  482. | #endif
  483. |
  484. | int
  485. | main ()
  486. | {
  487. | return __sincos ();
  488. | ;
  489. | return 0;
  490. | }
  491. configure:6192: result: no
  492. configure:6212: checking for tcl
  493. configure:6314: result: /usr/lib/tcl8.5/tclConfig.sh found
  494. configure:6321: checking for tk
  495. configure:6428: result: /usr/lib/tk8.5/tkConfig.sh found
  496. configure:6457: checking for BWidget using /usr/bin/tclsh8.5
  497. configure:6460: result: found
  498. configure:6467: checking for BLT using tclsh8.5
  499. configure:6470: result: found
  500. configure:6498: checking for X
  501. configure:6606: gcc -E conftest.c
  502. configure:6606: $? = 0
  503. configure:6637: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  504. configure:6637: $? = 0
  505. configure:6687: result: libraries , headers
  506. configure:6786: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  507. configure:6786: $? = 0
  508. configure:6884: checking for gethostbyname
  509. configure:6884: gcc -o conftest -g -O2 conftest.c >&5
  510. configure:6884: $? = 0
  511. configure:6884: result: yes
  512. configure:6981: checking for connect
  513. configure:6981: gcc -o conftest -g -O2 conftest.c >&5
  514. configure:6981: $? = 0
  515. configure:6981: result: yes
  516. configure:7030: checking for remove
  517. configure:7030: gcc -o conftest -g -O2 conftest.c >&5
  518. configure:7030: $? = 0
  519. configure:7030: result: yes
  520. configure:7079: checking for shmat
  521. configure:7079: gcc -o conftest -g -O2 conftest.c >&5
  522. configure:7079: $? = 0
  523. configure:7079: result: yes
  524. configure:7137: checking for IceConnectionNumber in -lICE
  525. configure:7162: gcc -o conftest -g -O2 conftest.c -lICE >&5
  526. configure:7162: $? = 0
  527. configure:7171: result: yes
  528. configure:7189: checking X11/extensions/Xinerama.h usability
  529. configure:7189: gcc -c -g -O2 conftest.c >&5
  530. configure:7189: $? = 0
  531. configure:7189: result: yes
  532. configure:7189: checking X11/extensions/Xinerama.h presence
  533. configure:7189: gcc -E conftest.c
  534. configure:7189: $? = 0
  535. configure:7189: result: yes
  536. configure:7189: checking for X11/extensions/Xinerama.h
  537. configure:7189: result: yes
  538. configure:7202: checking for XineramaQueryExtension in -lXinerama
  539. configure:7227: gcc -o conftest -g -O2 conftest.c -lXinerama >&5
  540. configure:7227: $? = 0
  541. configure:7236: result: yes
  542. configure:7264: checking for X11/Xaw/XawInit.h
  543. configure:7264: gcc -c -g -O2 conftest.c >&5
  544. configure:7264: $? = 0
  545. configure:7264: result: yes
  546. configure:7279: checking for XawDialogGetValueString in -lXaw
  547. configure:7304: gcc -o conftest -g -O2 conftest.c -lXaw -lXinerama -lSM -lICE >&5
  548. configure:7304: $? = 0
  549. configure:7313: result: yes
  550. configure:7346: checking readline/readline.h usability
  551. configure:7346: gcc -c -g -O2 conftest.c >&5
  552. configure:7346: $? = 0
  553. configure:7346: result: yes
  554. configure:7346: checking readline/readline.h presence
  555. configure:7346: gcc -E conftest.c
  556. configure:7346: $? = 0
  557. configure:7346: result: yes
  558. configure:7346: checking for readline/readline.h
  559. configure:7346: result: yes
  560. configure:7360: checking readline/history.h usability
  561. configure:7360: gcc -c -g -O2 conftest.c >&5
  562. configure:7360: $? = 0
  563. configure:7360: result: yes
  564. configure:7360: checking readline/history.h presence
  565. configure:7360: gcc -E conftest.c
  566. configure:7360: $? = 0
  567. configure:7360: result: yes
  568. configure:7360: checking for readline/history.h
  569. configure:7360: result: yes
  570. configure:7374: checking for readline in -lreadline
  571. configure:7399: gcc -o conftest -g -O2 conftest.c -lreadline >&5
  572. configure:7399: $? = 0
  573. configure:7408: result: yes
  574. configure:7416: checking for readline in -lreadline
  575. configure:7441: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5
  576. configure:7441: $? = 0
  577. configure:7450: result: yes
  578. configure:7483: checking ncurses.h usability
  579. configure:7483: gcc -c -g -O2 conftest.c >&5
  580. configure:7483: $? = 0
  581. configure:7483: result: yes
  582. configure:7483: checking ncurses.h presence
  583. configure:7483: gcc -E conftest.c
  584. configure:7483: $? = 0
  585. configure:7483: result: yes
  586. configure:7483: checking for ncurses.h
  587. configure:7483: result: yes
  588. configure:7496: checking for initscr in -lncurses
  589. configure:7521: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  590. configure:7521: $? = 0
  591. configure:7530: result: yes
  592. configure:7575: checking locale.h usability
  593. configure:7575: gcc -c -g -O2 conftest.c >&5
  594. configure:7575: $? = 0
  595. configure:7575: result: yes
  596. configure:7575: checking locale.h presence
  597. configure:7575: gcc -E conftest.c
  598. configure:7575: $? = 0
  599. configure:7575: result: yes
  600. configure:7575: checking for locale.h
  601. configure:7575: result: yes
  602. configure:7587: checking for setlocale
  603. configure:7587: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  604. configure:7587: $? = 0
  605. configure:7587: result: yes
  606. configure:7604: checking libintl.h usability
  607. configure:7604: gcc -c -g -O2 conftest.c >&5
  608. configure:7604: $? = 0
  609. configure:7604: result: yes
  610. configure:7604: checking libintl.h presence
  611. configure:7604: gcc -E conftest.c
  612. configure:7604: $? = 0
  613. configure:7604: result: yes
  614. configure:7604: checking for libintl.h
  615. configure:7604: result: yes
  616. configure:7614: checking for gettext in -lintl
  617. configure:7639: gcc -o conftest -g -O2 conftest.c -lintl -lncurses >&5
  618. conftest.c:60: warning: conflicting types for built-in function 'gettext'
  619. /usr/bin/ld: cannot find -lintl
  620. collect2: ld returned 1 exit status
  621. configure:7639: $? = 1
  622. configure: failed program was:
  623. | /* confdefs.h */
  624. | #define PACKAGE_NAME "LinuxCNC"
  625. | #define PACKAGE_TARNAME "linuxcnc"
  626. | #define PACKAGE_VERSION "2.5.0-pre2"
  627. | #define PACKAGE_STRING "LinuxCNC 2.5.0-pre2"
  628. | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  629. | #define PACKAGE_URL ""
  630. | #define RTAPI_RTAI /**/
  631. | #define RTDIR "/usr/realtime-2.6.32-122-rtai"
  632. | #define HIDRAW_H_USABLE /**/
  633. | #define STDC_HEADERS 1
  634. | #define HAVE_SYS_TYPES_H 1
  635. | #define HAVE_SYS_STAT_H 1
  636. | #define HAVE_STDLIB_H 1
  637. | #define HAVE_STRING_H 1
  638. | #define HAVE_MEMORY_H 1
  639. | #define HAVE_STRINGS_H 1
  640. | #define HAVE_INTTYPES_H 1
  641. | #define HAVE_STDINT_H 1
  642. | #define HAVE_UNISTD_H 1
  643. | #define HAVE__USR_SRC_LINUX_HEADERS_2_6_32_122_RTAI_INCLUDE_LINUX_VERSION_H 1
  644. | #define RTAPI_KERNEL_VERSION "2.6.32-122-rtai"
  645. | #define MODULE_EXT ".ko"
  646. | #define EMC2_DEFAULT_NMLFILE "/home/a2ms/emc2/emc2-dev/configs/common/linuxcnc.nml"
  647. | #define EMC2_DEFAULT_TOOLTABLE "/home/a2ms/emc2/emc2-dev/configs/sim/sim.tbl"
  648. | #define EMC2_HOME "/home/a2ms/emc2/emc2-dev"
  649. | #define EMC2_BIN_DIR "/home/a2ms/emc2/emc2-dev/bin"
  650. | #define EMC2_TCL_DIR "/home/a2ms/emc2/emc2-dev/tcl"
  651. | #define EMC2_HELP_DIR "/home/a2ms/emc2/emc2-dev/docs/help"
  652. | #define EMC2_RTLIB_DIR "/home/a2ms/emc2/emc2-dev/rtlib"
  653. | #define EMC2_LANG_DIR "/home/a2ms/emc2/emc2-dev/src/objects"
  654. | #define EMC2_PO_DIR "/home/a2ms/emc2/emc2-dev/share/locale"
  655. | #define EMC2_CONFIG_DIR ""
  656. | #define EMC2_NCFILES_DIR "/home/a2ms/emc2/emc2-dev/nc_files"
  657. | #define EMC2_IMAGE_DIR "/home/a2ms/emc2/emc2-dev"
  658. | #define STDC_HEADERS 1
  659. | #define HAVE_SYS_WAIT_H 1
  660. | #define HAVE_SEMTIMEDOP 1
  661. | #define HAVE_SINCOS 1
  662. | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  663. | #define HAVE_LIBXINERAMA 1
  664. | #define HAVE_X11_XAW_XAWINIT_H 1
  665. | #define HAVE_LIBXAW 1
  666. | #define HAVE_READLINE_READLINE_H 1
  667. | #define HAVE_READLINE_HISTORY_H 1
  668. | #define HAVE_READLINE /**/
  669. | #define HAVE_NCURSES_H 1
  670. | #define HAVE_LIBNCURSES 1
  671. | #define HAVE_LOCALE_H 1
  672. | #define HAVE_SETLOCALE 1
  673. | #define HAVE_LIBINTL_H 1
  674. | /* end confdefs.h. */
  675. |
  676. | /* Override any GCC internal prototype to avoid an error.
  677. | Use char because int might match the return type of a GCC
  678. | builtin and then its argument prototype would still apply. */
  679. | #ifdef __cplusplus
  680. | extern "C"
  681. | #endif
  682. | char gettext ();
  683. | int
  684. | main ()
  685. | {
  686. | return gettext ();
  687. | ;
  688. | return 0;
  689. | }
  690. configure:7648: result: no
  691. configure:7691: checking for xgettext
  692. configure:7709: found /usr/bin/xgettext
  693. configure:7722: result: /usr/bin/xgettext
  694. configure:7734: checking for xgettext tcl bug
  695. configure:7742: result: xgettext version 0.17 OK
  696. configure:7754: checking for msgfmt
  697. configure:7772: found /usr/bin/msgfmt
  698. configure:7785: result: /usr/bin/msgfmt
  699. configure:7796: checking for --tcl support in msgfmt
  700. configure:7799: result: yes
  701. configure:7807: checking for Python support
  702. configure:7824: result: yes
  703. configure:7832: checking python version
  704. configure:7838: result: OK
  705. configure:7841: checking match between tk and Tkinter versions
  706. configure:7858: result: 8.5
  707. configure:7861: checking location of Python header files
  708. configure:7864: result: /usr/include/python2.6
  709. configure:7868: checking /usr/include/python2.6/Python.h usability
  710. configure:7868: gcc -c -g -O2 conftest.c >&5
  711. In file included from /usr/include/python2.6/Python.h:8,
  712. from conftest.c:86:
  713. /usr/include/python2.6/pyconfig.h:1031:1: warning: "_POSIX_C_SOURCE" redefined
  714. In file included from /usr/include/stdio.h:28,
  715. from conftest.c:53:
  716. /usr/include/features.h:210:1: warning: this is the location of the previous definition
  717. configure:7868: $? = 0
  718. configure:7868: result: yes
  719. configure:7868: checking /usr/include/python2.6/Python.h presence
  720. configure:7868: gcc -E conftest.c
  721. configure:7868: $? = 0
  722. configure:7868: result: yes
  723. configure:7868: checking for /usr/include/python2.6/Python.h
  724. configure:7868: result: yes
  725. configure:7878: checking for site-package location
  726. configure:7881: result: /usr/lib/python2.6/dist-packages
  727. configure:7887: checking GL/gl.h usability
  728. configure:7887: gcc -c -g -O2 conftest.c >&5
  729. configure:7887: $? = 0
  730. configure:7887: result: yes
  731. configure:7887: checking GL/gl.h presence
  732. configure:7887: gcc -E conftest.c
  733. configure:7887: $? = 0
  734. configure:7887: result: yes
  735. configure:7887: checking for GL/gl.h
  736. configure:7887: result: yes
  737. configure:7887: checking GL/glu.h usability
  738. configure:7887: gcc -c -g -O2 conftest.c >&5
  739. configure:7887: $? = 0
  740. configure:7887: result: yes
  741. configure:7887: checking GL/glu.h presence
  742. configure:7887: gcc -E conftest.c
  743. configure:7887: $? = 0
  744. configure:7887: result: yes
  745. configure:7887: checking for GL/glu.h
  746. configure:7887: result: yes
  747. configure:7901: checking for glBegin in -lGL
  748. configure:7926: gcc -o conftest -g -O2 conftest.c -lGL -lXinerama >&5
  749. configure:7926: $? = 0
  750. configure:7935: result: yes
  751. configure:7949: checking for working GLU quadrics
  752. configure:7965: gcc -c -g -O2 conftest.c >&5
  753. configure:7965: $? = 0
  754. configure:7966: result: yes
  755. configure:7976: checking for Xmu headers
  756. configure:7980: checking X11/Xmu/Xmu.h usability
  757. configure:7980: gcc -c -g -O2 conftest.c >&5
  758. configure:7980: $? = 0
  759. configure:7980: result: yes
  760. configure:7980: checking X11/Xmu/Xmu.h presence
  761. configure:7980: gcc -E conftest.c
  762. configure:7980: $? = 0
  763. configure:7980: result: yes
  764. configure:7980: checking for X11/Xmu/Xmu.h
  765. configure:7980: result: yes
  766. configure:8141: creating ./config.status
  767.  
  768. ## ---------------------- ##
  769. ## Running config.status. ##
  770. ## ---------------------- ##
  771.  
  772. This file was extended by LinuxCNC config.status 2.5.0-pre2, which was
  773. generated by GNU Autoconf 2.65. Invocation command line was
  774.  
  775. CONFIG_FILES =
  776. CONFIG_HEADERS =
  777. CONFIG_LINKS =
  778. CONFIG_COMMANDS =
  779. $ ./config.status
  780.  
  781. on Klaatu
  782.  
  783. config.status:997: creating ../scripts/rtapi.conf
  784. config.status:997: creating ../docs/man/man1/linuxcnc.1
  785. config.status:997: creating ../scripts/linuxcnc
  786. config.status:997: creating ../scripts/halrun
  787. config.status:997: creating ../scripts/rip-environment
  788. config.status:997: creating ../scripts/haltcl
  789. config.status:997: creating ../scripts/realtime
  790. config.status:997: creating ../scripts/latencyplot
  791. config.status:997: creating Makefile.inc
  792. config.status:997: creating Makefile.modinc
  793. config.status:997: creating ../tcl/linuxcnc.tcl
  794. config.status:997: creating ../lib/python/nf.py
  795. config.status:997: creating ../scripts/linuxcncmkdesktop
  796. config.status:997: creating ../share/applications/linuxcnc-latency.desktop
  797. config.status:997: creating ../share/applications/linuxcnc-latencyplot.desktop
  798. config.status:997: creating ../share/applications/linuxcnc.desktop
  799. config.status:997: creating ../share/desktop-directories/cnc.directory
  800. config.status:997: creating ../share/menus/CNC.menu
  801. config.status:997: creating config.h
  802. config.status:1158: config.h is unchanged
  803.  
  804. ## ---------------- ##
  805. ## Cache variables. ##
  806. ## ---------------- ##
  807.  
  808. ac_cv_c_compiler_gnu=yes
  809. ac_cv_cxx_compiler_gnu=yes
  810. ac_cv_env_CCC_set=
  811. ac_cv_env_CCC_value=
  812. ac_cv_env_CC_set=
  813. ac_cv_env_CC_value=
  814. ac_cv_env_CFLAGS_set=
  815. ac_cv_env_CFLAGS_value=
  816. ac_cv_env_CPPFLAGS_set=
  817. ac_cv_env_CPPFLAGS_value=
  818. ac_cv_env_CPP_set=
  819. ac_cv_env_CPP_value=
  820. ac_cv_env_CXXFLAGS_set=
  821. ac_cv_env_CXXFLAGS_value=
  822. ac_cv_env_CXX_set=
  823. ac_cv_env_CXX_value=
  824. ac_cv_env_LDFLAGS_set=
  825. ac_cv_env_LDFLAGS_value=
  826. ac_cv_env_LIBS_set=
  827. ac_cv_env_LIBS_value=
  828. ac_cv_env_XMKMF_set=
  829. ac_cv_env_XMKMF_value=
  830. ac_cv_env_build_alias_set=
  831. ac_cv_env_build_alias_value=
  832. ac_cv_env_host_alias_set=
  833. ac_cv_env_host_alias_value=
  834. ac_cv_env_target_alias_set=
  835. ac_cv_env_target_alias_value=
  836. ac_cv_func___sincos=no
  837. ac_cv_func_connect=yes
  838. ac_cv_func_gethostbyname=yes
  839. ac_cv_func_remove=yes
  840. ac_cv_func_semtimedop=yes
  841. ac_cv_func_setlocale=yes
  842. ac_cv_func_shmat=yes
  843. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  844. ac_cv_header_GL_gl_h=yes
  845. ac_cv_header_GL_glu_h=yes
  846. ac_cv_header_X11_Xaw_XawInit_h=yes
  847. ac_cv_header_X11_Xmu_Xmu_h=yes
  848. ac_cv_header_X11_extensions_Xinerama_h=yes
  849. ac_cv_header__usr_include_python2_6_Python_h=yes
  850. ac_cv_header__usr_src_linux_headers_2_6_32_122_rtai_include_linux_version_h=yes
  851. ac_cv_header_inttypes_h=yes
  852. ac_cv_header_libintl_h=yes
  853. ac_cv_header_locale_h=yes
  854. ac_cv_header_memory_h=yes
  855. ac_cv_header_ncurses_h=yes
  856. ac_cv_header_readline_history_h=yes
  857. ac_cv_header_readline_readline_h=yes
  858. ac_cv_header_stdc=yes
  859. ac_cv_header_stdint_h=yes
  860. ac_cv_header_stdlib_h=yes
  861. ac_cv_header_string_h=yes
  862. ac_cv_header_strings_h=yes
  863. ac_cv_header_sys_stat_h=yes
  864. ac_cv_header_sys_types_h=yes
  865. ac_cv_header_sys_wait_h=yes
  866. ac_cv_header_unistd_h=yes
  867. ac_cv_lib_GL_glBegin=yes
  868. ac_cv_lib_ICE_IceConnectionNumber=yes
  869. ac_cv_lib_Xaw_XawDialogGetValueString=yes
  870. ac_cv_lib_Xinerama_XineramaQueryExtension=yes
  871. ac_cv_lib_intl_gettext=no
  872. ac_cv_lib_ncurses_initscr=yes
  873. ac_cv_objext=o
  874. ac_cv_path_AR=/usr/bin/ar
  875. ac_cv_path_AWK=/usr/bin/awk
  876. ac_cv_path_CXX=/usr/bin/g++
  877. ac_cv_path_EGREP=/bin/egrep
  878. ac_cv_path_FUSER=/bin/fuser
  879. ac_cv_path_GREP=/bin/grep
  880. ac_cv_path_INSMOD=/sbin/insmod
  881. ac_cv_path_INSTALL=/usr/bin/install
  882. ac_cv_path_IPCS=/usr/bin/ipcs
  883. ac_cv_path_KILL=/bin/kill
  884. ac_cv_path_LSMOD=/sbin/lsmod
  885. ac_cv_path_MANDB=/usr/bin/mandb
  886. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  887. ac_cv_path_PIDOF=/bin/pidof
  888. ac_cv_path_PS=/bin/ps
  889. ac_cv_path_PYTHON=/usr/bin/python
  890. ac_cv_path_RMMOD=/sbin/rmmod
  891. ac_cv_path_SED=/bin/sed
  892. ac_cv_path_WHOAMI=/usr/bin/whoami
  893. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  894. ac_cv_prog_CPP='gcc -E'
  895. ac_cv_prog_ac_ct_CC=gcc
  896. ac_cv_prog_ac_ct_CXX=g++
  897. ac_cv_prog_ac_ct_RANLIB=ranlib
  898. ac_cv_prog_cc_c89=
  899. ac_cv_prog_cc_g=yes
  900. ac_cv_prog_cxx_g=yes
  901. ac_cv_prog_make_make_set=yes
  902.  
  903. ## ----------------- ##
  904. ## Output variables. ##
  905. ## ----------------- ##
  906.  
  907. AR='/usr/bin/ar'
  908. ASCIIDOC=''
  909. AUTODIRS=''
  910. AWK='/usr/bin/awk'
  911. BUILD_DOCS='no'
  912. BUILD_DOCS_HTML=''
  913. BUILD_DOCS_PDF=''
  914. BUILD_PYTHON='yes'
  915. BUILD_SYS='kbuild'
  916. CC='gcc'
  917. CFLAGS='-g -O2'
  918. CONVERT=''
  919. CPP='gcc -E'
  920. CPPFLAGS=''
  921. CXX='/usr/bin/g++'
  922. CXXFLAGS='-g -O2'
  923. DATE='Thu Jan 26 15:51:40 EST 2012'
  924. DBLATEX=''
  925. DEFAULT_NMLFILE='/home/a2ms/emc2/emc2-dev/configs/common/linuxcnc.nml'
  926. DEFS='-DHAVE_CONFIG_H'
  927. DVIPNG=''
  928. ECHO_C=''
  929. ECHO_N='-n'
  930. ECHO_T=''
  931. EGREP='/bin/egrep'
  932. EMC2VERSION='2.5.0-pre2'
  933. EMC2_BIN_DIR='/home/a2ms/emc2/emc2-dev/bin'
  934. EMC2_HELP_DIR='/home/a2ms/emc2/emc2-dev/docs/help'
  935. EMC2_HOME='/home/a2ms/emc2/emc2-dev'
  936. EMC2_ICON='/home/a2ms/emc2/emc2-dev/linuxcncicon.png'
  937. EMC2_IMAGE_DIR='/home/a2ms/emc2/emc2-dev'
  938. EMC2_LANG_DIR='/home/a2ms/emc2/emc2-dev/src/objects'
  939. EMC2_LATENCYPLOT_SCRIPT='/home/a2ms/emc2/emc2-dev/scripts/latencyplot'
  940. EMC2_LATENCY_SCRIPT='/home/a2ms/emc2/emc2-dev/scripts/latency-test'
  941. EMC2_NCFILES_DIR='/home/a2ms/emc2/emc2-dev/nc_files'
  942. EMC2_RTLIB_DIR='/home/a2ms/emc2/emc2-dev/rtlib'
  943. EMC2_SCRIPT='/home/a2ms/emc2/emc2-dev/scripts/emc'
  944. EMC2_SUFFIX=' (run-in-place)'
  945. EMC2_TCL_DIR='/home/a2ms/emc2/emc2-dev/tcl'
  946. EMC2_TCL_LIB_DIR='/home/a2ms/emc2/emc2-dev/tcl'
  947. EPSTOPDF=''
  948. EXEEXT=''
  949. EXT_RTFLAGS=''
  950. FUSER='/bin/fuser'
  951. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  952. GLIB_LIBS='-lglib-2.0 '
  953. GREP='/bin/grep'
  954. GS=''
  955. GTK_CFLAGS='-pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -pthread -D_REENTRANT -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/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/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 '
  956. GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lxml2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  957. GTK_VER='2.20.1'
  958. HAVE_GNOMEPRINT='yes'
  959. HAVE_LIBINTL=''
  960. HAVE_LIBINTL_H=''
  961. HAVE_LOCALE_H=''
  962. HAVE_NCURSES='yes'
  963. HAVE_READLINE='yes'
  964. HAVE_WORKING_BLT='yes'
  965. HAVE_XAW='yes'
  966. HIDRAW_H_USABLE='yes'
  967. INCLUDEPY='/usr/include/python2.6'
  968. INSMOD='/home/a2ms/emc2/emc2-dev/bin/linuxcnc_module_helper insert'
  969. INSTALL='/usr/bin/install'
  970. IPCS='/usr/bin/ipcs'
  971. KERNELDIR='/usr/src/linux-headers-2.6.32-122-rtai'
  972. KERNEL_VERS='2.6.32-122-rtai'
  973. KILL='/bin/kill'
  974. LANGUAGES=''
  975. LDFLAGS=''
  976. LIBOBJS=''
  977. LIBS='-lGL -lXinerama '
  978. LINUXCNC_CONFIG_PATH='~/linuxcnc/configs:/home/a2ms/emc2/emc2-dev/configs'
  979. LOCALEDIR='/usr/share/locale'
  980. LSMOD='/sbin/lsmod'
  981. LTLIBOBJS=''
  982. MANDB='/usr/bin/mandb'
  983. MATHINC=''
  984. MATHLIB=''
  985. MODEXT='.ko'
  986. MODPATH_adeos=''
  987. MODPATH_mbuff=''
  988. MODPATH_rt_mem_mgr=''
  989. MODPATH_rtai=''
  990. MODPATH_rtai_fifos='/usr/realtime-$(uname -r)/modules/rtai_fifos.ko'
  991. MODPATH_rtai_hal='/usr/realtime-$(uname -r)/modules/rtai_hal.ko'
  992. MODPATH_rtai_ksched='/usr/realtime-$(uname -r)/modules/rtai_ksched.ko'
  993. MODPATH_rtai_libm=''
  994. MODPATH_rtai_math='/usr/realtime-$(uname -r)/modules/rtai_math.ko'
  995. MODPATH_rtai_sched='/usr/realtime-$(uname -r)/modules/rtai_sched.ko'
  996. MODPATH_rtai_sem='/usr/realtime-$(uname -r)/modules/rtai_sem.ko'
  997. MODPATH_rtai_shm=''
  998. MODPATH_rtl=''
  999. MODPATH_rtl_fifo=''
  1000. MODPATH_rtl_posixio=''
  1001. MODPATH_rtl_sched=''
  1002. MODPATH_rtl_time=''
  1003. MODULE_DIR='/usr/realtime-2.6.32-122-rtai/modules'
  1004. MSGFMT='/usr/bin/msgfmt'
  1005. NCURSES_LIBS='-lncurses'
  1006. OBJEXT='o'
  1007. PACKAGE='linuxcnc'
  1008. PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net'
  1009. PACKAGE_NAME='LinuxCNC'
  1010. PACKAGE_STRING='LinuxCNC 2.5.0-pre2'
  1011. PACKAGE_TARNAME='linuxcnc'
  1012. PACKAGE_URL=''
  1013. PACKAGE_VERSION='2.5.0-pre2'
  1014. PATH_SEPARATOR=':'
  1015. PDFLATEX=''
  1016. PIDOF='/bin/pidof'
  1017. PS='/bin/ps'
  1018. PTH_CONFIG=''
  1019. PYTHON='/usr/bin/python'
  1020. RANLIB='ranlib'
  1021. READLINE_LIBS='-lreadline'
  1022. REALTIME='/home/a2ms/emc2/emc2-dev/scripts/realtime'
  1023. RIP_MODULE_DIR='/home/a2ms/emc2/emc2-dev/rtlib'
  1024. RMMOD='/home/a2ms/emc2/emc2-dev/bin/linuxcnc_module_helper remove'
  1025. RTAI3_MOD=''
  1026. RTAI='3'
  1027. RTAI_MOD=''
  1028. RTARCH='i386'
  1029. RTDIR='/usr/realtime-2.6.32-122-rtai'
  1030. RTFLAGS='-I. -I/usr/realtime-2.6.32-122-rtai/include -D_FORTIFY_SOURCE=0 -ffast-math -mhard-float -DRTAI=3'
  1031. RTLINUX=''
  1032. RTLINUXPRO=''
  1033. RTL_MOD=''
  1034. RTNAME='rtai-3.0'
  1035. RTPREFIX='rtai'
  1036. RUN_IN_PLACE='yes'
  1037. SED='/bin/sed'
  1038. SET_MAKE=''
  1039. SHELL='/bin/bash'
  1040. SIMULATOR='no'
  1041. SITEPY='/usr/lib/python2.6/dist-packages'
  1042. SOURCE_HIGHLIGHT=''
  1043. TCLSH='/usr/bin/tclsh8.5'
  1044. TCL_CFLAGS='-I/usr/include/tcl8.5 -DUSE_TCL_STUBS'
  1045. TCL_DBGX=''
  1046. TCL_LIBS='-L/usr/lib -ltclstub8.5'
  1047. TK_CFLAGS='-I/usr/include/tcl8.5 '
  1048. TK_DBGX=''
  1049. TK_LIBS='-lX11 -lXss -lXext -lXft -lX11 -lfreetype -lz -lfontconfig -lXrender -lX11 -lpthread -ldl -lpthread -lieee -lm -L/usr/lib -ltk8.5'
  1050. USE_LIBM=''
  1051. USE_NLS='yes'
  1052. USE_RTLIBM='1'
  1053. USE_STUBS=''
  1054. WHOAMI='/usr/bin/whoami'
  1055. WISH='/usr/bin/wish8.5'
  1056. XAW_LIBS=' -lSM -lICE -lX11 -lXaw -lXt'
  1057. XGETTEXT='/usr/bin/xgettext'
  1058. XMKMF=''
  1059. XSLTPROC=''
  1060. X_CFLAGS=''
  1061. X_EXTRA_LIBS=''
  1062. X_LIBS=''
  1063. X_PRE_LIBS=' -lSM -lICE'
  1064. ac_ct_CC='gcc'
  1065. ac_ct_CXX='g++'
  1066. bindir='${exec_prefix}/bin'
  1067. build_alias=''
  1068. datadir='${datarootdir}'
  1069. datarootdir='${prefix}/share'
  1070. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1071. dvidir='${docdir}'
  1072. exec_prefix='${prefix}'
  1073. host_alias=''
  1074. htmldir='${docdir}'
  1075. includedir='${prefix}/include'
  1076. infodir='${datarootdir}/info'
  1077. libdir='${exec_prefix}/lib'
  1078. libexecdir='${exec_prefix}/libexec'
  1079. localedir='${datarootdir}/locale'
  1080. localstatedir='${prefix}/var'
  1081. mandir='${datarootdir}/man'
  1082. oldincludedir='/usr/include'
  1083. pdfdir='${docdir}'
  1084. prefix='/home/a2ms/emc2/emc2-dev'
  1085. program_transform_name='s,x,x,'
  1086. psdir='${docdir}'
  1087. sbindir='${exec_prefix}/sbin'
  1088. sharedstatedir='${prefix}/com'
  1089. sysconfdir='${prefix}/etc'
  1090. target_alias=''
  1091.  
  1092. ## ----------- ##
  1093. ## confdefs.h. ##
  1094. ## ----------- ##
  1095.  
  1096. /* confdefs.h */
  1097. #define PACKAGE_NAME "LinuxCNC"
  1098. #define PACKAGE_TARNAME "linuxcnc"
  1099. #define PACKAGE_VERSION "2.5.0-pre2"
  1100. #define PACKAGE_STRING "LinuxCNC 2.5.0-pre2"
  1101. #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
  1102. #define PACKAGE_URL ""
  1103. #define RTAPI_RTAI /**/
  1104. #define RTDIR "/usr/realtime-2.6.32-122-rtai"
  1105. #define HIDRAW_H_USABLE /**/
  1106. #define STDC_HEADERS 1
  1107. #define HAVE_SYS_TYPES_H 1
  1108. #define HAVE_SYS_STAT_H 1
  1109. #define HAVE_STDLIB_H 1
  1110. #define HAVE_STRING_H 1
  1111. #define HAVE_MEMORY_H 1
  1112. #define HAVE_STRINGS_H 1
  1113. #define HAVE_INTTYPES_H 1
  1114. #define HAVE_STDINT_H 1
  1115. #define HAVE_UNISTD_H 1
  1116. #define HAVE__USR_SRC_LINUX_HEADERS_2_6_32_122_RTAI_INCLUDE_LINUX_VERSION_H 1
  1117. #define RTAPI_KERNEL_VERSION "2.6.32-122-rtai"
  1118. #define MODULE_EXT ".ko"
  1119. #define EMC2_DEFAULT_NMLFILE "/home/a2ms/emc2/emc2-dev/configs/common/linuxcnc.nml"
  1120. #define EMC2_DEFAULT_TOOLTABLE "/home/a2ms/emc2/emc2-dev/configs/sim/sim.tbl"
  1121. #define EMC2_HOME "/home/a2ms/emc2/emc2-dev"
  1122. #define EMC2_BIN_DIR "/home/a2ms/emc2/emc2-dev/bin"
  1123. #define EMC2_TCL_DIR "/home/a2ms/emc2/emc2-dev/tcl"
  1124. #define EMC2_HELP_DIR "/home/a2ms/emc2/emc2-dev/docs/help"
  1125. #define EMC2_RTLIB_DIR "/home/a2ms/emc2/emc2-dev/rtlib"
  1126. #define EMC2_LANG_DIR "/home/a2ms/emc2/emc2-dev/src/objects"
  1127. #define EMC2_PO_DIR "/home/a2ms/emc2/emc2-dev/share/locale"
  1128. #define EMC2_CONFIG_DIR ""
  1129. #define EMC2_NCFILES_DIR "/home/a2ms/emc2/emc2-dev/nc_files"
  1130. #define EMC2_IMAGE_DIR "/home/a2ms/emc2/emc2-dev"
  1131. #define STDC_HEADERS 1
  1132. #define HAVE_SYS_WAIT_H 1
  1133. #define HAVE_SEMTIMEDOP 1
  1134. #define HAVE_SINCOS 1
  1135. #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
  1136. #define HAVE_LIBXINERAMA 1
  1137. #define HAVE_X11_XAW_XAWINIT_H 1
  1138. #define HAVE_LIBXAW 1
  1139. #define HAVE_READLINE_READLINE_H 1
  1140. #define HAVE_READLINE_HISTORY_H 1
  1141. #define HAVE_READLINE /**/
  1142. #define HAVE_NCURSES_H 1
  1143. #define HAVE_LIBNCURSES 1
  1144. #define HAVE_LOCALE_H 1
  1145. #define HAVE_SETLOCALE 1
  1146. #define HAVE_LIBINTL_H 1
  1147. #define HAVE_GL_GL_H 1
  1148. #define HAVE_GL_GLU_H 1
  1149. #define HAVE_LIBGL 1
  1150. #define HAVE_X11_XMU_XMU_H 1
  1151.  
  1152. configure: exit 0
  1153.  
  1154. ## ---------------------- ##
  1155. ## Running config.status. ##
  1156. ## ---------------------- ##
  1157.  
  1158. This file was extended by LinuxCNC config.status 2.5.0-pre2, which was
  1159. generated by GNU Autoconf 2.65. Invocation command line was
  1160.  
  1161. CONFIG_FILES =
  1162. CONFIG_HEADERS =
  1163. CONFIG_LINKS =
  1164. CONFIG_COMMANDS =
  1165. $ ./config.status -q --header=config.h
  1166.  
  1167. on Klaatu
  1168.  
  1169. config.status:997: creating config.h
  1170. config.status:1158: config.h is unchanged
  1171.  
  1172. ## ---------------------- ##
  1173. ## Running config.status. ##
  1174. ## ---------------------- ##
  1175.  
  1176. This file was extended by LinuxCNC config.status 2.5.0-pre2, which was
  1177. generated by GNU Autoconf 2.65. Invocation command line was
  1178.  
  1179. CONFIG_FILES =
  1180. CONFIG_HEADERS =
  1181. CONFIG_LINKS =
  1182. CONFIG_COMMANDS =
  1183. $ ./config.status -q --header=config.h
  1184.  
  1185. on Klaatu
  1186.  
  1187. config.status:997: creating config.h
  1188. config.status:1158: config.h is unchanged
  1189.  
  1190. ## ---------------------- ##
  1191. ## Running config.status. ##
  1192. ## ---------------------- ##
  1193.  
  1194. This file was extended by LinuxCNC config.status 2.5.0-pre2, which was
  1195. generated by GNU Autoconf 2.65. Invocation command line was
  1196.  
  1197. CONFIG_FILES =
  1198. CONFIG_HEADERS =
  1199. CONFIG_LINKS =
  1200. CONFIG_COMMANDS =
  1201. $ ./config.status -q --header=config.h
  1202.  
  1203. on Klaatu
  1204.  
  1205. config.status:997: creating config.h
  1206. config.status:1158: config.h is unchanged
  1207.  
  1208. ## ---------------------- ##
  1209. ## Running config.status. ##
  1210. ## ---------------------- ##
  1211.  
  1212. This file was extended by LinuxCNC config.status 2.5.0-pre2, which was
  1213. generated by GNU Autoconf 2.65. Invocation command line was
  1214.  
  1215. CONFIG_FILES =
  1216. CONFIG_HEADERS =
  1217. CONFIG_LINKS =
  1218. CONFIG_COMMANDS =
  1219. $ ./config.status -q --header=config.h
  1220.  
  1221. on Klaatu
  1222.  
  1223. config.status:997: creating config.h
  1224. config.status:1158: config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement