Re: 32bit strawberry perl with -Duse64bitint

[email protected] (kmx) Wed, 16 May 2012 20:28:27 +0200
Newsgroups perl.win32.vanilla
Message-ID <[email protected]>
> I already see:
>
> .IF "$(USE_ITHREADS)" == "define"
> ARCHNAME !:= $(ARCHNAME)-thread
> .ENDIF
>
> So I guess it's just a matter of adding after that something like:
>
> .IF "$(USE_64_BIT_INT)" == "define"
> ARCHNAME !:= $(ARCHNAME)-64int
> .ENDIF

You are nearly right, I have ended up with
http://svn.ali.as/cpan/trunk/Perl-Dist-Strawberry/share/perl-5.16-x86-64int/diffs_for_info_only/makefile.mk.diff

Check http://strawberryperl.com/beta/ for the latest "64int" build

--
kmx