Results 1 to 5 of 5

Thread: Problems with scilab and tcl/tk

  1. #1
    Join Date
    Jun 2005
    Beans
    3

    Problems with scilab and tcl/tk

    I am trying to install scilab 4.0 on dapper and I am running into trouble compiling the source. I run into the following problem after running './configure':

    ...
    checking for finite... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking values.h usability... yes
    checking values.h presence... yes
    checking for values.h... yes
    checking for main in -lncurses... no
    checking for main in -lcurses... no
    checking for main in -ltermcap... no
    checking for main in -ltermlib... no
    checking for PVM architecture... LINUX
    checking for main in -ldl... yes
    checking for header file tcl.h... configure: error: no header file tcl.h found for 8.4*

    I am new at this so the only thing I could think to do was to install the tcl and tk packages. When I did this I got the following messages:

    sudo apt-get install tcl8.4
    Reading package lists... Done
    Building dependency tree... Done
    tcl8.4 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

    sudo apt-get install tk8.4
    Reading package lists... Done
    Building dependency tree... Done
    tk8.4 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

    I interpreted these to mean that tcl/tk is already installed and is the most recent version. Any ideas on what I need to do?

  2. #2
    Join Date
    Oct 2004
    Beans
    30
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Problems with scilab and tcl/tk

    You probably need to install tcl and tk development packages - tcl8.4-dev and tk8.4-dev .

  3. #3
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: Problems with scilab and tcl/tk

    I went through this as well and there are a number of other dev packages you need to install as well (you need to decipher the configure messages to work out which). It does work in the end though on Dapper. If you have a 64 bit system pick up my checkinstall deb here

    http://www.yourfilelink.com/get.php?fid=184208
    "Linux is evolution, not intelligent design." - Linus Torvalds

  4. #4
    Join Date
    Jul 2005
    Location
    Finland
    Beans
    115

    Re: Problems with scilab and tcl/tk

    Any news on this?

  5. #5
    WW is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Oct 2004
    Beans
    1,532

    Re: Problems with scilab and tcl/tk

    Why not install the Linux binary version of 4.1 that is available on the scilab web page? (Or is that only 32 bit, and you want 64 bit?)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •