euglenas has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to use the pp utility to create an executable of a perl script. When I type pp -o *.exe *.pl into the DOS command line the following error occurs.

Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/usr/lib/Win32API/File.pm line 20

I tried re-installing the Math::BigInt module to no avail.

Any suggestions would be helpful, because I'm stumped. Thanks.

Replies are listed 'Best First'.
Re: Problem Using PAR:Packer
by syphilis (Archbishop) on Aug 16, 2008 at 09:54 UTC
    Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/usr/lib/Win32API/File.pm line 20

    Don't worry about that - it's just an inconsequential warning. It happens because ActiveState, in build 1003, used a version of Win32API::File that would best have been avoided. I'm told this will be rectified in future releases of ActivePerl.

    It shouldn't be posing a problem for you (apart from the annoying message). If it does pose problems, please provide details ... or switch to a different build of ActivePerl.

    (I've made some assumptions about your environment in the above. Please correct me if any of them are wrong.)

    Cheers,
    Rob
Re: Problem Using PAR:Packer
by marto (Cardinal) on Aug 16, 2008 at 07:56 UTC