On Fri, Jan 20, 2012 at 10:12:23AM -0500, Chris Marshall wrote: > The simplest way to install PDL on linux-ish > systems having some sort of package manager > is to use that to install PDL which should pull > in packages for the needed external library > and program dependencies. Then use CPAN > to upgrade to the latest PDL.
The problem with this approach is: the binary package does not depend on the various development packages (header files for libraries etc.). At least on Debian/Ubuntu, the best approach is apt-get build-dep pdl which installs all packages necessary to _build_ pdl. -- c u henning _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
