in reply to Re: Exploring Inline::C (Generating primes)
in thread Exploring Inline::C (Generating primes)
Well that's strange. I've tested on the following Perls:
Is it possible that your Inline::C is installed using a different compiler from the one used to compile Perl? That can make a difference. When I installed using cpan Inline::C, I was prompted for which compiler to use, but the default had already detected the compiler used to compile Perl, so I just accepted the default.
Test::More is used by just about every module you install, so I would be more inclined to put the blame on Inline::C than on Test::More.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Exploring Inline::C (Generating primes)
by wazoox (Prior) on Oct 26, 2011 at 21:08 UTC |