configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals /usr/src/packages/autoconf/26/32/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from... configure.in:301: the top level configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals /usr/src/packages/autoconf/26/32/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from... configure.in:301: the top level configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals /usr/src/packages/autoconf/26/32/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from... configure.in:301: the top level checking build system type... x86_64-unknown-cygwin checking host system type... x86_64-unknown-cygwin checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether to use two dispatches per conditional branch... 1 checking make type... GNU Make checking whether the linker accepts -export-dynamic... yes Check for arch/amd64//gforth.ld (false) checking size of char *... 8 checking size of void *... 8 checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of intptr_t... 8 checking size of int128_t... 0 checking size of uint128_t... 0 checking for a C type for cells... long checking for a C type for wydes... short checking for a C type for tetrabytes... int checking for a C type for octabytes... long checking for a C type for double-cells... none checking for a C type for unsigned double-cells... none checking for off_t... yes checking size of off_t... 8 checking if gcc understands -fno-gcse... yes checking if gcc understands -fno-strict-aliasing... yes checking if gcc understands -fno-crossjumping... yes checking if gcc understands -fno-reorder-blocks... yes checking if gcc understands -falign-labels=1... yes checking if gcc understands -falign-loops=1... yes checking if gcc understands -falign-jumps=1... yes checking if gcc understands -pthread... yes checking if gcc understands -Wimplicit-function-declaration... yes checking how to suppress 'unused variable' warnings... __attribute__((unused)) checking whether gcc understands '__thread'... yes checking how to invoke m4... m4 -s checking for install-info... /usr/bin/install-info checking for chcon... chcon -t unconfined_execmem_exec_t checking whether byte ordering is bigendian... no checking if and how we can waste code space... .skip 16 checking if and how we can do comments in asm statements... "# " checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking for texi2dvi4a2ps... no checking for texi2dvi... texi2dvi checking for emacs... no checking for xemacs... no checking for glibtool... no checking for libtool... libtool checking for asin in -lm... yes checking for lt_dlinit in -lltdl... yes checking for clock_gettime in -lrt... yes checking ffi.h usability... no checking ffi.h presence... no checking for ffi.h... no checking ffi/ffi.h usability... no checking ffi/ffi.h presence... no checking for ffi/ffi.h... no checking for ffi_call in -lffi... no checking for __builtin_avcall in -lavcall... no configure: WARNING: The (old) lib.fs foreign function interface needs either libffi or the ffcall libraries checking for working memcmp... yes checking for memmove... yes checking for strtoul... yes checking for pow10... yes checking for sincos... yes checking for strerror... yes checking for strsignal... yes checking for atanh... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for ftello... yes checking for dlopen... yes checking for sys_siglist... yes checking for getrusage... yes checking for nanosleep... yes checking for clock_gettime... yes checking for stack_t... no checking whether sys_siglist is declared... yes checking for getopt_long... yes checking for expm1... yes checking for log1p... yes checking for mcheck... no checking for mprobe... no checking for rint... yes checking for ecvt... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for working POSIX fnmatch... yes checking for mmap... yes checking for sysconf... yes checking for getpagesize... yes checking for wcwidth... yes checking for emacs... no checking for xemacs... no checking where .elc files should go... ${datadir}/emacs/site-lisp checking for gforth... echo "You need to configure with a gforth in \$PATH to build this part" && false configure: creating ./config.status config.status: creating Makefile config.status: creating Makedist config.status: creating gforthmi config.status: creating gforthmi.sh config.status: creating vmgen config.status: creating machpc.fs config.status: creating envos.fs config.status: creating preforth config.status: creating libforth config.status: creating gforthker config.status: creating engine/Makefile config.status: WARNING: 'engine/Makefile.in' seems to ignore the --datarootdir setting config.status: creating engine/libcc.h config.status: creating doc/version.texi config.status: creating build-ec config.status: creating engine/config.h config.status: executing stamp-h commands if test -z ""; then \ for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i && cp -p gforth${i}.exe gforth.exe && break; done; \ else \ ( cd engine && make gforth.exe ) && \ cp -p engine/gforth.exe gforth.exe && \ chcon -t unconfined_execmem_exec_t gforth.exe; \ true; \ make checkone check-nofast ENGINE=./engine/gforth.exe; \ fi make[1]: Entering directory `/usr/src/gforth-0.7.9_20130214' make gforth-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS= make[2]: Entering directory `/usr/src/gforth-0.7.9_20130214' if test -z "-ll-reg"; then \ for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i && cp -p gforth${i}.exe gforth-ll-reg.exe && break; done; \ else \ ( cd engine && make gforth-ll-reg.exe ) && \ cp -p engine/gforth-ll-reg.exe gforth-ll-reg.exe && \ chcon -t unconfined_execmem_exec_t gforth-ll-reg.exe; \ true; \ make checkone check-nofast ENGINE=./engine/gforth-ll-reg.exe; \ fi make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214/engine' cd .. && CONFIG_FILES=stamp-h CONFIG_HEADERS=engine/config.h ./config.status config.status: creating stamp-h config.status: creating engine/config.h config.status: executing stamp-h commands echo timestamp > stamp-h gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-ll-reg.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15554:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15489:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘d’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15319:7: note: ‘d’ was declared here DCell d; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15269:8: note: ‘ud’ was declared here UDCell ud; ^ gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-ll-reg.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine2’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15554:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15489:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘d’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15319:7: note: ‘d’ was declared here DCell d; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15269:8: note: ‘ud’ was declared here UDCell ud; ^ gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -DGFORTH_DEBUGGING -o main-ll-reg.o ./main.c gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -o support-ll-reg.o ./support.c ./support.c: In function ‘gforth_abortmcheck’: ./support.c:548:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -export-dynamic -pthread engine-ll-reg.o engine2-ll-reg.o main-ll-reg.o io.o signals.o support-ll-reg.o -lrt -lltdl -lm libmain.o -o gforth-ll-reg.exe /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols? /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `io.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `signals.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `libmain.o' is incompatible with i386:x86-64 output engine-ll-reg.o:engine.c:(.text+0x1079): undefined reference to `throw' engine-ll-reg.o:engine.c:(.text+0x1079): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x10ac): undefined reference to `throw' engine-ll-reg.o:engine.c:(.text+0x10ac): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x1143): undefined reference to `throw' engine-ll-reg.o:engine.c:(.text+0x1143): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x1176): undefined reference to `throw' engine-ll-reg.o:engine.c:(.text+0x1176): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x120e): undefined reference to `throw' engine-ll-reg.o:engine.c:(.text+0x120e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x1244): more undefined references to `throw' follow engine-ll-reg.o:engine.c:(.text+0x1244): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x1302): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x1383): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x143d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll-reg.o:engine.c:(.text+0x2bdc): undefined reference to `getkey' engine-ll-reg.o:engine.c:(.text+0x2bdc): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getkey' engine-ll-reg.o:engine.c:(.text+0x2c20): undefined reference to `key_avail' engine-ll-reg.o:engine.c:(.text+0x2c20): additional relocation overflows omitted from the output engine-ll-reg.o:engine.c:(.text+0x3620): undefined reference to `gf_regetc' /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: engine-ll-reg.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status Makefile:162: recipe for target `gforth-ll-reg.exe' failed make[3]: *** [gforth-ll-reg.exe] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214/engine' make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214' ./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross kernl32b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye" You need to configure with a gforth in $PATH to build this part Makefile:782: recipe for target `kernl32b.fi-' failed make[3]: *** [kernl32b.fi-] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:864: recipe for target `gforth-ll-reg.exe' failed make[2]: *** [gforth-ll-reg.exe] Error 2 make[2]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:875: recipe for target `optgforth' failed make[1]: *** [optgforth] Error 2 make[1]: Leaving directory `/usr/src/gforth-0.7.9_20130214' make[1]: Entering directory `/usr/src/gforth-0.7.9_20130214' make gforth-noll-reg.exe OPT=-noll-reg OPTDEFINES=-DFORCE_REG OPTOBJECTS=dblsub.o make[2]: Entering directory `/usr/src/gforth-0.7.9_20130214' if test -z "-noll-reg"; then \ for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i && cp -p gforth${i}.exe gforth-noll-reg.exe && break; done; \ else \ ( cd engine && make gforth-noll-reg.exe ) && \ cp -p engine/gforth-noll-reg.exe gforth-noll-reg.exe && \ chcon -t unconfined_execmem_exec_t gforth-noll-reg.exe; \ true; \ make checkone check-nofast ENGINE=./engine/gforth-noll-reg.exe; \ fi make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214/engine' gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-noll-reg.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-noll-reg.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine2’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -DGFORTH_DEBUGGING -o main-noll-reg.o ./main.c gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -o support-noll-reg.o ./support.c ./support.c: In function ‘gforth_abortmcheck’: ./support.c:548:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -export-dynamic -pthread engine-noll-reg.o engine2-noll-reg.o main-noll-reg.o io.o signals.o support-noll-reg.o dblsub.o -lrt -lltdl -lm libmain.o -o gforth-noll-reg.exe /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols? /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `io.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `signals.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `dblsub.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `libmain.o' is incompatible with i386:x86-64 output engine-noll-reg.o:engine.c:(.text+0x108a): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x108a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x10bd): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x10bd): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x1154): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x1154): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x1187): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x1187): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x121f): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x121f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x1255): more undefined references to `throw' follow engine-noll-reg.o:engine.c:(.text+0x1255): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x12e4): undefined reference to `mmul' engine-noll-reg.o:engine.c:(.text+0x12e4): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mmul' engine-noll-reg.o:engine.c:(.text+0x1335): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x1335): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x1396): undefined reference to `mmul' engine-noll-reg.o:engine.c:(.text+0x1396): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mmul' engine-noll-reg.o:engine.c:(.text+0x13dc): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x13dc): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll-reg.o:engine.c:(.text+0x1496): undefined reference to `throw' engine-noll-reg.o:engine.c:(.text+0x1496): additional relocation overflows omitted from the output engine-noll-reg.o:engine.c:(.text+0x1522): undefined reference to `mmul' engine-noll-reg.o:engine.c:(.text+0x1569): undefined reference to `ummul' engine-noll-reg.o:engine.c:(.text+0x16e0): undefined reference to `dnegate' engine-noll-reg.o:engine.c:(.text+0x2d11): undefined reference to `getkey' engine-noll-reg.o:engine.c:(.text+0x2d55): undefined reference to `key_avail' engine-noll-reg.o:engine.c:(.text+0x3743): undefined reference to `gf_regetc' engine-noll-reg.o:engine.c:(.text+0x41eb): undefined reference to `dnegate' /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: engine-noll-reg.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status Makefile:162: recipe for target `gforth-noll-reg.exe' failed make[3]: *** [gforth-noll-reg.exe] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214/engine' make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214' ./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross kernl32b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye" You need to configure with a gforth in $PATH to build this part Makefile:782: recipe for target `kernl32b.fi-' failed make[3]: *** [kernl32b.fi-] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:864: recipe for target `gforth-noll-reg.exe' failed make[2]: *** [gforth-noll-reg.exe] Error 2 make[2]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:875: recipe for target `optgforth' failed make[1]: *** [optgforth] Error 2 make[1]: Leaving directory `/usr/src/gforth-0.7.9_20130214' make[1]: Entering directory `/usr/src/gforth-0.7.9_20130214' make gforth-ll.exe OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS= make[2]: Entering directory `/usr/src/gforth-0.7.9_20130214' if test -z "-ll"; then \ for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i && cp -p gforth${i}.exe gforth-ll.exe && break; done; \ else \ ( cd engine && make gforth-ll.exe ) && \ cp -p engine/gforth-ll.exe gforth-ll.exe && \ chcon -t unconfined_execmem_exec_t gforth-ll.exe; \ true; \ make checkone check-nofast ENGINE=./engine/gforth-ll.exe; \ fi make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214/engine' gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-ll.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15554:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15489:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘d’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15319:7: note: ‘d’ was declared here DCell d; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15269:8: note: ‘ud’ was declared here UDCell ud; ^ gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-ll.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine2’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15554:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15489:8: note: ‘ud’ was declared here UDCell ud; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘d’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15319:7: note: ‘d’ was declared here DCell d; ^ In file included from ./engine.c:28:0: ./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; }) ^ In file included from ./engine.c:475:0: prim.i:15269:8: note: ‘ud’ was declared here UDCell ud; ^ gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -DGFORTH_DEBUGGING -o main-ll.o ./main.c gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -o support-ll.o ./support.c ./support.c: In function ‘gforth_abortmcheck’: ./support.c:548:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -export-dynamic -pthread engine-ll.o engine2-ll.o main-ll.o io.o signals.o support-ll.o -lrt -lltdl -lm libmain.o -o gforth-ll.exe /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols? /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `io.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `signals.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `libmain.o' is incompatible with i386:x86-64 output engine-ll.o:engine.c:(.text+0x1016): undefined reference to `throw' engine-ll.o:engine.c:(.text+0x1016): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x103c): undefined reference to `throw' engine-ll.o:engine.c:(.text+0x103c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x10cb): undefined reference to `throw' engine-ll.o:engine.c:(.text+0x10cb): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x10f1): undefined reference to `throw' engine-ll.o:engine.c:(.text+0x10f1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x117f): undefined reference to `throw' engine-ll.o:engine.c:(.text+0x117f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x11a5): more undefined references to `throw' follow engine-ll.o:engine.c:(.text+0x11a5): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x1265): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x12e1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x1393): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-ll.o:engine.c:(.text+0x2bca): undefined reference to `getkey' engine-ll.o:engine.c:(.text+0x2bca): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `getkey' engine-ll.o:engine.c:(.text+0x2c09): undefined reference to `key_avail' engine-ll.o:engine.c:(.text+0x2c09): additional relocation overflows omitted from the output engine-ll.o:engine.c:(.text+0x3604): undefined reference to `gf_regetc' /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: engine-ll.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status Makefile:162: recipe for target `gforth-ll.exe' failed make[3]: *** [gforth-ll.exe] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214/engine' make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214' ./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross kernl32b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye" You need to configure with a gforth in $PATH to build this part Makefile:782: recipe for target `kernl32b.fi-' failed make[3]: *** [kernl32b.fi-] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:864: recipe for target `gforth-ll.exe' failed make[2]: *** [gforth-ll.exe] Error 2 make[2]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:875: recipe for target `optgforth' failed make[1]: *** [optgforth] Error 2 make[1]: Leaving directory `/usr/src/gforth-0.7.9_20130214' make[1]: Entering directory `/usr/src/gforth-0.7.9_20130214' make gforth-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o make[2]: Entering directory `/usr/src/gforth-0.7.9_20130214' if test -z "-noll"; then \ for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i && cp -p gforth${i}.exe gforth-noll.exe && break; done; \ else \ ( cd engine && make gforth-noll.exe ) && \ cp -p engine/gforth-noll.exe gforth-noll.exe && \ chcon -t unconfined_execmem_exec_t gforth-noll.exe; \ true; \ make checkone check-nofast ENGINE=./engine/gforth-noll.exe; \ fi make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214/engine' gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-noll.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -pthread -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-noll.o ./engine.c In file included from ./engine.c:475:0: prim: In function ‘gforth_engine2’: prim:661:6: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:670:4: warning: assignment from incompatible pointer type [enabled by default] In file included from ./engine.c:475:0: prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=] prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘UCell’ [-Wformat=] gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -DGFORTH_DEBUGGING -o main-noll.o ./main.c gcc -I./../arch/amd64 -I. -Wall -O2 -pthread -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth"' -c -o support-noll.o ./support.c ./support.c: In function ‘gforth_abortmcheck’: ./support.c:548:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -export-dynamic -pthread engine-noll.o engine2-noll.o main-noll.o io.o signals.o support-noll.o dblsub.o -lrt -lltdl -lm libmain.o -o gforth-noll.exe /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols? /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `io.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `signals.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `dblsub.o' is incompatible with i386:x86-64 output /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `libmain.o' is incompatible with i386:x86-64 output engine-noll.o:engine.c:(.text+0x1019): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x1019): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x103c): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x103c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x10bc): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x10bc): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x10df): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x10df): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x1161): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x1161): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x1184): more undefined references to `throw' follow engine-noll.o:engine.c:(.text+0x1184): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x1205): undefined reference to `mmul' engine-noll.o:engine.c:(.text+0x1205): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mmul' engine-noll.o:engine.c:(.text+0x1251): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x1251): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x12a7): undefined reference to `mmul' engine-noll.o:engine.c:(.text+0x12a7): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `mmul' engine-noll.o:engine.c:(.text+0x12e8): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x12e8): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `throw' engine-noll.o:engine.c:(.text+0x139c): undefined reference to `throw' engine-noll.o:engine.c:(.text+0x139c): additional relocation overflows omitted from the output engine-noll.o:engine.c:(.text+0x1428): undefined reference to `mmul' engine-noll.o:engine.c:(.text+0x1473): undefined reference to `ummul' engine-noll.o:engine.c:(.text+0x15fe): undefined reference to `dnegate' engine-noll.o:engine.c:(.text+0x2cc9): undefined reference to `getkey' engine-noll.o:engine.c:(.text+0x2d08): undefined reference to `key_avail' engine-noll.o:engine.c:(.text+0x36d0): undefined reference to `gf_regetc' engine-noll.o:engine.c:(.text+0x411a): undefined reference to `dnegate' /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: engine-noll.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status Makefile:162: recipe for target `gforth-noll.exe' failed make[3]: *** [gforth-noll.exe] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214/engine' make[3]: Entering directory `/usr/src/gforth-0.7.9_20130214' ./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross kernl32b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye" You need to configure with a gforth in $PATH to build this part Makefile:782: recipe for target `kernl32b.fi-' failed make[3]: *** [kernl32b.fi-] Error 1 make[3]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:864: recipe for target `gforth-noll.exe' failed make[2]: *** [gforth-noll.exe] Error 2 make[2]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:875: recipe for target `optgforth' failed make[1]: *** [optgforth] Error 2 make[1]: Leaving directory `/usr/src/gforth-0.7.9_20130214' Makefile:864: recipe for target `gforth.exe' failed make: *** [gforth.exe] Error 2