From: Geoffrey F. <fu...@us...> - 2001-10-26 17:45:37
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv8563/cf Modified Files: dyndrv.in Log Message: Drivers have to be linked against libplplot due to how the JVM resolves symbols when it does dlopen. To break this tie, we will have to introduce a virtualization of the PLplot API for use by drivers. Following the Java Native Interface "env" thing, is probably a good way to go. |