Tcl Source Code

View Ticket
Login
Ticket UUID: 402972
Title: Fix for Bug 119416
Type: Patch Version: None
Submitter: dgp Created on: 2000-12-20 22:30:59
Subsystem: 52. Portability Support Assigned To: dgp
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2016-08-22 12:39:11
Resolution: None Closed By: dkf
    Closed on: 2016-08-22 12:39:11
User Comments: dgp added on 2001-01-05 04:31:55:
Integrated after e-mailed approval from Andreas Kupries

dgp added on 2001-01-04 08:26:41:

Patch Code - Modified - New Version

Revised patch.  Added test and ChangeLog entry.
Please review.

dgp added on 2000-12-21 06:07:51:

Patch Code - Modified - New Version

Revised patch.  Corrects the absolute -> relative
pathname problem when generating the library search
patch from the binary's absolute path name.

dgp added on 2000-12-21 05:46:07:
Ok, reviewing myself here...  This patch fixes the
crash due to the memory access error, but leaves
some other problems:

$ /tclsh
application-specific initialization failed: Can't find a usable init.tcl in the following directories: 
    /usr/local/lib/tcl8.4 lib/tcl8.4 library /usr/local/lib/tcl8.4



This probably means that Tcl wasn't installed properly.

Note that the library path includes relative pathnames,
not exclusively absolute pathnames.  I believe that's
not intended.

dgp added on 2000-12-21 05:33:42:
Please review.

Attachments: