From: <jc...@fe...> - 2002-12-05 20:33:48
|
On Thursday 05 December 2002 20:03, Alan W. Irwin wrote: | I believe make x01c is just using ordinary default rules for make so | it isn't finding everything that it needs. You should be using make | check instead. | | First remove everything created by make x01c in examples/c so as not | to confuse issues.=20 Nope, > make distclean > ./configure --enable-dyndrivers > make > make check =2E.. [jcard@feup] pwd /home/jcard/plplot [jcard@feup] examples/c/x01c=20 *** PLPLOT ERROR *** Can't open drivers/drivers.db Program aborted [jcard@feup] cd examples/c [jcard@feup] ./x01c=20 *** PLPLOT ERROR *** Can't open drivers/drivers.db Program aborted [jcard@feup] cd ../.. [jcard@feup] find . -name drivers.db =2E/drivers/drivers.db So it's not working. Could be that you have an installed plplot? Joao | |