Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@plicease
Created February 18, 2016 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plicease/38f40e0bb5392bad42fe to your computer and use it in GitHub Desktop.
Save plicease/38f40e0bb5392bad42fe to your computer and use it in GitHub Desktop.
Strawberry Perl -V
Summary of my perl5 (revision 5 version 22 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
uname='Win32 strawberry-perl 5.22.1.1 #1 Mon Dec 14 09:28:33 2015 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12, longdblkind=3
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"D:\lang\perl\strawberry\x86\5.22.1\perl\lib\CORE" -L"D:\lang\perl\strawberry\x86\5.22.1\c\lib"'
libpth=D:\lang\perl\strawberry\x86\5.22.1\c\lib D:\lang\perl\strawberry\x86\5.22.1\c\i686-w64-mingw32\lib D:\lang\perl\strawberry\x86\5.22.1\c\lib\gcc\i6
86-w64-mingw32\4.9.2
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lvers
ion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -l
version -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl522.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=xs.dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"D:\lang\perl\strawberry\x86\5.22.1\perl\lib\CORE" -L"D:\lang\perl\strawberry\x86\5.22.1\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
PERL_PRESERVE_IVUV USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Dec 14 2015 09:33:54
%ENV:
PERL5LIB="d:/home/ollisg/perl5/strawberry/x86/5.22.1/lib/perl5"
PERL_CPANM_OPT="--mirror http://10.40.1.1/minicpan/ --mirror-only"
PERL_LOCAL_LIB_ROOT="d:/home/ollisg/perl5/strawberry/x86/5.22.1"
PERL_MB_OPT="--install_base d:/home/ollisg/perl5/strawberry/x86/5.22.1"
PERL_MM_OPT="INSTALL_BASE=d:/home/ollisg/perl5/strawberry/x86/5.22.1"
@INC:
d:/home/ollisg/perl5/strawberry/x86/5.22.1/lib/perl5/MSWin32-x86-multi-thread-64int
d:/home/ollisg/perl5/strawberry/x86/5.22.1/lib/perl5
d:/lang/perl/strawberry/x86/5.22.1/perl/site/lib
d:/lang/perl/strawberry/x86/5.22.1/perl/vendor/lib
d:/lang/perl/strawberry/x86/5.22.1/perl/lib
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment