TREE: emc2autoconf SYSTEM: BDI-2.18 2.2.18-rtl3.0 (farm slot2) build started at 11/23/04 03:41:49 running "./configure" checking for RT dir... configure: WARNING: Multiple RT signatures found, try to specify one by --with-rtai=, --with-rtlinux=, --with-rtlinuxpro= Using /usr/bin/rtl-config as the RT signature checking for cc version... found cc in rtl-config checking for cc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for kernel version... checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking /usr/src/rtlinux-3.0/linux/include/linux/version.h usability... yes checking /usr/src/rtlinux-3.0/linux/include/linux/version.h presence... yes checking for /usr/src/rtlinux-3.0/linux/include/linux/version.h... yes checking for kernel version string... 2.2.18-rtl3.0 checking for module installation directory... find: /usr/realtime/: No such file or directory ${exec_prefix}/modules checking for GTK version... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for grep... /bin/grep checking for install... /usr/bin/install checking for sed... /bin/sed checking for ps... /bin/ps checking for kill... /bin/kill checking for whoami... /usr/bin/whoami checking for awk... /bin/awk checking for insmod... /sbin/insmod checking for rmmod... /sbin/rmmod checking for lsmod... /sbin/lsmod checking for pidof... /sbin/pidof checking for ipcs... /usr/bin/ipcs checking for kernel math support... ok, using RTAI's libm kernel module checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for tcl... /usr/lib/tclConfig.sh found /usr/lib/tkConfig.sh found checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for setlocale... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for gettext in -lintl... no configure: creating ./config.status config.status: creating configs/rtapi.conf config.status: creating configs/emc.conf config.status: creating configs/hal.conf config.status: creating src/config.h config.status: creating Makefile.inc ###################################################################### # EMC2 - Enhanced Machine Controller # ###################################################################### # # # EMC2 is a software system for computer control of machine tools, # # such as milling machines. EMC2 is released under the GPL. # # Check out http://www.linuxcnc.org/ for more details. # # # # # # It seems that ./configure completed successfully # # This means that RT is properly installed # # If things don't work check config.log for errors & warnings # # # # Next try to compile & test EMC2 by typing # # # # make && scripts/emc.run # # # ###################################################################### configure succeeded, here is Makefile.inc # # Makefile.inc. Generated from Makefile.inc.in by configure. # on Mon Nov 22 22:42:04 EST 2004 # # Directories ############# EMC2_HOME = /home/John/farm/emc2autoconf BIN_DIR = /home/John/farm/emc2autoconf/bin LIB_DIR = /home/John/farm/emc2autoconf/lib RTLIB_DIR = /home/John/farm/emc2autoconf/rtlib INC_DIR = /home/John/farm/emc2autoconf/include TMP_DIR = /home/John/farm/emc2autoconf/src/.tmp RTTMP_DIR = /home/John/farm/emc2autoconf/src/.rt_tmp RTDIR = /usr/rtlinux-3.0 # Standard configure directories prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man moduledir = ${exec_prefix}/modules kernelvers = 2.2.18-rtl3.0 # i18n variables: package = emc2 localedir = /usr/share/locale LANGUAGES = # /Standard configure directories RTNAME = RTPREFIX = rtl RTAI = RTFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix KERNELDIR = /usr/src/rtlinux-3.0/linux RTFLAGS := -I$(INC_DIR) -I/usr/rtlinux-3.0/include -I. $(RTFLAGS) -DRTAPI USE_RTLIBM = 1 USE_LIBM = USE_STUBS = MATHINC = MATHLIB = ULFLAGS = -Wall -g -I$(INC_DIR) -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"$(localedir)\" -DPACKAGE=\"$(package)\" CC = cc # local flags for GTK include GTK_VERSION = GTK_CFLAGS = GTK_LIBS = # tcl tk cflags, includes and libs TCL_DBGX= TK_DBGX= TCL_CFLAGS= -I/usr/X11R6/include TCL_LIBS=-L/usr/lib -ltcl8.0${TCL_DBGX} -L/usr/X11R6/lib -lX11 -ldl -lm -L/usr/lib -ltk8.0${TK_DBGX} AR = /usr/bin/ar ARFLAGS = cr CXX = g++ CXXFLAGS = $(CFLAGS) LD = $(CC) LDFLAGS = MAKEFLAGS = RANLIB = ranlib RANLIBFLAGS = # # i18n # running "make clean" find . -name "*~" -exec rm -f {} \; find . -name "*.bak" -exec rm -f {} \; find . -name core -exec rm -f {} \; (rm -f include/* lib/* rtlib/* bin/* 2>/dev/null) (if [ -d /home/John/farm/emc2autoconf/src/.tmp ] ; then rm -fR /home/John/farm/emc2autoconf/src/.tmp ; fi) (if [ -d /home/John/farm/emc2autoconf/src/.rt_tmp ] ; then rm -fR /home/John/farm/emc2autoconf/src/.rt_tmp ; fi) (if [ -d ] ; then rm -fR ; fi) rm -rf ./test rm -f ./emc2.tar.bz2 Making clean in src/rtapi make[1]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi' Clean Up /home/John/farm/emc2autoconf/src/rtapi rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/rtl_ulapi.o /home/John/farm/emc2autoconf/src/.rt_tmp/rtl_rtapi.o /home/John/farm/emc2autoconf/src/.rt_tmp/mathstubs.o /home/John/farm/emc2autoconf/rtlib/rtapi.o /home/John/farm/emc2autoconf/lib/ulapi.o /home/John/farm/emc2autoconf/src/.rt_tmp/mathstubs.o /home/John/farm/emc2autoconf/include/procfs_macros.h /home/John/farm/emc2autoconf/include/rtapi.h /home/John/farm/emc2autoconf/include/rtapi_app.h (cd examples; make clean) make[2]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples' (cd extint; make clean) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/extint' Clean Up /home/John/farm/emc2autoconf/src/rtapi/examples/extint rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.rt_tmp/extint.o /home/John/farm/emc2autoconf/rtlib/extint.o make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/extint' (cd timer; make clean) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/timer' Clean Up /home/John/farm/emc2autoconf/src/rtapi/examples/timer rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.rt_tmp/timertask.o /home/John/farm/emc2autoconf/rtlib/timertask.o make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/timer' (cd shmem; make clean) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/shmem' Clean Up /home/John/farm/emc2autoconf/src/rtapi/examples/shmem rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/shmemusr.o /home/John/farm/emc2autoconf/src/.rt_tmp/shmemtask.o /home/John/farm/emc2autoconf/rtlib/shmemtask.o make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/shmem' (cd semaphore; make clean) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/semaphore' Clean Up /home/John/farm/emc2autoconf/src/rtapi/examples/semaphore rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.rt_tmp/master.o /home/John/farm/emc2autoconf/src/.rt_tmp/slave.o /home/John/farm/emc2autoconf/rtlib/master.o /home/John/farm/emc2autoconf/rtlib/slave.o make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/semaphore' (cd fifo; make clean) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/fifo' Clean Up /home/John/farm/emc2autoconf/src/rtapi/examples/fifo rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/fifousr.o /home/John/farm/emc2autoconf/src/.rt_tmp/fifotask.o /home/John/farm/emc2autoconf/rtlib/fifotask.o make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/fifo' make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples' rm -f /home/John/farm/emc2autoconf/scripts/rtapi.conf make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi' Making clean in src/hal make[1]: Entering directory `/home/John/farm/emc2autoconf/src/hal' Clean Up /home/John/farm/emc2autoconf/src/hal rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/hal_lib.o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_lib.o /home/John/farm/emc2autoconf/rtlib/hal_lib.o /home/John/farm/emc2autoconf/lib/hal_lib.o /home/John/farm/emc2autoconf/include/hal.h make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/hal' Making clean in src/libnml make[1]: Entering directory `/home/John/farm/emc2autoconf/src/libnml' Making clean in linklist make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/linklist' Clean Up /home/John/farm/emc2autoconf/src/libnml/linklist rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/linklist.o /home/John/farm/emc2autoconf/include/linklist.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/linklist' Making clean in rcs make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/rcs' Clean Up /home/John/farm/emc2autoconf/src/libnml/rcs rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/rcs_print.o /home/John/farm/emc2autoconf/src/.tmp/rcs_exit.o /home/John/farm/emc2autoconf/include/rcs.hh /home/John/farm/emc2autoconf/include/rcsversion.h /home/John/farm/emc2autoconf/include/rcs_exit.hh /home/John/farm/emc2autoconf/include/rcs_print.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/rcs' Making clean in inifile make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/inifile' Clean Up /home/John/farm/emc2autoconf/src/libnml/inifile rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/_inifile.o /home/John/farm/emc2autoconf/src/.tmp/inivar.o /home/John/farm/emc2autoconf/src/.tmp/inifile.o /home/John/farm/emc2autoconf/include/inifile.h /home/John/farm/emc2autoconf/include/inifile.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/inifile' Making clean in posemath make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/posemath' Clean Up /home/John/farm/emc2autoconf/src/libnml/posemath rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/_posemath.o /home/John/farm/emc2autoconf/src/.tmp/sincos.o /home/John/farm/emc2autoconf/src/.tmp/posemath.o _posemath.o sincos.o /home/John/farm/emc2autoconf/src/.tmp/_posemath.o /home/John/farm/emc2autoconf/src/.tmp/posemath.o /home/John/farm/emc2autoconf/src/.tmp/sincos.o /home/John/farm/emc2autoconf/lib/libpm.a /home/John/farm/emc2autoconf/rtlib/libpm.a /home/John/farm/emc2autoconf/include/posemath.h /home/John/farm/emc2autoconf/include/sincos.h make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/posemath' Making clean in os_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/os_intf' Clean Up /home/John/farm/emc2autoconf/src/libnml/os_intf rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/_sem.o /home/John/farm/emc2autoconf/src/.tmp/_shm.o /home/John/farm/emc2autoconf/src/.tmp/_timer.o /home/John/farm/emc2autoconf/src/.tmp/sem.o /home/John/farm/emc2autoconf/src/.tmp/shm.o /home/John/farm/emc2autoconf/src/.tmp/timer.o /home/John/farm/emc2autoconf/include/_sem.h /home/John/farm/emc2autoconf/include/_shm.h /home/John/farm/emc2autoconf/include/_timer.h /home/John/farm/emc2autoconf/include/sem.hh /home/John/farm/emc2autoconf/include/shm.hh /home/John/farm/emc2autoconf/include/timer.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/os_intf' Making clean in buffer make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/buffer' Clean Up /home/John/farm/emc2autoconf/src/libnml/buffer rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/recvn.o /home/John/farm/emc2autoconf/src/.tmp/sendn.o /home/John/farm/emc2autoconf/src/.tmp/locmem.o /home/John/farm/emc2autoconf/src/.tmp/memsem.o /home/John/farm/emc2autoconf/src/.tmp/phantom.o /home/John/farm/emc2autoconf/src/.tmp/physmem.o /home/John/farm/emc2autoconf/src/.tmp/shmem.o /home/John/farm/emc2autoconf/src/.tmp/tcpmem.o /home/John/farm/emc2autoconf/include/locmem.hh /home/John/farm/emc2autoconf/include/memsem.hh /home/John/farm/emc2autoconf/include/phantom.hh /home/John/farm/emc2autoconf/include/physmem.hh /home/John/farm/emc2autoconf/include/recvn.h /home/John/farm/emc2autoconf/include/rem_msg.hh /home/John/farm/emc2autoconf/include/sendn.h /home/John/farm/emc2autoconf/include/shmem.hh /home/John/farm/emc2autoconf/include/tcpmem.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/buffer' Making clean in cms make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/cms' Clean Up /home/John/farm/emc2autoconf/src/libnml/cms rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/cms.o /home/John/farm/emc2autoconf/src/.tmp/cms_aup.o /home/John/farm/emc2autoconf/src/.tmp/cms_cfg.o /home/John/farm/emc2autoconf/src/.tmp/cms_dup.o /home/John/farm/emc2autoconf/src/.tmp/cms_in.o /home/John/farm/emc2autoconf/src/.tmp/cms_pm.o /home/John/farm/emc2autoconf/src/.tmp/cms_srv.o /home/John/farm/emc2autoconf/src/.tmp/cms_up.o /home/John/farm/emc2autoconf/src/.tmp/cms_xup.o /home/John/farm/emc2autoconf/src/.tmp/cmsdiag.o /home/John/farm/emc2autoconf/src/.tmp/tcp_opts.o /home/John/farm/emc2autoconf/src/.tmp/tcp_srv.o /home/John/farm/emc2autoconf/include/cms.hh /home/John/farm/emc2autoconf/include/cms_aup.hh /home/John/farm/emc2autoconf/include/cms_cfg.hh /home/John/farm/emc2autoconf/include/cms_dup.hh /home/John/farm/emc2autoconf/include/cms_srv.hh /home/John/farm/emc2autoconf/include/cms_up.hh /home/John/farm/emc2autoconf/include/cms_user.hh /home/John/farm/emc2autoconf/include/cms_xup.hh /home/John/farm/emc2autoconf/include/cmsdiag.hh /home/John/farm/emc2autoconf/include/tcp_opts.hh /home/John/farm/emc2autoconf/include/tcp_srv.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/cms' Making clean in nml make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/nml' Clean Up /home/John/farm/emc2autoconf/src/libnml/nml rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/cmd_msg.o /home/John/farm/emc2autoconf/src/.tmp/nml.o /home/John/farm/emc2autoconf/src/.tmp/nml_oi.o /home/John/farm/emc2autoconf/src/.tmp/nml_srv.o /home/John/farm/emc2autoconf/src/.tmp/nmldiag.o /home/John/farm/emc2autoconf/src/.tmp/nmlmsg.o /home/John/farm/emc2autoconf/src/.tmp/stat_msg.o /home/John/farm/emc2autoconf/include/cmd_msg.hh /home/John/farm/emc2autoconf/include/nml.hh /home/John/farm/emc2autoconf/include/nml_oi.hh /home/John/farm/emc2autoconf/include/nml_srv.hh /home/John/farm/emc2autoconf/include/nmldiag.hh /home/John/farm/emc2autoconf/include/nmlmsg.hh /home/John/farm/emc2autoconf/include/stat_msg.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/nml' (make -f Makefile.lib clean) make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml' make[2]: Nothing to be done for `clean'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml' make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml' Making clean in src/emc make[1]: Entering directory `/home/John/farm/emc2autoconf/src/emc' Making clean in rs274ngc make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/rs274ngc' Clean Up /home/John/farm/emc2autoconf/src/emc/rs274ngc rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/rs274ngc_pre.o /home/John/farm/emc2autoconf/include/canon.hh /home/John/farm/emc2autoconf/include/rs274ngc.hh /home/John/farm/emc2autoconf/include/rs274ngc_return.hh rm -f /home/John/farm/emc2autoconf/src/.tmp/rs274.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/rs274ngc' Making clean in log make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/log' Clean Up /home/John/farm/emc2autoconf/src/emc/log rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/emcmotlog.o /home/John/farm/emc2autoconf/include/emcmotlog.h make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/log' Making clean in ini make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/ini' Clean Up /home/John/farm/emc2autoconf/src/emc/ini rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/iniaux.o /home/John/farm/emc2autoconf/src/.tmp/iniaxis.o /home/John/farm/emc2autoconf/src/.tmp/inicool.o /home/John/farm/emc2autoconf/src/.tmp/inilube.o /home/John/farm/emc2autoconf/src/.tmp/inispin.o /home/John/farm/emc2autoconf/src/.tmp/initool.o /home/John/farm/emc2autoconf/src/.tmp/initraj.o /home/John/farm/emc2autoconf/include/iniaux.hh /home/John/farm/emc2autoconf/include/iniaxis.hh /home/John/farm/emc2autoconf/include/inicool.hh /home/John/farm/emc2autoconf/include/inilube.hh /home/John/farm/emc2autoconf/include/inispin.hh /home/John/farm/emc2autoconf/include/initool.hh /home/John/farm/emc2autoconf/include/initraj.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/ini' Making clean in nml_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/nml_intf' Clean Up /home/John/farm/emc2autoconf/src/emc/nml_intf rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/emcglb.o /home/John/farm/emc2autoconf/src/.tmp/emc.o /home/John/farm/emc2autoconf/src/.tmp/emcargs.o /home/John/farm/emc2autoconf/src/.tmp/emcops.o /home/John/farm/emc2autoconf/src/.tmp/interpl.o libemc.a /home/John/farm/emc2autoconf/include/emc.hh /home/John/farm/emc2autoconf/include/emccfg.h /home/John/farm/emc2autoconf/include/emcglb.h /home/John/farm/emc2autoconf/include/emcpos.h /home/John/farm/emc2autoconf/include/interpl.hh make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/nml_intf' Making clean in kinematics make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/kinematics' Clean Up /home/John/farm/emc2autoconf/src/emc/kinematics rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.rt_tmp/cubic.o /home/John/farm/emc2autoconf/src/.rt_tmp/mmxavg.o /home/John/farm/emc2autoconf/src/.rt_tmp/tc.o /home/John/farm/emc2autoconf/src/.rt_tmp/tp.o /home/John/farm/emc2autoconf/src/.rt_tmp/trivkins.o cubic.o mmxavg.o tc.o tp.o trivkins.o /home/John/farm/emc2autoconf/include/cubic.h /home/John/farm/emc2autoconf/include/kinematics.h /home/John/farm/emc2autoconf/include/mmxavg.h /home/John/farm/emc2autoconf/include/tc.h /home/John/farm/emc2autoconf/include/tp.h make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/kinematics' Making clean in motion make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/motion' Clean Up /home/John/farm/emc2autoconf/src/emc/motion rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/emcmotglb.o /home/John/farm/emc2autoconf/src/.tmp/emcmotutil.o /home/John/farm/emc2autoconf/src/.tmp/usrmotintf.o /home/John/farm/emc2autoconf/src/.rt_tmp/command.o /home/John/farm/emc2autoconf/src/.rt_tmp/control.o /home/John/farm/emc2autoconf/src/.rt_tmp/motion.o command.o control.o cubic.o emcmotutil.o mmxavg.o motion.o tc.o tp.o /home/John/farm/emc2autoconf/include/emcmotcfg.h /home/John/farm/emc2autoconf/include/emcmotglb.h /home/John/farm/emc2autoconf/include/motion.h /home/John/farm/emc2autoconf/include/usrmotintf.h make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/motion' Making clean in iotask make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/iotask' Clean Up /home/John/farm/emc2autoconf/src/emc/iotask rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/simIoControl.o rm -f /home/John/farm/emc2autoconf/bin/simio make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/iotask' Making clean in task make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/task' Clean Up /home/John/farm/emc2autoconf/src/emc/task rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/emccanon.o /home/John/farm/emc2autoconf/src/.tmp/emcsvr.o /home/John/farm/emc2autoconf/src/.tmp/emctask.o /home/John/farm/emc2autoconf/src/.tmp/emctaskmain.o /home/John/farm/emc2autoconf/src/.tmp/iotaskintf.o /home/John/farm/emc2autoconf/src/.tmp/taskintf.o rm -f /home/John/farm/emc2autoconf/bin/emcsvr /home/John/farm/emc2autoconf/bin/milltask make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/task' Making clean in usr_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/usr_intf' Clean Up /home/John/farm/emc2autoconf/src/emc/usr_intf rm -f *.bak *~ .depend* rm -f /home/John/farm/emc2autoconf/src/.tmp/usrmot.o /home/John/farm/emc2autoconf/src/.tmp/emcsh.o /home/John/farm/emc2autoconf/src/.tmp/iosh.o rm -f /home/John/farm/emc2autoconf/bin/emcsh /home/John/farm/emc2autoconf/bin/iosh /home/John/farm/emc2autoconf/bin/usrmot make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/usr_intf' make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/emc' running "make" Making all in src/rtapi make[1]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi' Generate /home/John/farm/emc2autoconf/scripts/rtapi.conf Install C header procfs_macros.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 procfs_macros.h /home/John/farm/emc2autoconf/include Install C header rtapi.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rtapi.h /home/John/farm/emc2autoconf/include Install C header rtapi_app.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rtapi_app.h /home/John/farm/emc2autoconf/include make -C examples headers make[2]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples' (cd extint; make headers) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/extint' make[3]: Nothing to be done for `headers'. make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/extint' (cd timer; make headers) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/timer' make[3]: Nothing to be done for `headers'. make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/timer' (cd shmem; make headers) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/shmem' make[3]: Nothing to be done for `headers'. make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/shmem' (cd semaphore; make headers) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/semaphore' make[3]: Nothing to be done for `headers'. make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/semaphore' (cd fifo; make headers) make[3]: Entering directory `/home/John/farm/emc2autoconf/src/rtapi/examples/fifo' make[3]: Nothing to be done for `headers'. make[3]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples/fifo' make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi/examples' Create temp directory '/home/John/farm/emc2autoconf/src/.rt_tmp' Compile 'rtl_rtapi.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI rtl_rtapi.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/rtl_rtapi.o Install rtapi.o in rtlib \install -d /home/John/farm/emc2autoconf/rtlib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/rtl_rtapi.o /home/John/farm/emc2autoconf/rtlib/rtapi.o Create temp directory '/home/John/farm/emc2autoconf/src/.tmp' Compile 'rtl_ulapi.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" rtl_ulapi.c -o /home/John/farm/emc2autoconf/src/.tmp/rtl_ulapi.o Install ulapi.o in lib \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.tmp/rtl_ulapi.o /home/John/farm/emc2autoconf/lib/ulapi.o Compile 'mathstubs.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI mathstubs.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/mathstubs.o make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/rtapi' Making all in src/hal make[1]: Entering directory `/home/John/farm/emc2autoconf/src/hal' install -d /home/John/farm/emc2autoconf/bin /home/John/farm/emc2autoconf/lib /home/John/farm/emc2autoconf/rtlib /home/John/farm/emc2autoconf/include /home/John/farm/emc2autoconf/src/.tmp /home/John/farm/emc2autoconf/src/.rt_tmp Install C header hal.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 hal.h /home/John/farm/emc2autoconf/include Making headers in utils make[2]: Entering directory `/home/John/farm/emc2autoconf/src/hal/utils' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/hal/utils' Making headers in drivers make[2]: Entering directory `/home/John/farm/emc2autoconf/src/hal/drivers' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/hal/drivers' Making headers in components make[2]: Entering directory `/home/John/farm/emc2autoconf/src/hal/components' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/hal/components' Compile 'hal_lib.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI hal_lib.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_lib.o Install realtime module /home/John/farm/emc2autoconf/rtlib/hal_lib.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/hal_lib.o /home/John/farm/emc2autoconf/rtlib Compile 'hal_lib.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" hal_lib.c -o /home/John/farm/emc2autoconf/src/.tmp/hal_lib.o Install user space library /home/John/farm/emc2autoconf/lib/hal_lib.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.tmp/hal_lib.o /home/John/farm/emc2autoconf/lib Making all in utils make[2]: Entering directory `/home/John/farm/emc2autoconf/src/hal/utils' Compile 'scope_rt.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI scope_rt.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/scope_rt.o Install realtime module /home/John/farm/emc2autoconf/rtlib/scope_rt.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/scope_rt.o /home/John/farm/emc2autoconf/rtlib Compile 'halcmd.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" halcmd.c -o /home/John/farm/emc2autoconf/src/.tmp/halcmd.o Linking /home/John/farm/emc2autoconf/bin/halcmd cc -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" /home/John/farm/emc2autoconf/src/.tmp/halcmd.o /home/John/farm/emc2autoconf/lib/ulapi.o /home/John/farm/emc2autoconf/lib/hal_lib.o -o /home/John/farm/emc2autoconf/bin/halcmd rm /home/John/farm/emc2autoconf/src/.rt_tmp/scope_rt.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/hal/utils' Making all in drivers make[2]: Entering directory `/home/John/farm/emc2autoconf/src/hal/drivers' Compile 'hal_parport.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI hal_parport.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_parport.o Install realtime module /home/John/farm/emc2autoconf/rtlib/hal_parport.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/hal_parport.o /home/John/farm/emc2autoconf/rtlib Compile 'hal_tiro.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI hal_tiro.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_tiro.o Install realtime module /home/John/farm/emc2autoconf/rtlib/hal_tiro.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/hal_tiro.o /home/John/farm/emc2autoconf/rtlib Compile 'hal_evoreg.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI hal_evoreg.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_evoreg.o Install realtime module /home/John/farm/emc2autoconf/rtlib/hal_evoreg.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/hal_evoreg.o /home/John/farm/emc2autoconf/rtlib Compile 'hal_skeleton.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI hal_skeleton.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_skeleton.o Install realtime module /home/John/farm/emc2autoconf/rtlib/hal_skeleton.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/hal_skeleton.o /home/John/farm/emc2autoconf/rtlib Compile 'hal_parport.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" hal_parport.c -o /home/John/farm/emc2autoconf/src/.tmp/hal_parport.o Linking user space driver /home/John/farm/emc2autoconf/bin/hal_parport cc -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" /home/John/farm/emc2autoconf/src/.tmp/hal_parport.o /home/John/farm/emc2autoconf/lib/ulapi.o /home/John/farm/emc2autoconf/lib/hal_lib.o -o /home/John/farm/emc2autoconf/bin/hal_parport Compile 'hal_skeleton.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" hal_skeleton.c -o /home/John/farm/emc2autoconf/src/.tmp/hal_skeleton.o Linking user space driver /home/John/farm/emc2autoconf/bin/hal_skeleton cc -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" /home/John/farm/emc2autoconf/src/.tmp/hal_skeleton.o /home/John/farm/emc2autoconf/lib/ulapi.o /home/John/farm/emc2autoconf/lib/hal_lib.o -o /home/John/farm/emc2autoconf/bin/hal_skeleton rm /home/John/farm/emc2autoconf/src/.rt_tmp/hal_parport.o /home/John/farm/emc2autoconf/src/.tmp/hal_skeleton.o /home/John/farm/emc2autoconf/src/.tmp/hal_parport.o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_tiro.o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_evoreg.o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_skeleton.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/hal/drivers' Making all in components make[2]: Entering directory `/home/John/farm/emc2autoconf/src/hal/components' Compile 'blocks.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI blocks.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/blocks.o Install realtime module /home/John/farm/emc2autoconf/rtlib/blocks.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/blocks.o /home/John/farm/emc2autoconf/rtlib Compile 'debounce.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI debounce.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/debounce.o Install realtime module /home/John/farm/emc2autoconf/rtlib/debounce.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/debounce.o /home/John/farm/emc2autoconf/rtlib Compile 'encoder.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI encoder.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/encoder.o Install realtime module /home/John/farm/emc2autoconf/rtlib/encoder.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/encoder.o /home/John/farm/emc2autoconf/rtlib Compile 'encoder_ratio.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI encoder_ratio.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/encoder_ratio.o Install realtime module /home/John/farm/emc2autoconf/rtlib/encoder_ratio.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/encoder_ratio.o /home/John/farm/emc2autoconf/rtlib Compile 'stepgen.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI stepgen.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/stepgen.o Install realtime module /home/John/farm/emc2autoconf/rtlib/stepgen.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/stepgen.o /home/John/farm/emc2autoconf/rtlib Compile 'freqgen.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI freqgen.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/freqgen.o Install realtime module /home/John/farm/emc2autoconf/rtlib/freqgen.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/freqgen.o /home/John/farm/emc2autoconf/rtlib Compile 'siggen.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI siggen.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/siggen.o Linking kernel module /home/John/farm/emc2autoconf/rtlib/siggen.o ld -r -static -S -O2 /home/John/farm/emc2autoconf/src/.rt_tmp/siggen.o -o /home/John/farm/emc2autoconf/rtlib/siggen.o Compile 'pid.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI pid.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/pid.o Install realtime module /home/John/farm/emc2autoconf/rtlib/pid.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/pid.o /home/John/farm/emc2autoconf/rtlib Compile 'supply.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI supply.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/supply.o Install realtime module /home/John/farm/emc2autoconf/rtlib/supply.o \install -d /home/John/farm/emc2autoconf/lib \install -p -m0664 /home/John/farm/emc2autoconf/src/.rt_tmp/supply.o /home/John/farm/emc2autoconf/rtlib rm /home/John/farm/emc2autoconf/src/.rt_tmp/stepgen.o /home/John/farm/emc2autoconf/src/.rt_tmp/blocks.o /home/John/farm/emc2autoconf/src/.rt_tmp/freqgen.o /home/John/farm/emc2autoconf/src/.rt_tmp/supply.o /home/John/farm/emc2autoconf/src/.rt_tmp/encoder.o /home/John/farm/emc2autoconf/src/.rt_tmp/debounce.o /home/John/farm/emc2autoconf/src/.rt_tmp/pid.o /home/John/farm/emc2autoconf/src/.rt_tmp/encoder_ratio.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/hal/components' rm /home/John/farm/emc2autoconf/src/.tmp/hal_lib.o /home/John/farm/emc2autoconf/src/.rt_tmp/hal_lib.o make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/hal' Making all in src/libnml make[1]: Entering directory `/home/John/farm/emc2autoconf/src/libnml' Making headers in linklist make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/linklist' Install C++ header linklist.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 linklist.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/linklist' Making headers in rcs make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/rcs' Install C++ header rcs.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rcs.hh /home/John/farm/emc2autoconf/include Install C header rcsversion.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rcsversion.h /home/John/farm/emc2autoconf/include Install C++ header rcs_exit.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rcs_exit.hh /home/John/farm/emc2autoconf/include Install C++ header rcs_print.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rcs_print.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/rcs' Making headers in inifile make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/inifile' Install C header inifile.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 inifile.h /home/John/farm/emc2autoconf/include Install C++ header inifile.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 inifile.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/inifile' Making headers in posemath make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/posemath' Install C header posemath.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 posemath.h /home/John/farm/emc2autoconf/include Install C header sincos.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 sincos.h /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/posemath' Making headers in os_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/os_intf' Install C header _sem.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 _sem.h /home/John/farm/emc2autoconf/include Install C header _shm.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 _shm.h /home/John/farm/emc2autoconf/include Install C header _timer.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 _timer.h /home/John/farm/emc2autoconf/include Install C++ header sem.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 sem.hh /home/John/farm/emc2autoconf/include Install C++ header shm.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 shm.hh /home/John/farm/emc2autoconf/include Install C++ header timer.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 timer.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/os_intf' Making headers in buffer make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/buffer' Install C++ header locmem.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 locmem.hh /home/John/farm/emc2autoconf/include Install C++ header memsem.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 memsem.hh /home/John/farm/emc2autoconf/include Install C++ header phantom.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 phantom.hh /home/John/farm/emc2autoconf/include Install C++ header physmem.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 physmem.hh /home/John/farm/emc2autoconf/include Install C header recvn.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 recvn.h /home/John/farm/emc2autoconf/include Install C++ header rem_msg.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rem_msg.hh /home/John/farm/emc2autoconf/include Install C header sendn.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 sendn.h /home/John/farm/emc2autoconf/include Install C++ header shmem.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 shmem.hh /home/John/farm/emc2autoconf/include Install C++ header tcpmem.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 tcpmem.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/buffer' Making headers in cms make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/cms' Install C++ header cms.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms.hh /home/John/farm/emc2autoconf/include Install C++ header cms_aup.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_aup.hh /home/John/farm/emc2autoconf/include Install C++ header cms_cfg.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_cfg.hh /home/John/farm/emc2autoconf/include Install C++ header cms_dup.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_dup.hh /home/John/farm/emc2autoconf/include Install C++ header cms_srv.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_srv.hh /home/John/farm/emc2autoconf/include Install C++ header cms_up.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_up.hh /home/John/farm/emc2autoconf/include Install C++ header cms_user.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_user.hh /home/John/farm/emc2autoconf/include Install C++ header cms_xup.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cms_xup.hh /home/John/farm/emc2autoconf/include Install C++ header cmsdiag.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cmsdiag.hh /home/John/farm/emc2autoconf/include Install C++ header tcp_opts.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 tcp_opts.hh /home/John/farm/emc2autoconf/include Install C++ header tcp_srv.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 tcp_srv.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/cms' Making headers in nml make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/nml' Install C++ header cmd_msg.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cmd_msg.hh /home/John/farm/emc2autoconf/include Install C++ header nml.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 nml.hh /home/John/farm/emc2autoconf/include Install C++ header nml_oi.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 nml_oi.hh /home/John/farm/emc2autoconf/include Install C++ header nml_srv.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 nml_srv.hh /home/John/farm/emc2autoconf/include Install C++ header nmldiag.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 nmldiag.hh /home/John/farm/emc2autoconf/include Install C++ header nmlmsg.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 nmlmsg.hh /home/John/farm/emc2autoconf/include Install C++ header stat_msg.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 stat_msg.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/nml' (make -f Makefile.lib headers) make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml' Making all in linklist make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/linklist' Compile 'linklist.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" linklist.cc -o /home/John/farm/emc2autoconf/src/.tmp/linklist.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/linklist' Making all in rcs make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/rcs' Compile 'rcs_print.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" rcs_print.cc -o /home/John/farm/emc2autoconf/src/.tmp/rcs_print.o Compile 'rcs_exit.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" rcs_exit.cc -o /home/John/farm/emc2autoconf/src/.tmp/rcs_exit.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/rcs' Making all in inifile make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/inifile' Compile '_inifile.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" _inifile.c -o /home/John/farm/emc2autoconf/src/.tmp/_inifile.o Compile 'inifile.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" inifile.cc -o /home/John/farm/emc2autoconf/src/.tmp/inifile.o Compile 'inivar.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" inivar.c -o /home/John/farm/emc2autoconf/src/.tmp/inivar.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/inifile' Making all in posemath make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/posemath' Compile '_posemath.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI -ffast-math _posemath.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/_posemath.o Compile 'sincos.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI -ffast-math sincos.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/sincos.o Compile '_posemath.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" _posemath.c -o /home/John/farm/emc2autoconf/src/.tmp/_posemath.o Compile 'posemath.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" posemath.cc -o /home/John/farm/emc2autoconf/src/.tmp/posemath.o Compile 'sincos.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" sincos.c -o /home/John/farm/emc2autoconf/src/.tmp/sincos.o /usr/bin/ar cr /home/John/farm/emc2autoconf/lib/libpm.a /home/John/farm/emc2autoconf/src/.tmp/_posemath.o /home/John/farm/emc2autoconf/src/.tmp/posemath.o /home/John/farm/emc2autoconf/src/.tmp/sincos.o ranlib /home/John/farm/emc2autoconf/lib/libpm.a /usr/bin/ar cr /home/John/farm/emc2autoconf/rtlib/libpm.a /home/John/farm/emc2autoconf/src/.rt_tmp/_posemath.o /home/John/farm/emc2autoconf/src/.rt_tmp/sincos.o ranlib /home/John/farm/emc2autoconf/rtlib/libpm.a make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/posemath' Making all in os_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/os_intf' Compile '_sem.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" _sem.c -o /home/John/farm/emc2autoconf/src/.tmp/_sem.o Compile '_shm.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" _shm.c -o /home/John/farm/emc2autoconf/src/.tmp/_shm.o Compile '_timer.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" _timer.c -o /home/John/farm/emc2autoconf/src/.tmp/_timer.o Compile 'sem.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" sem.cc -o /home/John/farm/emc2autoconf/src/.tmp/sem.o Compile 'shm.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" shm.cc -o /home/John/farm/emc2autoconf/src/.tmp/shm.o Compile 'timer.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" timer.cc -o /home/John/farm/emc2autoconf/src/.tmp/timer.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/os_intf' Making all in buffer make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/buffer' Compile 'locmem.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" locmem.cc -o /home/John/farm/emc2autoconf/src/.tmp/locmem.o Compile 'memsem.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" memsem.cc -o /home/John/farm/emc2autoconf/src/.tmp/memsem.o Compile 'phantom.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" phantom.cc -o /home/John/farm/emc2autoconf/src/.tmp/phantom.o Compile 'physmem.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" physmem.cc -o /home/John/farm/emc2autoconf/src/.tmp/physmem.o Compile 'recvn.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" recvn.c -o /home/John/farm/emc2autoconf/src/.tmp/recvn.o Compile 'sendn.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" sendn.c -o /home/John/farm/emc2autoconf/src/.tmp/sendn.o Compile 'shmem.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" shmem.cc -o /home/John/farm/emc2autoconf/src/.tmp/shmem.o Compile 'tcpmem.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" tcpmem.cc -o /home/John/farm/emc2autoconf/src/.tmp/tcpmem.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/buffer' Making all in cms make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/cms' Compile 'cms.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms.o Compile 'cms_aup.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_aup.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_aup.o Compile 'cms_cfg.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_cfg.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_cfg.o Compile 'cms_in.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_in.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_in.o Compile 'cms_dup.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_dup.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_dup.o Compile 'cms_pm.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_pm.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_pm.o Compile 'cms_srv.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_srv.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_srv.o Compile 'cms_up.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_up.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_up.o Compile 'cms_xup.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cms_xup.cc -o /home/John/farm/emc2autoconf/src/.tmp/cms_xup.o Compile 'cmsdiag.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cmsdiag.cc -o /home/John/farm/emc2autoconf/src/.tmp/cmsdiag.o Compile 'tcp_opts.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" tcp_opts.cc -o /home/John/farm/emc2autoconf/src/.tmp/tcp_opts.o Compile 'tcp_srv.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" tcp_srv.cc -o /home/John/farm/emc2autoconf/src/.tmp/tcp_srv.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/cms' Making all in nml make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml/nml' Compile 'cmd_msg.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" cmd_msg.cc -o /home/John/farm/emc2autoconf/src/.tmp/cmd_msg.o Compile 'nml_oi.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" nml_oi.cc -o /home/John/farm/emc2autoconf/src/.tmp/nml_oi.o Compile 'nml_srv.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" nml_srv.cc -o /home/John/farm/emc2autoconf/src/.tmp/nml_srv.o Compile 'nml.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" nml.cc -o /home/John/farm/emc2autoconf/src/.tmp/nml.o Compile 'nmldiag.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" nmldiag.cc -o /home/John/farm/emc2autoconf/src/.tmp/nmldiag.o Compile 'nmlmsg.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" nmlmsg.cc -o /home/John/farm/emc2autoconf/src/.tmp/nmlmsg.o Compile 'stat_msg.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" stat_msg.cc -o /home/John/farm/emc2autoconf/src/.tmp/stat_msg.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml/nml' (make -f Makefile.lib all) make[2]: Entering directory `/home/John/farm/emc2autoconf/src/libnml' rm -f /home/John/farm/emc2autoconf/lib/libnmld.a /usr/bin/ar cr /home/John/farm/emc2autoconf/lib/libnmld.a /home/John/farm/emc2autoconf/src/.tmp/linklist.o /home/John/farm/emc2autoconf/src/.tmp/rcs_print.o /home/John/farm/emc2autoconf/src/.tmp/rcs_exit.o /home/John/farm/emc2autoconf/src/.tmp/_posemath.o /home/John/farm/emc2autoconf/src/.tmp/posemath.o /home/John/farm/emc2autoconf/src/.tmp/sincos.o /home/John/farm/emc2autoconf/src/.tmp/_sem.o /home/John/farm/emc2autoconf/src/.tmp/_shm.o /home/John/farm/emc2autoconf/src/.tmp/_timer.o /home/John/farm/emc2autoconf/src/.tmp/sem.o /home/John/farm/emc2autoconf/src/.tmp/shm.o /home/John/farm/emc2autoconf/src/.tmp/timer.o /home/John/farm/emc2autoconf/src/.tmp/locmem.o /home/John/farm/emc2autoconf/src/.tmp/memsem.o /home/John/farm/emc2autoconf/src/.tmp/phantom.o /home/John/farm/emc2autoconf/src/.tmp/physmem.o /home/John/farm/emc2autoconf/src/.tmp/recvn.o /home/John/farm/emc2autoconf/src/.tmp/sendn.o /home/John/farm/emc2autoconf/src/.tmp/shmem.o /home/John/farm/emc2autoconf/src/.tmp/tcpmem.o /home/John/farm/emc2autoconf/src/.tmp/cms.o /home/John/farm/emc2autoconf/src/.tmp/cms_aup.o /home/John/farm/emc2autoconf/src/.tmp/cms_cfg.o /home/John/farm/emc2autoconf/src/.tmp/cms_in.o /home/John/farm/emc2autoconf/src/.tmp/cms_dup.o /home/John/farm/emc2autoconf/src/.tmp/cms_pm.o /home/John/farm/emc2autoconf/src/.tmp/cms_srv.o /home/John/farm/emc2autoconf/src/.tmp/cms_up.o /home/John/farm/emc2autoconf/src/.tmp/cms_xup.o /home/John/farm/emc2autoconf/src/.tmp/cmsdiag.o /home/John/farm/emc2autoconf/src/.tmp/tcp_opts.o /home/John/farm/emc2autoconf/src/.tmp/tcp_srv.o /home/John/farm/emc2autoconf/src/.tmp/cmd_msg.o /home/John/farm/emc2autoconf/src/.tmp/nml_oi.o /home/John/farm/emc2autoconf/src/.tmp/nml_srv.o /home/John/farm/emc2autoconf/src/.tmp/nml.o /home/John/farm/emc2autoconf/src/.tmp/nmldiag.o /home/John/farm/emc2autoconf/src/.tmp/nmlmsg.o /home/John/farm/emc2autoconf/src/.tmp/stat_msg.o /home/John/farm/emc2autoconf/src/.tmp/_inifile.o /home/John/farm/emc2autoconf/src/.tmp/inifile.o chmod 664 /home/John/farm/emc2autoconf/lib/libnmld.a rm -f /home/John/farm/emc2autoconf/lib/libnml.a cp /home/John/farm/emc2autoconf/lib/libnmld.a /home/John/farm/emc2autoconf/lib/libnml.a strip --strip-debug /home/John/farm/emc2autoconf/lib/libnml.a chmod 664 /home/John/farm/emc2autoconf/lib/libnml.a g++ /home/John/farm/emc2autoconf/src/.tmp/inivar.o /home/John/farm/emc2autoconf/lib/libnml.a -o /home/John/farm/emc2autoconf/bin/inivar make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml' make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/libnml' Making all in src/emc make[1]: Entering directory `/home/John/farm/emc2autoconf/src/emc' Making headers in rs274ngc make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/rs274ngc' Install C++ header canon.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 canon.hh /home/John/farm/emc2autoconf/include Install C++ header rs274ngc.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rs274ngc.hh /home/John/farm/emc2autoconf/include Install C++ header rs274ngc_return.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 rs274ngc_return.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/rs274ngc' Making headers in log make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/log' Install C header emcmotlog.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emcmotlog.h /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/log' Making headers in ini make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/ini' Install C++ header iniaux.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 iniaux.hh /home/John/farm/emc2autoconf/include Install C++ header iniaxis.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 iniaxis.hh /home/John/farm/emc2autoconf/include Install C++ header inicool.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 inicool.hh /home/John/farm/emc2autoconf/include Install C++ header inilube.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 inilube.hh /home/John/farm/emc2autoconf/include Install C++ header inispin.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 inispin.hh /home/John/farm/emc2autoconf/include Install C++ header initool.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 initool.hh /home/John/farm/emc2autoconf/include Install C++ header initraj.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 initraj.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/ini' Making headers in nml_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/nml_intf' Install C++ header emc.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emc.hh /home/John/farm/emc2autoconf/include Install C header emccfg.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emccfg.h /home/John/farm/emc2autoconf/include Install C header emcglb.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emcglb.h /home/John/farm/emc2autoconf/include Install C header emcpos.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emcpos.h /home/John/farm/emc2autoconf/include Install C++ header interpl.hh \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 interpl.hh /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/nml_intf' Making headers in kinematics make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/kinematics' Install C header cubic.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 cubic.h /home/John/farm/emc2autoconf/include Install C header kinematics.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 kinematics.h /home/John/farm/emc2autoconf/include Install C header mmxavg.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 mmxavg.h /home/John/farm/emc2autoconf/include Install C header tc.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 tc.h /home/John/farm/emc2autoconf/include Install C header tp.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 tp.h /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/kinematics' Making headers in motion make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/motion' Install C header emcmotcfg.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emcmotcfg.h /home/John/farm/emc2autoconf/include Install C header emcmotglb.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 emcmotglb.h /home/John/farm/emc2autoconf/include Install C header motion.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 motion.h /home/John/farm/emc2autoconf/include Install C header usrmotintf.h \install -d /home/John/farm/emc2autoconf/include \install -p -m0664 usrmotintf.h /home/John/farm/emc2autoconf/include make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/motion' Making headers in iotask make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/iotask' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/iotask' Making headers in task make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/task' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/task' Making headers in usr_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/usr_intf' make[2]: Nothing to be done for `headers'. make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/usr_intf' Making all in rs274ngc make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/rs274ngc' Compile 'rs274ngc_pre.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -Wno-unused rs274ngc_pre.cc -o /home/John/farm/emc2autoconf/src/.tmp/rs274ngc_pre.o cp /home/John/farm/emc2autoconf/src/.tmp/rs274ngc_pre.o /home/John/farm/emc2autoconf/src/.tmp/rs274.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/rs274ngc' Making all in log make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/log' Compile 'emcmotlog.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcmotlog.c -o /home/John/farm/emc2autoconf/src/.tmp/emcmotlog.o Compile 'emcmotlog.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI emcmotlog.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/emcmotlog.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/log' Making all in ini make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/ini' Compile 'iniaux.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" iniaux.cc -o /home/John/farm/emc2autoconf/src/.tmp/iniaux.o Compile 'iniaxis.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" iniaxis.cc -o /home/John/farm/emc2autoconf/src/.tmp/iniaxis.o Compile 'inicool.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" inicool.cc -o /home/John/farm/emc2autoconf/src/.tmp/inicool.o Compile 'inilube.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" inilube.cc -o /home/John/farm/emc2autoconf/src/.tmp/inilube.o Compile 'inispin.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" inispin.cc -o /home/John/farm/emc2autoconf/src/.tmp/inispin.o Compile 'initool.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" initool.cc -o /home/John/farm/emc2autoconf/src/.tmp/initool.o Compile 'initraj.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" initraj.cc -o /home/John/farm/emc2autoconf/src/.tmp/initraj.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/ini' Making all in nml_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/nml_intf' Compile 'emc.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emc.cc -o /home/John/farm/emc2autoconf/src/.tmp/emc.o Compile 'emcargs.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcargs.cc -o /home/John/farm/emc2autoconf/src/.tmp/emcargs.o Compile 'emcglb.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcglb.c -o /home/John/farm/emc2autoconf/src/.tmp/emcglb.o Compile 'emcops.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcops.cc -o /home/John/farm/emc2autoconf/src/.tmp/emcops.o Compile 'interpl.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" interpl.cc -o /home/John/farm/emc2autoconf/src/.tmp/interpl.o /usr/bin/ar rc /home/John/farm/emc2autoconf/lib/libemc.a /home/John/farm/emc2autoconf/src/.tmp/emc.o /home/John/farm/emc2autoconf/src/.tmp/emcargs.o /home/John/farm/emc2autoconf/src/.tmp/emcops.o /home/John/farm/emc2autoconf/src/.tmp/emcglb.o /home/John/farm/emc2autoconf/src/.tmp/emcmotlog.o /home/John/farm/emc2autoconf/src/.tmp/iniaux.o /home/John/farm/emc2autoconf/src/.tmp/iniaxis.o /home/John/farm/emc2autoconf/src/.tmp/inicool.o /home/John/farm/emc2autoconf/src/.tmp/inilube.o /home/John/farm/emc2autoconf/src/.tmp/inispin.o /home/John/farm/emc2autoconf/src/.tmp/initool.o /home/John/farm/emc2autoconf/src/.tmp/initraj.o /home/John/farm/emc2autoconf/src/.tmp/interpl.o ranlib /home/John/farm/emc2autoconf/lib/libemc.a make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/nml_intf' Making all in kinematics make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/kinematics' Compile 'cubic.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI cubic.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/cubic.o Compile 'mmxavg.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI mmxavg.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/mmxavg.o Compile 'tc.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI tc.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/tc.o Compile 'tp.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI tp.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/tp.o Compile 'trivkins.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI trivkins.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/trivkins.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/kinematics' Making all in motion make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/motion' Compile 'emcmotglb.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcmotglb.c -o /home/John/farm/emc2autoconf/src/.tmp/emcmotglb.o Compile 'emcmotutil.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcmotutil.c -o /home/John/farm/emc2autoconf/src/.tmp/emcmotutil.o Compile 'usrmotintf.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" usrmotintf.c -o /home/John/farm/emc2autoconf/src/.tmp/usrmotintf.o Compile 'command.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI command.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/command.o Compile 'control.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI control.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/control.o Compile 'emcmotutil.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI emcmotutil.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/emcmotutil.o Compile 'motion.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI motion.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/motion.o motion.c: In function `reportError': motion.c:173: warning: implicit declaration of function `vsnprintf' Compile 'emcmotglb.c' to tmp dir using realtime C rule cc -c -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -D__KERNEL__ -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.18/include/linux/modversions.h -g -D__RTL__ -D_LOOSE_KERNEL_NAMES -O2 -I/usr/src/rtlinux-3.0/linux/include -I/usr/src/rtlinux-3.0/include -I/usr/src/rtlinux-3.0/include/compat -I/usr/src/rtlinux-3.0/include/posix -DRTAPI emcmotglb.c -o /home/John/farm/emc2autoconf/src/.rt_tmp/emcmotglb.o Linking kernel module /home/John/farm/emc2autoconf/rtlib/motmod.o ld -r -static -S -O2 /home/John/farm/emc2autoconf/src/.rt_tmp/cubic.o /home/John/farm/emc2autoconf/src/.rt_tmp/motion.o /home/John/farm/emc2autoconf/src/.rt_tmp/command.o /home/John/farm/emc2autoconf/src/.rt_tmp/control.o /home/John/farm/emc2autoconf/src/.rt_tmp/emcmotglb.o /home/John/farm/emc2autoconf/src/.rt_tmp/emcmotlog.o /home/John/farm/emc2autoconf/src/.rt_tmp/emcmotutil.o /home/John/farm/emc2autoconf/src/.rt_tmp/mmxavg.o /home/John/farm/emc2autoconf/src/.rt_tmp/tc.o /home/John/farm/emc2autoconf/src/.rt_tmp/tp.o /home/John/farm/emc2autoconf/src/.rt_tmp/trivkins.o /home/John/farm/emc2autoconf/rtlib/libpm.a -o /home/John/farm/emc2autoconf/rtlib/motmod.o make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/motion' Making all in iotask make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/iotask' Compile 'simIoControl.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" simIoControl.cc -o /home/John/farm/emc2autoconf/src/.tmp/simIoControl.o Linking /home/John/farm/emc2autoconf/bin/simio g++ /home/John/farm/emc2autoconf/src/.tmp/simIoControl.o /home/John/farm/emc2autoconf/lib/libemc.a /home/John/farm/emc2autoconf/lib/libnml.a /home/John/farm/emc2autoconf/lib/ulapi.o -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -o /home/John/farm/emc2autoconf/bin/simio make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/iotask' Making all in task make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/task' Compile 'emccanon.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emccanon.cc -o /home/John/farm/emc2autoconf/src/.tmp/emccanon.o Compile 'emcsvr.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emcsvr.cc -o /home/John/farm/emc2autoconf/src/.tmp/emcsvr.o Compile 'emctask.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emctask.cc -o /home/John/farm/emc2autoconf/src/.tmp/emctask.o Compile 'emctaskmain.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" emctaskmain.cc -o /home/John/farm/emc2autoconf/src/.tmp/emctaskmain.o Compile 'iotaskintf.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" iotaskintf.cc -o /home/John/farm/emc2autoconf/src/.tmp/iotaskintf.o Compile 'taskintf.cc' to tmp dir using default C++ rule g++ -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" taskintf.cc -o /home/John/farm/emc2autoconf/src/.tmp/taskintf.o Linking /home/John/farm/emc2autoconf/bin/emcsvr g++ /home/John/farm/emc2autoconf/src/.tmp/emcsvr.o /home/John/farm/emc2autoconf/lib/libemc.a /home/John/farm/emc2autoconf/lib/libnml.a -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -o /home/John/farm/emc2autoconf/bin/emcsvr Linking /home/John/farm/emc2autoconf/bin/milltask g++ /home/John/farm/emc2autoconf/src/.tmp/emcmotglb.o /home/John/farm/emc2autoconf/src/.tmp/emctask.o /home/John/farm/emc2autoconf/src/.tmp/emccanon.o /home/John/farm/emc2autoconf/src/.tmp/emctaskmain.o /home/John/farm/emc2autoconf/src/.tmp/rs274.o /home/John/farm/emc2autoconf/src/.tmp/usrmotintf.o /home/John/farm/emc2autoconf/src/.tmp/emcmotlog.o /home/John/farm/emc2autoconf/src/.tmp/emcmotutil.o /home/John/farm/emc2autoconf/src/.tmp/taskintf.o /home/John/farm/emc2autoconf/src/.tmp/iotaskintf.o /home/John/farm/emc2autoconf/lib/libemc.a /home/John/farm/emc2autoconf/lib/libnmld.a /home/John/farm/emc2autoconf/lib/ulapi.o -o /home/John/farm/emc2autoconf/bin/milltask make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/task' Making all in usr_intf make[2]: Entering directory `/home/John/farm/emc2autoconf/src/emc/usr_intf' Compile emcsh.cc to tmp dir using TCL flags g++ emcsh.cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -I/usr/X11R6/include -o /home/John/farm/emc2autoconf/src/.tmp/emcsh.o Compile iosh.cc to tmp dir using TCL flags g++ iosh.cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -I/usr/X11R6/include -o /home/John/farm/emc2autoconf/src/.tmp/iosh.o Compile 'usrmot.c' to tmp dir using non-realtime C rule cc -c -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" usrmot.c -o /home/John/farm/emc2autoconf/src/.tmp/usrmot.o Linking /home/John/farm/emc2autoconf/bin/emcsh g++ /home/John/farm/emc2autoconf/src/.tmp/emcsh.o /home/John/farm/emc2autoconf/lib/libemc.a /home/John/farm/emc2autoconf/lib/libnml.a -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -I/usr/X11R6/include -L/usr/lib -ltcl8.0 -L/usr/X11R6/lib -lX11 -ldl -lm -L/usr/lib -ltk8.0 -o /home/John/farm/emc2autoconf/bin/emcsh Linking /home/John/farm/emc2autoconf/bin/iosh g++ /home/John/farm/emc2autoconf/src/.tmp/iosh.o /home/John/farm/emc2autoconf/src/.tmp/usrmotintf.o /home/John/farm/emc2autoconf/src/.tmp/emcmotglb.o /home/John/farm/emc2autoconf/src/.tmp/emcmotutil.o /home/John/farm/emc2autoconf/lib/libemc.a /home/John/farm/emc2autoconf/lib/libnml.a /home/John/farm/emc2autoconf/lib/ulapi.o -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" -I/usr/X11R6/include -L/usr/lib -ltcl8.0 -L/usr/X11R6/lib -lX11 -ldl -lm -L/usr/lib -ltk8.0 -o /home/John/farm/emc2autoconf/bin/iosh Linking /home/John/farm/emc2autoconf/bin/usrmot g++ -Wall -g -I/home/John/farm/emc2autoconf/include -I/usr/rtlinux-3.0/include -I. -DULAPI -O2 -DLOCALE_DIR=\"/usr/share/locale\" -DPACKAGE=\"emc2\" /home/John/farm/emc2autoconf/src/.tmp/usrmotintf.o /home/John/farm/emc2autoconf/src/.tmp/usrmot.o /home/John/farm/emc2autoconf/src/.tmp/emcmotglb.o /home/John/farm/emc2autoconf/src/.tmp/emcmotlog.o /home/John/farm/emc2autoconf/src/.tmp/emcmotutil.o /home/John/farm/emc2autoconf/lib/ulapi.o /home/John/farm/emc2autoconf/lib/libnml.a -o /home/John/farm/emc2autoconf/bin/usrmot make[2]: Leaving directory `/home/John/farm/emc2autoconf/src/emc/usr_intf' make[1]: Leaving directory `/home/John/farm/emc2autoconf/src/emc' build completed successfully at 11/23/04 03:48:47