qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 01/23] crypto: Merge crypto-obj-y into libqem


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 01/23] crypto: Merge crypto-obj-y into libqemuutil.a
Date: Mon, 6 May 2019 10:01:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 4/29/19 5:57 AM, Peter Maydell wrote:
> gcc: error: /usr/lib/x86_64-linux-gnu/libunistring.so: No such file or 
> directory
> 
> which is almost certainly because we're now including
> a bunch of extra libraries in the link for the static
> linux-user binaries which don't work statically linked.
> (In particular one of them looks to have a bogus
> pkg-config which puts a .so file in the link line for
> a static link...)

This comes from gnutls.  Thankfully, we can do without it,
so a quick configure-time link test is all that is needed
to disable it.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]