On 2010-12-07 13:13+0100 Arjen Markus wrote: > Hi Alan, > > I changed the value of the "results" variable in test_tcl.sh.in > to "${OUTPUT_DIR}" and it worked fine. Except that the Tcl results > do not show up in the summary. Odd.
One other curiosity. If you look higher in test_tcl.sh(.in) you find the following shell commands: cd "${OUTPUT_DIR}" results="`pwd`" export results So ${results} should normally refer to the same directory as ${OUTPUT_DIR}. However, the pwd command always returns absolute results so therefore ${results} is absolute as well, while ${OUTPUT_DIR} is relative if I recall correctly. So your earlier idea that ${results} refers to a pathname too long for Windows to handle _might_ be the explanation of why ${OUTPUT_DIR} works but ${results} does not. On the other hand, the thread starting at http://lists-archives.org/mingw-users/18294-msys-bash-maximum-length-of-command-line-arguments.html indicates the Windows pathname limit is 8191 characters, and in any case we are using bash here which that thread implies has even a longer pathname limit. I have no explanation of why the Tcl results are not showing up in the summary except possibly they are put into the wrong directory. Maybe the absolute pathname really is needed? I will look further at all of this once I have downloaded and installed everything I need (including Tcl) to do a thorough test of PLplot under wine. 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 __________________________ ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel