Ticket #145 (new enhancement)
Opened 20 months ago
Use libtool to link libraries
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | low | Milestone: | Future Release |
| Component: | tcpreplay | Version: | 3.0.beta13 |
| Keywords: | Cc: | ||
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description
Right now tcpreplay is statically linked by default because dynamic linking causes problems for so many people because you can't have different search paths for different libraries.
The correct solution would be to use GNU libtool's .la files to do the linking so that we can dynamically link (which is considered best practices)
Attachments
Note: See
TracTickets for help on using
tickets.
