Re: [Plplot-devel] Using plparseopts on Cygwin

2007-11-12 Thread Arjen Markus
Hiroyasu Yasuda wrote: > > On 2007/11/12, at 16:48, Arjen Markus wrote: > >> >> the message about the negative number of arguments was exactly the >> problem we encountered >> before. One way, IIRC, around it is to use static libraries. Can you >> try with g95? > > > Hello, Arjen, > > I tried

Re: [Plplot-devel] Using plparseopts on Cygwin

2007-11-12 Thread Hiroyasu Yasuda
On 2007/11/12, at 16:48, Arjen Markus wrote: > > the message about the negative number of arguments was exactly the > problem we encountered > before. One way, IIRC, around it is to use static libraries. Can > you try with g95? Hello, Arjen, I tried to build the plplot sample codes, which i

Re: [Plplot-devel] Using plparseopts on Cygwin

2007-11-08 Thread Arjen Markus
Hiroyasu Yasuda wrote: >Because to use -dev and something options of plplot, I would like to >know how to build plplot for cygwin environment. When built plplot >svn version last week, I ran cmake options with : > >-DENABLE tk=OFF -DENABLE tcl=OFF -DENABLE DYNDRIVERS=OFF -DPLD >wingcc=OFF .

[Plplot-devel] Using plparseopts on Cygwin

2007-11-08 Thread Hiroyasu Yasuda
Because to use -dev and something options of plplot, I would like to know how to build plplot for cygwin environment. When built plplot svn version last week, I ran cmake options with : -DENABLE tk=OFF -DENABLE tcl=OFF -DENABLE DYNDRIVERS=OFF -DPLD wingcc=OFF .. Please let me know whether