On Fri Jun 01 05:38:43 2012, KARASIK wrote:
Show quoted text> I'll try to re-run all perl distros again with \bgcc to see
> if any of these breaks, and will try to hunt for a more clean solution.
I'm interested to learn the details of any perls that break when you use
"\bgcc". Just the 'perl -V' should do ... which reminds me that I should
at least give you the 'perl -V' of one of my x64 builds. The following
is for perl-5.12.0:
######################################
C:\_64>perl -V
Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=6.0, archname=MSWin32-x64-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='x86_64-w64-mingw32-gcc', ccflags =' -s -O2 -DWIN32
-DHAVE_DES_FCRYPT -DW
IN64 -DCONSERVATIVE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.7.0', gccosandvers=''
intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long
long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='x86_64-w64-mingw32-g++', ldflags ='-s
-L"c:\_64\perl512_470\lib\CORE" -L"C:\_64\alt\lib"'
libpth=C:\_64\alt\mingw\lib C:\_64\msys\1.0\local_470\lib
C:\_64\gsl_dyn_470\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=libperl512.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"c:\_64\perl512_470\lib\CORE"
-L"C:\_64\alt\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Built under MSWin32
Compiled at Apr 29 2011 19:46:04
@INC:
C:/_64/perl512_470/site/lib
C:/_64/perl512_470/lib
.
######################################
Show quoted text> I'll let that ticket hang as a reminder, as I'm extremely busy some next
> weeks, so please be patient :)
No rush ... whenever you get to it is fine :-)
Cheers,
Rob