It looks like cygwin has finally come out with a 64-bit version:
http://cygwin.com/setup-x86_64.exe
So I pulled down a new git clone and found that there seems to be a problem
with unix/pthread.fs:192: libtool compile failed on the 32-bit version.
And I'm trying to figure out how to solve the chicken and egg problem on the
64-bit version.
Anyone have any clue where I can get a 64-bit gforth that's already been
compiled for cygwin 64-bit?
Log files attached.
Oh goodie. ;)
DaR
aclocal-1.14: warning: autoconf input should be named 'configure.ac', not
'configure.in'
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... i686-pc-cygwin
checking host system type... i686-pc-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/386//gforth.ld (false)
checking size of char *... 4
checking size of void *... 4
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of intptr_t... 4
checking size of int128_t... 0
checking size of uint128_t... 0
checking for a C type for cells... int
checking for a C type for wydes... short
checking for a C type for tetrabytes... int
checking for a C type for octabytes... long long
checking for a C type for double-cells... long long
checking for a C type for unsigned double-cells... unsigned long long
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... emacs
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... (cached) emacs
checking where .elc files should go... ./configure: line 7783: 8240 Aborted
(core dumped) ( $EMACS -batch -q -eval '(while load-path (princ
(concat (car load-path) "\n")) (setq load-path (cdr load-path)))' < /dev/null >
conftest.out ) 2>&5
${datadir}/emacs/site-lisp
checking for gforth... /usr/local/bin/gforth -i
/usr/local/lib/gforth/0.7.9_20130214/gforth.fi
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: engine/config.h is unchanged
config.status: executing stamp-h commands
Running: make
./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross
kernl32b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL set image entry point
Unresolved: Nothing!
address-space Start: 0000.0000 End: 0000.0000 DP: 0000.0000
user-region Start: 0000.2948 End: 0000.2D48 DP: 0000.29C4
dictionary Start: 0000.0100 End: 0040.0100 DP: 0001.0EF4
return-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
data-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
tib-region Start: 0000.0000 End: 0000.0000 DP: 0000.0000 Saving to
kernl32b.fi-
./preforth -p ".:~+:." -e 's" mach32l.fs"' ./kernel/main.fs -e "save-cross
kernl32l.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL set image entry point
Unresolved: Nothing!
address-space Start: 0000.0000 End: 0000.0000 DP: 0000.0000
user-region Start: 0000.2948 End: 0000.2D48 DP: 0000.29C4
dictionary Start: 0000.0100 End: 0040.0100 DP: 0001.0EF4
return-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
data-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
tib-region Start: 0000.0000 End: 0000.0000 DP: 0000.0000 Saving to
kernl32l.fi-
./preforth -p ".:~+:." -e 's" mach64b.fs"' ./kernel/main.fs -e "save-cross
kernl64b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL set image entry point
Unresolved: Nothing!
address-space Start: 0000.0000 End: 0000.0000 DP: 0000.0000
user-region Start: 0000.4480 End: 0000.4C80 DP: 0000.4578
dictionary Start: 0000.0100 End: 0040.0100 DP: 0001.E810
return-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
data-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
tib-region Start: 0000.0000 End: 0000.0000 DP: 0000.0000 Saving to
kernl64b.fi-
./preforth -p ".:~+:." -e 's" mach64l.fs"' ./kernel/main.fs -e "save-cross
kernl64l.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL set image entry point
Unresolved: Nothing!
address-space Start: 0000.0000 End: 0000.0000 DP: 0000.0000
user-region Start: 0000.4480 End: 0000.4C80 DP: 0000.4578
dictionary Start: 0000.0100 End: 0040.0100 DP: 0001.E810
return-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
data-stack Start: 0000.0000 End: 0000.0000 DP: 0000.0000
tib-region Start: 0000.0000 End: 0000.0000 DP: 0000.0000 Saving to
kernl64l.fi-
cp -p kernl32l.fi kernl32l.fi~
cp: cannot stat `kernl32l.fi': No such file or directory
Makefile:806: recipe for target `kernl32l.fi' failed
make: [kernl32l.fi] Error 1 (ignored)
cp -p kernl32l.fi- kernl32l.fi
if test -z ""; then \
for i in -ll-reg -ll; 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'
make gforth-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
if test -z "-ll-reg"; then \
for i in -ll-reg -ll; 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/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: engine/config.h is unchanged
config.status: executing stamp-h commands
echo timestamp > stamp-h
make[3]: Leaving directory `/usr/src/gforth/engine'
chcon: failed to get security context of `gforth-ll-reg.exe': Not supported
make[3]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory `/usr/src/gforth/engine'
make[4]: `gforth-ditc-noll.exe' is up to date.
make[4]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
GFORTHD="./gforth-ditc.exe -p .:." GFORTH="./gforth-ditc.exe --die-on-signal -p
.:. -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs arch/386/disasm.fs"
includedir=`pwd`/include bindir=`pwd`
libccdir=`pwd`/lib/gforth/0.7.9_20130214/libcc-named/ ./gforthmi gforth.fi
--die-on-signal -p ".:~+:." -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs
arch/386/disasm.fs
data offset=-FF20
code offset=68
xt offset=58
label offset=48
2868 FFB53B24 FFB43B24
286C FFB53B20 FFB43B20
28A4 FFB10058 FFB00058
28D8 FFB1008C FFB0008C
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs
test/string.fs test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e
bye 2>/dev/null | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/other.fs -e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/signals.fs -e bye
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' |
diff -c - ./test/gforth.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
code.fs test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE ./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
prims2x.fs -e \
"c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c '
output-c-combined process-file bye"| \
tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/gforth-nofast.fs -e bye
redefined { make[3]: Leaving directory `/usr/src/gforth'
make[2]: Leaving directory `/usr/src/gforth'
make[1]: Leaving directory `/usr/src/gforth'
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-ditc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
cd engine && make gforth-itc-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-itc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-itc-noll.exe gforth-itc.exe
true
cp -p kernl32b.fi kernl32b.fi~
cp: cannot stat `kernl32b.fi': No such file or directory
Makefile:802: recipe for target `kernl32b.fi' failed
make: [kernl32b.fi] Error 1 (ignored)
cp -p kernl32b.fi- kernl32b.fi
cp -p kernl64l.fi kernl64l.fi~
cp: cannot stat `kernl64l.fi': No such file or directory
Makefile:814: recipe for target `kernl64l.fi' failed
make: [kernl64l.fi] Error 1 (ignored)
cp -p kernl64l.fi- kernl64l.fi
cp -p kernl64b.fi kernl64b.fi~
cp: cannot stat `kernl64b.fi': No such file or directory
Makefile:810: recipe for target `kernl64b.fi' failed
make: [kernl64b.fi] Error 1 (ignored)
cp -p kernl64b.fi- kernl64b.fi
(cd . && m4 -s -Dcondbranch_opt=1 -DSTACK_CACHE_FILE=cache-fast1.vmg
-DSTACK_CACHE_REGS=cache-regs1.vmg prim) >prim-fast.b
sleep 1 #should make hpux-workaround unnecessary
GFORTH="./preforth -p ".:~+:."" ./gfgen -fast
if test -z ""; then \
for i in -ll-reg -ll; do make optgforth-fast OPT=$i && cp -p
gforth-fast${i}.exe gforth-fast.exe && break; done; \
else \
(cd engine && make gforth-fast.exe ) && \
cp -p engine/gforth-fast.exe gforth-fast.exe && \
chcon -t unconfined_execmem_exec_t gforth-fast.exe; \
true; \
make checkone ENGINE=./engine/gforth-fast.exe; \
fi
make[1]: Entering directory `/usr/src/gforth'
make gforth-fast-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/usr/src/gforth'
if test -z "-ll-reg"; then \
for i in -ll-reg -ll; do make optgforth-fast OPT=$i && cp -p
gforth-fast${i}.exe gforth-fast-ll-reg.exe && break; done; \
else \
(cd engine && make gforth-fast-ll-reg.exe ) && \
cp -p engine/gforth-fast-ll-reg.exe gforth-fast-ll-reg.exe && \
chcon -t unconfined_execmem_exec_t gforth-fast-ll-reg.exe; \
true; \
make checkone ENGINE=./engine/gforth-fast-ll-reg.exe; \
fi
make[3]: Entering directory `/usr/src/gforth/engine'
gcc -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-march=pentium -mtune=generic -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 -o engine-fast-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: '0' flag used with â%pâ gnu_printf format [-Wformat]
In file included from ./engine.c:475:0:
prim:2114:3: warning: pointer targets in passing argument 2 of
âgforth_memmoveâ differ in signedness [-Wpointer-sign]
./engine.c:97:14: note: expected âconst Char *â but argument is of type
âchar *â
In file included from ./engine.c:475:0:
prim:2380:1: warning: pointer targets in passing argument 2 of
âgforth_memcpyâ differ in signedness [-Wpointer-sign]
./engine.c:99:14: note: expected âconst Char *â but argument is of type
âchar *â
gcc -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-march=pentium -mtune=generic -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 -DENGINE=2 -o engine-fast2-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: '0' flag used with â%pâ gnu_printf format [-Wformat]
In file included from ./engine.c:475:0:
prim:2114:3: warning: pointer targets in passing argument 2 of
âgforth_memmoveâ differ in signedness [-Wpointer-sign]
./engine.c:97:14: note: expected âconst Char *â but argument is of type
âchar *â
In file included from ./engine.c:475:0:
prim:2380:1: warning: pointer targets in passing argument 2 of
âgforth_memcpyâ differ in signedness [-Wpointer-sign]
./engine.c:99:14: note: expected âconst Char *â but argument is of type
âchar *â
gcc -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-march=pentium -mtune=generic -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 main-fast-ll-reg.o ./main.c
./main.c: In function âalloc_mmapâ:
./main.c:552:3: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âCellâ [-Wformat]
./main.c:552:3: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âCellâ [-Wformat]
./main.c: In function âdict_alloc_readâ:
./main.c:619:7: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âCellâ [-Wformat]
./main.c:619:7: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âCellâ [-Wformat]
./main.c: In function âgforth_free_dictâ:
./main.c:641:3: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âUCellâ [-Wformat]
./main.c:641:3: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âUCellâ [-Wformat]
./main.c: In function âgforth_loaderâ:
./main.c:2105:6: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âUCellâ [-Wformat]
./main.c:2105:6: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 5 has type âUCellâ [-Wformat]
./main.c:2105:6: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 4 has type âUCellâ [-Wformat]
./main.c:2105:6: warning: format â%lxâ expects argument of type âlong
unsigned intâ, but argument 5 has type âUCellâ [-Wformat]
./main.c: In function âgforth_mainâ:
./main.c:2624:3: warning: format â%ldâ expects argument of type âlong
intâ, but argument 3 has type âCellâ [-Wformat]
./main.c:2624:3: warning: format â%ldâ expects argument of type âlong
intâ, but argument 3 has type âCellâ [-Wformat]
gcc -export-dynamic -pthread engine-fast-ll-reg.o engine-fast2-ll-reg.o
main-fast-ll-reg.o io.o signals.o support-ll-reg.o -lrt -lltdl -lm
libmain.o -o gforth-fast-ll-reg.exe
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../i686-pc-cygwin/bin/ld: warning:
--export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
make[3]: Leaving directory `/usr/src/gforth/engine'
chcon: failed to get security context of `gforth-fast-ll-reg.exe': Not supported
make[3]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory `/usr/src/gforth/engine'
make[4]: `gforth-ditc-noll.exe' is up to date.
make[4]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs
test/string.fs test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e
bye 2>/dev/null | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/other.fs -e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-fast-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/signals.fs -e bye
./engine/gforth-fast-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' |
diff -c - ./test/gforth.out
./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
code.fs test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE ./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/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:."
prims2x.fs -e \
"c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c '
output-c-combined process-file bye"| \
tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
make[3]: Leaving directory `/usr/src/gforth'
make[2]: Leaving directory `/usr/src/gforth'
make[1]: Leaving directory `/usr/src/gforth'
emacs -batch -f batch-byte-compile gforth.el
***MEMORY-ERROR***: [3496]: GSlice: failed to allocate 504 bytes (alignment:
512): Function not implemented
Makefile:1005: recipe for target `gforth.elc' failed
make: [gforth.elc] Aborted (core dumped) (ignored)
rm -rf lib/gforth/0.7.9_20130214/libcc-named/
for i in cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs unix/serial.fs; do
./libforth -e "s\" `pwd`/lib/gforth/0.7.9_20130214/libcc-named/\"
>libcc-named-dir libcc-path clear-path libcc-named-dir libcc-path also-path
:noname 2drop s\" /usr/local/lib/gforth/0.7.9_20130214/libcc-named/\" ; is
replace-rpath" ./$i -e bye; done
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c: In function
'stick_to_core':
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:139:3: error:
unknown type name 'cpu_set_t'
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:144:3: warning:
implicit declaration of function 'CPU_ZERO' [-Wimplicit-function-declaration]
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:145:3: warning:
implicit declaration of function 'CPU_SET' [-Wimplicit-function-declaration]
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:147:3: warning:
implicit declaration of function 'pthread_setaffinity_np'
[-Wimplicit-function-declaration]
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:147:56: error:
'cpu_set_t' undeclared (first use in this function)
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:147:56: note:
each undeclared identifier is reported only once for each function it appears in
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c: In function
'libgfpthread_LTX_gforth_c_pthread_kill_nn_n':
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:193:3: warning:
passing argument 1 of 'pthread_kill' makes pointer from integer without a cast
[enabled by default]
In file included from /usr/include/signal.h:5:0,
from /usr/include/pthread.h:15,
from
/usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:2:
/usr/include/sys/signal.h:170:5: note: expected 'pthread_t' but argument is of
type 'Cell'
in file included from *OS command line*:-1
unix/pthread.fs:192: libtool compile failed
>>>end-c-library<<<
Backtrace:
$FFBB398C throw
$FFBDE16C c(abort")
$FFBDECCC compile-wrapper-function1
make checkone check-nofast ENGINE="./gforth.exe --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-itc.exe" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-ditc.exe" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast.exe --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth.exe" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast.exe" >/dev/null 2>&1
*** Check successful ***
./gforth-fast.exe --diag -e bye
*** no performance problems ***
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-ditc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
./gforthker -p ".:~+:." -e "s\" doc/doc.fd\"" doc/makedoc.fs except.fs
startup.fs code.fs objects.fs oof.fs moofglos.fs regexp.fs fft.fs -e bye
redefined \G redefined catch redefined >o redefined o> redefined bind
redefined object redefined interface redefined method redefined class
redefined end-class redefined object ./preforth -p ".:~+:." ds2texi.fs
prims2x.fs -e "s\" ./prim.b\" ' register-doc ' noop process-file"
doc/crossdoc.fd doc/doc.fd -e "s\" ./doc/gforth.ds\" r/o open-file throw
ds2texi bye" >doc/gforth.texi-
cp -p doc/gforth.texi- doc/gforth.texi
rm doc/gforth.texi-
cd doc; makeinfo gforth.texi
gforth.texi:13812: warning: unlikely character [ in @var.
gforth.texi:13812: warning: unlikely character ] in @var.
gforth.texi:13803: warning: unlikely character [ in @var.
gforth.texi:13803: warning: unlikely character ] in @var.
gforth.texi:13794: warning: unlikely character [ in @var.
gforth.texi:13794: warning: unlikely character ] in @var.
cd doc; makeinfo vmgen.texi
cd doc; makeinfo --html gforth.texi
gforth.texi:13812: warning: unlikely character [ in @var.
gforth.texi:13812: warning: unlikely character ] in @var.
gforth.texi:13803: warning: unlikely character [ in @var.
gforth.texi:13803: warning: unlikely character ] in @var.
gforth.texi:13794: warning: unlikely character [ in @var.
gforth.texi:13794: warning: unlikely character ] in @var.
cd doc; makeinfo --html vmgen.texi
cd doc; texi2dvi gforth.texi
Makefile:1031: recipe for target `doc/gforth.dvi' failed
make: *** [doc/gforth.dvi] Error 1
aclocal-1.14: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/64/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/64/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/64/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... emacs
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... (cached) emacs
checking where .elc files should go... ${datarootdir}/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
Running: make
GFORTH="./preforth -p ".:~+:."" ./gfgen
Makefile:838: recipe for target `engine/prim.i' failed
make: *** [engine/prim.i] Error 1
make: *** Deleting file `engine/prim.i'