in reply to Warnings building Perl itself on Windows 64

And then when I tried to link with some external libs, I got blowups galore. Since I don't really need any process to address more than 4GB of memory, I'm dropping back to 32 bits.
  • Comment on Re: Warnings building Perl itself on Windows 64

Replies are listed 'Best First'.
Re^2: Warnings building Perl itself on Windows 64
by syphilis (Archbishop) on Sep 23, 2013 at 01:19 UTC
    And then when I tried to link with some external libs, I got blowups galore

    That shouldn't happen if the external libs were built with the same compiler that built perl.

    Cheers,
    Rob