I'm having trouble installing PDL 2.4.4 with CPAN on a 64-bit machine
running Windows 7 (with the Windows SDK v.7) and perl 5.10 (PDL isn't in the
64-bit ppm repository). Here's the output in the .yml file:
---
distribution: !!perl/hash:CPAN::Distribution
  CALLED_FOR: PDL
  CHECKSUM_STATUS: OK
  ID: C/CH/CHM/PDL-2.4.4.tar.gz
  RO:
    CPAN_COMMENT: ~
    CPAN_USERID: CHM
  archived: tar
  build_dir: C:\Perl64\cpan\build\PDL-2.4.4-aSyIVT
  incommandcolor: 1
  localfile: C:\Perl64\cpan\sources\authors\id\C\CH\CHM\PDL-2.4.4.tar.gz
  make: !!perl/hash:CPAN::Distrostatus
    COMMANDID: 1
    FAILED: 1
    TEXT: NO
    TIME: 1243267172
  negative_prefs_cache: 1
  prefs: {}
  prereq_pm:
    build_requires: ~
    requires:
      Astro::FITS::Header: '0'
      File::Spec: '0.6'
      Filter::Util::Call: '0'
      Inline: '0.43'
      Text::Balanced: '0'
  prereq_pm_detected: 1
  reqtype: c
  unwrapped: !!perl/hash:CPAN::Distrostatus
    COMMANDID: 1
    FAILED: ''
    TEXT: YES
    TIME: 1243267150
  writemakefile: !!perl/hash:CPAN::Distrostatus
    COMMANDID: 1
    FAILED: ''
    TEXT: YES
    TIME: 1243267154
  yaml_content: ~
perl:
  $^X: C:\Perl64\bin\perl.exe
  mtime_$^X: 1220459008
  mtime_dll: 0
  sitearchexp: C:\Perl64\site\lib
time: 1243267172

______________________________

Also, here are the final lines in cpan before it dies:

Running Mkbootstrap for PDL::Bad ()
        C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 644 Bad.bs
        C:\Perl64\bin\perl.exe -MExtUtils::Mksymlists  -e
"Mksymlists('NAME'=>\"
PDL::Bad\", 'DLBASE' => 'Bad', 'DL_FUNCS' => {  }, 'FUNCLIST' => [],
'IMPORTS' =
> {  }, 'DL_VARS' => []);"
        link -out:..\..\blib\arch\auto\PDL\Bad\Bad.dll -dll -nologo
-nodefaultli
b -debug -opt:ref,icf -ltcg  -libpath:"C:\Perl64\lib\CORE"  -machine:AMD64
Bad.o
bj   C:\Perl64\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib
gdi32.l
ib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib  n
etapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib  version.lib odbc32.lib
odbccp
32.lib bufferoverflowU.lib msvcrt.lib -def:Bad.def
LINK : fatal error LNK1181: cannot open input file 'bufferoverflowU.lib'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
9.0\
VC\Bin\amd64\link.EXE"' : return code '0x49d'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
9.0\
VC\Bin\amd64\nmake.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
9.0\
VC\Bin\amd64\nmake.EXE"' : return code '0x2'
Stop.
  CHM/PDL-2.4.4.tar.gz
  nmake -- NOT OK


cpan>


Any ideas to get this working?

Thanks,

Steve
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to