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

2012-09-06 Thread Sisyphus
- Original Message - From: "Sisyphus" To: 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 Config; use Math::MPFR qw(:mpf

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 #include #include