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

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