in reply to No Tcl dll found

G'day hakim-djz,

Welcome to the monastery.

Many Perl modules (especially those that are pure Perl) install without incident; however, when you do have problems installing a module (particularly those that require 3rd-party libraries), your first port of call should be the README file.

The layout in CPAN is pretty much the same for all modules: you'll find README, as well as other files and resources, in the same places. I'll show how to do it for Tkx (the steps are the same for other modules):

  1. Find the module you want on CPAN, in this case Tkx.
  2. In the top-left corner you'll see: author_link > distribution_link > module_name. Follow the distribution_link, in this case Tkx-1.09. [Note for future reference: 1.09 is a version number which will change if the module is updated.]
  3. Now you'll see a lot of information in various sections including testing results, other modules in the distribution, documentation and so on. The link to the README file is in the "Special Files" section.

For installation of Tcl/Tk, I suggest you go to TkDocs - Tk Tutorial. Read the short Introduction then you can probably skip straight to Installing Tk on Linux.

Once you installed Tcl/Tk, try to install Tkx again.

I haven't done this specifically for Linux; however, the steps I've shown here worked fine for Mac OS X which is also a Unix-like OS.

[Depending on your expertise with Tkx, you may find other sections of TkDocs - Tk Tutorial as well as Tkx::Tutorial useful when you start to write your GUIs.]

-- Ken

Replies are listed 'Best First'.
Re^2: No Tcl dll found
by hakim-djz (Novice) on Feb 07, 2014 at 19:45 UTC

    Hi Ken

    Got Tk installed okay. Get your point about Tkx and I read the readme files. Yea I'm going to work on Tk and it should be sufficient for what I'm going to do. Just wanted to make the GUI look a bit better, if you know any other ways?

    thanks to all replies

Re^2: No Tcl dll found
by hakim-djz (Novice) on Feb 08, 2014 at 16:28 UTC
    I'm Still getting error trying to install Tkx. Tk installed okay, but Tcl won't install either. Any ideas??