Mateusz Loskot - 2006-05-29

Logged In: YES
user_id=736047

Please, check if Tcl and Tk libraries on your system are
named as libtcl84 and libtk84.
It is possible, that those libs have quite different names,
e.g. on Ubuntu 5.10 their names are:

/usr/lib/libtcl8.4.so
/usr/lib/libtk8.4.so

(See the dot in 8.4)

and here I link with:
-ltk8.4 and -ltcl8.4

Cheers
Mateusz