Message from discussion
32bit strawberry perl with -Duse64bitint
Received: by 10.68.241.98 with SMTP id wh2mr6950623pbc.7.1337193905096;
Wed, 16 May 2012 11:45:05 -0700 (PDT)
Newsgroups: perl.win32.vanilla
Path: pr3ni6182pbb.0!nntp.google.com!news1.google.com!news.glorb.com!usenet.stanford.edu!nntp.perl.org
Return-Path: <k...@atlas.cz>
Mailing-List: contact win32-vanilla-h...@perl.org; run by ezmlm
Delivered-To: mailing list win32-vani...@perl.org
Received: (qmail 31785 invoked from network); 16 May 2012 18:28:42 -0000
Received: from x1.develooper.com (207.171.7.70)
by x6.develooper.com with SMTP; 16 May 2012 18:28:42 -0000
Received: (qmail 18661 invoked by uid 225); 16 May 2012 18:28:41 -0000
Delivered-To: win32-vani...@perl.org
Received: (qmail 18656 invoked by alias); 16 May 2012 18:28:41 -0000
X-Spam-Status: No, hits=-1.9 required=8.0
tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS
X-Spam-Check-By: la.mx.develooper.com
Received: from gmmr2.centrum.cz (HELO gmmr2.centrum.cz) (46.255.227.252)
by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Wed, 16 May 2012 11:28:33 -0700
Received: from gm-smtp2.centrum.cz (unknown [10.32.3.101])
by gmmr2.centrum.cz (Postfix) with ESMTP id EB5798000FE0
for <win32-vani...@perl.org>; Wed, 16 May 2012 20:28:28 +0200 (CEST)
Received: from [192.168.9.105] (ip-213-220-214-170.net.upcbroadband.cz [213.220.214.170])
by gm-smtp2.centrum.cz (Postfix) with ESMTPA id D3643A405D
for <win32-vani...@perl.org>; Wed, 16 May 2012 20:28:28 +0200 (CEST)
Message-ID: <4FB3F1CB.6040009@atlas.cz>
Date: Wed, 16 May 2012 20:28:27 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
MIME-Version: 1.0
To: win32-vani...@perl.org
Subject: Re: 32bit strawberry perl with -Duse64bitint
References: <20120425142618.245940@gmx.net> <4F995FFF.2050703@atlas.cz> <CAPTtex+qEWhY7zHoKMVt43+NFvugodx_GqfdWCcmpVEiaDkkog@mail.gmail.com> <4F9AB764.3060504@atlas.cz> <CAPTtex+9ytRQLkDYW6gwNL=bc7xB1dcdWTwRjN92Oec+-jQTsg@mail.gmail.com> <4F9AEDAB.4090900@atlas.cz> <4AB613AA5EA44C33988910717A28146A@desktop2> <4FB2CC8D.6070...@atlas.cz> <A6DEBDEDE57D4FBCA1A4B81368AB521D@desktop2> <4FB36AF7.7000...@atlas.cz> <D3590790675542F99AC11798A899597D@desktop2>
In-Reply-To: <D3590790675542F99AC11798A899597D@desktop2>
Approved: n...@nntp.perl.org
From: k...@atlas.cz (kmx)
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
> 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