Re: [Qemu-devel] The error from compiling QEMU statically

2018-11-07 Thread Peter Maydell
On 7 November 2018 at 08:43, wj193102 wrote: > Hi, everybody. > I want to compile QEMU statically. But when I make the soure files, I get the > error messages. Please help me to resolve them. > Now I will tell you the steps what I do. > (1)$ cd qemu-3.0.0 > (2)$ ./configure --prefix=/usr --static

Re: [Qemu-devel] The error from compiling QEMU statically

2018-11-07 Thread Philippe Mathieu-Daudé
Hi, On 7/11/18 9:43, wj193102 wrote: Hi, everybody. I want to compile QEMU statically. But when I make the soure files, I get the error messages. Please help me to resolve them. Now I will tell you the steps what I do. (1)$ cd qemu-3.0.0 (2)$ ./configure --prefix=/usr --static Can you share t

[Qemu-devel] The error from compiling QEMU statically

2018-11-07 Thread wj193102
Hi, everybody. I want to compile QEMU statically. But when I make the soure files, I get the error messages. Please help me to resolve them. Now I will tell you the steps what I do. (1)$ cd qemu-3.0.0 (2)$ ./configure --prefix=/usr --static (3)$ make When I input the "make" command, and run it, t