Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 2.48 KB | None | 0 0
  1. perl -V
  2. Summary of my perl5 (revision 5 version 14 subversion 0) configuration:
  3.    
  4.   Platform:
  5.     osname=linux, osvers=2.6.32-31-generic, archname=x86_64-linux
  6.     uname='linux in-devel-mirrors 2.6.32-31-generic #61-ubuntu smp fri apr 8 18:25:51 utc 2011 x86_64 gnulinux '
  7.     config_args='-de -Dprefix=/usr/local/perlbrew/perls/perl-5.14.0'
  8.     hint=recommended, useposix=true, d_sigaction=define
  9.     useithreads=undef, usemultiplicity=undef
  10.     useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
  11.     use64bitint=define, use64bitall=define, uselongdouble=undef
  12.     usemymalloc=n, bincompat5005=undef
  13.   Compiler:
  14.     cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  15.     optimize='-O2',
  16.     cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
  17.     ccversion='', gccversion='4.4.3', gccosandvers=''
  18.     intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
  19.     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  20.     ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  21.     alignbytes=8, prototype=define
  22.   Linker and Libraries:
  23.     ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
  24.     libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
  25.     libs=-lnsl -ldl -lm -lcrypt -lutil -lc
  26.     perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
  27.     libc=/lib/libc-2.11.1.so, so=so, useshrplib=false, libperl=libperl.a
  28.     gnulibc_version='2.11.1'
  29.   Dynamic Linking:
  30.     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
  31.     cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
  32.  
  33.  
  34. Characteristics of this binary (from libperl):
  35.   Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
  36.                         PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
  37.                         USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  38.   Built under linux
  39.   Compiled at May 25 2011 08:07:26
  40.   %ENV:
  41.     PERLBREW_PATH="/usr/local/perlbrew/bin:/usr/local/perlbrew/perls/perl-5.14.0/bin"
  42.     PERLBREW_PERL="perl-5.14.0"
  43.     PERLBREW_ROOT="/usr/local/perlbrew"
  44.     PERLBREW_VERSION="0.20"
  45.   @INC:
  46.     /usr/local/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/x86_64-linux
  47.     /usr/local/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0
  48.     /usr/local/perlbrew/perls/perl-5.14.0/lib/5.14.0/x86_64-linux
  49.     /usr/local/perlbrew/perls/perl-5.14.0/lib/5.14.0
  50.     .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement