I guess the root of the problem is here: here is another weirdness, which might explain the PATHNAME error message On Cygwin, ECL gives > (directory "")
NIL > while on supported systems (MacOSX, Linux) you get the current directory: > (directory "") (#P"/private/tmp/") > And on Cygwin directory function is broken in different ways, too - returning wrong contents, e.g. (directory "/tmp/*") should return the list(?) of files in /tmp, but on Cygwin it doesn't. Any clues how to fix this? ---------- I get maxima.exe along the way, it starts and seems to work OK (e.g. "factor(10!);" works) Dima -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org