Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-29 Thread Alan W. Irwin
On 2007-10-29 08:49+0900 Hiroyasu Yasuda wrote: Alan: Since I could not access svn server due to error messages as follows: $ svn co https://plplot.svn.sourceforge.net/svnroot/plplot plplot svn: PROPFIND request failed on '/svnroot/plplot' svn: PROPFIND of '/svnroot/plplot': could not

[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] Install Plplot on Cygwin

2007-10-29 Thread Hiroyasu Yasuda
On 2007/10/29, at 19:27, Alan W. Irwin wrote: Please run the command that determines the compile flags and link flags, i.e., PKG_CONFIG_PATH=/home/yasu/plplot-5.8.0-RC1/b001/install/lib/ pkgconfig \ pkg-config --cflags --libs plplotd-f77 Alan, I tried to build a fortran sample code of

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-29 Thread Alan W. Irwin
On 2007-10-30 07:09+0900 Hiroyasu Yasuda wrote: On 2007/10/29, at 19:27, Alan W. Irwin wrote: Please run the command that determines the compile flags and link flags, i.e., PKG_CONFIG_PATH=/home/yasu/plplot-5.8.0-RC1/b001/install/lib/pkgconfig \ pkg-config --cflags --libs plplotd-f77

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