rendered paste bodyThis 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.6.0~pre, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-posix
## --------- ##
## Platform. ##
## --------- ##
hostname = i7-ssd
uname -m = x86_64
uname -r = 3.8.0-29-generic
uname -s = Linux
uname -v = #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013
/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: /home/anders/Desktop/linuxcnc-ubc3/bin
PATH: /home/anders/Desktop/linuxcnc-ubc3/libexec
PATH: /home/anders/Desktop/linuxcnc-ubc3/scripts
PATH: /home/anders/Desktop/linuxcnc-ubc3/tcl
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2499: checking libgl1-mesa-dri workaround
configure:2513: result: not required
configure:2520: checking build toplevel
configure:2523: result: /home/anders/Desktop/linuxcnc-ubc3
configure:2532: checking installation prefix
configure:2536: result: run in place
configure:2559: checking for grep
configure:2577: found /bin/grep
configure:2589: result: /bin/grep
configure:2599: checking for egrep
configure:2617: found /bin/egrep
configure:2629: result: /bin/egrep
configure:2639: checking for arch
configure:2657: found /usr/bin/arch
configure:2669: result: /usr/bin/arch
configure:2733: checking for gcc
configure:2749: found /usr/bin/gcc
configure:2760: result: gcc
configure:2791: checking for C compiler version
configure:2800: gcc --version >&5
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 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:2811: $? = 0
configure:2800: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:2811: $? = 0
configure:2800: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2811: $? = 4
configure:2800: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2811: $? = 4
configure:2831: checking whether the C compiler works
configure:2853: gcc conftest.c >&5
configure:2857: $? = 0
configure:2905: result: yes
configure:2908: checking for C compiler default output file name
configure:2910: result: a.out
configure:2916: checking for suffix of executables
configure:2923: gcc -o conftest conftest.c >&5
configure:2927: $? = 0
configure:2949: result:
configure:2971: checking whether we are cross compiling
configure:2979: gcc -o conftest conftest.c >&5
configure:2983: $? = 0
configure:2990: ./conftest
configure:2994: $? = 0
configure:3009: result: no
configure:3014: checking for suffix of object files
configure:3036: gcc -c conftest.c >&5
configure:3040: $? = 0
configure:3061: result: o
configure:3065: checking whether we are using the GNU C compiler
configure:3084: gcc -c conftest.c >&5
configure:3084: $? = 0
configure:3093: result: yes
configure:3102: checking whether gcc accepts -g
configure:3122: gcc -c -g conftest.c >&5
configure:3122: $? = 0
configure:3163: result: yes
configure:3180: checking for gcc option to accept ISO C89
configure:3243: gcc -c -g -O2 conftest.c >&5
configure:3243: $? = 0
configure:3256: result: none needed
configure:3281: checking how to run the C preprocessor
configure:3312: gcc -E conftest.c
configure:3312: $? = 0
configure:3326: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3326: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.6.0~pre"
| #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3351: result: gcc -E
configure:3371: gcc -E conftest.c
configure:3371: $? = 0
configure:3385: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.6.0~pre"
| #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3449: checking build system type
configure:3463: result: x86_64-unknown-linux-gnu
configure:3483: checking host system type
configure:3496: result: x86_64-unknown-linux-gnu
configure:3803: checking platform
configure:3833: result: using default platform: PC
configure:3839: checking whether to build programming examples
configure:3850: result: not building example programs
configure:3857: checking whether to use the common shared memory driver
configure:3881: result: default is no
configure:3887: checking whether to use inb/outb or ppdev ioctl on the x86 for parport I/O
configure:3911: result: using defaults: no
configure:3917: checking whether to build the emcweb interface
configure:3928: result: not building the emcweb interface
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-21
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-21-generic
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-22
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-22-generic
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-23
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-23-generic
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-25
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-25-generic
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-26
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-26-generic
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-27
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-27-generic
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-29
configure:3958: result: not found
configure:3949: checking for configured kernel source in /usr/src/linux-headers-3.8.0-29-generic
configure:3958: result: not found
configure:4314: checking -lrt for RT_PREEMPT and POSIX
configure:4336: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:4336: $? = 0
configure:4339: result: ok
configure:4353: checking whether to build POSIX threads
configure:4357: result: yes
configure:4365: checking whether to build RT_PREEMPT threads
configure:4369: result: no
configure:4539: checking whether to build Xenomai userland threads
configure:4545: result: no
configure:4548: checking whether to build Xenomai kernel threads
configure:4557: result: no
configure:4733: checking whether to build RTAI threads
configure:4743: result: no
configure:4754: checking whether to build hardware drivers
configure:4766: result: yes
configure:4769: checking whether to build usermode PCI hardware drivers
configure:4787: result: no
configure:5107: checking for usability of rdtscll from asm/msr.h
configure:5124: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccqi5oab.o: In function `use_rdtscll':
/home/anders/Desktop/linuxcnc-ubc3/src/conftest.c:16: undefined reference to `rdtscll'
collect2: error: ld returned 1 exit status
configure:5124: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.6.0~pre"
| #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define BUILD_DRIVERS /**/
| #define HAVE_LIBUDEV /**/
| #define TARGET_PLATFORM_PC /**/
| #define HAVE_POSIX_THREADS /**/
| /* end confdefs.h. */
|
| #include <asm/msr.h>
| #include <stdio.h>
| void use_rdtscll(void) { long long tsc; rdtscll(tsc); }
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5136: result: no
configure:5139: checking for usability of linux/hidraw.h
configure:5156: gcc -o conftest -g -O2 conftest.c >&5
configure:5156: $? = 0
configure:5168: result: yes
configure:5189: checking for libmodbus3
configure:5193: result: yes - version 3.0.3
configure:5356: checking for glib
configure:5360: result: yes - 2.36.0
configure:5385: checking for GTK 2.4.0 or above
configure:5389: result: yes - 2.24.17
configure:5393: checking for libgnomeprintui-2.2
configure:5402: result: no -- printing from classicladder will not be possible
configure:5486: checking for g++
configure:5502: found /usr/bin/g++
configure:5513: result: g++
configure:5540: checking for C++ compiler version
configure:5549: g++ --version >&5
g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 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:5560: $? = 0
configure:5549: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:5560: $? = 0
configure:5549: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5560: $? = 4
configure:5549: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5560: $? = 4
configure:5564: checking whether we are using the GNU C++ compiler
configure:5583: g++ -c conftest.cpp >&5
configure:5583: $? = 0
configure:5592: result: yes
configure:5601: checking whether g++ accepts -g
configure:5621: g++ -c -g conftest.cpp >&5
configure:5621: $? = 0
configure:5662: result: yes
configure:5686: checking whether make sets $(MAKE)
configure:5708: result: yes
configure:5760: checking for ranlib
configure:5776: found /usr/bin/ranlib
configure:5787: result: ranlib
configure:5811: checking for ar
configure:5829: found /usr/bin/ar
configure:5841: result: /usr/bin/ar
configure:5851: checking for install
configure:5869: found /usr/bin/install
configure:5881: result: /usr/bin/install
configure:5891: checking for sed
configure:5909: found /bin/sed
configure:5921: result: /bin/sed
configure:5931: checking for ps
configure:5949: found /bin/ps
configure:5961: result: /bin/ps
configure:5971: checking for kill
configure:5989: found /bin/kill
configure:6001: result: /bin/kill
configure:6011: checking for whoami
configure:6029: found /usr/bin/whoami
configure:6041: result: /usr/bin/whoami
configure:6051: checking for awk
configure:6069: found /usr/bin/awk
configure:6081: result: /usr/bin/awk
configure:6091: checking for insmod
configure:6109: found /sbin/insmod
configure:6122: result: /sbin/insmod
configure:6132: checking for rmmod
configure:6150: found /sbin/rmmod
configure:6163: result: /sbin/rmmod
configure:6173: checking for lsmod
configure:6191: found /sbin/lsmod
configure:6204: result: /sbin/lsmod
configure:6214: checking for pidof
configure:6232: found /bin/pidof
configure:6245: result: /bin/pidof
configure:6255: checking for ipcs
configure:6273: found /usr/bin/ipcs
configure:6286: result: /usr/bin/ipcs
configure:6296: checking for fuser
configure:6314: found /bin/fuser
configure:6327: result: /bin/fuser
configure:6337: checking for mandb
configure:6355: found /usr/bin/mandb
configure:6368: result: /usr/bin/mandb
configure:6442: checking for python
configure:6460: found /usr/bin/python
configure:6473: result: /usr/bin/python
configure:6486: checking whether to build documentation
configure:6523: result: no
configure:7051: checking for grep that handles long lines and -e
configure:7109: result: /bin/grep
configure:7114: checking for egrep
configure:7176: result: /bin/egrep
configure:7181: checking for ANSI C header files
configure:7201: gcc -c -g -O2 conftest.c >&5
configure:7201: $? = 0
configure:7274: gcc -o conftest -g -O2 conftest.c >&5
configure:7274: $? = 0
configure:7274: ./conftest
configure:7274: $? = 0
configure:7285: result: yes
configure:7293: checking for sys/wait.h that is POSIX.1 compatible
configure:7319: gcc -c -g -O2 conftest.c >&5
configure:7319: $? = 0
configure:7326: result: yes
configure:7336: checking for semtimedop
configure:7336: gcc -o conftest -g -O2 conftest.c >&5
configure:7336: $? = 0
configure:7336: result: yes
configure:7350: checking for clock_getres
configure:7350: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
configure:7350: $? = 0
configure:7350: result: yes
configure:7361: checking for sincos function
configure:7375: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
conftest.c: In function 'main':
conftest.c:32:1: warning: incompatible implicit declaration of built-in function 'sincos' [enabled by default]
configure:7375: $? = 0
configure:7385: result: yes
configure:7390: checking for __sincos
configure:7390: gcc -o conftest -g -O2 conftest.c -lm -lrt >&5
/tmp/ccH0gdzS.o: In function `main':
/home/anders/Desktop/linuxcnc-ubc3/src/conftest.c:63: undefined reference to `__sincos'
collect2: error: ld returned 1 exit status
configure:7390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.6.0~pre"
| #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define BUILD_DRIVERS /**/
| #define HAVE_LIBUDEV /**/
| #define TARGET_PLATFORM_PC /**/
| #define HAVE_POSIX_THREADS /**/
| #define HIDRAW_H_USABLE /**/
| #define HAVE_LIBMODBUS3 yes
| #define EMC2_DEFAULT_NMLFILE "/home/anders/Desktop/linuxcnc-ubc3/configs/common/linuxcnc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/anders/Desktop/linuxcnc-ubc3/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/anders/Desktop/linuxcnc-ubc3"
| #define EMC2_BIN_DIR "/home/anders/Desktop/linuxcnc-ubc3/bin"
| #define EMC2_PO_DIR "/home/anders/Desktop/linuxcnc-ubc3/share/locale"
| #define EMC2_NCFILES_DIR "/home/anders/Desktop/linuxcnc-ubc3/nc_files"
| #define EMC2_IMAGE_DIR "/home/anders/Desktop/linuxcnc-ubc3"
| #define PRELOAD_WORKAROUND ""
| #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~a5bce14"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SEMTIMEDOP 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_SINCOS 1
| /* end confdefs.h. */
| /* Define __sincos to an innocuous variant, in case <limits.h> declares __sincos.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __sincos innocuous___sincos
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __sincos (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:7390: result: no
configure:7409: Building rtapi.ini generator script
configure:7481: checking for tcl
configure:7602: result: /usr/lib/tclConfig.sh found
configure:7609: checking for tk
configure:7718: result: /usr/lib/tkConfig.sh found
configure:7747: checking for BWidget using /usr/bin/tclsh8.5
configure:7750: result: found
configure:7757: checking for BLT using tclsh8.5
configure:7760: result: found
configure:7788: checking for X
configure:7896: gcc -E conftest.c
configure:7896: $? = 0
configure:7927: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:7927: $? = 0
configure:7977: result: libraries , headers
configure:8076: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:8076: $? = 0
configure:8174: checking for gethostbyname
configure:8174: gcc -o conftest -g -O2 conftest.c >&5
configure:8174: $? = 0
configure:8174: result: yes
configure:8271: checking for connect
configure:8271: gcc -o conftest -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8320: checking for remove
configure:8320: gcc -o conftest -g -O2 conftest.c >&5
configure:8320: $? = 0
configure:8320: result: yes
configure:8369: checking for shmat
configure:8369: gcc -o conftest -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8427: checking for IceConnectionNumber in -lICE
configure:8452: gcc -o conftest -g -O2 conftest.c -lICE >&5
configure:8452: $? = 0
configure:8461: result: yes
configure:8479: checking X11/extensions/Xinerama.h usability
configure:8479: gcc -c -g -O2 conftest.c >&5
configure:8479: $? = 0
configure:8479: result: yes
configure:8479: checking X11/extensions/Xinerama.h presence
configure:8479: gcc -E conftest.c
configure:8479: $? = 0
configure:8479: result: yes
configure:8479: checking for X11/extensions/Xinerama.h
configure:8479: result: yes
configure:8492: checking for XineramaQueryExtension in -lXinerama
configure:8517: gcc -o conftest -g -O2 conftest.c -lXinerama >&5
configure:8517: $? = 0
configure:8526: result: yes
configure:8554: checking for X11/Xaw/XawInit.h
configure:8554: gcc -c -g -O2 conftest.c >&5
configure:8554: $? = 0
configure:8554: result: yes
configure:8569: checking for XawDialogGetValueString in -lXaw
configure:8594: gcc -o conftest -g -O2 conftest.c -lXaw -lXinerama -lSM -lICE >&5
configure:8594: $? = 0
configure:8603: result: yes
configure:8636: checking readline/readline.h usability
configure:8636: gcc -c -g -O2 conftest.c >&5
configure:8636: $? = 0
configure:8636: result: yes
configure:8636: checking readline/readline.h presence
configure:8636: gcc -E conftest.c
configure:8636: $? = 0
configure:8636: result: yes
configure:8636: checking for readline/readline.h
configure:8636: result: yes
configure:8650: checking readline/history.h usability
configure:8650: gcc -c -g -O2 conftest.c >&5
configure:8650: $? = 0
configure:8650: result: yes
configure:8650: checking readline/history.h presence
configure:8650: gcc -E conftest.c
configure:8650: $? = 0
configure:8650: result: yes
configure:8650: checking for readline/history.h
configure:8650: result: yes
configure:8664: checking for readline in -lreadline
configure:8689: gcc -o conftest -g -O2 conftest.c -lreadline >&5
configure:8689: $? = 0
configure:8698: result: yes
configure:8706: checking for readline in -lreadline
configure:8731: gcc -o conftest -g -O2 conftest.c -lreadline -ltermcap >&5
configure:8731: $? = 0
configure:8740: result: yes
configure:8773: checking ncurses.h usability
configure:8773: gcc -c -g -O2 conftest.c >&5
configure:8773: $? = 0
configure:8773: result: yes
configure:8773: checking ncurses.h presence
configure:8773: gcc -E conftest.c
configure:8773: $? = 0
configure:8773: result: yes
configure:8773: checking for ncurses.h
configure:8773: result: yes
configure:8786: checking for initscr in -lncurses
configure:8811: gcc -o conftest -g -O2 conftest.c -lncurses >&5
configure:8811: $? = 0
configure:8820: result: yes
configure:8865: checking locale.h usability
configure:8865: gcc -c -g -O2 conftest.c >&5
configure:8865: $? = 0
configure:8865: result: yes
configure:8865: checking locale.h presence
configure:8865: gcc -E conftest.c
configure:8865: $? = 0
configure:8865: result: yes
configure:8865: checking for locale.h
configure:8865: result: yes
configure:8877: checking for setlocale
configure:8877: gcc -o conftest -g -O2 conftest.c -lncurses >&5
configure:8877: $? = 0
configure:8877: result: yes
configure:8894: checking libintl.h usability
configure:8894: gcc -c -g -O2 conftest.c >&5
configure:8894: $? = 0
configure:8894: result: yes
configure:8894: checking libintl.h presence
configure:8894: gcc -E conftest.c
configure:8894: $? = 0
configure:8894: result: yes
configure:8894: checking for libintl.h
configure:8894: result: yes
configure:8904: checking for gettext in -lintl
configure:8929: gcc -o conftest -g -O2 conftest.c -lintl -lncurses >&5
conftest.c:48:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
/usr/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
configure:8929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LinuxCNC"
| #define PACKAGE_TARNAME "linuxcnc"
| #define PACKAGE_VERSION "2.6.0~pre"
| #define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
| #define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define BUILD_DRIVERS /**/
| #define HAVE_LIBUDEV /**/
| #define TARGET_PLATFORM_PC /**/
| #define HAVE_POSIX_THREADS /**/
| #define HIDRAW_H_USABLE /**/
| #define HAVE_LIBMODBUS3 yes
| #define EMC2_DEFAULT_NMLFILE "/home/anders/Desktop/linuxcnc-ubc3/configs/common/linuxcnc.nml"
| #define EMC2_DEFAULT_TOOLTABLE "/home/anders/Desktop/linuxcnc-ubc3/configs/sim/sim.tbl"
| #define EMC2_HOME "/home/anders/Desktop/linuxcnc-ubc3"
| #define EMC2_BIN_DIR "/home/anders/Desktop/linuxcnc-ubc3/bin"
| #define EMC2_PO_DIR "/home/anders/Desktop/linuxcnc-ubc3/share/locale"
| #define EMC2_NCFILES_DIR "/home/anders/Desktop/linuxcnc-ubc3/nc_files"
| #define EMC2_IMAGE_DIR "/home/anders/Desktop/linuxcnc-ubc3"
| #define PRELOAD_WORKAROUND ""
| #define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~a5bce14"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SEMTIMEDOP 1
| #define HAVE_CLOCK_GETRES 1
| #define HAVE_SINCOS 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define HAVE_LIBXINERAMA 1
| #define HAVE_X11_XAW_XAWINIT_H 1
| #define HAVE_LIBXAW 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_READLINE /**/
| #define HAVE_NCURSES_H 1
| #define HAVE_LIBNCURSES 1
| #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:8938: result: no
configure:8981: checking for xgettext
configure:8999: found /usr/bin/xgettext
configure:9012: result: /usr/bin/xgettext
configure:9024: checking for xgettext tcl bug
configure:9032: result: xgettext version 0.18.1 OK
configure:9044: checking for msgfmt
configure:9062: found /usr/bin/msgfmt
configure:9075: result: /usr/bin/msgfmt
configure:9086: checking for --tcl support in msgfmt
configure:9089: result: yes
configure:9097: checking for Python support
configure:9114: result: yes
configure:9122: checking python version
configure:9128: result: OK
configure:9131: checking version of python libraries
configure:9134: result: python2.7
configure:9137: checking match between tk and Tkinter versions
configure:9154: result: 8.5
configure:9157: checking location of Python header files
configure:9160: result: /usr/include/python2.7
configure:9163: checking for Python headers
configure:9177: result: -I/usr/include/python2.7
configure:9181: checking for Python libraries
configure:9191: result: -lpthread -ldl -lutil
configure:9212: checking whether the Boost::Python headers are available
configure:9232: g++ -c -g -O2 -I/usr/include/python2.7 conftest.cpp >&5
configure:9232: $? = 0
configure:9239: result: yes
configure:9255: checking for boost::python shared library
configure:9272: g++ -o conftest -g -O2 -I/usr/include/python2.7 conftest.cpp -lXinerama -lpython2.7 -lboost_python >&5
configure:9272: $? = 0
configure:9283: result: -lboost_python
configure:9306: checking /usr/include/python2.7/Python.h usability
configure:9306: gcc -c -g -O2 conftest.c >&5
configure:9306: $? = 0
configure:9306: result: yes
configure:9306: checking /usr/include/python2.7/Python.h presence
configure:9306: gcc -E conftest.c
configure:9306: $? = 0
configure:9306: result: yes
configure:9306: checking for /usr/include/python2.7/Python.h
configure:9306: result: yes
configure:9315: checking for site-package location
configure:9318: result: /usr/lib/python2.7/dist-packages
configure:9324: checking GL/gl.h usability
configure:9324: gcc -c -g -O2 conftest.c >&5
configure:9324: $? = 0
configure:9324: result: yes
configure:9324: checking GL/gl.h presence
configure:9324: gcc -E conftest.c
configure:9324: $? = 0
configure:9324: result: yes
configure:9324: checking for GL/gl.h
configure:9324: result: yes
configure:9324: checking GL/glu.h usability
configure:9324: gcc -c -g -O2 conftest.c >&5
configure:9324: $? = 0
configure:9324: result: yes
configure:9324: checking GL/glu.h presence
configure:9324: gcc -E conftest.c
configure:9324: $? = 0
configure:9324: result: yes
configure:9324: checking for GL/glu.h
configure:9324: result: yes
configure:9337: checking for glBegin in -lGL
configure:9362: gcc -o conftest -g -O2 conftest.c -lGL -lXinerama >&5
configure:9362: $? = 0
configure:9371: result: yes
configure:9385: checking for working GLU quadrics
configure:9402: gcc -c -g -O2 conftest.c >&5
configure:9402: $? = 0
configure:9403: result: yes
configure:9413: checking for Xmu headers
configure:9417: checking X11/Xmu/Xmu.h usability
configure:9417: gcc -c -g -O2 conftest.c >&5
configure:9417: $? = 0
configure:9417: result: yes
configure:9417: checking X11/Xmu/Xmu.h presence
configure:9417: gcc -E conftest.c
configure:9417: $? = 0
configure:9417: result: yes
configure:9417: checking for X11/Xmu/Xmu.h
configure:9417: result: yes
configure:10476: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LinuxCNC config.status 2.6.0~pre, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on i7-ssd
config.status:1027: creating ../scripts/gen-rtapi.ini.sh
config.status:1027: creating ../docs/src/man/man1/linuxcnc.1
config.status:1027: creating ../scripts/linuxcnc
config.status:1027: creating ../scripts/halrun
config.status:1027: creating ../scripts/rip-environment
config.status:1027: creating ../scripts/haltcl
config.status:1027: creating ../scripts/realtime
config.status:1027: creating ../scripts/latencyplot
config.status:1027: creating ../scripts/latencyhistogram
config.status:1027: creating Makefile.inc
config.status:1027: creating Makefile.modinc
config.status:1027: creating ../tcl/linuxcnc.tcl
config.status:1027: creating ../lib/python/nf.py
config.status:1027: creating ../scripts/linuxcncmkdesktop
config.status:1027: creating ../share/applications/linuxcnc-latency.desktop
config.status:1027: creating ../share/applications/linuxcnc-latencyplot.desktop
config.status:1027: creating ../share/applications/linuxcnc.desktop
config.status:1027: creating ../share/desktop-directories/cnc.directory
config.status:1027: creating ../share/menus/CNC.menu
config.status:1027: creating linuxcncconfig.py-tmp
config.status:1027: creating config.h
config.status:1197: config.h is unchanged
configure:11669: result: touching up ../lib/python/linuxcncconfig.py
configure:11674: checking usability of ../lib/python/linuxcncconfig.py
configure:11677: result: done
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_boost_python=yes
ac_cv_build=x86_64-unknown-linux-gnu
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_clock_getres=yes
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=yes
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=yes
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_host=x86_64-unknown-linux-gnu
ac_cv_lib_GL_glBegin=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xaw_XawDialogGetValueString=yes
ac_cv_lib_Xinerama_XineramaQueryExtension=yes
ac_cv_lib_intl_gettext=no
ac_cv_lib_ncurses_initscr=yes
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_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='x86_64'
ASCIIDOC=''
AUTODIRS=''
AWK='/usr/bin/awk'
BOOST_CPPFLAGS=''
BOOST_LDFLAGS=''
BOOST_PYTHON_LIBS='-lboost_python'
BOOST_SERIALIZATION_LIB=''
BOOST_THREAD_LIB=''
BUILD_DOCS='no'
BUILD_DOCS_HTML=''
BUILD_DOCS_PDF=''
BUILD_DRIVERS='yes'
BUILD_EMCWEB='no'
BUILD_EXAMPLES='no'
BUILD_PYTHON='yes'
BUILD_THREAD_FLAVORS=' posix'
CC='gcc'
CFLAGS='-g -O2'
CONVERT=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
DATE='Tue Sep 3 18:43:15 EEST 2013'
DBLATEX=''
DEFAULT_NMLFILE='/home/anders/Desktop/linuxcnc-ubc3/configs/common/linuxcnc.nml'
DEFS='-DHAVE_CONFIG_H'
DVIPNG=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/egrep'
EMC2VERSION='2.6.0~pre'
EMC2_BIN_DIR='/home/anders/Desktop/linuxcnc-ubc3/bin'
EMC2_HELP_DIR='/home/anders/Desktop/linuxcnc-ubc3/docs/help'
EMC2_HOME='/home/anders/Desktop/linuxcnc-ubc3'
EMC2_ICON='/home/anders/Desktop/linuxcnc-ubc3/linuxcncicon.png'
EMC2_IMAGE_DIR='/home/anders/Desktop/linuxcnc-ubc3'
EMC2_LANG_DIR='/home/anders/Desktop/linuxcnc-ubc3/src/objects'
EMC2_LATENCYPLOT_SCRIPT='/home/anders/Desktop/linuxcnc-ubc3/scripts/latencyplot'
EMC2_LATENCY_SCRIPT='/home/anders/Desktop/linuxcnc-ubc3/scripts/latency-test'
EMC2_LIBEXEC_DIR='/home/anders/Desktop/linuxcnc-ubc3/libexec'
EMC2_NCFILES_DIR='/home/anders/Desktop/linuxcnc-ubc3/nc_files'
EMC2_RTLIB_DIR='/home/anders/Desktop/linuxcnc-ubc3/rtlib'
EMC2_SCRIPT='/home/anders/Desktop/linuxcnc-ubc3/scripts/emc'
EMC2_SUFFIX=' (run-in-place)'
EMC2_SYSTEM_CONFIG_DIR='${prefix}/etc/linuxcnc'
EMC2_TCL_DIR='/home/anders/Desktop/linuxcnc-ubc3/tcl'
EMC2_TCL_LIB_DIR='/home/anders/Desktop/linuxcnc-ubc3/tcl'
EPSTOPDF=''
EXEEXT=''
FUSER='/bin/fuser'
GIT_VERSION='v2.6.0~pre~unified-build-candidate-3~a5bce14'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-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/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/harfbuzz '
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.17'
HAVE_GNOMEPRINT=''
HAVE_LIBINTL=''
HAVE_LIBINTL_H=''
HAVE_LIBMODBUS3='yes'
HAVE_LOCALE_H=''
HAVE_NCURSES='yes'
HAVE_POSIX_THREADS='yes'
HAVE_READLINE='yes'
HAVE_RTAI_KERNEL_THREADS='no'
HAVE_RT_PREEMPT_THREADS='no'
HAVE_WORKING_BLT='yes'
HAVE_XAW='yes'
HAVE_XENOMAI_KERNEL_THREADS='no'
HAVE_XENOMAI_THREADS='no'
HIDRAW_H_USABLE='yes'
INCLUDEPY='/usr/include/python2.7'
INSMOD='/home/anders/Desktop/linuxcnc-ubc3/bin/linuxcnc_module_helper insert'
INSTALL='/usr/bin/install'
IPCS='/usr/bin/ipcs'
KILL='/bin/kill'
LANGUAGES=''
LDFLAGS=''
LIBMODBUS_CFLAGS='-I/usr/include/modbus '
LIBMODBUS_LIBS='-lmodbus '
LIBOBJS=''
LIBPYTHON='python2.7'
LIBS='-lGL -lXinerama '
LIBUDEV_CFLAGS=''
LIBUDEV_LIBS=''
LINUXCNC_CONFIG_PATH='~/linuxcnc/configs:/home/anders/Desktop/linuxcnc-ubc3/configs'
LOCALEDIR='/usr/share/locale'
LSMOD='/sbin/lsmod'
LTLIBOBJS=''
MANDB='/usr/bin/mandb'
MSGFMT='/usr/bin/msgfmt'
NCURSES_LIBS='-lncurses'
OBJEXT='o'
PACKAGE='linuxcnc'
PACKAGE_BUGREPORT='emc-developers@lists.sourceforge.net'
PACKAGE_NAME='LinuxCNC'
PACKAGE_STRING='LinuxCNC 2.6.0~pre'
PACKAGE_TARNAME='linuxcnc'
PACKAGE_URL=''
PACKAGE_VERSION='2.6.0~pre'
PATH_SEPARATOR=':'
PDFLATEX=''
PIDOF='/bin/pidof'
POSIX_THREADS_BUILD_SYS='user-dso'
POSIX_THREADS_EXTRA_KMODS=''
POSIX_THREADS_FLAVOR_ID='0'
POSIX_THREADS_LDFLAGS='-lpthread -lrt'
POSIX_THREADS_RTDIR=''
POSIX_THREADS_RTFLAGS=' -pthread'
POSIX_THREADS_RTS=''
POSIX_THREADS_SOURCE='rt-preempt'
PRECISE_MULTILIB_BUG=''
PRELOAD_WORKAROUND=''
PS='/bin/ps'
PYTHON='/usr/bin/python'
PYTHON_CPPFLAGS='-I/usr/include/python2.7'
PYTHON_LIBS='-lpthread -ldl -lutil'
RANLIB='ranlib'
READLINE_LIBS='-lreadline'
REALTIME='/home/anders/Desktop/linuxcnc-ubc3/scripts/realtime'
RMMOD='/home/anders/Desktop/linuxcnc-ubc3/bin/linuxcnc_module_helper remove'
RTAI_KERNEL_THREADS_BUILD_SYS='kbuild'
RTAI_KERNEL_THREADS_EXTRA_KMODS='rtai_hal rtai_sched rtai_math'
RTAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
RTAI_KERNEL_THREADS_FLAVOR_ID='4'
RTAI_KERNEL_THREADS_KERNEL_DIRS=''
RTAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS=''
RTAI_KERNEL_THREADS_LDFLAGS=''
RTAI_KERNEL_THREADS_RTDIR=''
RTAI_KERNEL_THREADS_RTFLAGS=''
RTAI_KERNEL_THREADS_RTS=''
RTAI_KERNEL_THREADS_SOURCE='rtai-kernel'
RTDIR=''
RT_PREEMPT_THREADS_BUILD_SYS='user-dso'
RT_PREEMPT_THREADS_EXTRA_KMODS=''
RT_PREEMPT_THREADS_FLAVOR_ID='1'
RT_PREEMPT_THREADS_LDFLAGS=''
RT_PREEMPT_THREADS_RTDIR=''
RT_PREEMPT_THREADS_RTFLAGS=''
RT_PREEMPT_THREADS_RTS=''
RT_PREEMPT_THREADS_SOURCE='rt-preempt'
RUN_IN_PLACE='yes'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SHMDRV_KERNEL_DIRS=''
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/x86_64-linux-gnu -ltclstub8.5'
TK_CFLAGS='-I/usr/include/tcl8.5 '
TK_DBGX=''
TK_LIBS='-lX11 -lXss -lXext -lXft -lfontconfig -lpthread -ldl -lpthread -lieee -lm -L/usr/lib/x86_64-linux-gnu -ltk8.5'
USERMODE_PCI='no'
USE_NLS='yes'
USE_PORTABLE_PARPORT_IO='no'
USE_SHMDRV='no'
WHOAMI='/usr/bin/whoami'
WISH='/usr/bin/wish8.5'
XAW_LIBS=' -lSM -lICE -lX11 -lXaw -lXt'
XENOMAI_KERNEL_THREADS_BUILD_SYS='kbuild'
XENOMAI_KERNEL_THREADS_EXTRA_KMODS='xeno_math'
XENOMAI_KERNEL_THREADS_EXTRA_SYMBOLS=''
XENOMAI_KERNEL_THREADS_FLAVOR_ID='3'
XENOMAI_KERNEL_THREADS_KERNEL_DIRS=''
XENOMAI_KERNEL_THREADS_KERNEL_MATH_CFLAGS=''
XENOMAI_KERNEL_THREADS_LDFLAGS=''
XENOMAI_KERNEL_THREADS_RTDIR=''
XENOMAI_KERNEL_THREADS_RTFLAGS=''
XENOMAI_KERNEL_THREADS_RTS=''
XENOMAI_KERNEL_THREADS_SOURCE='xenomai-kernel'
XENOMAI_THREADS_BUILD_SYS='user-dso'
XENOMAI_THREADS_EXTRA_KMODS=''
XENOMAI_THREADS_FLAVOR_ID='2'
XENOMAI_THREADS_LDFLAGS=''
XENOMAI_THREADS_RTDIR=''
XENOMAI_THREADS_RTFLAGS=''
XENOMAI_THREADS_RTS=''
XENOMAI_THREADS_SOURCE='xenomai'
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='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
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/anders/Desktop/linuxcnc-ubc3'
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.6.0~pre"
#define PACKAGE_STRING "LinuxCNC 2.6.0~pre"
#define PACKAGE_BUGREPORT "emc-developers@lists.sourceforge.net"
#define PACKAGE_URL ""
#define BUILD_DRIVERS /**/
#define HAVE_LIBUDEV /**/
#define TARGET_PLATFORM_PC /**/
#define HAVE_POSIX_THREADS /**/
#define HIDRAW_H_USABLE /**/
#define HAVE_LIBMODBUS3 yes
#define EMC2_DEFAULT_NMLFILE "/home/anders/Desktop/linuxcnc-ubc3/configs/common/linuxcnc.nml"
#define EMC2_DEFAULT_TOOLTABLE "/home/anders/Desktop/linuxcnc-ubc3/configs/sim/sim.tbl"
#define EMC2_HOME "/home/anders/Desktop/linuxcnc-ubc3"
#define EMC2_BIN_DIR "/home/anders/Desktop/linuxcnc-ubc3/bin"
#define EMC2_PO_DIR "/home/anders/Desktop/linuxcnc-ubc3/share/locale"
#define EMC2_NCFILES_DIR "/home/anders/Desktop/linuxcnc-ubc3/nc_files"
#define EMC2_IMAGE_DIR "/home/anders/Desktop/linuxcnc-ubc3"
#define PRELOAD_WORKAROUND ""
#define GIT_VERSION "v2.6.0~pre~unified-build-candidate-3~a5bce14"
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SEMTIMEDOP 1
#define HAVE_CLOCK_GETRES 1
#define HAVE_SINCOS 1
#define HAVE_X11_EXTENSIONS_XINERAMA_H 1
#define HAVE_LIBXINERAMA 1
#define HAVE_X11_XAW_XAWINIT_H 1
#define HAVE_LIBXAW 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_READLINE_HISTORY_H 1
#define HAVE_READLINE /**/
#define HAVE_NCURSES_H 1
#define HAVE_LIBNCURSES 1
#define HAVE_LOCALE_H 1
#define HAVE_SETLOCALE 1
#define HAVE_LIBINTL_H 1
#define HAVE_BOOST_PYTHON 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.6.0~pre, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status -q --header=config.h
on i7-ssd
config.status:1027: creating config.h
config.status:1197: config.h is unchanged
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LinuxCNC config.status 2.6.0~pre, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status --file=../docs/man/man1/linuxcnc.1:../docs/src/man/man1/linuxcnc.1.in
on i7-ssd
config.status:1027: creating ../docs/man/man1/linuxcnc.1
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LinuxCNC config.status 2.6.0~pre, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status -q --header=config.h
on i7-ssd
config.status:1027: creating config.h
config.status:1197: config.h is unchanged
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LinuxCNC config.status 2.6.0~pre, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status -q --header=config.h
on i7-ssd
config.status:1027: creating config.h
config.status:1197: config.h is unchanged