kaffe: can't resolve symbol 'XSetErrorHandler'

Glynn Clements glynn at sensei.co.uk
Fri Feb 21 23:24:18 PST 1997


This is a known problem in the build. libkaffe_biss.so isn't linked
to libX11.so, and neither is kaffe. You can either:

1) use LD_PRELOAD, e.g.

LD_PRELOAD=/usr/X11R6/lib/libX11.so kaffe sun.applet.AppletViewer test.html

2) modify the makefiles to link libkaffe_biss.so to libX11.so

In `packages/biss-net.com/APIawt/lib/Makefile' change the line:
     $(LD) $(LDFLAGS) -o $(LIB) $(OBJECT) $(LDTAIL)
to:
     $(LD) $(LDFLAGS) -o $(LIB) $(OBJECT) $(LDTAIL) $(LIBS)

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


More information about the kaffe mailing list