Compilation errors under linux

Glynn Clements glynn at sensei.co.uk
Thu Nov 20 14:47:58 PST 1997


Kevin P. Mooney wrote:

> I have never been able to get any version of kaffe to compile.  I've
> tried several versions with several different linux kernels, all with
> no luck.
> 
> Has anyone else had these problems or have come up with a solution?
> 
> gcc -g -O2  -I. -I. -I./../../config -I../../config -I../../include -I
> ../../../include -DTRANSLATOR -I./jit -DKVER=\"0.92\" -c -fPIC external.c
> external.c:68: parse error before `LIBRARYHANDLE'

LIBRARYHANDLE isn't being defined.

It's set in slib.h, according to the HAVE_* macros defined by
configure. On Linux, you should get HAVE_DLOPEN defined.

-- 
Glynn Clements <glynn at sensei.co.uk>



More information about the kaffe mailing list