> That did the trick. Both pgplot and PDL compiled nicely. In the perldl shell
> the 'demo pgplot' ran fine. However, when doing some simple piddle tests it
> failed with the following error:
>
> perldl> p $a=sequence(20)
> Undefined subroutine &PDL::_clump_int called at
> /Library/Perl/5.8.8/darwin-thread-multi-2level/PDL/Core.pm line 1007.

I think you may be running an old copy of pdl somewhere, because it's
complaining about something in /Library/Perl/5.8.8, and if you
followed my instructions, we built 5.8.9.

If I run the freshly compiled perldl shell with:

~/myperl/bin/perldl

I get:

(~/myperl)$ ./bin/perldl
perlDL shell v1.35
 PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
 'COPYING' in the PDL distribution. This is free software and you
 are welcome to redistribute it under certain conditions, see
 the same file for details.
ReadLines, NiceSlice, MultiLines  enabled
Reading /Users/mattk/.perldlrc...
Found docs database
/Users/mattk/myperl/lib/site_perl/5.8.9/darwin-2level/PDL/pdldoc.db
Type 'help' for online help
Type 'demo' for online demos
Loaded PDL v2.4.4_12git (supports bad values)
perldl> p $a=sequence(20)
[0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19]

Let me know if that solves it!

Matt

-- 
Matthew Kenworthy / Assistant Astronomer / Steward Observatory
933 N. Cherry Ave. / Tucson AZ 85721 / vox 520 626 6720

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to