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.

> 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.

-jd

-------------------------------------------------------------------------
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

Reply via email to