Non-POSIX port

2007-03-03 Thread Chris Cole
Hi Folks, I have the first cut of a port to an exotic platform (non-POSIX). Network support and process management are TBD. I'd like to investigate the possibility of getting my changes adopted into the project. What's the best way to start that process? Thanks, Chris

native-lib questions

2007-03-03 Thread Chris Cole
Hi Folks, Is the intention that all platform specific code be isolated in native/jni/native-lib? What is the reasoning behind statically linking libclasspathnative.a with each of the native libraries? Thanks, Chris

Re: Non-POSIX port

2007-03-03 Thread Tom Tromey
> "Chris" == Chris Cole <[EMAIL PROTECTED]> writes: Chris> I have the first cut of a port to an exotic platform (non-POSIX). Cool. Chris> I'd like to investigate the possibility of getting my changes Chris> adopted into the project. What's the best way to start that Chris> process? First t

Re: Non-POSIX port

2007-03-03 Thread Robert Schuster
Hi Chris, of course GNU Classpath is interested in non-POSIX ports of the native stuff. :) Chris Cole schrieb: > Hi Folks, > > I have the first cut of a port to an exotic platform (non-POSIX). > Network support and process management are TBD. > > I'd like to investigate the possibility of getti

Re: Non-POSIX port

2007-03-03 Thread Chris Cole
Hi Tom, I'm using configure. My changes are based off of 0.93. I haven't made changes to any .java files yet (thanks for the heads-up), but I'll poke around and see if I need to do so. These are the changed or added files: configure.ac ./include: config.h config.h.in jni_md-x86-mingw32.h jni

Re: Non-POSIX port

2007-03-03 Thread Chris Cole
Hi Robert, I was hoping you might be interested. I'll generate a first pass at a patch set and we can iterate until everyone's happy with the changes. Thanks for the information! -Chris On 3/3/07, Robert Schuster <[EMAIL PROTECTED]> wrote: Hi Chris, of course GNU Classpath is interested in