qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] cannot build qemu with "--static" configure option


From: Max Filippov
Subject: Re: [Qemu-devel] cannot build qemu with "--static" configure option
Date: Thu, 24 Nov 2011 01:40:08 +0400
User-agent: KMail/1.13.7 (Linux/2.6.40.6-0.fc15.x86_64; KDE/4.6.5; x86_64; ; )

> > Did configure reported 'usb net redir' as 'no'?
> > Could you try configure and build in a clean directory?
> address@hidden qemu-1.0-rc3]$ ./configure --target-list="arm-linux-user 
> armeb-linux-user" --disable-kvm --disable-strip --disable-xen --disable-spice 
> --disable-werror --disable-sdl --disable-vnc --disable-bluez 
> --disable-check-utests --disable-smartcard --disable-usb-redir --static
...
> usb net redir     yes
> OpenGL support    no
> libiscsi support  no
> build guest agent yes
> 
> This is utterly bizarre! Why is "usb net redir" set as "yes" I have no idea!
> 

Could you try configure with the following patch?

diff --git a/configure b/configure
index f033438..e5566c8 100755
--- a/configure
+++ b/configure
@@ -759,8 +759,6 @@ for opt do
   ;;
   --enable-opengl) opengl="yes"
   ;;
-  --*dir)
-  ;;
   --disable-rbd) rbd="no"
   ;;
   --enable-rbd) rbd="yes"
@@ -783,6 +781,8 @@ for opt do
   ;;
   --disable-guest-agent) guest_agent="no"
   ;;
+  --*dir)
+  ;;
   *) echo "ERROR: unknown option $opt"; show_help="yes"
   ;;
   esac

Thanks.
-- Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]