Tcl Source Code

View Ticket
Login
Ticket UUID: 2307398
Title: Tcl not in Tk's -rpath when installed to different -prefix
Type: Bug Version: obsolete: 8.6a3
Submitter: andygoth Created on: 2008-11-17 23:15:13
Subsystem: 53. Configuration and Build Tools Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2008-12-11 08:13:00
Resolution: None Closed By: andygoth
    Closed on: 2008-12-11 01:13:00
Description:
Tk's -rpath does not include the Tcl library directory when Tcl and Tk are installed to separate -prefix directories.  The attached patch corrected the problem for me.
User Comments: andygoth added on 2008-12-11 08:13:00:
I am closing this Tcl bug and reopening it as Tk bug 2415437.

andygoth added on 2008-11-19 10:36:30:
The warning printed for me also, so I simply added Tk's library directory to $TCLLIBPATH.  No big deal.

dgp added on 2008-11-18 21:34:40:
Sorry, the configure warning does work.

My local ~/.config.site setting were masking it.

dgp added on 2008-11-18 21:27:52:
Tk doesn't fully work when installed
to a different -prefix from Tcl.  See
Tk Bug 765642.

Tk's configure script is supposed to
print a warning about this.  Appears
not to be working?

andygoth added on 2008-11-18 06:15:14:

File Added - 301857: tk-libdir.patch

Attachments: