Advertisement
Guest User

Untitled

a guest
Nov 14th, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. $ 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 neige.apple.com 10.0 darwin kernel version 10.0.0d8: tue may 5 19:29:59 pdt 2009; root:xnu-1437.2~2release_i386 i386 '
  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 -arch ppc -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=4, ptrsize=4, doublesize=8, byteorder=1234
  18. d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  19. ivtype='long', ivsize=4, 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', ldflags ='-arch x86_64 -arch i386 -arch ppc -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 -arch ppc -bundle -undefined dynamic_lookup -L/usr/local/lib'
  31.  
  32. Characteristics of this binary (from libperl):
  33. Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
  34. PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
  35. USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
  36. Locally applied patches:
  37. /Library/Perl/Updates/<version> comes before system perl directories
  38. installprivlib and installarchlib points to the Updates directory
  39. Built under darwin
  40. Compiled at Jun 24 2009 00:35:28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement