#1235 closed defect (invalid)
tcl8.4.9 ln -nsf ../../include/tcl${V} /usr/lib/tcl${V}/include
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
when I did this:
ln -nsf ../../include/tcl${V} /usr/lib/tcl${V}/include
ln: creating symbolic link /usr/lib/tcl/include' to ../../include/tcl': No
such file or directory
Change History (4)
comment:1 by , 21 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 21 years ago
| blocked: | → 1643 |
|---|
comment:3 by , 21 years ago
| blocked: | 1643 |
|---|
Note:
See TracTickets
for help on using tickets.

This bug is invalid as the OP apparently did not set $V before executing the command. Naturally, it would fail. I checked and the book's intructions work for me.