Opened 12 years ago
Closed 12 years ago
#3484 closed task (fixed)
error in description of expect library in Book Version 7.4
| Reported by: | Joel Kammet | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.5 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | expect library |
| Cc: |
Description
Section 5.12.2 Contents of Expect gives the name of the installed library as libexpect-5.45.a
Actually the library file installed in /tools/lib/expect5.45/ is libexpect5.45.so
(It also installs a Tcl script: pkgIndex.tcl)
Note:
See TracTickets
for help on using tickets.

Fixed at revision 10457. Thanks for the report.