I made up a separate script that called /usr/bin/wish (the Aqua version) explicitly:

% diff  ~/bin/aquamaxima /sw/bin/xmaxima
3c3
< exec /usr/bin/wish "$0" "$@"
---
> exec wish "$0" "$@"
15074c15074
< exec /usr/bin/wish "$0" "$@"
---
> exec wish "$0" "$@"

That does it.

On Tuesday, July 15, 2003, at 12:10 PM, Andrea Riciputi wrote:

On Sunday, Jul 13, 2003, at 03:32 Europe/Rome, Alexander Hansen wrote:

There is indeed a separate Aqua version of Tcl/Tk . I use it to run Maxima in aqua instead of X11.

I'm very interested in having maxima GUI. Do you mean that you are using xmaxima with AquaTk? If so, could you explain how we have to modify the /sw/bin/xmaxima script in order to get AquaTk working instead of standard Tk?


Thanks,
        Andrea.

---
Andrea Riciputi

"Science is like sex: sometimes something useful comes out,
  but that is not the reason we are doing it" -- (Richard Feynman)




------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to