History Of Ticket c9a4f87325

Artifacts Associated With Ticket c9a4f87325

  1. Ticket change [3fced9e541] (rid 1864) by oehhar on 2024-03-05 10:14:51:

    1. foundin initialized to: "trunk"
    2. icomment:
      See TCL ticket [https://core.tcl-lang.org/tcl/info/1b8a893ded5f2a9b] :
      
      Apparently, TCLTLS uses TCL_PACKAGE_PATH instead ${prefix}/lib to find its  installation path.
      
      Example, where "{/usr/local/lib}" is the first element of the package path.
      
      <verbatim>
      /usr/bin/install -c -d '{/usr/local/lib}/tcltls1.7.22'
      /usr/bin/install -c tcltls.so '{/usr/local/lib}/tcltls1.7.22'
      /usr/bin/install -c -m 644    pkgIndex.tcl '{/usr/local/lib}/tcltls1.7.22'
      </verbatim>
      
      Take care,
      Harald
      
    3. login: "oehhar"
    4. mimetype: "text/x-fossil-wiki"
    5. private_contact initialized to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to:
      Use ${prefix}/lib instead TCL_PACKAGE_PATH to find installation folder
      
    9. type initialized to: "Build Problem"