** Attachment added: "libpdl-netcdf-perl_4.07-1build3.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/libpdl-netcdf-perl/+bug/920852/+attachment/2696200/+files/libpdl-netcdf-perl_4.07-1build3.tar.gz

** Description changed:

  The library lib-netcdf-perl pdl-4.7 in ubuntu precise
  (https://launchpad.net/ubuntu/precise/i386/libpdl-netcdf-
  perl/4.07-1build2) does not work.
  
  The following perl program
  use PDL:: NetCDF;
  
  Displays the following message:
  
  Not a CODE reference at / usr/lib/perl/5.14/DynaLoader.pm line 207.
  END failed - call queue aborted at / line 207 usr/lib/perl5/PDL/NetCDF.pm.
  Compilation failed in require at line 1 dummy.pl.
  BEGIN failed - compilation aborted at line 1 dummy.pl.
  
  To solve the problem just change the file Makefile.PL distribution with the 
following lines
  Makefile.PL $ diff / root/build/libpdl-netcdf-perl-4.07/Makefile.PL
  73c73
- <'CCFLAGS' => "$ define_bool-g"
+ <'CCFLAGS' => "$define_bool-g"
  ---
- > 'CCFLAGS' => "$ define_bool-g $ Config {CCFLAGS}",
+ > 'CCFLAGS' => "$define_bool-g $Config{ccflags}",

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920852

Title:
  The library does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpdl-netcdf-perl/+bug/920852/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to