In case anyone wants to investigate what I mentioned in com.lang.forth, here's what I get when ffcall-1.9 is installed on Panther.

My darwin script looks like this:

env GFORTH="./gforth -i ./kernl32b.fi -m4M" ./BUILD-FROM-SCRATCH
echo "To install type: sudo make install infodir=/usr/share/info"

DaR

Dennis-Ruffers-Computer:/Volumes/MyUFS/BRSDaR/GForth DaR$ ./darwin
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES 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 ANSI C... (cached) none needed
checking make type... GNU Make
checking whether the linker accepts -export-dynamic... no
checking build system type... powerpc-apple-darwin7.3.0
checking host system type... powerpc-apple-darwin7.3.0
checking for _sync_cache_range... no
checking how to run the C preprocessor... gcc -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 for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... (cached) 0
checking for intptr_t... yes
checking size of intptr_t... 4
checking for int128_t... no
checking size of int128_t... 0
checking for a C type for cells... int
checking for a C type for double-cells... none
configure: WARNING: Emulating double-cell arithmetic. This may be slow.
checking for off_t... yes
checking for off_t... (cached) 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 how to suppress 'unused variable' warnings... __attribute__((unused))
checking for asm.fs... no
checking for disasm.fs... no
checking for install-info... /usr/bin/install-info
configure: using -no-cpp-precomp on Darwin
checking whether byte ordering is bigendian... yes
checking if and how we can waste code space... .org .+16
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for asin in -lm... yes
checking for dlopen in -ldl... yes
checking for __builtin_avcall in -lavcall... yes
checking for __vacall_r in -lcallback... yes
checking for vacall in -lvacall... no
checking for alloc_trampoline in -ltrampoline... no
checking for working memcmp... yes
checking for memmove... yes
checking for strtoul... yes
checking for pow10... no
checking for strerror... yes
checking for strsignal... yes
checking for atanh... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for ftello... yes
checking for dlopen... yes
checking for sys_siglist... yes
checking for getrusage... yes
checking for stack_t... yes
checking whether sys_siglist is declared... yes
checking for getopt_long... yes
checking for expm1... yes
checking for log1p... yes
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 for working POSIX fnmatch... yes
checking for mmap... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makedist
config.status: creating gforthmi
config.status: creating vmgen
config.status: creating machpc.fs
config.status: creating engine/Makefile
config.status: creating doc/version.texi
config.status: creating engine/config.h
config.status: executing stamp-h commands
rm: gforth.fi: No such file or directory
xz
Running: make BUILDFORTH=./gforth -i ./kernl32b.fi -m4M FORTHP=./gforth -i ./kernl32b.fi -m4M gforth...
cd engine && make gforth gforth-ditc gforth-fast gforth-itc
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
gcc -I./../arch/power -I. -Wall -O2 -no-cpp-precomp -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/share/ gforth/site-forth:/usr/local/lib/gforth/0.6.2:/usr/local/share/gforth/ 0.6.2"' -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine.o -c ./engine.c
In file included from engine.c:32:
threaded.h:216:2: warning: #warning direct threading scheme 5: long latency, cfa live
In file included from engine.c:337:
./prim: In function `engine':
./prim:1983: warning: implicit declaration of function `ecvt'
./prim:1983: warning: assignment makes pointer from integer without a cast
./prim:2309: error: aggregate value used where an integer was expected
./prim:2328: error: aggregate value used where an integer was expected
./prim:2360: error: incompatible types in assignment
./prim:2393: error: incompatible types in assignment
./prim:2417: error: incompatible types in assignment
./prim:2417: warning: value computed is not used
make[1]: *** [engine.o] Error 1
make: *** [engines] Error 2
Running: make BUILDFORTH=./gforth -i ./kernl32b.fi -m4M FORTHP=./gforth -i ./kernl32b.fi -m4M all...
if test -r version && test x'0.6.2' = x`cat version` ; then true ; else echo 0.6.2 > version ; fi
make gforth
cd engine && make gforth gforth-ditc gforth-fast gforth-itc
gcc -I./../arch/power -I. -Wall -O2 -no-cpp-precomp -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/share/ gforth/site-forth:/usr/local/lib/gforth/0.6.2:/usr/local/share/gforth/ 0.6.2"' -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine.o -c ./engine.c
In file included from engine.c:32:
threaded.h:216:2: warning: #warning direct threading scheme 5: long latency, cfa live
In file included from engine.c:337:
./prim: In function `engine':
./prim:1983: warning: implicit declaration of function `ecvt'
./prim:1983: warning: assignment makes pointer from integer without a cast
./prim:2309: error: aggregate value used where an integer was expected
./prim:2328: error: aggregate value used where an integer was expected
./prim:2360: error: incompatible types in assignment
./prim:2393: error: incompatible types in assignment
./prim:2417: error: incompatible types in assignment
./prim:2417: warning: value computed is not used
make[2]: *** [engine.o] Error 1
make[1]: *** [engines] Error 2
make: *** [kernel/version.fs] Error 2
To install type: sudo make install infodir=/usr/share/info
Dennis-Ruffers-Computer:/Volumes/MyUFS/BRSDaR/GForth DaR$



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to