Re: move native libs?

2001-01-25 Thread Tom Tromey
"Brian" == Brian Jones [EMAIL PROTECTED] writes: Brian Further, I'm thinking of putting CNI related files into: Brian native/cni/*.cc Brian Is there any problem with this? I'd hold off on doing this for now. Some parts of the C++ code in libgcj are parts of the VM implementation. Other parts

move native libs?

2001-01-22 Thread Brian Jones
I'm soliciting feedback in regards to my plan to reorganize our native library files. The current structure looks like this: native/java.lang/ native/java.io/ ... And I think it should be changed to this: native/jni/ native/jni/awt/ Where all .c files are placed into this directory if they

Re: native libs

1998-11-12 Thread Bernd Kreimeier
Christoph Toshok writes: Kaffe 1.0b1 use of the JDK 1.2 Invocation API: vm_args.librarypath = "/opt/local/share/kaffe/lib/i386-linux/"; this isn't the 1.2 invocation API. it's a non-standard extension to the 1.1 invocation API. They named the struct JavaVMInitArgs, not

RE: native libs

1998-11-10 Thread Bernd Kreimeier
I'd install the libraries in the JVM specific "lib" directory. Kaffe 1.0b1 use of the JDK 1.2 Invocation API: vm_args.librarypath = "/opt/local/share/kaffe/lib/i386-linux/"; I take it that this is (an example of) the directory referred to above?

Re: native libs

1998-11-10 Thread Christoph Toshok
John Keiser wrote: From: Bernd Kreimeier [mailto:[EMAIL PROTECTED]] I'd install the libraries in the JVM specific "lib" directory. Kaffe 1.0b1 use of the JDK 1.2 Invocation API: vm_args.librarypath = "/opt/local/share/kaffe/lib/i386-linux/"; this isn't the 1.2 invocation API.

RE: native libs

1998-11-07 Thread John Keiser
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron M. Renn Brian Jones wrote: Could someone email me what it would take to make the native libs useful for installation? I'm assuming we basically need some sort of shared library, possibly several, all installed

RE: native libs

1998-11-06 Thread John Keiser
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Jones Could someone email me what it would take to make the native libs useful for installation? I'm assuming we basically need some sort of shared library, possibly several, all installed appropriately for whatever VM

native libs

1998-11-05 Thread Brian Jones
Could someone email me what it would take to make the native libs useful for installation? I'm assuming we basically need some sort of shared library, possibly several, all installed appropriately for whatever VM we are using. The more details the better. Brian

Re: native libs

1998-11-05 Thread Aaron M. Renn
Brian Jones wrote: Could someone email me what it would take to make the native libs useful for installation? I'm assuming we basically need some sort of shared library, possibly several, all installed appropriately for whatever VM we are using. The more details the better. The Hackers