Hi,
I am trying to install the Math::Gsl::histogram module so that I can do cumulative distributions.
I am using Active State perl on windows.
This is what I did.
1. From command prompt "ppm install http://theoryx5.uwinnipeg.ca/ppms/Math-Gsl.ppd"
2. It installed correctly but not sure if it downloaded the necesary DLL's correctly.
3. Copied the Math directory over to my perl /lib directory.
When I tried to run my test script with only use Math::Gsl::histogram, it gave me an error saying that it "can't locate loadable object".
Can anyone tell me whats wrong?
Also, if I wanted to create a standalone executable to include the Math::GSL::Histogram then I should be able to include the DLL's that this module seems to require with no problem right?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.