Update: For me, the projfixp2 branch fixes things. Thanks Ed !!
The one remaining minor niggle is that if perld.conf specifies "WITH_PROJ => undef" then I inevitably enter the following if{} block in the Lib/GIS/Proj/Makefile.PL and Lib/Transform/Proj4/Makefile.PL: if (!$forcebuild && !Alien::Proj4->installed) { write_dummy_make( <<EOF ); \tCannot find $lib_name installation. \tPlease add the correct library path to perldl.conf or install $lib_name. Skipping build of $package_name. EOF $PDL::Config{$config_flag}=0; return; } and the proj stuff doesn't get built. I'm quite happy just to have my perldl.conf specify "WITH_PROJ => 1", so I'm not at all motivated to fix it. (I mention it merely as a "heads up" to anyone that *does* want to fix it.) Cheers, Rob ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-devel