From: Alan W. I. <ir...@be...> - 2002-12-05 20:55:32
|
On Thu, 5 Dec 2002, [iso-8859-1] Jo=E3o Cardoso wrote: > So it's not working. > Could be that you have an installed plplot? OOPS. You are right. I don't want to remove my installed version because = I am right in the middle of something, but now that you have reminded me, I know you are correct. For example, plcore.c now only looks in one place (th= e installed location) for drivers.db, the drivers themselves, and I think the fonts also. For now, try with an installed version. I think it will still link against the uninstalled libplplot (in case you are testing changes in the core functions). In fact after an install try removing everything from the install location except for drivers, drivers.db and fonts, and I believe make check will still work. Ultimately, if you don't want to depend on installed drivers.db, drivers, and fonts, then you will have to change plcore to search for them in the uninstalled locations first. Alan |