Re: [kaffe] help

2003-02-21 Thread Aidan Delaney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Zhu, Then I assume you should cross compile and move the resulting files to the board. I am assuming that you are new to embedded systems as people who aren't rarely grab rpm's, so a little explaination of what

Re: [kaffe] help

2003-02-21 Thread Dalibor Topic
Hi Aidan, --- Aidan Delaney [EMAIL PROTECTED] wrote: I guess my explanation was a little brief, and I liked your explanation of what cross compiling is. Would you like to write a FAQ.cross-compiling on how to cross compile kaffe for use on a different platform? I'd expect that to

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-21 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/21 01:51:11 Modified files: . : ChangeLog Makefile.am Makefile.in configure configure.in config : config.h.in include: Makefile.am

[kaffe] Kaffe CVS: kaffe dalibor

2003-02-21 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/02/21 01:56:07 Modified files: libraries/javalib: Klasses.jar.bootstrap Log message: updated Klasses.jar.bootstrtap accordingly ___ kaffe mailing list [EMAIL

Re: [kaffe] networkaddress.cache.ttl

2003-02-21 Thread Dalibor Topic
hi tim, --- Timothy Stack [EMAIL PROTECTED] wrote: Does Kaffe support the security property networkaddress.cache.ttl ? I don't think it does. A grep over the source tree doesn't turn it up anywhere. Does it cache lookups at all? If so, what is the default time to cache

Re: [kaffe] networkaddress.cache.ttl

2003-02-21 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: InetAddress caching shouldn't be that hard to add, though, if you'd like to submit a patch. Hehe... no, Matthew left out the context for his question. He's maintaining Freenet (freenetproject.org), and the caching of old DNS lookup data by the Sun JVM

[kaffe] Debugging Kaffe during the build process

2003-02-21 Thread Michael Franz
When building javalib Kaffe crashes with an internal error. I think it is related to a null pointer in gnu.regexp.CharIndexedString.java If I set KAFFE_DEBUG to gdb will it work? I have tried and it seems to not. Michael __ Do you Yahoo!? Yahoo!

Re: [kaffe] networkaddress.cache.ttl

2003-02-21 Thread Matthew Toseland
On Fri, Feb 21, 2003 at 06:13:09PM -0500, Greg Wooledge wrote: Dalibor Topic ([EMAIL PROTECTED]) wrote: InetAddress caching shouldn't be that hard to add, though, if you'd like to submit a patch. Hehe... no, Matthew left out the context for his question. He's maintaining Freenet