View Ticket
Ticket Hash: c9a4f87325d68cf830bf897846b47eff26468ba6
Title: Use ${prefix}/lib instead TCL_PACKAGE_PATH to find installation folder
Status: Open Type: Build Problem
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2024-03-05 10:14:51
Version Found In: trunk
User Comments:
oehhar added on 2024-03-05 10:14:51: (text/x-fossil-wiki)
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