From: Alan W. I. <ai...@us...> - 2002-07-30 23:36:09
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv7714 Modified Files: dyndrv.in install.in lib_sh_linux.in pkg_tcl.in pkg_tk.in pkg_tkwin.in pkg_xwin.in Log Message: Try to eliminate need for LD_LIBRARY_PATH with appropriate rpath options when building libraries or drivers that link to other libraries. This is required for python (and probably wish) to work without having to set LD_LIBRARY_PATH. The change here is that the libplplottcltk library and the tk, xwin, and tkwin dynamic drivers are built with rpath pointing to plplot/tmp, but just before installation they are rebuilt with rpath pointing to the installed library location, $prefix/lib/. |