Alien-HDF4
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
Please add the correct library path to Makefile.PL or install HDF
EOF
my ($incpath) = findinc();
die <<EOF unless defined $incpath;
Cannot find hdf header file, hdf.h.
Please add the correct library path to Makefile.PL or install HDF
EOF
my $defs = finddefs();
print <<EOF unless length $defs;
WARNING: Unknown cpu type $Config{archname}! Not setting \$hdf_defs.
(This may not be a bad thing)
EOF
print "Final \$hdf_defs flags: '$defs'\n";
my ($szlibs) = findsz();
print "Warning: Did not find libsz, necessary for HDF >= 4.2r0\n"
unless $szlibs;
my $version = get_version();
( run in 0.298 second using v1.01-cache-2.11-cpan-65fba6d93b7 )