#768 closed defect (fixed)
Static library dependencies
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Some static library dependencies are not satisfied during the normal build process. E.g., SDL depends on ALSA, but there is no libasound.a by default, and we still build libSDL.a. This results e.g. in qemu refusing to compile (it wants to link completely statically).
Possible fixes: 1) Add --enable-static to alsa-lib (tested, works) 2) Add --disable-static to SDL (not tested)
I am sure that there are more such bad cases in the book.
Change History (3)
comment:1 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 21 years ago
Note:
See TracTickets
for help on using tickets.
For verification, a proof is required that no such issues exist with other static libraries.