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 .. > >Please let me know whether use or not plparseopts function on cygwin >and the way to build with plparseopts. > > > Hello Hiro,
we had a great deal of trouble with g77 on Cygwin plus dynamic libraries using the plparseopts function: it simply won't work. Now that newer (Fortran 95) compilers are available, we should perhaps revisit that area - especially for the Fortran 95 bindings. Formerly, there was also the issue that access to the command-line arguments was non-portable, but Fortran 2003 does define a standard API for that and the newer compilers support it. But not all compilers do, so we may have a spot of extra work here. For the moment: check the source code of the plparseopts function and turn it on for your platform. If it works, great. If it does not, try a different compiler. Let us know in any case. Regards, Arjen ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
