P Kishor wrote: > ahhhh damn! From perldl.conf > > # Try to build Graphics/TriD > # > # There are problems with the build on OS-X, so we turn it off by default > # for such systems > # > WITH_3D => $^O eq "darwin" || $^O eq 'MSWin32' ? 0 : undef, > > > I guess I am sol using PDL for graphics because I am on a Mac, no? > >
As far as I know both PLplot and TriD can be built on OSX but the build is not robust enough to be enabled by default. You should definitely be using the latest developers release to CPAN which has a number of bug fixes and enhancements since 2.4.4. Search the mailing lists for more info. TriD is in the process of being refactored for robustness and portability. Stay tuned to the perldl list for announcements. When something is available to try I'll post there. I think the latest PLplot for PDL is in a separate CPAN module but I have not tried it since my current project is the TriD fixes. Good luck, Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
