Opened 11 years ago
Closed 11 years ago
#497 closed defect (fixed)
Reenable prebuilt process libraries / static builds
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.0 |
Component: | core | Version: | 2.1.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
What about the libmanager, is this still needed?
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
No. Static libraries need to be resurrected. Also necessary for profiling (#521).
comment:3 Changed 11 years ago by
Priority: | P3 → P1 |
---|
comment:4 Changed 11 years ago by
Summary: | Reenable prebuilt process libraries → Reenable prebuilt process libraries / static builds |
---|
comment:6 Changed 11 years ago by
Cool. Don't forget, there are still the former test static.sin and static2.sin.
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Done in r5197.
The new implementation uses extensions of the prclib_driver
type for distinguishing static and dynamic process libraries, fitting in the new process library framework. The libmanager
implementation has changed accordingly.
The old static.sin test has been superseded by static_1.sin, and is deleted.
Note: See
TracTickets for help on using
tickets.
Hm, can we actually close this ticket with r4541?