Advertisement
Guest User

Untitled

a guest
Sep 25th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. C:\strawberry-perl-5.12.3.0-portable\cpan\build\Devel-BeginLift-0.001003-alv9dJ>perl Makefile.PL
  2.  
  3. Checking if your kit is complete...
  4. Looks good
  5. Note (probably harmless): No library found for -lmoldname
  6. Note (probably harmless): No library found for -lkernel32
  7. Note (probably harmless): No library found for -luser32
  8. Note (probably harmless): No library found for -lgdi32
  9. Note (probably harmless): No library found for -lwinspool
  10. Note (probably harmless): No library found for -lcomdlg32
  11. Note (probably harmless): No library found for -ladvapi32
  12. Note (probably harmless): No library found for -lshell32
  13. Note (probably harmless): No library found for -lole32
  14. Note (probably harmless): No library found for -loleaut32
  15. Note (probably harmless): No library found for -lnetapi32
  16. Note (probably harmless): No library found for -luuid
  17. Note (probably harmless): No library found for -lws2_32
  18. Note (probably harmless): No library found for -lmpr
  19. Note (probably harmless): No library found for -lwinmm
  20. Note (probably harmless): No library found for -lversion
  21. Note (probably harmless): No library found for -lodbc32
  22. Note (probably harmless): No library found for -lodbccp32
  23. Note (probably harmless): No library found for -lcomctl32
  24. Writing Makefile for Devel::BeginLift
  25. Writing MYMETA.yml and MYMETA.json
  26.  
  27. C:\strawberry-perl-5.12.3.0-portable\cpan\build\Devel-BeginLift-0.001003-alv9dJ>dmake
  28. cp lib/Devel/BeginLift.pm blib\lib\Devel\BeginLift.pm
  29. C:\strawberry-perl-5.12.3.0-portable\perl\bin\perl.exe "-Iinc" C:\strawberry-perl-5.12.3.0-portable\perl\site\lib\ExtUtils\xsubpp -typemap C:\strawberry-perl-5.12.3.0-portable\perl\lib\ExtUtils\typemap -typemap C:\strawberry-perl-5.12.3.0-portable\perl\site\lib\B\Utils\Install\typemap BeginLift.xs > BeginLift.xsc && C:\strawberry-perl-5.12.3.0-portable\perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e "mv" --
  30. BeginLift.xsc BeginLift.c
  31. gcc -c -IC:\strawberry-perl-5.12.3.0-portable\perl\site\lib\B\Hooks\OP\Check\Install -IC:\strawberry-perl-5.12.3.0-portable\perl\site\lib\B\Utils\Install -IC:\strawberry-perl-5.12.3.0-portable\perl\site\lib\B\Hooks\OP\Check\EntersubForCV\Install -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX -s -O2
  32. -DVERSION=\"0.001003\" -DXS_VERSION=\"0.001003\" "-IC:\strawberry-perl-5.12.3.0-portable\perl\lib\CORE" BeginLift.c
  33. Running Mkbootstrap for Devel::BeginLift ()
  34. C:\strawberry-perl-5.12.3.0-portable\perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e "chmod" -- 644 BeginLift.bs
  35. C:\strawberry-perl-5.12.3.0-portable\perl\bin\perl.exe "-Iinc" -MExtUtils::Mksymlists \
  36. -e "Mksymlists('NAME'=>\"Devel::BeginLift\", 'DLBASE' => 'BeginLift', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
  37. dlltool --def BeginLift.def --output-exp dll.exp
  38. g++.exe -o blib\arch\auto\Devel\BeginLift\BeginLift.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"C:\strawberry-perl-5.12.3.0-portable\perl\lib\CORE" -L"C:\strawberry-perl-5.12.3.0-portable\c\lib" BeginLift.o C:\strawberry-perl-5.12.3.0-portable\perl\lib\CORE\libperl512.a C:\strawberry-perl-5.12.3.0-portable\perl\site\lib\auto\B\Hooks\OP\Check\Check.a C:\strawberry-perl-5.12.3.0-portable\perl\site\lib\auto\B\Utils\Utils.a C:\strawberry-perl-5.12.3.0-portable\perl\site\lib\auto\B\Hooks\OP\Check\EntersubForCV\EntersubForCV.a dll.exp
  39. BeginLift.o:BeginLift.c:(.text+0x48e): undefined reference to `hook_op_check_entersubforcv_remove'
  40. BeginLift.o:BeginLift.c:(.text+0x54f): undefined reference to `hook_op_check_entersubforcv'
  41. BeginLift.o:BeginLift.c:(.text+0x787): undefined reference to `Perl_pad_swipe'
  42. collect2: ld returned 1 exit status
  43. dmake: Error code 129, while making 'blib\arch\auto\Devel\BeginLift\BeginLift.dll'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement