On 06/05/2018 03:52 AM, Peter Maydell wrote: > On 5 June 2018 at 06:27, Richard Henderson <richard.hender...@linaro.org> > wrote: >> On Fedora 28, one can no longer build a static qemu. We depend on libraries >> for which Fedora no longer ships static versions. > > Do you mean you can't build the system binaries statically (that's > never really been very supported), or that you can't do a build > with configure --disable-system --disable-tools --static ?
You're right that I can build with --disable-tools. Although even there I have to also manually fiddle capstone. I'm annoyed that "pkg-config --exists --static foo" does not really do what it implies (to me at least), since Fedora does not ship the static library. r~