[GRASS5] NVIZ and Tcltk fix for Debian

Paolo Cavallini has worked out a way to get NVIZ working with Debian
installations where it is problematic due to the presence of tcltk 8.4.

I am copying it to the lists for others who may have run into this problem.

Michael
______________________________
Michael Barton, Professor & Curator
School of Human Origins, Cultures, & Societies
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

------ Forwarded Message

From: Paolo Cavallini <cavallini@faunalia.it>
Organization: Faunalia
Reply-To: <cavallini@faunalia.it>
Date: Tue, 03 Aug 2004 18:17:59 +0200
To: Michael Barton <michael.barton@asu.edu>
Subject: Re: [GRASS5] questions for updating tcltkgrass for 5.7

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

No compilation, just installing tcltk8.3 and linking to that:

rm /usr/lib/libtcl.so.0
rm /usr/lib/libtk.so.0
apt-get install tcl8.3 tk8.3
ln -s /usr/lib/libtk8.3.so.1 /usr/lib/libtk.so.0
ln -s /usr/lib/libtcl8.3.so.1 /usr/lib/libtcl.so.0
ldconfig

That's all.
All the best.
pc

At 17:34, martedì 03 agosto 2004 you presumably wrote:

On 8/3/04 7:30 AM, "Paolo Cavallini" <cavallini@faunalia.it> wrote:

Hash: SHA1

I got nviz working on debian. It was surprisingly simple, in fact (just
linking to tcltk8.3 instead of 8.4).
All the best.
pc

This is great. Is this in the compilation or simply by setting the WISH
variable in grassrc57?

You might publish the solution to the grass list for others who run into
the same problem.

- --
Paolo Cavallini
cavallini@faunalia.it www.faunalia.it
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953
GPG key @: www.faunalia.it/Public_key_Paolo.asc
Only free software: www.gnu.org / www.linux.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBD7q3/NedwLUzIr4RAsoGAKCzqECCetJSgsJLIsMSHGXcHm37ugCggpBh
FSynIQGLGe9sWVUv8vV+XTA=
=VGu+
-----END PGP SIGNATURE-----

------ End of Forwarded Message