I am seeing a similar message using Ubuntu 7.10 Linux:
Running: make bootstrap
make: *** No rule to make target `bootstrap'. Stop.
But I can not continue to a successful make.
I have logged all output, let me know if you want it.
--
Bill Muench
Santa Cruz, California
On Feb 24, 2008, at 5:05 PM, Dennis Ruffer wrote:
Anton,
You've probably seen my message on comp.lang.forth regarding the
test suite, but I just updated to the latest TOT and noticed that
the BUILD-FROM_SCRATCH script isn't working. My darwin script does
the following:
env CFLAGS="-I/opt/local/include -O2" LDFLAGS=-L/opt/local/lib ./
BUILD-FROM-SCRATCH --enable-force-reg
DaR:~/Documents/Programming/Source/gforth druffer$ ./darwin
configure.in:204: warning: AC_LIBOBJ(../$arm_cacheflush): you
should use literals
configure.in:204: warning: AC_LIBOBJ(../$arm_cacheflush): you
should use literals
configure.in:204: warning: AC_LIBOBJ(../$arm_cacheflush): you
should use literals
checking for gcc... gcc
checking for C compiler default output file name... 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 ISO C89... 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 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... no
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking for _sync_cache_range... no
Check for arch/power//gforth.ld (false)
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/local/bin/
grep
checking for egrep... /usr/local/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 for char *... yes
checking size of char *... 4
checking for void *... yes
checking size of void *... 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) 8
checking for intptr_t... yes
checking size of intptr_t... 4
checking for int128_t... no
checking size of int128_t... 0
checking for uint128_t... no
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 double-cells... long long
checking for a C type for unsigned double-cells... unsigned long long
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 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 how to suppress 'unused variable' warnings... __attribute__
((unused))
checking how to invoke m4... m4 -s
checking for gforth... /usr/local/bin/gforth -i /usr/local/lib/
gforth/0.6.9-20070604/gforth.fi
checking for ./arch/power/asm.fs... yes
checking for ./arch/power/disasm.fs... yes
checking for install-info... /sw/sbin/install-info
configure: using -no-cpp-precomp on Darwin
checking for chcon... true
checking whether byte ordering is bigendian... yes
checking if and how we can waste code space... .org .+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 glibtool... glibtool
checking for asin in -lm... yes
checking for lt_dlinit in -lltdl... yes
checking for dlopen in -ldl... yes
checking for ffi_call in -lffi... yes
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 nanosleep... 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 envos.fs
config.status: creating engine/Makefile
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 bootstrap
make: *** No rule to make target `bootstrap'. Stop.
After it is done, I was able to do a make, but that gives me the
following:
*** Check successful ***
*** performance problems ***
automatic register allocation: performance degradation possible
Once again, I'm not sure what to do, but I'll try to do some more
testing and then dig into the test suit.
DaR
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]