----- Messaggio originale ----- > Da: "Michael Tokarev" <m...@tls.msk.ru> > A: "Paolo Bonzini" <pbonz...@redhat.com>, "Alon Levy" <al...@redhat.com> > Cc: qemu-devel@nongnu.org > Inviato: Domenica, 27 aprile 2014 14:59:45 > Oggetto: Re: [Qemu-devel] [PATCH] libcacard: actually use the symbols file > > 27.04.2014 13:54, Paolo Bonzini wrote: > > Il 27/04/2014 10:10, Michael Tokarev ha scritto: > [] > >> Well. vscclient explicitly uses them in the code, but only links with > >> libcacard, not with other qemu objects. So adding proper qemu objects > >> here should be fine. I can take care of that. > >> > >> On the other hand, some of those are mutexes, shouldn't the same objects > >> be used inside the library and inside the executable? I don't know. > > > > vscclient should link to libqemuutil.a.
... and libqemustub.a (I thought it already did that). Paolo