On 2007/11/01, at 12:37, Jim Dishaw wrote: > Hiroyasu Yasuda <[EMAIL PROTECTED]> writes: > >> When I built plplot on Cygwin at the first time, make install command >> was automatically installed plplot files which doesn't work to /usr/ >> local/bin. So there are plplot folders in that location even now. How >> to install new working plplot files to /usr/local/bin, and should I >> remove those old plplot files? >> > > A subsequent make install will overwrite the file in /usr/local and > you do not need to uninstall.
I sometimes tried to run camke with below options in another fresh build tree, but a make install command wrote the files in buildplplot/ install. How to specify install folder ? -DCMAKE_INSTALL_PREFIX=install -DENABLE_tk=OFF -DENABLE_tcl=OFF - DENABLE_DYNDRIVERS=OFF -DPLD_wingcc=OFF .. >> Actually plplot creates execute files in f77. When I ran those file >> from cygwin shell and X-window as ./x**f.exe, nothing shows. Also I >> tried to add -dev ps and -dev jpg options, result is same. How to >> show and get the results? >> > > If you built the dynamic library version (and possible the dyndrivers > version) then this indicates that your PATH variable is not correctly > set. Windows looks for DLL's on the executable path, thus > LD_LIBRARY_PATH will not do anything. If you set PATH to include > /usr/local/lib, that should work. > > If that fails, try > > strace ./x01f.exe > > and report back with the output. I set PATH environment variable to .bash_profile as: export PATH=/usr/local/lib:$PATH After that, when run ./x01f.exe, cygwin shell shows no message, looks like normal terminate of the application. And when run strace ./ x01f.exe, windows message dialog shows that because libplotf77cd-9.1.1.dll can not find, the application can not start, and cygwin shell shows --- Process 388, exception C0000135 at 7C9A4ED1. Regards, Hiroyasu ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel