#628 closed defect (fixed)
Tcl 8.4.5 overwrites Perl's Thread.3 manpage
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | VERIFIED |
Cc: |
Description ¶
To avoid this issue, add these lines to Tcl instructions, just before "make install":
mv ../doc/{,Tcl_}Thread.3 sed -i 's/ Thread.3/ Tcl_Thread.3/' mkLinks
(Notice the necessary space on sed line)
Change History (3)
comment:1 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 21 years ago
Keywords: | VERIFIED added |
---|
comment:3 by , 11 years ago
Milestone: | old |
---|
Note:
See TracTickets
for help on using tickets.
Milestone old deleted