Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-30 Thread Alan W. Irwin
On 2007-10-30 08:39+0900 Hiroyasu Yasuda wrote: > > On 2007/10/30, at 7:49, Alan W. Irwin wrote: > >> 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,

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-30 Thread Arjen Markus
Alan W. Irwin wrote: On 2007-10-30 08:39+0900 Hiroyasu Yasuda wrote: On 2007/10/30, at 7:49, Alan W. Irwin wrote: 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

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-30 Thread Hiroyasu Yasuda
On 2007/10/30, at 16:42, Alan W. Irwin wrote: > Does anybody else more familiar with Cygwin spot anything? Can > anybody else > with access to Cygwin replicate this installed examples build bug for > fortran? Two weeks ago I have began to try installing Plplot on Cygwin. Everybody on this m

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 instal

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

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-30 Thread Alan W. Irwin
On 2007-10-30 17:46+0900 Hiroyasu Yasuda wrote: > > On 2007/10/30, at 16:42, Alan W. Irwin wrote: > >> Does anybody else more familiar with Cygwin spot anything? Can anybody >> else >> with access to Cygwin replicate this installed examples build bug for >> fortran? > > Two weeks ago I have bega

Re: [Plplot-devel] Install Plplot on Cygwin

2007-10-30 Thread Hiroyasu Yasuda
On 2007/10/30, at 21:27, Jim Dishaw wrote: I just got SVN. Do I just do the same procedure under trunk folder when building stable version of Plplot as same ? If there is another procedure to do that or required options, please let me know. > I just did the build using the latest SVN and cy

[Plplot-devel] Problem with gfortran/g77 under Cygwin

2007-10-30 Thread Arjen Markus
Hello, it is clear to me now why: gfortran -o x01f x01f.f `pkg-config --libs plplotd-f77` gives the error message: /bin/ld: cannot find -lplplotf77d The file it should link against is called libplplotf77d-9.1.1.dll (and the other one is libplplotf77cd-9.1.1.dll) If I change the plplotd-f77.pc

Re: [Plplot-devel] Problem with gfortran/g77 under Cygwin

2007-10-30 Thread Arjen Markus
Arjen Markus wrote: >Hello, > >it is clear to me now why: > >gfortran -o x01f x01f.f `pkg-config --libs plplotd-f77` > >gives the error message: > >/bin/ld: cannot find -lplplotf77d > >The file it should link against is called libplplotf77d-9.1.1.dll >(and the other one is libplplotf77cd-9.1.1.dll