Opened 20 years ago

Closed 20 years ago

Last modified 10 years ago

#768 closed defect (fixed)

Static library dependencies

Reported by: alexander@… Owned by: blfs-book@…
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 igor@…, 20 years ago

Resolution: fixed
Status: newclosed

comment:2 by alexander@…, 20 years ago

For verification, a proof is required that no such issues exist with other static libraries.

comment:3 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.