On 2007-10-16 19:04+0900 Hiroyasu YASUDA wrote: > Dear All: > > I'm trying to install Plplot 5.7.4 on Cygwin, which is the newest of > cygwin on WIndows Xp, according to the Configure PLplot for cygwin in > PLplot wiki, http://www.miscdebris.net/plplot_wiki/index.php? > title=Configure_PLplot_for_cygwin. > > When I run "make" after running cmake, the command fail and then the > command show that: > gcc: /DIVF: No such file or directory > make[2] ***[bindings/f77/CMakeFiles/Plplotf77cd.dir/sccont.o] Error 1 > make[1] ***[bindings/f77/CMakeFiles/Plplotf77cd.dir/all] Error 2 > make: ***[all] Error 2 > > Please let me know that how to solve this problem.
To help us decide whether this is a general problem or simply an f77 issue, please use cmake options that give you no bindings and only the simple PostScript device that has no external library dependencies, i.e., -DDEFAULT_NO_BINDINGS=ON -DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON If that completely simplified configuration has no problems, then you know that the internal core of PLplot is working fine, and the problem is likely to be just in the f77 bindings. You can test a configuration with the f77 bindings disabled but all other bindings left on (and most devices left on) by using the cmake option -DENABLE_f77=OFF In any case, for your next report of the issue, please tell us all the details such as the command-line options you used for the cmake command (starting from an empty build directory), the complete cmake output, and the complete make output. Also, what is the result of cmake --version ? Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------- 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 Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel