[sf-perl] What version of perl and what OS do you use? [poll]

Matt Barkovich barko192 at gmail.com
Wed Feb 3 16:18:55 PST 2010


On Feb 3, 2010, at 2:02 PM, Fred Moyer wrote:

> Did you compile perl with -fPIC?  Here's my perl -V:

No I didn't, but I've been compiling with slightly different flags to see what works best.

Here's my perl -V of my most recent build.

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=darwin, osvers=10.6.2, archname=darwin-thread-multi-ld-2level
    uname='darwin delta12.local 10.2.0 darwin kernel version 10.2.0: tue nov 3 10:37:10 pst 2009; root:xnu-1486.2.11~1release_i386 i386 '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O3',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 (Apple Inc. build 5646) (dot 1)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.6 cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-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: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LONG_DOUBLE USE_PERLIO
  Built under darwin
  Compiled at Feb  1 2010 15:23:37
  @INC:
    /Users/mbarko/build/lib/perl5/5.10.1/darwin-thread-multi-ld-2level
    /Users/mbarko/build/lib/perl5/5.10.1
    /Users/mbarko/build/lib/perl5/site_perl/5.10.1/darwin-thread-multi-ld-2level
    /Users/mbarko/build/lib/perl5/site_perl/5.10.1
    .



More information about the SanFrancisco-pm mailing list