Re: [Qemu-devel] [RFC] configure script mistakenly detects static libraries

2018-04-23 Thread Murilo Opsfelder Araujo
On 04/23/2018 01:16 PM, Peter Maydell wrote: > On 23 April 2018 at 17:10, Murilo Opsfelder Araujo > wrote: >> Hi, everyone! >> >> I'm facing an issue on how configure script detects static libraries and >> would like to hear from community to find a common ground on how to >> possibly fix it. >> >

Re: [Qemu-devel] [RFC] configure script mistakenly detects static libraries

2018-04-23 Thread Daniel P . Berrangé
On Mon, Apr 23, 2018 at 05:16:02PM +0100, Peter Maydell wrote: > On 23 April 2018 at 17:10, Murilo Opsfelder Araujo > wrote: > > Hi, everyone! > > > > I'm facing an issue on how configure script detects static libraries and > > would like to hear from community to find a common ground on how to >

Re: [Qemu-devel] [RFC] configure script mistakenly detects static libraries

2018-04-23 Thread Peter Maydell
On 23 April 2018 at 17:10, Murilo Opsfelder Araujo wrote: > Hi, everyone! > > I'm facing an issue on how configure script detects static libraries and > would like to hear from community to find a common ground on how to > possibly fix it. > > Throughout configure, we use pkg-config command to ver

[Qemu-devel] [RFC] configure script mistakenly detects static libraries

2018-04-23 Thread Murilo Opsfelder Araujo
Hi, everyone! I'm facing an issue on how configure script detects static libraries and would like to hear from community to find a common ground on how to possibly fix it. Throughout configure, we use pkg-config command to verify if a library is installed so qemu can be linked to it. This works f