kabileshkumar cheetancheri wrote: > Hi, > I tried to install Kaffe in windows XP professional, under cygwin. > > But i got few errors while installing. > ./configure --without-classpath-gtk-awt --with-engine=intrp > --enable-pure-java-math > -prefix=/home/kcheeta/test > make > > When i did the above commands it gave me some error. > > Have anyone installed Kaffe in windows. > If Yes please let me know how u did that. >
I configured kaffe to --with-staticbin --with-staticvm and managed to build and install it. Using dynamic libraries ( the default) causes make install to fail due to circular dependencies between cygkaffevm.dll and cygnative.dll (and other clib native libs). I'm working on that. cheers, dalibor topic _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
