can't compile kaffe-0.9.2 under Mklinux
Tony Juricic
tony at magg.net
Mon Dec 1 15:55:51 PST 1997
Gilbert Nouno wrote:
> While compiling kaffe-0.9.2, I have the following error :
>
> gcc -g -fsigned-char -I. -I./../kaffevm -I../../config -I./../../config -I../../include -I./../../include -o kaffe main.o -L../kaffev
> m -lkaffevm -L../../packages/tjwassoc.co.uk/APIcore/lib -lkaffe_native -L../../packages/tjwassoc.co.uk/APInet/lib -lkaffe_net -L../..
> /packages/tjwassoc.co.uk/APIzip/lib -lkaffe_zip -L/usr/X11R6.3/lib -lX11 -lkaffevm -lm -lc
Check mu post about clean compilation on PC.
Basically, you have to remove string "kaffe_" from:
-lkaffe_native, -lkaffe_zip and -lkaffe_net in Makefile.
These libraries are now called libnative, libzip and libnet.
Used to be libkaffe_native, libkaffe_zip and libkaffe_net.
Tony.
More information about the kaffe
mailing list