Results 1 to 2 of 2

Thread: undefined reference to tcl_Free

  1. #1
    Join Date
    Aug 2019
    Beans
    2

    undefined reference to tcl_Free

    I am getting below issue .

    /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libexpect.so: undefined reference to `Tcl_Free'
    /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libexpect.so: undefined reference to `Tcl_ErrnoMsg'
    /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libexpect.so: undefined reference to `Tcl_Alloc'
    Has anybody seen this error before Please help me resolve it



  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: undefined reference to tcl_Free

    I haven't any clue, but did you install Tcl/TK? Expect is built on those tools. There are books on those languages.
    I haven't seen expect used in a very long time. Most people have switched to devops tools like Ansible.

Tags for this Thread

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
  •