sorry, posted too fast
there is no /usr/lib/libtk.so in suse 7 as far as i found out
the only file i found was the libtk8.3.so in /usr/lib/ i think this so in every suse version
so maybe a possibility to find out, which version the user has installed on his system is
locate /usr/lib/libtk???.so
this should return the installed version (at least for suse)
m.
On Saturday 28 October 2000 19:59, tarasiewicz@gmx.at wrote:
there seems to be no symbolic link for suse in /usr/lib/libtk.so
maybe you could try to use
locate /usr/lib/libtk???.so
to get the current release? (returns the found file)
m.
On Monday 23 October 2000 12:31, Guenter Geiger wrote:
 This is distribution dependent, but I'm using a autoconf system on  Debian, so no problem with that, somebody should take a look at  SuSe as well ...
 Guenter
 Miller Puckette writes:  > Hi all,  >  > I finally figured out that you can just link Pd to "tk" instead of  > "tk8.0"; /usr/lib/libtk.so should normally be a symbolic link to
the
 > correct version.  I'll get this right for the real 0.32 release.  >  > cheers  > Miller