Odd output with 5.16.0, x86-64int architecture

2012-09-06 Thread Sisyphus
Hi, Here's the demo (Inline::C) script: ### use warnings; use Config; use Math::MPFR qw(:mpfr); use Inline C = Config = CCFLAGS = -D__USE_MINGW_ANSI_STDIO=1 . $Config{ccflags}, BUILD_NOISY = 1; use Inline C = 'EOC'; #include stdio.h #include stdlib.h

Re: MSYS package for Strawberry Perl

2012-09-06 Thread chm
On 9/5/2012 4:59 PM, Mark Dootson wrote: As Rob says, I'm fairly sure it doesn't matter. But if it does, an MSYS environment that is a copy of the environment used to build the compiler used in Strawberry (same versions of everything) is available at

Re: Odd output with 5.16.0, x86-64int architecture

2012-09-06 Thread Sisyphus
- Original Message - From: Sisyphus sisyph...@optusnet.com.au To: win32-vanilla@perl.org Sent: Friday, September 07, 2012 1:00 AM Subject: Odd output with 5.16.0, x86-64int architecture Hi, Here's the demo (Inline::C) script: ### use warnings; use