Re: 32bit strawberry perl with -Duse64bitint

[email protected] (kmx) Wed, 16 May 2012 10:53:11 +0200
Newsgroups perl.win32.vanilla
Message-ID <[email protected]>
> One thing I noticed is that $Config{archname} still reports
> 'MSWin32-x86-multi-thread'.
> I think it should probably differentiate itself from -Uuse64bitint
> builds, though I'm not sure of the rules in this regard (if there are any).
> Perhaps something like 'MSWin32-x86-multi-thread-64int' - but if there
> are no rules, then I reckon *you* get to choose.
>

Well, I have changed in config_H.gc:

#define ARCHNAME "MSWin32-x86-64int"

but it is obviously the wrong place and the wrong string - I should revert
it. It seems that some hacking/patching in win32/makefile.mk can fix this.


> Looking forward to the arrival of  'MSWin32-x86-multi-thread-64int-ld' ;-)
>

you mean -Duselongdouble?

--
kmx