in reply to PDL::IO::Grib build fail

toolic hit the nail on the head. Here's a working Makefile.PL:
use ExtUtils::MakeMaker; WriteMakefile( NAME => 'PDL::IO::Grib', EXE_FILES => ['GribView.pl'], VERSION_FROM => 'Grib.pm', DIR => ['Grib'], dist => {COMPRESS => 'gzip -9f', SUFFIX=> 'gz'}, );