Re: [Qemu-devel] compiling qemu on ubuntu under parallels

2007-11-05 Thread Weissmann Markus
On 31.10.2007, at 21:37, Tim Leek wrote: 3. gcc-3.3 won't compile under intel osx. No I didn't try to tweak it or search extensively online to see if there are work-arounds. Possibly these exist. I have only copied the last 50-100 lines of output here. well, Apple's version of gcc 3.

Re: [Qemu-devel] compiling qemu on ubuntu under parallels

2007-10-31 Thread Tim Leek
Sorry. Here's more info. 1. SDL's test programs fail running on Ubuntu running under parallels as follows. % test/testalpha Couldn't initialize SDL: No available video device 2. Whereas the same test program runs fine on a real linux box running Ubuntu. Displays a cute little smiley fac

Re: [Qemu-devel] compiling qemu on ubuntu under parallels

2007-10-31 Thread andrzej zaborowski
On 31/10/2007, Tim Leek <[EMAIL PROTECTED]> wrote: > I tried using the gcc-3.3 that comes with Xcode 2.4. I don't have > Leopard and so cannot try Xcode 3.0. It did not work on my intel > mac. Also tried downloading gcc-3.3 and recompiling with > > configure --enable-languages=c --prefix=blah/bl

Re: [Qemu-devel] compiling qemu on ubuntu under parallels

2007-10-31 Thread Tim Leek
I tried using the gcc-3.3 that comes with Xcode 2.4. I don't have Leopard and so cannot try Xcode 3.0. It did not work on my intel mac. Also tried downloading gcc-3.3 and recompiling with configure --enable-languages=c --prefix=blah/blah make bootstrap This fails. My (limited) web search

Re: [Qemu-devel] compiling qemu on ubuntu under parallels

2007-10-31 Thread Heikki Lindholm
Tim Leek kirjoitti: Okay I'm having another go at you folk. Again, please feel free to shunt me off in the proper direction when I get annoying. According to Andreas, intel macs can't compile the QEMU source as-is. I'd need to use Q which only works because it has been patched to accommodat

[Qemu-devel] compiling qemu on ubuntu under parallels

2007-10-31 Thread Tim Leek
Okay I'm having another go at you folk. Again, please feel free to shunt me off in the proper direction when I get annoying. According to Andreas, intel macs can't compile the QEMU source as- is. I'd need to use Q which only works because it has been patched to accommodate gcc-4. I've tri