Guest User

perl -V

a guest
Nov 3rd, 2012
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. Summary of my perl5 (revision 5 version 12 subversion 3) configuration:
  2.  
  3. Platform:
  4. osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
  5. uname='Win32 strawberryperl 5.12.3.0 #1 Sun May 15 09:44:53 2011 i386'
  6. config_args='undef'
  7. hint=recommended, useposix=true, d_sigaction=undef
  8. useithreads=define, usemultiplicity=define
  9. useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
  10. use64bitint=undef, use64bitall=undef, uselongdouble=undef
  11. usemymalloc=n, bincompat5005=undef
  12. Compiler:
  13. cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
  14. optimize='-s -O2',
  15. cppflags='-DWIN32'
  16. ccversion='', gccversion='4.4.3', gccosandvers=''
  17. intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
  18. d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
  19. ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
  20. alignbytes=8, prototype=define
  21. Linker and Libraries:
  22. ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
  23. libpth=C:\strawberry\c\lib C:\strawberry\c\i686-w64-mingw32\lib
  24. libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
  25. perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
  26. libc=, so=dll, useshrplib=true, libperl=libperl512.a
  27. gnulibc_version=''
  28. Dynamic Linking:
  29. dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
  30. cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
  31.  
  32.  
  33. Characteristics of this binary (from libperl):
  34. Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
  35. PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
  36. PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
  37. USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  38. USE_SITECUSTOMIZE
  39. Built under MSWin32
  40. Compiled at May 15 2011 17:02:01
  41. %ENV:
  42. PERL_JSON_BACKEND="JSON::XS"
  43. PERL_YAML_BACKEND="YAML"
  44. @INC:
  45. C:/strawberry/perl/site/lib
  46. C:/strawberry/perl/vendor/lib
  47. C:/strawberry/perl/lib
  48. .
Advertisement
Add Comment
Please, Sign In to add comment