I have the latest pgplot libraries installed, including the corrections for 64-bit architecture and the c-wrapper. All the demos run fine so this seems to be working.
My LD_LIBRARY_PATH env variable is set and includes the standard paths and the path for the pgplot libraries. MY PGPLOT_DIR env variable is also set... I am confused... :-s
A couple of barely-educated guesses, from odd notes and memory of similar problems.
1. Try rebuilding your pgplot c lib, using g77 instead of gcc.
# make a build subdir in the toplevel of the pgplot src, then
../makemake ../ linux g77_gcc
2. A bug in the Perl module, possibly related to the 64-bit stuff. I would contact the author.
3. When you built your pgplot c lib, there may be some stray header for an older version earlier in the search path, which was accidently used. Usually /usr/local/lib is found first, but some odd glitch may be occurring.
I would look at number 1 first.
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.