Tcl Source Code

View Ticket
Login
Ticket UUID: 1720242
Title: OSF1 udpate for tcl.m4
Type: Patch Version: None
Submitter: gregcouch Created on: 2007-05-16 19:38:56
Subsystem: 85. tclconfig Assigned To: hobbs
Priority: 7 High Severity:
Status: Closed Last Modified: 2010-08-14 03:42:01
Resolution: Fixed Closed By: hobbs
    Closed on: 2010-08-13 20:42:01
Description:
The TEA tclconfig/tcl.m4 file has operating system specific knowledge for many systems.  You can tell which ones are obsolete because of the SHLIB_LD_LIBS="" lines -- that means that any dependencies are left out and when the package is loaded, if any of the dependencies are not already loaded (e.g., OpenGL), then the load will fail.  The attached patch fixes the bug for OSF1-V*.  I'd recommend making SHLIB_LD_LIBS='${LIBS}' the default for all platforms to make it more likely older platforms will still work.
User Comments: hobbs added on 2010-08-14 03:42:01:

allow_comments - 1

Corrected core tcl.m4 and TEA tcl.m4 for OSF1-V* case.  For TEA, I made '${LIBS}' the default, but for the core I adjusted just OSF1-V*.

gregcouch added on 2007-05-17 02:38:56:

File Added - 229420: osf1.patch

Attachments: