Re: Linking against a new shared library file

2017-03-29 Thread Wade Hennessey
Thanks. I found that after I sent my msg, but the write date on the file made me think it was a generated file. -wade p.s - yes, I'm using JDK 9. On Wed, Mar 29, 2017 at 6:00 PM, David Holmes wrote: > On 30/03/2017 7:53 AM, Wade Hennessey wrote: > >> I'm trying to figure out how to link libjvm

Re: Linking against a new shared library file

2017-03-29 Thread David Holmes
On 30/03/2017 7:53 AM, Wade Hennessey wrote: I'm trying to figure out how to link libjvm against a shared library that isn't linked against by default. Where in the build system would I specify this new library path? -wade Assuming JDK 9. /common/autoconf/flags.m4 See JVM_LIBS setting eg:

Linking against a new shared library file

2017-03-29 Thread Wade Hennessey
I'm trying to figure out how to link libjvm against a shared library that isn't linked against by default. Where in the build system would I specify this new library path? -wade