Hi kmx-

Thanks for the perl -V info.

That appears to be from the 32bit SP.
Could you send the 64bit perl -V as well?

How difficult would it be for me to build
a 32bit SP with use64bit stuff enabled?

I'm working on true 64bit index/data size
support for PDL and a 32bit SP would be
a good intermediate test point since the
new addressing needs to work correctly
for 32bit perls, even if the hardware won't
actually let you address more than 4GB.

64bit PDL plus the recent work for memory
mapped file support will allow for some
very nice things for PDL on 64bit platforms.

--Chris

On Fri, Apr 27, 2012 at 11:12 AM, kmx <k...@atlas.cz> wrote:
>
>> BTW, it would be useful if the release notes on the
>> web site also included the output from 'perl -V'
>
> OK, I will consider it (FYI: I have already on my TODO list missing
> checksums for released ZIPs)
>
>
>> or is there already somewhere to get that (without having
>> to install SP first)?
>
> You can ask me :)
>
> d:\perl32>perl -V
> Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
>
>  Platform:
>    osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
>    uname='Win32 strawberryperl 5.14.2.1-portable #1 Tue Nov 22 18:24:29
> 2011 i386'
>    config_args='undef'
>    hint=recommended, useposix=true, d_sigaction=undef
>    useithreads=define, usemultiplicity=define
>    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
>    use64bitint=undef, use64bitall=undef, uselongdouble=undef
>    usemymalloc=n, bincompat5005=undef
>  Compiler:
>    cc='gcc', ccflags =' -s -O2 -DWIN32  -DPERL_TEXTMODE_SCRIPTS
> -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
> -fno-strict-aliasing -mms-bitfields',
>    optimize='-s -O2',
>    cppflags='-DWIN32'
>    ccversion='', gccversion='4.4.7', gccosandvers=''
>    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
>    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
>    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long',
> lseeksize=8
>    alignbytes=8, prototype=define
>  Linker and Libraries:
>    ld='g++.exe', ldflags ='-s -L"D:\perl32\perl\lib\CORE" -L"D:\perl32\c\lib"'
>    libpth=D:\perl32\c\lib D:\perl32\c\i686-w64-mingw32\lib
>    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
> -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr
> -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
>    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
> -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr
> -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
>    libc=, so=dll, useshrplib=true, libperl=libperl514.a
>    gnulibc_version=''
>  Dynamic Linking:
>    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
>    cccdlflags=' ', lddlflags='-mdll -s -L"D:\perl32\perl\lib\CORE"
> -L"D:\perl32\c\lib"'
>
>
> Characteristics of this binary (from libperl):
>  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
>                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
>                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
>                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
>                        USE_SITECUSTOMIZE
>  Built under MSWin32
>  Compiled at Nov 22 2011 18:32:55
>  %ENV:
>    PERL_JSON_BACKEND="JSON::XS"
>    PERL_YAML_BACKEND="YAML"
>  @INC:
>    D:/perl32/perl/site/lib
>    D:/perl32/perl/vendor/lib
>    D:/perl32/perl/lib
>

Reply via email to