Re: [Plplot-devel] pstex driver

2007-03-21 Thread Miguel de Val Borro
On Tue, Mar 20, 2007 at 08:02:39PM -0700, Alan W. Irwin wrote: However, for both -DENABLE_DYNDRIVERS=OFF and ON you get segfaults with any example. Miguel, if you care to debug that further, valgrind should be a big help. I had a quick look with our simplest examples (x10c in the install

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Werner Smekal
Hi, the segmentation fault was due the fact, that the pstex driver never told the plplot core that it can't handle unicode strings, but plplot just anticipated that. I fixed the code in cvs and it works for me now in Kubuntu. Should work for you as well. Thanks for the bug report. Werner

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Alan W. Irwin
On 2007-03-21 22:58+0100 Werner Smekal wrote: Hi, the segmentation fault was due the fact, that the pstex driver never told the plplot core that it can't handle unicode strings, but plplot just anticipated that. I fixed the code in cvs and it works for me now in Kubuntu. Should work for

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Miguel de Val Borro
On Wed, Mar 21, 2007 at 06:34:13PM -0700, Alan W. Irwin wrote: the segmentation fault was due the fact, that the pstex driver never told the plplot core that it can't handle unicode strings, but plplot just anticipated that. I fixed the code in cvs and it works for me now in Kubuntu.

[Plplot-devel] Patch for Intel Fotran 95 support

2007-03-21 Thread Jim Dishaw
Attached is a patch for fixing Fortran 95 support for Intel Fortran. This patch applies changes that was previously applied to the f77 bindings. On a related topic, to make the library more flexible on the Windows platform, the /Zl option (no default library) should be specified instead of /MD or