----- Original Message ----- From: "Dan Kortschak"
Any suggestions about what might be causing this? I have tried with and without libproj-dev installed and have tried to find other people with the same problem to no avail.
You should be able to disable the proj build by editing perldl.conf (which you'll find in the top level source directory) prior to building PDL. Specifically, in that file, just change:
WITH_PROJ => undef, to WITH_PROJ => 0, Then, 'cd' to the build directory and run: make realclean (to remove the existing build) perl Makefile.PL make test make install Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
