Re: [Qemu-devel] re: Nothing happens

2005-06-17 Thread Josef Moffett
Paul Brook wrote: In your configure output I notice you didn't have static versions of the SDL libraries available. This will limit the availability of the SDL support somewhat. In most cases it doesn't make any difference. Static SDL is only needed if you're building qemu-fast or you're

Re: [Qemu-devel] re: Nothing happens

2005-06-17 Thread Josef Moffett
Thayne Harbaugh wrote: Did you actually do a clean build after installing sdl-devel? You need to either delete your build directory or do "make clean" before rebuilding. Otherwise qemu will reuse the old (output disabled) object files. Don't forget that configure needs to be re-run so th

Re: [Qemu-devel] re: Nothing happens

2005-06-16 Thread Paul Brook
> In your configure output I notice you didn't have static versions of the > SDL libraries available. This will limit the availability of the SDL > support somewhat. In most cases it doesn't make any difference. Static SDL is only needed if you're building qemu-fast or you're building everything

Re: [Qemu-devel] re: Nothing happens

2005-06-16 Thread Henrik Nordstrom
On Thu, 16 Jun 2005, Josef Moffett wrote: but I did find the following with the -monitor stdio; that when I did a screen dump qemu was running and dumping valid (linux, win 98 and winxp) screen images. I only had no access to these - in other words the emulator was working fine, both with and

Re: [Qemu-devel] re: Nothing happens

2005-06-16 Thread Thayne Harbaugh
On Thu, 2005-06-16 at 17:36 +0100, Paul Brook wrote: > > I first just tried without the SDL-devel libs, but that was the same, > > and the above mentioned thread suggested that SDL may be a cause > > (although I suspect we may be talking of different problems). > > Did you actually do a clean buil

Re: [Qemu-devel] re: Nothing happens

2005-06-16 Thread Paul Brook
> I first just tried without the SDL-devel libs, but that was the same, > and the above mentioned thread suggested that SDL may be a cause > (although I suspect we may be talking of different problems). Did you actually do a clean build after installing sdl-devel? You need to either delete your b

[Qemu-devel] re: Nothing happens

2005-06-16 Thread Josef Moffett
I have already sent this, but just before I was confirmed on the list, so I don't think it went through. If it did, please forgive me for a double post - and if you can let me have a ref to any replies it may have received. I have just joined the mail list after coming up with a problem simila

Re: [Qemu-devel] Re: Nothing happens

2005-05-18 Thread Struan Bartlett
How do you mean 'nothing'? Can you be more precise? Does it display the network interface configuration? open the guest window? Or really is does it just hang immediately? With the '-monitor stdio' option does it give you a monitor prompt? Have you tried running qemu with: strace qemu 2>/tmp/qe

[Qemu-devel] Re: Nothing happens

2005-05-18 Thread Rudi Lippert
My OS: GNU/Linux (Gentoo) QEMU Version: 0.7.0, compiled using the standard ebuild; no kqemu or qvm86 I'd include the exact build options, but they're rather lengthy. I've experienced the same problem with 0.6.1 and CVS somewhere in between 0.6.1 and 0.7.0. Cheers, Rudi Hetz Ben Hamo wrote: > Ho