On 08/17/2017 02:02 PM, Markus Armbruster wrote:
Paolo Bonzini <pbonz...@redhat.com> writes:
On 15/08/2017 09:30, Markus Armbruster wrote:
The stupid fix is to repeat libraries until the link succeeds:
test-util-obj-y = libqemuutil.a libqemustub.a libqemuutil.a
You may have seen this with -lX11 if you're old enough.
[...]
The smart solution is not to have .a reference each other.
Nah, I think we should teach those new kids on the block about -lX11
instead. :)
haha
Paolo, what do you think?
Another possibility is to just merge the two static libraries into one.
Sounds good to me!
it makes sens to only keep libqemuutil.a with stub included.