[kaffe] reducing size of rt.jar for embedded platforms

2006-03-18 Thread d greene
hello all, In 1.1.4 I was able to reduce rt.jar to 1.5M, but with 1.1.6 I'm only able to reduce to 6M (so far). I'm finding that there are probably too many cross package dependencies on crypto, swing, awt, for instance, so I'm unable to easily remove those all those packages that I'm not

[kaffe] repost: help w/ java.security + gnucrypto

2004-09-03 Thread D greene
Hello all (sorry for the repost): I need some pointers to docs on how to use the java.security file (below) with Kaffe 1.1.4: # Security configuration file for Kaffe # # You'll need to have kaffe configured to use GNU Crypto for the GNU Crypto provider # to be picked up.

[kaffe] kaffe1.1.4 java.security help

2004-08-27 Thread D greene
Hello all, I need some pointers on how to user the java.security file in 1.1.4 which contains: # Security configuration file for Kaffe # # You'll need to have kaffe configured to use # GNU Crypto for the GNU Crypto provider # to be picked up. security.provider.1=gnu.crypto.jce.GnuCrypto

[kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-15 Thread D greene
to `isinf' collect2: ld returned 1 exit status configure:44102: $? = 1 configure: failed program was: | /* confdefs.h. */ ... ac_cv_func_isinf=no ac_cv_func_isnan=no thanks, d greene I'm getting the following error: Making all in kaffe make[2]: Entering directory `/kaffe-1.1.4/kaffe/kaffe' /bin

[kaffe] undefined reference to isinf, isnan when cross compiling

2004-08-12 Thread D greene
Trying to get kaffe 1.1.4 built for the mips (with uclib) for an embedded device. I'm using crosstools. I'm getting the following error: Making all in kaffe make[2]: Entering directory `/kaffe-1.1.4/kaffe/kaffe' /bin/sh ../../libtool --mode=link mipsel-unknown-linux-uclibc-gcc -Os

[kaffe] Help: libkaffevm.so: undefined reference to `isinf', 'isnan'

2004-08-10 Thread D greene
libkaffevm.so: undefined reference to `isinf', 'isnan' with Kaffe 1.1.4 cross compiling to mips on a RH 8 system. thanks for any hints dgreene _ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security.

[kaffe] BUG?: static flags produce lib dependant binaries

2004-06-14 Thread D greene
not been able to get dynamicly linked binaries to run on the device so I'm stuck with a static only solution. thanks for any pointers, D. Greene _ Getting married? Find great tips, tools and the latest trends at MSN Life Events. http

[kaffe] cross compiling for mips

2004-06-11 Thread D greene
hello all, I've followed all the faqs and previous tips on the list without success. I'm using: CC=mipsel-uclinux-gcc NM=mipsel-uclinux-nm AR=mipsel-uclinux-ar \ CFLAGS=-Os -fomit-frame-pointer -fno-builtin \ ./configure --enable-pure-java-math --disable-sound --without-awt \ --disable-debug