Re: [Plplot-devel] java example segfault

2012-01-05 Thread Andrew Ross
Orion, There have been intermittent crashes with some java compilers / jre and not with others. These have been hard to pin down since debugging the java / native code is not easy. I have not had trouble with openjdk (in fact it has been my compiler of choice for this reason). I have been us

Re: [Plplot-devel] Unnecessary library linkage

2012-01-05 Thread Andrew Ross
On Wed, Jan 04, 2012 at 10:29:02AM -0800, Alan Irwin wrote: > Hi Orion: > > Sorry your previous post fell through the cracks. I think Andrew is the > best guy to evaluate your patch so I won't comment on that, but > I will respond to two of your questions not involving the patch. > Orion, I've

Re: [Plplot-devel] Unnecessary library linkage

2012-01-05 Thread Orion Poplawski
On 01/04/2012 07:30 PM, Alan W. Irwin wrote: > On 2012-01-04 14:02-0700 Orion Poplawski wrote: > >> Hmm, examples build okay now, but I still have the rpaths. > > Hi Orion: > > Just to review, rpath should be set for all languages and all > examples, libraries, and dlls in the build tree regardless

Re: [Plplot-devel] Unnecessary library linkage

2012-01-05 Thread Orion Poplawski
On 01/05/2012 06:02 AM, Andrew Ross wrote: > On Wed, Jan 04, 2012 at 10:29:02AM -0800, Alan Irwin wrote: >> Hi Orion: >> >> Sorry your previous post fell through the cracks. I think Andrew is the >> best guy to evaluate your patch so I won't comment on that, but >> I will respond to two of your qu

Re: [Plplot-devel] java example segfault

2012-01-05 Thread Orion Poplawski
On 01/05/2012 05:01 AM, Andrew Ross wrote: > > Orion, > > There have been intermittent crashes with some java compilers / jre and > not with others. These have been hard to pin down since debugging the > java / native code is not easy. > > I have not had trouble with openjdk (in fact it has been my