Advertisement
Guest User

Untitled

a guest
Nov 13th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. kip@abed [~]$ perl -V
  2. Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  3. Platform:
  4. osname=darwin, osvers=10.0, archname=darwin-thread-multi-2level
  5. uname='darwin pizzly.apple.com 10.0 darwin kernel version 10.0.0: fri jul 31 22:46:25 pdt 2009; root:xnu-1456.1.25~1release_x86_64 x86_64 '
  6. config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags= -Dman3ext=3pm -Duseithreads -Duseshrplib -Dinc_version_list=none -Dcc=gcc-4.2'
  7. hint=recommended, useposix=true, d_sigaction=define
  8. useithreads=define, usemultiplicity=define
  9. useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
  10. use64bitint=define, use64bitall=define, uselongdouble=undef
  11. usemymalloc=n, bincompat5005=undef
  12. Compiler:
  13. cc='gcc-4.2', ccflags ='-arch x86_64 -arch i386 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include',
  14. optimize='-Os',
  15. cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include'
  16. ccversion='', gccversion='4.2.1 (Apple Inc. build 5646)', gccosandvers=''
  17. intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
  18. d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  19. ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  20. alignbytes=8, prototype=define
  21. Linker and Libraries:
  22. ld='gcc-4.2 -mmacosx-version-min=10.6.3', ldflags ='-arch x86_64 -arch i386 -L/usr/local/lib'
  23. libpth=/usr/local/lib /usr/lib
  24. libs=-ldbm -ldl -lm -lutil -lc
  25. perllibs=-ldl -lm -lutil -lc
  26. libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
  27. gnulibc_version=''
  28. Dynamic Linking:
  29. dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
  30. cccdlflags=' ', lddlflags='-arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib'
  31.  
  32.  
  33. Characteristics of this binary (from libperl):
  34. Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
  35. PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
  36. USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
  37. USE_PERLIO USE_REENTRANT_API
  38. Locally applied patches:
  39. /Library/Perl/Updates/<version> comes before system perl directories
  40. installprivlib and installarchlib points to the Updates directory
  41. Built under darwin
  42. Compiled at Jan 26 2010 17:48:53
  43. @INC:
  44. /Library/Perl/Updates/5.10.0
  45. /System/Library/Perl/5.10.0/darwin-thread-multi-2level
  46. /System/Library/Perl/5.10.0
  47. /Library/Perl/5.10.0/darwin-thread-multi-2level
  48. /Library/Perl/5.10.0
  49. /Network/Library/Perl/5.10.0/darwin-thread-multi-2level
  50. /Network/Library/Perl/5.10.0
  51. /Network/Library/Perl
  52. /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level
  53. /System/Library/Perl/Extras/5.10.0
  54. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement