#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 ) ¶
Change History (9)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 7 comment:2 by , 16 years ago
comment:3 by , 15 years ago
Description: | modified (diff) |
---|---|
Summary: | Tcl-8.5.7 → Tcl-8.5.8 |
Guy, I am ready to do the updates to Tcl-8.5.8. Let me know.
comment:4 by , 15 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 , 15 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:6 by , 15 years ago
Status: | new → assigned |
---|
comment:7 by , 15 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.
Note:
See TracTickets
for help on using tickets.
The 3rd part of the sed
does not seem to be needed in 8.5.7