1 Jan
2011
1 Jan
'11
6:41 p.m.
On Sat, Jan 1, 2011 at 10:07 AM, Jaroslav Kysela perex@perex.cz wrote:
Is any reason to ignore this configure settings mentined in the INSTALL file for the static library build?
./configure --enable-shared=no --enable-static=yes
It's mainly libtool issue and having static hacks in the dynamic library does not make much sense.
According to Samuel in the Debian bug report, "when both static & dynamic linking is enabled, automake gets it wrong and uses only the dynamic objects."
Is the best course of action here to do a two-pass build, one with "--enable-shared=no --enable-static=yes" and another with "--enable-shared=yes --enable-static=no", simply copying the desired libasound.a from the second pass?
Thanks, -Dan