Re: Re: [Qemu-devel] A problem about qemu compiling .

2010-12-25 Thread Mulyadi Santosa
Hi...:) On Sat, Dec 25, 2010 at 17:24, D Prince wrote: > It's 0.10.5. I suggest to update to recent 0.12.x or 0.13.x many improvements and bugfixes had been committed... > SSL...It's inspiring,maybe I miss some libs.Many thanks for your help! > No problem..let us know the progress -- r

Re: [Qemu-devel] A problem about qemu compiling .

2010-12-22 Thread Mulyadi Santosa
On Wed, Dec 22, 2010 at 20:02, D Prince wrote: > > > 2010/12/13 Mulyadi Santosa >> >> ./configure --target-list=i386-softmmu --static --audio-card-list=adlib >> >> >> -- >> regards, >> >> Mulyadi Santosa > > It's working alright now.Thank you very much for your response! >    

Re: [Qemu-devel] A problem about qemu compiling .

2010-12-12 Thread Mulyadi Santosa
Hi... On Mon, Dec 13, 2010 at 09:32, D Prince wrote: > I invoked > $ ./configure --target-list=i386-softmmu --static --enable-adlib > Here, I am using Centos 5.5 and gcc 4.1.2, I tried the same way on qemu 0.13.0 and it works. The difference is just I invoke it this way: ./configure --target-li

Re: [Qemu-devel] A problem about qemu compiling .

2010-12-12 Thread Mulyadi Santosa
On Mon, Dec 13, 2010 at 08:12, D Prince wrote: > Hi, > I am a college student.When I am trying to compile qemu 0.9.1 under > MingW(gcc 3.4.5).For some reason,I have to use this particular version.But > an error keep showing up. > >    $ make >    make: *** No rule to make target `irq.o', needed by

[Qemu-devel] A problem about qemu compiling .

2010-12-12 Thread D Prince
Hi, I am a college student.When I am trying to compile qemu 0.9.1 under MingW(gcc 3.4.5).For some reason,I have to use this particular version.But an error keep showing up. $ make make: *** No rule to make target `irq.o', needed by `libqemu_common.a'. Stop. Can you tell how to fix it?Anythi