From: Koen v. d. D. <kvd...@ea...> - 2003-12-28 20:33:15
|
On Dec 26, 2003, at 1:12 PM, Alan W. Irwin wrote: > Then in that same directory to execute the built example: > > ./x01c -dev psc -o temp.ps > > which creates the result file temp.ps containing the coloured > postscript > plot of our example 1. > Yes, that works (tested with latest cvs release)! But it only works if plplot gets installed into /usr/local/. My goal is to create a plplot package for the fink project, which is a debian-type package manager for Mac OS X. Fink installs everything into a special dedicated directory /sw. If I run the examples from /sw/share/plplot/examples, I get an error about fonts: *** PLPLOT ERROR *** Unable to open or allocate memory for font file Program aborted. Does plplot install its own fonts (and where)? - Koen. |