in reply to Re^5: PDL::Graphics::PLplot fails on install
in thread PDL::Graphics::PLplot fails on install

PDL::Graphics::PLplot 0.75+ fixes the segfault. It was caused by the return value of plAllocGrid (supposed to be a pointer) et al having PDL Pars type "int", which on 64-bit Linux is only 32 bits. With this being changed to an "indx", it then works.
  • Comment on Re^6: PDL::Graphics::PLplot fails on install