On Wed, 9 Feb 2005, Ersatz Sophist wrote:

> Hi,
>
> Is it possible to use the tcl/tk aqua package distributed by sf.net
> instead of the fink tcl/tk? If so, how would one go about replacing the
> fink tcl/tk?
>
> http://tcltkaqua.sourceforge.net/
>
You don't have to replace it.  I've got both on my machine:

/bin/ls -l /sw/bin/{tclsh,wish}8.4 /Applications/Utilities/Wish\ Shell.app
lrwxr-xr-x  1 root  admin     62 30 Apr  2004 \
 /Applications/Utilities/Wish Shell.app -> \
 ../../Library/Frameworks/Tk.framework/Resources/Wish Shell.app
-rwxr-xr-x  1 root  admin  15836 29 May  2004 /sw/bin/tclsh8.4
-rwxr-xr-x  1 root  admin  16016 11 Mar  2004 /sw/bin/wish8.4

The Batteries-Included distribution may have more add-ons in it, but
for relatively straight Tcl stuff they seem to be the same, so I use
/sw/bin/tclsh for my Tcl needs, and for wish my scripts start with this:

#!/bin/sh
# The next line starts wish, and wish skips this line and the next \
exec "/Applications/Utilities/Wish Shell.app/Contents/MacOS/Wish Shell" $0 "$@"

Wayne

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wayne Brehob    [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to