Created
December 2, 2014 07:54
-
-
Save tonycoz/a2b67d80b54494b92b98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
neptune:perl tony$ cc -v | |
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.0.0 | |
Thread model: posix | |
neptune:perl tony$ ./perl -Ilib -V | |
Summary of my perl5 (revision 5 version 21 subversion 7) configuration: | |
Commit id: 94708f6d9bd9347f0cbb485f61d2f74215b62fd4 | |
Platform: | |
osname=darwin, osvers=14.0.0, archname=darwin-thread-multi-2level | |
uname='darwin neptune.local 14.0.0 darwin kernel version 14.0.0: fri sep 19 00:26:44 pdt 2014; root:xnu-2782.1.97~2release_x86_64 x86_64 ' | |
config_args='-des -Dusedevel -Dusethreads' | |
hint=recommended, useposix=true, d_sigaction=define | |
useithreads=define, usemultiplicity=define | |
use64bitint=define, use64bitall=define, uselongdouble=undef | |
usemymalloc=n, bincompat5005=undef | |
Compiler: | |
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include', | |
optimize='-O3', | |
cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' | |
ccversion='', gccversion='4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)', gccosandvers='' | |
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3 | |
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3 | |
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 | |
alignbytes=8, prototype=define | |
Linker and Libraries: | |
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib' | |
libpth=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib /usr/local/lib /usr/lib | |
libs=-lgdbm -ldbm -ldl -lm -lutil -lc | |
perllibs=-ldl -lm -lutil -lc | |
libc=, so=dylib, useshrplib=false, libperl=libperl.a | |
gnulibc_version='' | |
Dynamic Linking: | |
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' | |
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector' | |
Characteristics of this binary (from libperl): | |
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS | |
PERL_DONT_CREATE_GVSV | |
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD | |
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP | |
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV | |
PERL_USE_DEVEL USE_64_BIT_ALL 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 USE_REENTRANT_API | |
Built under darwin | |
Compiled at Dec 2 2014 16:13:22 | |
@INC: | |
lib | |
/usr/local/lib/perl5/site_perl/5.21.7/darwin-thread-multi-2level | |
/usr/local/lib/perl5/site_perl/5.21.7 | |
/usr/local/lib/perl5/5.21.7/darwin-thread-multi-2level | |
/usr/local/lib/perl5/5.21.7 | |
/usr/local/lib/perl5/site_perl | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment