Re: Recommended version of Perl for test framework

2015-07-22 Thread Jim Jagielski
Nothing stands out... weird. I may try compiling on my own. System Perl: Compiler: cc='cc', ccflags ='-arch x86_64 -arch i386 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector', optimize='-Os', cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasin

Re: Recommended version of Perl for test framework

2015-07-22 Thread Kevin A. McGrail
On 7/22/2015 6:43 AM, Jim Jagielski wrote: Nothing stands out... weird. I may try compiling on my own. Well, the gccversion is different. clang-600.0.54 v clang-600.0.39 Regards, KAM - To unsubscribe, e-mail: dev-unsubscr...

Re: Recommended version of Perl for test framework

2015-07-22 Thread Jim Jagielski
> On Jul 22, 2015, at 8:21 AM, Kevin A. McGrail wrote: > > On 7/22/2015 6:43 AM, Jim Jagielski wrote: >> Nothing stands out... weird. I may try compiling on my own. > Well, the gccversion is different. > > clang-600.0.54 v clang-600.0.39 > I doubt that's causing the problem. In any case, I'v