Post-install, you can see what ended up in PDL::Config by doing 'perldl -V' on the command line. It will differ from whatever is in your ~/.perldl.conf due to build-time dependencies being found. For example my ~/.perldl.conf has WITH_3D=>undef, USE_POGL=>undef, but the above command shows values of 1 for each of them. But this does not tell you why something would not be included. For that, probably the best time is during install when you do 'perl Makefile.PL'. Look at the output closely, especially lines that say "Will not build (module name) on this system" (or maybe it says "Skipping build", I can't remember). Sometimes there is a clue--"plplot includes not found, skipping build" or some such.
best, Derek On Aug 22, 2012, at 3:30 PM, Luis Mochan wrote: > Question: When I make a fresh install of PDL some modules are included > and some not, according to the libraries that are present. What is the > best way to find out what was included, what not, and what was the > reason, i.e., which are the missing -libraries? (I went through the > DEPENDENCIES file, but I guess I missed some pre-requisites). > Best regards, > Luis > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
