Re: [Qemu-devel] Statically Compiling including SDL

2016-05-11 Thread Sam McKelvie
it is an SDL package distribution problem; in this case it is coming from delian-jessie. Thank you, Sam McKelvie > On May 11, 2016, at 11:30 AM, Peter Maydell wrote: > > On 11 May 2016 at 19:12, Sam McKelvie wrote: >> I am having this same problem. Looking at the configure scr

Re: [Qemu-devel] Statically Compiling including SDL

2016-05-11 Thread Sam McKelvie
I am having this same problem. Looking at the configure script it looks like it prefers to use: pkg-config sdl —static to get the static linker flags, rather than: sdl-config —static-libs The former returns an empty string; the latter returns the correct library list. If it had used the