Re: Generation of static libraries is broken for a Rust sub-library (librsvg)?

2018-02-07 Thread Andrew W. Nosenko
What about marking librsvg_internals.a as 'noinst_'? I never linked static library into static library (and even unsure that it is correct at all), so cannot to say about your question directly, but from what I know about noinst_ libtool "libraries", it can lead to result desired by you. On Wed, F

Generation of static libraries is broken for a Rust sub-library (librsvg)?

2018-02-07 Thread Federico Mena Quintero
Hi, everyone, I'm trying to figure out why librsvg's build setup is broken for static libraries. The automake/libtool machinery works fine to build librsvg.la, but the resulting librsvg.a is broken. Librsvg gets built from a bunch of .o files from C, and a librsvg_internals.a library built by Ru