building Kaffe
Brian Fox
bfox at opti.com
Mon Apr 7 09:24:58 PDT 1997
Steve,
I just did a rm kaffe/kaffe/kaffe ; make and got a significantly simpler
command line than you did. I am running SunOS 4.1.3, kaffe 0.8.3. I don't
know much about the details of the build procedure but kaffe is running OK
on my machine. Hope this helps.
Brian
Here is the output of the make:
make[2]: Entering directory `/home2/hobie2/bfox/java/kaffe/kaffe-0.8.3/kaffe/kaffe'
gcc -g -O -I. -I./../kaffevm -I../../config -I./../../config -I../../include -o kaffe main.o -L../kaffevm -lkaffe_vm
and here is the make on your machine:
> gcc -g -O -I. -I./../kaffevm -I../../config -I./../../config
> -I../../include -o kaffe main.o -L../kaffevm -lkaffe_vm
> -L../../packages/tjwassoc.co.uk/APIcore/lib -lkaffe_native
> -L../../packages/tjwassoc.co.uk/APInet/lib
> -lkaffe_net -L../../packages/biss-net.com/APIawt/lib
> -lkaffe_bissawt -L/tools/NET/windows/sun4/openwin/lib -lX11
> -lkaffe_vm -lm
> ld: Undefined symbol
> _raise
> collect2: ld returned 2 exit status
> make[2]: *** [kaffe] Error 1
> make[2]: Leaving directory
> `/tmp_mnt/home/sgurney/kaffe/kaffe-0.8.3/kaffe/kaffe'
> make[1]: *** [all] Error 1
> make[1]: Leaving directory
> `/tmp_mnt/home/sgurney/kaffe/kaffe-0.8.3/kaffe'
> make: *** [all] Error 1
>
>
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
>
More information about the kaffe
mailing list