Hiroyasu Yasuda <[EMAIL PROTECTED]> writes:

> On 2007/11/01, at 12:37, Jim Dishaw wrote:
>
> 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 ..
>

The option -DCMAKE_INSTALL_PREFIX=install means "install the files in
the directory named install."  Note that it is a relative to the current
directory.  Your best choice would be to omit the
"-DCMAKE_INSTALL_PREFIX=install"  and let cmake use the default install
prefix, which is /usr/local.  The reason why the windows build
instructions has "install" as the installation prefix is because the
cmake installation code was not working correctly in windows, however, I
think it was never an issue in cygwin.

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

Once you install into /usr/local, things should be working.

-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