Alpha OSF

Charles Lefurgy lefurgy at eecs.umich.edu
Mon Feb 7 13:24:19 PST 2000



I just downloaded kaffe 1.0.5 and cannot get it to compile on Alpha
OSF.  The problem seems to be in "configure". It is reporting that
size of int is 0.  Does anyone have an idea of what might be wrong?
When I use configure on other packages (eg. bash), I get size of int 8.

Thanks,
--Charles Lefurgy


----------------------------------------------
Here is my computer:

%uname -a
OSF1 staccato.eecs.umich.edu V3.2 214 alpha

Here is the first part of configure's output:
(see bottom)


% ./configure --with-staticlib --with-staticvm --with-engine=jit
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking dependency style of gcc... (cached) gcc
checking host system type... alpha-dec-osf3.2
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking build system type... alpha-dec-osf3.2
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/gnu/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/ld
checking if the linker (/usr/gnu/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/gnu/bin/nm -B
checking whether ln -s works... (cached) yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... none
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... none
checking if the linker (/usr/gnu/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/ld) is GNU ld... no
checking whether the linker (/usr/gnu/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/ld) supports shared libraries... yes
checking command to parse /usr/gnu/bin/nm -B output... failed
checking how to hardcode library paths into programs... immediate
checking for /usr/gnu/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/ld option to reload object files... -r
checking dynamic linker characteristics... osf3.2 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for _ prefix in compiled symbols... (cached) no
configure: warning: The jit engine was not updated for alpha-osf
checking execution engine... jit
checking gprof(4) profiling support... 
checking sun compatibility mode... yes
checking thread system... unix-jthreads
checking for trampolines... yes
checking for a BSD compatible install... ./install-sh -c
checking whether make sets ${MAKE}... (cached) yes
checking for jikes... no
checking for zip... no
checking size of short... (cached) 0
checking size of int... (cached) 0
checking size of long... (cached) 0
checking size of long long... (cached) 0
...
[much deleted]


More information about the kaffe mailing list