Opened 14 years ago
Closed 14 years ago
#331 closed enhancement (wontfix)
allow building both static and dynamic binaries (in parallel).
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
I don't see why building a static or dynamic binary should exclude the other one, unless there is a technical reason.
Change History (2)
comment:1 Changed 14 years ago by
Summary: | allow building bot static and dynamic binary (in parallel). → allow building both static and dynamic binaries (in parallel). |
---|
comment:2 Changed 14 years ago by
Milestone: | svndigest 0.x+ |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We are not using libtool anymore. Linking statically is trivial:
make LDFLAGS=-static
but will render into problems on every platform I've tried because APR is only available as a dynamic library.