From: "Jaap Spies" <[EMAIL PROTECTED]>
>
> Using Maple with Cygwin:
>
> [EMAIL PROTECTED] ~/sage
> $ /cygdrive/c/Program\ Files/Maple\ 9/bin.win/cmaple9.exe -t
>
> #-->
>
> #-->
> 1+1;
> #-->1+1;
> 2
> quit;
> #-->quit;
> bytes used=150424, alloc=196572, time=0.08
>
> I copied a file with contents '/cygdrive/c/Program\ Files/Maple\
> 9/bin.win/cmaple9.exe -t'
> to /usr/local/bin
>
> There seems to be an issue with CR-LF or something.
That seems to be an issue with rxvt, too - in the cmd shell I see the same
behavior as in Linux,
$ maple -t
#-->1+1;
2
#-->quit
bytes used=297088, alloc=327620, time=0.03
I usually prefer maple -q instead of maple -t. It works better as a filter
and the output is prettyprinted,
$ echo "1+1;" | maple -q
2
> When run from within sage, sage waits and never gets the prompt #-->
I can confirm that.
sage: !maple -q
works OK though (without a prompt).
Alec
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---