Re: [Qemu-devel] Statically Compiling including SDL

2016-05-11 Thread Peter Maydell
On 11 May 2016 at 21:39, Sam McKelvie wrote: > Apologies for breaking the thread of the discussion; still > haven’t figured out how to cold-respond to a thread without an incoming email. > > Thank you for your response. Indeed, for my purposes I only need the > static linux-user binary, so I can j

Re: [Qemu-devel] Statically Compiling including SDL

2016-05-11 Thread Sam McKelvie
Apologies for breaking the thread of the discussion; still haven’t figured out how to cold-respond to a thread without an incoming email. Thank you for your response. Indeed, for my purposes I only need the static linux-user binary, so I can just remove SDL and it’s not a problem. I’d agree that

Re: [Qemu-devel] Statically Compiling including SDL

2016-05-11 Thread Peter Maydell
On 11 May 2016 at 19:12, Sam McKelvie wrote: > 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 Are you trying to statically compile to get

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

Re: [Qemu-devel] Statically Compiling including SDL

2015-10-21 Thread Peter Maydell
On 21 October 2015 at 11:04, sai pavan wrote: > On Tue, Oct 20, 2015 at 11:52 PM, Peter Maydell > wrote: >> On 20 October 2015 at 18:50, sai pavan wrote: >>> I also tried manually compiling sdl libraries and installing them. >>> Then making a static build, but even that did not help much. The >>

Re: [Qemu-devel] Statically Compiling including SDL

2015-10-21 Thread sai pavan
On Tue, Oct 20, 2015 at 11:52 PM, Peter Maydell wrote: > On 20 October 2015 at 18:50, sai pavan wrote: >> I also tried manually compiling sdl libraries and installing them. >> Then making a static build, but even that did not help much. The >> config.log show below error.. >> >> cc -m32 -D_GNU_SO

Re: [Qemu-devel] Statically Compiling including SDL

2015-10-20 Thread Peter Maydell
On 20 October 2015 at 18:50, sai pavan wrote: > I also tried manually compiling sdl libraries and installing them. > Then making a static build, but even that did not help much. The > config.log show below error.. > > cc -m32 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -Wstrict-prot

Re: [Qemu-devel] Statically Compiling including SDL

2015-10-20 Thread sai pavan
Hi Peter, On Tue, Oct 20, 2015 at 2:05 PM, Peter Maydell wrote: > On 20 October 2015 at 07:59, sai pavan wrote: >> Hi , >> >> I am trying to compile QEMU with --enable-sdl and --static. And i have >> installed libsdl-dev. >> I get the following error >> >> ERROR: User requested feature sdl >>

Re: [Qemu-devel] Statically Compiling including SDL

2015-10-20 Thread Peter Maydell
On 20 October 2015 at 07:59, sai pavan wrote: > Hi , > > I am trying to compile QEMU with --enable-sdl and --static. And i have > installed libsdl-dev. > I get the following error > > ERROR: User requested feature sdl >configure was not able to find it. >Install SDL devel > > Is th

[Qemu-devel] Statically Compiling including SDL

2015-10-20 Thread sai pavan
Hi , I am trying to compile QEMU with --enable-sdl and --static. And i have installed libsdl-dev. I get the following error ERROR: User requested feature sdl configure was not able to find it. Install SDL devel Is there any know issue here ? or am i missing any more libraries. FYI