[GRASS5] tcltkgrass and wish error

Markus Neteler neteler at itc.it
Mon Aug 26 08:37:44 EDT 2002


Hi,

since we get the tcltkgrass/wish questions too often,
I suggest a change to tcltkgrass startup:

mv $GISBASE/bin/tcltkgrass $GISBASE/etc/tcltkgrass.start

new file $GISBASE/bin/tcltkgrass with contents:
#!/bin/sh
# the next line restarts using wish \
if [ "`type -p $GRASS_WISH`" = "" ] ; then
 echo "wish not found. Install tcl and tk libraries."
 exit
else
 exec $GISBASE/etc/tcltkgrass.start
fi

Are there any objections (certainly above message may be modified)?

Markus
-------------- next part --------------
An embedded message was scrubbed...
From: "Wojtek Wicher" <grassgis at wp.pl>
Subject: [GRASSLIST:4375] need help on tcltkgrass
Date: Mon, 26 Aug 2002 09:46:02 +0200
Size: 2915
Url: http://lists.osgeo.org/pipermail/grass-dev/attachments/20020826/13eff40b/attachment.mht


More information about the grass-dev mailing list