Re: [Plplot-devel] plexit unkind to user application

2011-11-01 Thread Hazen Babcock
On 11/01/2011 10:06 AM, Steve Schwartz wrote: > Dear All, > > Is there a good reason why plexit must force a program abort even if the > programmer has written their own exit_handler? For simple user-written > code I guess this isn't too much of a problem, but for anything that is > distributed or

Re: [Plplot-devel] Building examples in install tree using cmake

2011-11-01 Thread Alan W. Irwin
On 2011-10-31 20:48- Andrew Ross wrote: > > I've been testing using the cmake support for building examples in the > install tree and encountered 3 bugs to do with references back to the > original plplot source / binary tree or problems using a separate > binary directory. > > For reference t

[Plplot-devel] plexit unkind to user application

2011-11-01 Thread Steve Schwartz
Dear All, Is there a good reason why plexit must force a program abort even if the programmer has written their own exit_handler? For simple user-written code I guess this isn't too much of a problem, but for anything that is distributed or given to a third party, having an application crash is ve