Advertisement
Guest User

Perl version

a guest
Dec 27th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. $ perl -V
  2. Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
  3.  
  4. Platform:
  5. osname=cygwin, osvers=1.7.5(0.22553), archname=i686-cygwin-thread-multi-64int
  6. uname='cygwin_nt-5.1 reini 1.7.5(0.22553) 2010-04-12 19:07 i686 cygwin '
  7. config_args='-de -Dlibperl=cygperl5_10.dll -Dcc=gcc-4 -Dld=g++-4 -Dmksymlinks -Dusethreads -Dmad=y -Doptimize=-O3 -Accflags=-g3'
  8. hint=recommended, useposix=true, d_sigaction=define
  9. useithreads=define, usemultiplicity=define
  10. useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
  11. use64bitint=define, use64bitall=undef, uselongdouble=undef
  12. usemymalloc=y, bincompat5005=undef
  13. Compiler:
  14. cc='gcc-4', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g3 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
  15. optimize='-O3',
  16. cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g3 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
  17. ccversion='', gccversion='4.3.4 20090804 (release) 1', gccosandvers=''
  18. intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
  19. d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
  20. ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  21. alignbytes=8, prototype=define
  22. Linker and Libraries:
  23. ld='g++-4', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
  24. libpth=/usr/local/lib /usr/lib /lib
  25. libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
  26. perllibs=-ldl -lcrypt
  27. libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_10.dll
  28. gnulibc_version=''
  29. Dynamic Linking:
  30. dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
  31. cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
  32.  
  33.  
  34. Characteristics of this binary (from libperl):
  35. Compile-time options: MULTIPLICITY MYMALLOC PERL_DONT_CREATE_GVSV
  36. PERL_IMPLICIT_CONTEXT PERL_MAD PERL_USE_SAFE_PUTENV
  37. USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
  38. USE_PERLIO USE_REENTRANT_API
  39. Locally applied patches:
  40. CYG11 no-bs
  41. CYG12 no archlib in otherlibdirs
  42. CYG14 Dynaloader
  43. CYG15 static-Win32CORE
  44. CYG17 utf8-paths
  45. CYG21 LibList-Kid.patch
  46. CYG22 cygwin-1.7 hints
  47. CYG23 544-stat
  48. CYG24 build man pages
  49. CYG25 rebase_privlib
  50. Module-Build-0.36_13
  51. Bug#55162 CYG18 File::Spec::case_tolerant performance
  52. disable ExtUtils::MakeMaker::Coverage in Sys-Syslog
  53. Built under cygwin
  54. Compiled at Aug 28 2010 20:17:29
  55. %ENV:
  56. PERL_JSON_BACKEND="JSON::XS"
  57. PERL_YAML_BACKEND="YAML"
  58. CYGWIN=""
  59. @INC:
  60. /usr/lib/perl5/5.10/i686-cygwin
  61. /usr/lib/perl5/5.10
  62. /usr/lib/perl5/site_perl/5.10/i686-cygwin
  63. /usr/lib/perl5/site_perl/5.10
  64. /usr/lib/perl5/vendor_perl/5.10/i686-cygwin
  65. /usr/lib/perl5/vendor_perl/5.10
  66. /usr/lib/perl5/vendor_perl/5.10
  67. /usr/lib/perl5/site_perl/5.8
  68. /usr/lib/perl5/vendor_perl/5.8
  69. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement