Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 511067ab238c721bfe2ae68e7bfcab3594afb02bf1dec93d1463beca06780d6f
Ticket: 9a6ed28e98d31bc322efe3ffd9a360a048a11de2
link fails on Ubuntu 18.04
User & Date: bll 2018-11-10 16:50:55
Changes

  1. icomment:
    I have run into that problem before.
    And Francois has also, even if he does not realize it.
    
    I now try to do a:
       ./configure --prefix ...; make distclean; ./configure --prefix ...
    every time.
    I agree, the build system is quite sucky.
    
    Given --prefix mypath, tk configure should look in mypath/lib/tclConfig.sh
    first.   And if --with-tcl is specified, it should look there first.
    Not in random other places.
    
  2. login: "bll"
  3. mimetype: "text/plain"