This problem was reported via the CPAN tracker
at http://rt.cpan.org/Ticket/Display.html?id=65455

On Fedora with all the required HDF RPMs installed PDL says it cannot
find libdf.a during make making.  It is located in /usr/lib64/hdf and
this should be added to IO/HDF/Makefile.PL:

@HDF_lib_locations = (    
    '/usr/lib64',
    '/usr/lib64/hdf',  <<-------- add
    '/usr/local/netcdf/lib',
    '/usr/local/lib',
    '/usr/local/lib64',
    '/opt/local/lib',
    '/usr/lib',
    '/usr/lib/hdf',
    '/opt/lib'
);
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to