Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#2906 closed task (fixed)

Tcl-8.5.8

Reported by: Randy McMurchy Owned by: Randy McMurchy
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Randy McMurchy)

Version increment to 8.5.7

http://sourceforge.net/projects/tcl/files/

Version increment to 8.5.8

Change History (9)

comment:1 by Guy Dalziel, 15 years ago

Owner: changed from blfs-book@… to Guy Dalziel
Status: newassigned

comment:2 by bdubbs@…, 15 years ago

The 3rd part of the sed

-e "/SEARCH/s/=.*/=/"

does not seem to be needed in 8.5.7

comment:3 by Randy McMurchy, 14 years ago

Description: modified (diff)
Summary: Tcl-8.5.7Tcl-8.5.8

Guy, I am ready to do the updates to Tcl-8.5.8. Let me know.

comment:4 by Guy Dalziel, 14 years ago

Randy, you can go ahead and take this and Tk if you'd like. I was going to update them even though I don't use them, but to do that I was going to clone my system and chroot into it to avoid messing it up. Unfortunately I don't have a spare drive at the moment so I put them on the back burner.

comment:5 by Randy McMurchy, 14 years ago

Owner: changed from Guy Dalziel to Randy McMurchy
Status: assignednew

comment:6 by Randy McMurchy, 14 years ago

Status: newassigned

in reply to:  2 comment:7 by Randy McMurchy, 14 years ago

Replying to bdubbs@…:

The 3rd part of the sed

-e "/SEARCH/s/=.*/=/"

does not seem to be needed in 8.5.7

I believe you are correct. I executed the first two lines of the sed. Then the last line separately. Here's the result:

rml@rmlinux: ~/build/tcl8.5.8/unix > diff -Nau tclConfig.sh.bak tclConfig.sh
--- tclConfig.sh.bak    2010-03-10 07:45:41.000000000 -0600
+++ tclConfig.sh        2010-03-10 07:47:36.000000000 -0600
@@ -96,8 +96,8 @@
 # run-time dynamic linker where to look for shared libraries such as
 # libtcl.so.  Used when linking applications.  Only works if there
 # is a variable "LIB_RUNTIME_DIR" defined in the Makefile.
-TCL_CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
-TCL_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
+TCL_CC_SEARCH_FLAGS=''
+TCL_LD_SEARCH_FLAGS=''
 
 # Additional object files linked with Tcl to provide compatibility
 # with standard facilities from ANSI C or POSIX.

comment:8 by Randy McMurchy, 14 years ago

Resolution: fixed
Status: assignedclosed

Updated BLFS to Tcl-8.5.8

comment:9 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

Note: See TracTickets for help on using tickets.