On 2007-10-21 21:49-0400 Jim Dishaw wrote: > Hiroyasu Yasuda <[EMAIL PROTECTED]> writes: >> Yes, I'm using with g77. However the Windwos Xp is installed also >> intel fortran. >> >> Also I worry about that the build of plplot under my cygwin is >> whether success or failure, because when running make, make shows >> that Can not open driver module for each driver. Actually make run >> again after showing that message, make procedure is progress. >> >> Regards, >> Hiroyasu > > The problem is that CMake sees the Intel Visual Fortran installation and > sets the compiler flag "/DIVF" and that causes the GNU compiler to > fail.
Jim, please correct me if you have a different experience, but my belief is the environment variable approach is going to set the fortran compiler and its options completely consistently so there should be no inconsistent extra options like "/DIVF" unless the build was done starting from a dirty build tree. Also, dealing with the possible fortran compiler issue does not solve the fundamental problem which showed up for the simple case with no bindings and just the ps device. (The ps device could not be dynamically loaded.) Personally, I think it is better to work on that fundamental problem first. Jim, what happens if you try that simple case on Cygwin for 5.8.0-RC1? Note, by default Plplot assumes dynamic devices so that simple case is actually a test of that. Also note, http://www.miscdebris.net/plplot_wiki/index.php?title=Overview_of_the_status_on_Windows says that dynamic devices have not yet been tested for Cygwin. So not being able to dynamically load PLplot devices on Cygwin might be the cause of Hiroyasu's fundamental problem, but let's find out before we release 5.8.0. 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