Re: [Plplot-devel] Dynamic drivers on Cygwin

2007-10-30 Thread Alan W. Irwin
On 2007-10-30 06:23+0100 Arjen Markus wrote: I can confirm this: apparently LD_LIBRARY_PATH is not used, but PATH is (as is the method for Windows programs in general). The one issue that is left is that I have to copy the font files manually from the directory with the sources, not the

Re: [Plplot-devel] Dynamic drivers on Cygwin

2007-10-30 Thread Arjen Markus
Alan W. Irwin wrote: Therefore, Arjen, have you actually tried building the examples in the install tree (after make install has been run) and running make and ./plplot-test.sh in the installed examples directory (e.g., in $prefix/share/plplot5.8.0-RC1/examples, where $prefix is the installation

Re: [Plplot-devel] Dynamic drivers on Cygwin

2007-10-30 Thread Alan W. Irwin
On 2007-10-29 15:20-0700 Alan W. Irwin wrote: I plan to post to the CMake list asking why rpath is not being set in either the build tree or install tree for the Cygwin platform. Here was the definitive answer from Bill Hoffman: There is no such thing as RPATH on windows or cygwin. Basically

[Plplot-devel] Dynamic drivers on Cygwin

2007-10-29 Thread Arjen Markus
Hi Alan, I won't keep in suspense: dynamic drivers work when I rename the .so file to .dll! However, there is a small caveat: For get-drv-info to do its job, the path/ld_library_path must be extended or the cygplplotd-9.3.0.dll and cygcsirocsa-0.0.1.dll copied into the drivers directory. I did

Re: [Plplot-devel] Dynamic drivers on Cygwin

2007-10-29 Thread Arjen Markus
I performed the best by setting the LD_LIBRARY_PATH to include lib/csa and src, which are the locations of the csa and plplot DLL's. I configured plplot with the command cmake -DCMAKE_INSTALL_PREFIX=install -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_TEST=ON -DENABLE_DYNDRIVERS=ON -DENABLE_tk=OFF

Re: [Plplot-devel] Dynamic drivers on Cygwin

2007-10-29 Thread Jim Dishaw
Alan W. Irwin [EMAIL PROTECTED] writes: I have changed the suffix of dynamic drivers to .dll in the Cygwin case for revision 7989. Could you please finish the experiment with this revision? That is set LD_LIBRARY_PATH, do the complete build again, then finish with the installed examples build