Report for Win32-GUI-1.06

Back
From: metabase:user:dc1c8589-6bf4-1014-abca-562cf06b08ef
Subject: UNKNOWN Win32-GUI-1.06 v5.20.0 
Date: 2014-06-02T13:57:14Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Robert May,

This is a computer-generated report for Win32-GUI-1.06
on perl 5.20.0, created by CPAN-Reporter-1.2011.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'C:\strawberry-perl-5.20-64bit\c\bin\dmake.exe':

cp GridLayout.pm blib\lib\Win32/GUI/GridLayout.pm
cp GUI.pm blib\lib\Win32/GUI.pm
cp BitmapInline.pm ..\blib\lib\Win32\GUI\BitmapInline.pm
cp Constants.pm ..\blib\lib\Win32\GUI/Constants.pm
cp Tags.pm ..\blib\lib\Win32\GUI/Constants/Tags.pm
AutoSplitting ..\blib\lib\Win32\GUI/Constants/Tags.pm (..\blib\lib\auto\Win32\GUI\Constants\Tags)
gcc  -O -fno-builtin-log2 -c lookupa.c
gcc  -O -fno-builtin-log2 -c recycle.c
recycle.c: In function 'refree':
recycle.c:42:7: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
       free((char *)r->list);
       ^
recycle.c:45:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
    free((char *)r);
    ^
recycle.c: In function 'renewx':
recycle.c:58:13: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default]
       (void)memset((void *)temp, 0, r->size);
             ^
recycle.c: In function 'remalloc':
recycle.c:78:21: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
   char *x = (char *)malloc(len);
                     ^
recycle.c:83:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
gcc  -O -fno-builtin-log2 -c perfhex.c
perfhex.c: In function 'hextwo':
perfhex.c:63:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
perfhex.c: In function 'hexthree':
perfhex.c:127:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
perfhex.c:255:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(SUCCESS);
   ^
perfhex.c: In function 'hexfour':
perfhex.c:294:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
perfhex.c:628:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
perfhex.c:818:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(SUCCESS);
   ^
gcc  -O -fno-builtin-log2 -c perfect.c
perfect.c: In function 'checkdup':
perfect.c:141:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
       exit(SUCCESS);
       ^
perfect.c:148:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
       exit(SUCCESS);
       ^
perfect.c:154:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
perfect.c: In function 'inittab':
perfect.c:178:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default]
   memset((void *)tabb, 0, (size_t)(sizeof(bstuff)*blen));
   ^
perfect.c: In function 'initnorm':
perfect.c:242:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(1);
     ^
perfect.c:275:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
       exit(1);
       ^
perfect.c: In function 'initkey':
perfect.c:364:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(1);
     ^
perfect.c: In function 'apply':
perfect.c:447:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  (void *)apply(tabb, tabh, tabq, blen, scramble, tail, TRUE);
  ^
perfect.c: In function 'perfect':
perfect.c:575:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default]
   memset((void *)tabh, 0, 
   ^
perfect.c: In function 'hash_ab':
perfect.c:641:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(SUCCESS);
     ^
perfect.c:661:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
       exit(SUCCESS);
       ^
perfect.c:666:7: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
       free((void *)tabh);
       ^
perfect.c:675:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
  exit(SUCCESS);
  ^
perfect.c:705:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
   free((void *)tabq);
   ^
perfect.c: In function 'findhash':
perfect.c:919:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
    free(tabq);
    ^
perfect.c:930:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
    exit(SUCCESS);
    ^
perfect.c:949:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
    free(*tabb);
    ^
perfect.c:960:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
    exit(SUCCESS);
    ^
perfect.c:980:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
   free((void *)tabh);
   ^
perfect.c: In function 'getkeys':
perfect.c:1026:29: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
       mykey->len_k  = (ub4)(strlen((char *)mykey->name_k)-1);
                             ^
perfect.c: In function 'make_def':
perfect.c:1236:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
     exit(1);
     ^
perfect.c:1289:5: warning: incompatible implicit declaration of built-in function 'strncpy' [enabled by default]
     strncpy(buffer, tabh[i].key_h->name_k, tabh[i].key_h->len_k);
     ^
perfect.c: In function 'driver':
perfect.c:1351:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
   free((void *)tab);
   ^
perfect.c: In function 'usage_error':
perfect.c:1399:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
   exit(SUCCESS);
   ^
gcc  -o perfect.exe lookupa.o recycle.o perfhex.o perfect.o
Running Mkbootstrap for Win32::GUI::Constants ()
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 Constants.bs
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" Constants.PL constants.h
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" Constants.PL constants.src
hash\perfect.exe < constants.src
Read in 2031 keys
found distinct (A,B) on attempt 143
built perfect hash table of size 512
Wrote phash.def
Cleaned up
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" Constants.PL phash.inc
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe C:\strawberry-perl-5.20-64bit\perl\lib\ExtUtils\xsubpp  -typemap C:\strawberry-perl-5.20-64bit\perl\lib\ExtUtils\typemap  Constants.xs > Constants.xsc && C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e mv -- Constants.xsc Constants.c
gcc -c   	-s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 	  -DVERSION=\"0.04\" 	-DXS_VERSION=\"0.04\"  "-IC:\strawberry-perl-5.20-64bit\perl\lib\CORE"   Constants.c
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" ConstantsRC.PL Constants.rc
windres -O coff -o Constants.res Constants.rc
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Mksymlists \
     -e "Mksymlists('NAME'=>\"Win32::GUI::Constants\", 'DLBASE' => 'Constants', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
dlltool --def Constants.def --output-exp dll.exp
g++ -o ..\blib\arch\auto\Win32\GUI\Constants\Constants.xs.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"C:\strawberry-perl-5.20-64bit\perl\lib\CORE" -L"C:\strawberry-perl-5.20-64bit\c\lib" Constants.o Constants.res   C:\strawberry-perl-5.20-64bit\perl\lib\CORE\libperl520.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp
dlltool --def Constants.def --base-file dll.base --output-exp dll.exp
g++ -o ..\blib\arch\auto\Win32\GUI\Constants\Constants.xs.dll -mdll -s -L"C:\strawberry-perl-5.20-64bit\perl\lib\CORE" -L"C:\strawberry-perl-5.20-64bit\c\lib" Constants.o Constants.res   C:\strawberry-perl-5.20-64bit\perl\lib\CORE\libperl520.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp 
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 755 ..\blib\arch\auto\Win32\GUI\Constants\Constants.xs.dll
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e cp -- demos\ConstantsDemo.pl ..\blib\lib/Win32/GUI/demos/Constants
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" Constants.PL t/70_values.def
cp DropFiles.pm ..\blib\lib\Win32\GUI\DropFiles.pm
Running Mkbootstrap for Win32::GUI::DropFiles ()
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 DropFiles.bs
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe C:\strawberry-perl-5.20-64bit\perl\lib\ExtUtils\xsubpp  -typemap C:\strawberry-perl-5.20-64bit\perl\lib\ExtUtils\typemap -typemap typemap  DropFiles.xs > DropFiles.xsc && C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e mv -- DropFiles.xsc DropFiles.c
gcc -c   	-s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 	  -DVERSION=\"0.02\" 	-DXS_VERSION=\"0.02\"  "-IC:\strawberry-perl-5.20-64bit\perl\lib\CORE"   DropFiles.c
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe "-I..\blib\arch" "-I..\blib\lib" DropFilesRC.PL DropFiles.rc
windres -O coff -o DropFiles.res DropFiles.rc
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Mksymlists \
     -e "Mksymlists('NAME'=>\"Win32::GUI::DropFiles\", 'DLBASE' => 'DropFiles', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
dlltool --def DropFiles.def --output-exp dll.exp
g++ -o ..\blib\arch\auto\Win32\GUI\DropFiles\DropFiles.xs.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"C:\strawberry-perl-5.20-64bit\perl\lib\CORE" -L"C:\strawberry-perl-5.20-64bit\c\lib" DropFiles.o DropFiles.res   C:\strawberry-perl-5.20-64bit\perl\lib\CORE\libperl520.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp
dlltool --def DropFiles.def --base-file dll.base --output-exp dll.exp
g++ -o ..\blib\arch\auto\Win32\GUI\DropFiles\DropFiles.xs.dll -mdll -s -L"C:\strawberry-perl-5.20-64bit\perl\lib\CORE" -L"C:\strawberry-perl-5.20-64bit\c\lib" DropFiles.o DropFiles.res   C:\strawberry-perl-5.20-64bit\perl\lib\CORE\libperl520.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp 
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 755 ..\blib\arch\auto\Win32\GUI\DropFiles\DropFiles.xs.dll
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e cp -- demos\DropFilesDemo.pl ..\blib\lib/Win32/GUI/demos/DropFiles
cp RN_0_0_670.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_0_0_670.pod
cp RN_1_04.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_1_04.pod
cp RN_0_0_588.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_0_0_588.pod
cp RN_1_0.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_1_0.pod
cp RN_1_03.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_1_03.pod
cp RN_1_02.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_1_02.pod
cp RN_1_06.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_1_06.pod
cp ReleaseNotes.pod ..\blib\lib\Win32\GUI/ReleaseNotes.pod
cp RN_0_0_665.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_0_0_665.pod
cp RN_0_99_1.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_0_99_1.pod
cp RN_0_0_671.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_0_0_671.pod
cp RN_0_0_502.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_0_0_502.pod
cp RN_1_05.pod ..\blib\lib\Win32\GUI/ReleaseNotes/RN_1_05.pod
cp Include/SciLexer.dll ..\blib\arch\auto\Win32\GUI\Scintilla/SciLexer.dll
cp Scintilla.pod ..\blib\lib\Win32\GUI/Scintilla.pod
cp Perl.pm ..\blib\lib\Win32\GUI/Scintilla/Perl.pm
Running Mkbootstrap for Win32::GUI::Scintilla ()
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 Scintilla.bs
C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe C:\strawberry-perl-5.20-64bit\perl\lib\ExtUtils\xsubpp  -typemap C:\strawberry-perl-5.20-64bit\perl\lib\ExtUtils\typemap -typemap typemap  Scintilla.xs > Scintilla.xsc && C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe -MExtUtils::Command -e mv -- Scintilla.xsc Scintilla.c
gcc -c   	-s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 	  -DVERSION=\"1.91\" 	-DXS_VERSION=\"1.91\"  "-IC:\strawberry-perl-5.20-64bit\perl\lib\CORE"   Scintilla.c
In file included from Scintilla.xs:8:0:
../GUI.h:100:16: note: #pragma message: 
*** Using Preserved Perl context.

 #       pragma message( "\n*** Using Preserved Perl context.\n" )
                ^
In file included from Scintilla.xs:8:0:
../GUI.h:768:22: warning: 'ImageList_Duplicate' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   HIMAGELIST  WINAPI ImageList_Duplicate(HIMAGELIST himl); //TODO: remove?
                      ^
Scintilla.xs: In function 'CallWndProc':
Scintilla.xs:199:101: error: 'GWL_USERDATA' undeclared (first use in this function)
         LPPERLWIN32GUI_USERDATA perlud = (LPPERLWIN32GUI_USERDATA) GetWindowLong(lpnmhdr->hwndFrom, GWL_USERDATA);
                                                                                                     ^
Scintilla.xs:199:101: note: each undeclared identifier is reported only once for each function it appears in
dmake:  Error code 129, while making 'Scintilla.o'
dmake.exe:  Error code 255, while making 'subdirs'

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Test::More          0    1.001003

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    6.98    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    COMSPEC = C:\Windows\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 4
    PATH = C:\strawberry-perl-5.20-64bit\perl\site\bin;C:\strawberry-perl-5.20-64bit\perl\bin;C:\strawberry-perl-5.20-64bit\c\bin;C:\Program Files (x86)\Wizvera\Delfino;C:\Windows\SYSTEM32;C:\Windows;C:\Windows\SYSTEM32\WBEM;C:\Windows\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\PROGRAM FILES (X86)\LENOVO\ACCESS CONNECTIONS\;C:\PROGRAM FILES\THINKPAD\BLUETOOTH SOFTWARE\;C:\PROGRAM FILES\THINKPAD\BLUETOOTH SOFTWARE\SYSWOW64;;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\
    PERL = [undef]
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 346440
    PERL5_CPAN_IS_RUNNING = 346440
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    TEMP = C:\Users\kang\AppData\Local\Temp
    TERM = dumb

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = C:\strawberry-perl-5.20-64bit\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = Win7
    Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.141520
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.67    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4205  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.30    
    Test::More          1.001003
    YAML                0.92    
    YAML::Syck          n/a     
    version             0.9908  


--

Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.2, archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.20.0.1 #1 Fri May 30 08:27:00 2014 x64'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.8.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"C:\strawberry-perl-5.20-64bit\perl\lib\CORE" -L"C:\strawberry-perl-5.20-64bit\c\lib"'
    libpth=C:\strawberry-perl-5.20-64bit\c\lib C:\strawberry-perl-5.20-64bit\c\x86_64-w64-mingw32\lib C:\strawberry-perl-5.20-64bit\c\lib\gcc\x86_64-w64-mingw32\4.8.2
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=, so=dll, useshrplib=true, libperl=libperl520.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=xs.dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry-perl-5.20-64bit\perl\lib\CORE" -L"C:\strawberry-perl-5.20-64bit\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                        PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
                        PERL_PRESERVE_IVUV USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Built under MSWin32
  Compiled at May 30 2014 08:30:58
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="346440"
    PERL5_CPAN_IS_RUNNING="346440"
  @INC:
    C:/strawberry-perl-5.20-64bit/perl/site/lib
    C:/strawberry-perl-5.20-64bit/perl/vendor/lib
    C:/strawberry-perl-5.20-64bit/perl/lib
    .