This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LinuxCNC configure 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure --with-threads=xenomai-user --enable-run-in-place --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = minibox uname -m = i686 uname -r = 3.2.21-xenomai+ uname -s = Linux uname -v = #3 SMP PREEMPT Tue Dec 25 23:33:36 UTC 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2326: checking build toplevel configure:2329: result: /home/minibox/emc2-dev configure:2338: checking installation prefix configure:2342: result: run in place configure:2365: checking for grep configure:2383: found /bin/grep configure:2395: result: /bin/grep configure:2405: checking for egrep configure:2423: found /bin/egrep configure:2435: result: /bin/egrep configure:2445: checking for arch configure:2463: found /usr/bin/arch configure:2475: result: /usr/bin/arch configure:2550: checking for gcc configure:2566: found /usr/bin/gcc configure:2577: result: gcc configure:2608: checking for C compiler version configure:2617: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2628: $? = 0 configure:2617: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:2628: $? = 0 configure:2617: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:2628: $? = 4 configure:2617: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:2628: $? = 4 configure:2648: checking whether the C compiler works configure:2670: gcc conftest.c >&5 configure:2674: $? = 0 configure:2722: result: yes configure:2725: checking for C compiler default output file name configure:2727: result: a.out configure:2733: checking for suffix of executables configure:2740: gcc -o conftest conftest.c >&5 configure:2744: $? = 0 configure:2766: result: configure:2788: checking whether we are cross compiling configure:2796: gcc -o conftest conftest.c >&5 configure:2800: $? = 0 configure:2807: ./conftest configure:2811: $? = 0 configure:2826: result: no configure:2831: checking for suffix of object files configure:2853: gcc -c conftest.c >&5 configure:2857: $? = 0 configure:2878: result: o configure:2882: checking whether we are using the GNU C compiler configure:2901: gcc -c conftest.c >&5 configure:2901: $? = 0 configure:2910: result: yes configure:2919: checking whether gcc accepts -g configure:2939: gcc -c -g conftest.c >&5 configure:2939: $? = 0 configure:2980: result: yes configure:2997: checking for gcc option to accept ISO C89 configure:3061: gcc -c -g -O2 conftest.c >&5 configure:3061: $? = 0 configure:3074: result: none needed configure:3310: checking platform configure:3339: result: using default platform: PC configure:3348: checking whether to build hardware drivers configure:3371: result: hardware drivers build will be determined by --with-threads configure:3377: checking whether to use inb/outb or ppdev ioctl on the x86 for parport I/O configure:3400: result: using defaults: no configure:3406: checking whether to use GCC's builtin atomic operations configure:3437: result: using defaults: no configure:3445: checking kernel configuration configure:3466: result: none given, will use running kernel configuration if required configure:3472: checking simulator selection configure:3492: result: not selected configure:3499: checking thread style configure:3535: result: configuring for Xenomai user threads configure:3579: checking for config file of running kernel configure:3587: result: Using /boot/config-3.2.21-xenomai+ as kernel configuration configure:3607: checking kernel for type of realtime system configure:3626: result: looks like a Xenomai configuration configure:3643: checking kernel and thread style compatibility configure:3647: result: kernel type xenomai and thread style xenomai-user are compatible configure:3677: result: building for kernel version 3.2.21-xenomai+ configure:3680: checking for location of kernel headers configure:3692: result: using kernel headers from /usr/src/linux-headers-3.2.21-xenomai+ configure:3700: checking for xenomai-user build support configure:3865: result: using /usr/bin/xeno-config for Xenomai config values, version 2.6.1 configure:3895: checking for cc version configure:3899: result: found gcc in /usr/bin/xeno-config configure:3926: gcc -o conftest -g -O2 -I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -D__XENO__ conftest.c -lnative -L/usr/lib -lxenomai -lpthread -lrt >&5 configure:3926: $? = 0 configure:3927: result: linking against xenomai support library - works configure:4064: checking for C compiler version configure:4073: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4084: $? = 0 configure:4073: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:4084: $? = 0 configure:4073: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:4084: $? = 4 configure:4073: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4084: $? = 4 configure:4088: checking whether we are using the GNU C compiler configure:4116: result: yes configure:4125: checking whether gcc accepts -g configure:4186: result: yes configure:4203: checking for gcc option to accept ISO C89 configure:4280: result: none needed configure:4305: checking how to run the C preprocessor configure:4336: gcc -E conftest.c configure:4336: $? = 0 configure:4350: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4350: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4375: result: gcc -E configure:4395: gcc -E conftest.c configure:4395: $? = 0 configure:4409: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4409: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4604: checking for usability of rdtscll from asm/msr.h configure:4621: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc3O65ac.o: In function `use_rdtscll': /home/minibox/emc2-dev/src/conftest.c:17: undefined reference to `rdtscll' collect2: ld returned 1 exit status configure:4621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | /* end confdefs.h. */ | | #include | #include | void use_rdtscll(void) { long long tsc; rdtscll(tsc); } | | int | main () | { | | ; | return 0; | } configure:4633: result: no configure:4636: checking for usability of linux/hidraw.h configure:4653: gcc -o conftest -g -O2 conftest.c >&5 configure:4653: $? = 0 configure:4665: result: yes configure:5062: checking for module installation directory configure:5091: result: configuring for run-in-place configure:5096: result: /home/minibox/emc2-dev/rtlib configure:5111: WARNING: --enable-run-in-place will be removed soon. Configure without specifying --prefix to get a run-in-place build. configure:5259: checking for glib configure:5263: result: yes - 2.32.3 configure:5288: checking for GTK 2.4.0 or above configure:5292: result: yes - 2.24.10 configure:5296: checking for libgnomeprintui-2.2 configure:5305: result: no -- printing from classicladder will not be possible configure:5389: checking for g++ configure:5405: found /usr/bin/g++ configure:5416: result: g++ configure:5443: checking for C++ compiler version configure:5452: g++ --version >&5 g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5463: $? = 0 configure:5452: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:5463: $? = 0 configure:5452: g++ -V >&5 g++: error: unrecognized option '-V' g++: fatal error: no input files compilation terminated. configure:5463: $? = 4 configure:5452: g++ -qversion >&5 g++: error: unrecognized option '-qversion' g++: fatal error: no input files compilation terminated. configure:5463: $? = 4 configure:5467: checking whether we are using the GNU C++ compiler configure:5486: g++ -c conftest.cpp >&5 configure:5486: $? = 0 configure:5495: result: yes configure:5504: checking whether g++ accepts -g configure:5524: g++ -c -g conftest.cpp >&5 configure:5524: $? = 0 configure:5565: result: yes configure:5591: checking for g++ configure:5609: found /usr/bin/g++ configure:5622: result: /usr/bin/g++ configure:5635: checking whether make sets $(MAKE) configure:5657: result: yes configure:5709: checking for ranlib configure:5725: found /usr/bin/ranlib configure:5736: result: ranlib configure:5760: checking for ar configure:5778: found /usr/bin/ar configure:5790: result: /usr/bin/ar configure:5800: checking for install configure:5818: found /usr/bin/install configure:5830: result: /usr/bin/install configure:5840: checking for sed configure:5858: found /bin/sed configure:5870: result: /bin/sed configure:5880: checking for ps configure:5898: found /bin/ps configure:5910: result: /bin/ps configure:5920: checking for kill configure:5938: found /bin/kill configure:5950: result: /bin/kill configure:5960: checking for whoami configure:5978: found /usr/bin/whoami configure:5990: result: /usr/bin/whoami configure:6000: checking for awk configure:6018: found /usr/bin/awk configure:6030: result: /usr/bin/awk configure:6040: checking for insmod configure:6058: found /sbin/insmod configure:6071: result: /sbin/insmod configure:6081: checking for rmmod configure:6099: found /sbin/rmmod configure:6112: result: /sbin/rmmod configure:6122: checking for lsmod configure:6140: found /sbin/lsmod configure:6153: result: /sbin/lsmod configure:6163: checking for pidof configure:6181: found /bin/pidof configure:6194: result: /bin/pidof configure:6204: checking for ipcs configure:6222: found /usr/bin/ipcs configure:6235: result: /usr/bin/ipcs configure:6245: checking for fuser configure:6263: found /bin/fuser configure:6276: result: /bin/fuser configure:6286: checking for mandb configure:6304: found /usr/bin/mandb configure:6317: result: /usr/bin/mandb configure:6391: checking for python configure:6409: found /usr/bin/python configure:6422: result: /usr/bin/python configure:6435: checking whether to build documentation configure:6472: result: no configure:6999: checking for kernel math support configure:7024: result: no configure:7026: checking for a suitable libm configure:7049: result: libm OK to use. configure:7078: checking for adeos configure:7085: result: not found configure:7078: checking for rtai_hal configure:7085: result: not found configure:7078: checking for rtai_ksched configure:7085: result: not found configure:7078: checking for rtai_fifos configure:7085: result: not found configure:7078: checking for rtai_shm configure:7085: result: not found configure:7078: checking for rtai_sem configure:7085: result: not found configure:7078: checking for rtai_math configure:7085: result: not found configure:7078: checking for rtai configure:7085: result: not found configure:7078: checking for rt_mem_mgr configure:7085: result: not found configure:7078: checking for rtai_sched configure:7085: result: not found configure:7078: checking for rtai_libm configure:7085: result: not found configure:7078: checking for rtl configure:7085: result: not found configure:7078: checking for mbuff configure:7085: result: not found configure:7078: checking for rtl_time configure:7085: result: not found configure:7078: checking for rtl_sched configure:7085: result: not found configure:7078: checking for rtl_posixio configure:7085: result: not found configure:7078: checking for rtl_fifo configure:7085: result: not found configure:7078: checking for xeno_math configure:7085: result: not found configure:7126: checking for ANSI C header files configure:7146: gcc -c -g -O2 conftest.c >&5 configure:7146: $? = 0 configure:7219: gcc -o conftest -g -O2 conftest.c >&5 configure:7219: $? = 0 configure:7219: ./conftest configure:7219: $? = 0 configure:7230: result: yes configure:7238: checking for sys/wait.h that is POSIX.1 compatible configure:7264: gcc -c -g -O2 conftest.c >&5 configure:7264: $? = 0 configure:7271: result: yes configure:7281: checking for semtimedop configure:7281: gcc -o conftest -g -O2 conftest.c >&5 configure:7281: $? = 0 configure:7281: result: yes configure:7293: checking for sincos function configure:7307: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:35:1: warning: incompatible implicit declaration of built-in function 'sincos' [enabled by default] configure:7307: $? = 0 configure:7317: result: yes configure:7322: checking for __sincos configure:7322: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccK7jl26.o: In function `main': /home/minibox/emc2-dev/src/conftest.c:66: undefined reference to `__sincos' collect2: ld returned 1 exit status configure:7322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | /* end confdefs.h. */ | /* Define __sincos to an innocuous variant, in case declares __sincos. | For example, HP-UX 11i declares gettimeofday. */ | #define __sincos innocuous___sincos | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __sincos (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __sincos | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __sincos (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___sincos || defined __stub_____sincos | choke me | #endif | | int | main () | { | return __sincos (); | ; | return 0; | } configure:7322: result: no configure:7342: checking for tcl configure:7444: result: /usr/lib/tclConfig.sh found configure:7451: checking for tk configure:7558: result: /usr/lib/tkConfig.sh found configure:7587: checking for BWidget using /usr/bin/tclsh8.5 configure:7590: result: found configure:7597: checking for BLT using tclsh8.5 configure:7600: result: found configure:7628: checking for X configure:7736: gcc -E conftest.c configure:7736: $? = 0 configure:7767: gcc -o conftest -g -O2 conftest.c -lX11 >&5 configure:7767: $? = 0 configure:7817: result: libraries , headers configure:7916: gcc -o conftest -g -O2 conftest.c -lX11 >&5 configure:7916: $? = 0 configure:8014: checking for gethostbyname configure:8014: gcc -o conftest -g -O2 conftest.c >&5 configure:8014: $? = 0 configure:8014: result: yes configure:8111: checking for connect configure:8111: gcc -o conftest -g -O2 conftest.c >&5 configure:8111: $? = 0 configure:8111: result: yes configure:8160: checking for remove configure:8160: gcc -o conftest -g -O2 conftest.c >&5 configure:8160: $? = 0 configure:8160: result: yes configure:8209: checking for shmat configure:8209: gcc -o conftest -g -O2 conftest.c >&5 configure:8209: $? = 0 configure:8209: result: yes configure:8267: checking for IceConnectionNumber in -lICE configure:8292: gcc -o conftest -g -O2 conftest.c -lICE >&5 configure:8292: $? = 0 configure:8301: result: yes configure:8319: checking X11/extensions/Xinerama.h usability configure:8319: gcc -c -g -O2 conftest.c >&5 configure:8319: $? = 0 configure:8319: result: yes configure:8319: checking X11/extensions/Xinerama.h presence configure:8319: gcc -E conftest.c configure:8319: $? = 0 configure:8319: result: yes configure:8319: checking for X11/extensions/Xinerama.h configure:8319: result: yes configure:8332: checking for XineramaQueryExtension in -lXinerama configure:8357: gcc -o conftest -g -O2 conftest.c -lXinerama >&5 configure:8357: $? = 0 configure:8366: result: yes configure:8394: checking for X11/Xaw/XawInit.h configure:8394: gcc -c -g -O2 conftest.c >&5 conftest.c:37:29: fatal error: X11/Xaw/XawInit.h: No such file or directory compilation terminated. configure:8394: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 | #define HAVE_LIBXINERAMA 1 | /* end confdefs.h. */ | #include | | | #include configure:8394: result: no configure:8409: checking for XawDialogGetValueString in -lXaw configure:8434: gcc -o conftest -g -O2 conftest.c -lXaw -lXinerama -lSM -lICE >&5 /usr/bin/ld: cannot find -lXaw collect2: ld returned 1 exit status configure:8434: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 | #define HAVE_LIBXINERAMA 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XawDialogGetValueString (); | int | main () | { | return XawDialogGetValueString (); | ; | return 0; | } configure:8443: result: no configure:8461: WARNING: Xaw lib missing, you won't be able to build/run xemc. try installing it with 'apt-get install libxaw7-dev' configure:8476: checking readline/readline.h usability configure:8476: gcc -c -g -O2 conftest.c >&5 configure:8476: $? = 0 configure:8476: result: yes configure:8476: checking readline/readline.h presence configure:8476: gcc -E conftest.c configure:8476: $? = 0 configure:8476: result: yes configure:8476: checking for readline/readline.h configure:8476: result: yes configure:8490: checking readline/history.h usability configure:8490: gcc -c -g -O2 conftest.c >&5 configure:8490: $? = 0 configure:8490: result: yes configure:8490: checking readline/history.h presence configure:8490: gcc -E conftest.c configure:8490: $? = 0 configure:8490: result: yes configure:8490: checking for readline/history.h configure:8490: result: yes configure:8504: checking for readline in -lreadline configure:8529: gcc -o conftest -g -O2 conftest.c -lreadline >&5 configure:8529: $? = 0 configure:8538: result: yes configure:8546: checking for readline in -lreadline configure:8571: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5 configure:8571: $? = 0 configure:8580: result: yes configure:8613: checking ncurses.h usability configure:8613: gcc -c -g -O2 conftest.c >&5 conftest.c:70:21: fatal error: ncurses.h: No such file or directory compilation terminated. configure:8613: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 | #define HAVE_LIBXINERAMA 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE /**/ | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8613: result: no configure:8613: checking ncurses.h presence configure:8613: gcc -E conftest.c conftest.c:37:21: fatal error: ncurses.h: No such file or directory compilation terminated. configure:8613: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 | #define HAVE_LIBXINERAMA 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE /**/ | /* end confdefs.h. */ | #include configure:8613: result: no configure:8613: checking for ncurses.h configure:8613: result: no configure:8626: checking for initscr in -lncurses configure:8651: gcc -o conftest -g -O2 conftest.c -lncurses >&5 /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status configure:8651: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 | #define HAVE_LIBXINERAMA 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char initscr (); | int | main () | { | return initscr (); | ; | return 0; | } configure:8660: result: no configure:8675: WARNING: ncurses lib missing configure:8705: checking locale.h usability configure:8705: gcc -c -g -O2 conftest.c >&5 configure:8705: $? = 0 configure:8705: result: yes configure:8705: checking locale.h presence configure:8705: gcc -E conftest.c configure:8705: $? = 0 configure:8705: result: yes configure:8705: checking for locale.h configure:8705: result: yes configure:8717: checking for setlocale configure:8717: gcc -o conftest -g -O2 conftest.c >&5 configure:8717: $? = 0 configure:8717: result: yes configure:8734: checking libintl.h usability configure:8734: gcc -c -g -O2 conftest.c >&5 configure:8734: $? = 0 configure:8734: result: yes configure:8734: checking libintl.h presence configure:8734: gcc -E conftest.c configure:8734: $? = 0 configure:8734: result: yes configure:8734: checking for libintl.h configure:8734: result: yes configure:8744: checking for gettext in -lintl configure:8769: gcc -o conftest -g -O2 conftest.c -lintl >&5 conftest.c:47:6: warning: conflicting types for built-in function 'gettext' [enabled by default] /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit status configure:8769: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LinuxCNC" | #define PACKAGE_TARNAME "linuxcnc" | #define PACKAGE_VERSION "2.5.1" | #define PACKAGE_STRING "LinuxCNC 2.5.1" | #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" | #define PACKAGE_URL "" | #define BUILD_DRIVERS /**/ | #define TARGET_PLATFORM_PC /**/ | #define BUILD_SYS_USER_DSO /**/ | #define RTAPI_XENOMAI_USER /**/ | #define RTDIR "" | #define HIDRAW_H_USABLE /**/ | #define MODULE_EXT ".so" | #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" | #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" | #define EMC2_HOME "/home/minibox/emc2-dev" | #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" | #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" | #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" | #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" | #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" | #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" | #define EMC2_CONFIG_DIR "" | #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" | #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SEMTIMEDOP 1 | #define HAVE_SINCOS 1 | #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 | #define HAVE_LIBXINERAMA 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE /**/ | #define HAVE_LOCALE_H 1 | #define HAVE_SETLOCALE 1 | #define HAVE_LIBINTL_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gettext (); | int | main () | { | return gettext (); | ; | return 0; | } configure:8778: result: no configure:8821: checking for xgettext configure:8839: found /usr/bin/xgettext configure:8852: result: /usr/bin/xgettext configure:8864: checking for xgettext tcl bug configure:8872: result: xgettext version 0.18.1 OK configure:8884: checking for msgfmt configure:8902: found /usr/bin/msgfmt configure:8915: result: /usr/bin/msgfmt configure:8926: checking for --tcl support in msgfmt configure:8929: result: yes configure:8937: checking for Python support configure:8954: result: yes configure:8962: checking python version configure:8968: result: OK configure:8971: checking match between tk and Tkinter versions configure:8988: result: 8.5 configure:8991: checking location of Python header files configure:8994: result: /usr/include/python2.7 configure:8998: checking /usr/include/python2.7/Python.h usability configure:8998: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/python2.7/Python.h:8:0, from conftest.c:73: /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default] /usr/include/features.h:215:0: note: this is the location of the previous definition configure:8998: $? = 0 configure:8998: result: yes configure:8998: checking /usr/include/python2.7/Python.h presence configure:8998: gcc -E conftest.c configure:8998: $? = 0 configure:8998: result: yes configure:8998: checking for /usr/include/python2.7/Python.h configure:8998: result: yes configure:9007: checking for site-package location configure:9010: result: /usr/lib/python2.7/dist-packages configure:9016: checking GL/gl.h usability configure:9016: gcc -c -g -O2 conftest.c >&5 configure:9016: $? = 0 configure:9016: result: yes configure:9016: checking GL/gl.h presence configure:9016: gcc -E conftest.c configure:9016: $? = 0 configure:9016: result: yes configure:9016: checking for GL/gl.h configure:9016: result: yes configure:9016: checking GL/glu.h usability configure:9016: gcc -c -g -O2 conftest.c >&5 configure:9016: $? = 0 configure:9016: result: yes configure:9016: checking GL/glu.h presence configure:9016: gcc -E conftest.c configure:9016: $? = 0 configure:9016: result: yes configure:9016: checking for GL/glu.h configure:9016: result: yes configure:9029: checking for glBegin in -lGL configure:9054: gcc -o conftest -g -O2 conftest.c -lGL -lXinerama >&5 configure:9054: $? = 0 configure:9063: result: yes configure:9077: checking for working GLU quadrics configure:9093: gcc -c -g -O2 conftest.c >&5 configure:9093: $? = 0 configure:9094: result: yes configure:9104: checking for Xmu headers configure:9108: checking X11/Xmu/Xmu.h usability configure:9108: gcc -c -g -O2 conftest.c >&5 configure:9108: $? = 0 configure:9108: result: yes configure:9108: checking X11/Xmu/Xmu.h presence configure:9108: gcc -E conftest.c configure:9108: $? = 0 configure:9108: result: yes configure:9108: checking for X11/Xmu/Xmu.h configure:9108: result: yes configure:9281: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___sincos=no ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_semtimedop=yes ac_cv_func_setlocale=yes ac_cv_func_shmat=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_GL_gl_h=yes ac_cv_header_GL_glu_h=yes ac_cv_header_X11_Xaw_XawInit_h=no ac_cv_header_X11_Xmu_Xmu_h=yes ac_cv_header_X11_extensions_Xinerama_h=yes ac_cv_header__usr_include_python2_7_Python_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_ncurses_h=no ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdc=yes ac_cv_header_sys_wait_h=yes ac_cv_lib_GL_glBegin=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xaw_XawDialogGetValueString=no ac_cv_lib_Xinerama_XineramaQueryExtension=yes ac_cv_lib_intl_gettext=no ac_cv_lib_ncurses_initscr=no ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_ARCHCMD=/usr/bin/arch ac_cv_path_AWK=/usr/bin/awk ac_cv_path_CXX=/usr/bin/g++ ac_cv_path_EGREP=/bin/egrep ac_cv_path_FUSER=/bin/fuser ac_cv_path_GREP=/bin/grep ac_cv_path_INSMOD=/sbin/insmod ac_cv_path_INSTALL=/usr/bin/install ac_cv_path_IPCS=/usr/bin/ipcs ac_cv_path_KILL=/bin/kill ac_cv_path_LSMOD=/sbin/lsmod ac_cv_path_MANDB=/usr/bin/mandb ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_PIDOF=/bin/pidof ac_cv_path_PS=/bin/ps ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_RMMOD=/sbin/rmmod ac_cv_path_SED=/bin/sed ac_cv_path_WHOAMI=/usr/bin/whoami ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' ARCHCMD='/usr/bin/arch' ARCHITECTURE='i686' ASCIIDOC='' AUTODIRS='' AWK='/usr/bin/awk' BUILD_DOCS='no' BUILD_DOCS_HTML='' BUILD_DOCS_PDF='' BUILD_DRIVERS='yes' BUILD_PYTHON='yes' BUILD_SYS='user-dso' CC='gcc' CFLAGS='-g -O2' CONVERT='' CPP='gcc -E' CPPFLAGS='' CXX='/usr/bin/g++' CXXFLAGS='-g -O2' DATE='Fri Jun 14 10:19:30 EDT 2013' DBLATEX='' DEFAULT_NMLFILE='/home/minibox/emc2-dev/configs/common/linuxcnc.nml' DEFS='-DHAVE_CONFIG_H' DVIPNG='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/egrep' EMC2VERSION='2.5.1' EMC2_BIN_DIR='/home/minibox/emc2-dev/bin' EMC2_HELP_DIR='/home/minibox/emc2-dev/docs/help' EMC2_HOME='/home/minibox/emc2-dev' EMC2_ICON='/home/minibox/emc2-dev/linuxcncicon.png' EMC2_IMAGE_DIR='/home/minibox/emc2-dev' EMC2_LANG_DIR='/home/minibox/emc2-dev/src/objects' EMC2_LATENCYPLOT_SCRIPT='/home/minibox/emc2-dev/scripts/latencyplot' EMC2_LATENCY_SCRIPT='/home/minibox/emc2-dev/scripts/latency-test' EMC2_NCFILES_DIR='/home/minibox/emc2-dev/nc_files' EMC2_RTLIB_DIR='/home/minibox/emc2-dev/rtlib' EMC2_SCRIPT='/home/minibox/emc2-dev/scripts/emc' EMC2_SUFFIX=' (run-in-place)' EMC2_TCL_DIR='/home/minibox/emc2-dev/tcl' EMC2_TCL_LIB_DIR='/home/minibox/emc2-dev/tcl' EPSTOPDF='' EXEEXT='' EXT_RTFLAGS='' FUSER='/bin/fuser' GIT_VERSION='e259ab2' GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include ' GLIB_LIBS='-lglib-2.0 ' GREP='/bin/grep' GS='' GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 ' GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 ' GTK_VER='2.24.10' HAVE_GNOMEPRINT='' HAVE_LIBINTL='' HAVE_LIBINTL_H='' HAVE_LOCALE_H='' HAVE_NCURSES='no' HAVE_READLINE='yes' HAVE_WORKING_BLT='yes' HAVE_XAW='no' HIDRAW_H_USABLE='yes' INCLUDEPY='/usr/include/python2.7' INSMOD='/home/minibox/emc2-dev/bin/linuxcnc_module_helper insert' INSTALL='/usr/bin/install' IPCS='/usr/bin/ipcs' KERNELDIR='/usr/src/linux-headers-3.2.21-xenomai+' KERNEL_MATH_CFLAGS='' KERNEL_VERS='' KILL='/bin/kill' LANGUAGES='' LDFLAGS='' LIBOBJS='' LIBS='-lGL -lXinerama ' LINUXCNC_CONFIG_PATH='~/linuxcnc/configs:/home/minibox/emc2-dev/configs' LOCALEDIR='/usr/share/locale' LSMOD='/sbin/lsmod' LTLIBOBJS='' MANDB='/usr/bin/mandb' MATHINC='' MATHLIB='-L/usr/lib -lm' MODEXT='.so' MODPATH_adeos='' MODPATH_mbuff='' MODPATH_rt_mem_mgr='' MODPATH_rtai='' MODPATH_rtai_fifos='' MODPATH_rtai_hal='' MODPATH_rtai_ksched='' MODPATH_rtai_libm='' MODPATH_rtai_math='' MODPATH_rtai_sched='' MODPATH_rtai_sem='' MODPATH_rtai_shm='' MODPATH_rtl='' MODPATH_rtl_fifo='' MODPATH_rtl_posixio='' MODPATH_rtl_sched='' MODPATH_rtl_time='' MODPATH_xeno_math='' MODULE_DIR='' MSGFMT='/usr/bin/msgfmt' NCURSES_LIBS='' OBJEXT='o' PACKAGE='linuxcnc' PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net' PACKAGE_NAME='LinuxCNC' PACKAGE_STRING='LinuxCNC 2.5.1' PACKAGE_TARNAME='linuxcnc' PACKAGE_URL='' PACKAGE_VERSION='2.5.1' PATH_SEPARATOR=':' PDFLATEX='' PIDOF='/bin/pidof' PS='/bin/ps' PTH_CONFIG='' PYTHON='/usr/bin/python' RANLIB='ranlib' READLINE_LIBS='-lreadline' REALTIME='/home/minibox/emc2-dev/scripts/realtime' RIP_MODULE_DIR='/home/minibox/emc2-dev/rtlib' RMMOD='/home/minibox/emc2-dev/bin/linuxcnc_module_helper remove' RTAI='' RTARCH='' RTDIR='' RTFLAGS=' -fno-stack-protector' RTNAME='' RTPREFIX='xenomai-user' RUN_IN_PLACE='yes' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SIMULATOR='no' SITEPY='/usr/lib/python2.7/dist-packages' SOURCE_HIGHLIGHT='' TARGET_PLATFORM='PC' TCLSH='/usr/bin/tclsh8.5' TCL_CFLAGS='-I/usr/include/tcl8.5 -DUSE_TCL_STUBS' TCL_DBGX='' TCL_LIBS='-L/usr/lib -ltclstub8.5' THREADS='xenomai-user' TK_CFLAGS='-I/usr/include/tcl8.5 ' TK_DBGX='' TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lpthread -ldl -lpthread -lieee -lm -L/usr/lib -ltk8.5' USE_GCC_ATOMIC_OPS='no' USE_LIBM='1' USE_NLS='yes' USE_PORTABLE_PARPORT_IO='no' USE_RTLIBM='' USE_STUBS='' WHOAMI='/usr/bin/whoami' WISH='/usr/bin/wish8.5' XAW_LIBS='' XGETTEXT='/usr/bin/xgettext' XMKMF='' XSLTPROC='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/minibox/emc2-dev' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "LinuxCNC" #define PACKAGE_TARNAME "linuxcnc" #define PACKAGE_VERSION "2.5.1" #define PACKAGE_STRING "LinuxCNC 2.5.1" #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net" #define PACKAGE_URL "" #define BUILD_DRIVERS /**/ #define TARGET_PLATFORM_PC /**/ #define BUILD_SYS_USER_DSO /**/ #define RTAPI_XENOMAI_USER /**/ #define RTDIR "" #define HIDRAW_H_USABLE /**/ #define MODULE_EXT ".so" #define EMC2_DEFAULT_NMLFILE "/home/minibox/emc2-dev/configs/common/linuxcnc.nml" #define EMC2_DEFAULT_TOOLTABLE "/home/minibox/emc2-dev/configs/sim/sim.tbl" #define EMC2_HOME "/home/minibox/emc2-dev" #define EMC2_BIN_DIR "/home/minibox/emc2-dev/bin" #define EMC2_TCL_DIR "/home/minibox/emc2-dev/tcl" #define EMC2_HELP_DIR "/home/minibox/emc2-dev/docs/help" #define EMC2_RTLIB_DIR "/home/minibox/emc2-dev/rtlib" #define EMC2_LANG_DIR "/home/minibox/emc2-dev/src/objects" #define EMC2_PO_DIR "/home/minibox/emc2-dev/share/locale" #define EMC2_CONFIG_DIR "" #define EMC2_NCFILES_DIR "/home/minibox/emc2-dev/nc_files" #define EMC2_IMAGE_DIR "/home/minibox/emc2-dev" #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SEMTIMEDOP 1 #define HAVE_SINCOS 1 #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 #define HAVE_LIBXINERAMA 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_READLINE /**/ #define HAVE_LOCALE_H 1 #define HAVE_SETLOCALE 1 #define HAVE_LIBINTL_H 1 #define HAVE_GL_GL_H 1 #define HAVE_GL_GLU_H 1 #define HAVE_LIBGL 1 #define HAVE_X11_XMU_XMU_H 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status -q --header=config.h on minibox config.status:993: creating config.h config.status:1163: config.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=Makefile.inc on minibox config.status:993: creating Makefile.inc ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../docs/man/man1/linuxcnc.1 on minibox config.status:993: creating ../docs/man/man1/linuxcnc.1 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status -q --header=config.h on minibox config.status:993: creating config.h config.status:1163: config.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/linuxcnc on minibox config.status:993: creating ../scripts/linuxcnc ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/realtime on minibox config.status:993: creating ../scripts/realtime ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/haltcl on minibox config.status:993: creating ../scripts/haltcl ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/rtapi.conf on minibox config.status:993: creating ../scripts/rtapi.conf ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=Makefile.modinc on minibox config.status:993: creating Makefile.modinc ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../tcl/linuxcnc.tcl on minibox config.status:993: creating ../tcl/linuxcnc.tcl ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/halrun on minibox config.status:993: creating ../scripts/halrun ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/rip-environment on minibox config.status:993: creating ../scripts/rip-environment ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/linuxcncmkdesktop on minibox config.status:993: creating ../scripts/linuxcncmkdesktop ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../lib/python/nf.py on minibox config.status:993: creating ../lib/python/nf.py ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../share/desktop-directories/cnc.directory on minibox config.status:993: creating ../share/desktop-directories/cnc.directory ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../share/menus/CNC.menu on minibox config.status:993: creating ../share/menus/CNC.menu ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../share/applications/linuxcnc.desktop on minibox config.status:993: creating ../share/applications/linuxcnc.desktop ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../share/applications/linuxcnc-latency.desktop on minibox config.status:993: creating ../share/applications/linuxcnc-latency.desktop ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../scripts/latencyplot on minibox config.status:993: creating ../scripts/latencyplot ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by LinuxCNC config.status 2.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=../share/applications/linuxcnc-latencyplot.desktop on minibox config.status:993: creating ../share/applications/linuxcnc-latencyplot.desktop