libgcj ,OFS1 on alpha
David Pettersson
dapet@mai.liu.se
Fri Apr 16 05:39:00 GMT 1999
Hi!
Ok, this is maybe the last one :-)
make tries:
c++ -DHAVE_CONFIG_H -I. -I../../../libgcj/libjava -I./include -Iinclude
-I../../../libgcj/libjava/include -I../../../libgcj/libjava/../boehm-gc
-I./../boehm-gc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1
-DJAVA_FINALIZATION=1 -I../../../libgcj/libjava/../compat-include
-fno-rtti -fvtable-thunks -W -Wall -g -O2 -c
../../../libgcj/libjava/boehm.cc
and we get
In file included from ../../../libgcj/libjava/boehm.cc:25:
../boehm-gc/boehm-config.h:836: ANSI C++ forbids declaration `__start'
with no type
The file boehm-config.h seems to be linked to libgcj/boehm-gc/config.h
where the line 836 is
extern __start;
Just to see whats happening, I replaced this by
extern int __start;
which made the whole thing compile, but 'make check' gives errors.
Does anyone know the right fix for the problem above?
David.
More information about the Java
mailing list