in reply to Re: Re: "Prototype mismatch" using h2xs-generated code
in thread "Prototype mismatch" using h2xs-generated code

Did you compile with 64-bit ints? That's just as important as trying a new version.

-sam

  • Comment on Re: Re: Re: "Prototype mismatch" using h2xs-generated code

Replies are listed 'Best First'.
Re: Re: Re: Re: "Prototype mismatch" using h2xs-generated code
by rjbell4 (Novice) on Apr 29, 2002 at 20:50 UTC
    Yup, perl -V shows: Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES I think Configure automatically sets that up on my platform.
      Ok, then that's definitely a bug. perlbug that sucker.

      -sam