From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0yvx-0002TV-5y for qemu-devel@nongnu.org; Fri, 24 Feb 2012 12:27:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0yvu-0007yA-Ve for qemu-devel@nongnu.org; Fri, 24 Feb 2012 12:27:53 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:40117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0yvu-0007y6-P7 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 12:27:50 -0500 Received: by dadp14 with SMTP id p14so3235754dad.4 for ; Fri, 24 Feb 2012 09:27:49 -0800 (PST) Message-ID: <4F47C892.5040800@codemonkey.ws> Date: Fri, 24 Feb 2012 11:27:46 -0600 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Compile/link errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: qemu-devel@nongnu.org On 02/24/2012 11:11 AM, Gerhard Wiesinger wrote: > Hello, > > I'm having compile/link errors on 85f38553031b1a6e07f786c9ab0d403af7252b4f: > LINK x86_64-softmmu/qemu-system-x86_64 > ../libhw64/virtio-pci.o: In function `virtio_scsi_exit_pci': > /root/download/qemu/git/qemu/hw/virtio-pci.c:956: undefined reference to > `virtio_scsi_exit' > ../libhw64/virtio-pci.o: In function `virtio_scsi_init_pci': > /root/download/qemu/git/qemu/hw/virtio-pci.c:939: undefined reference to > `virtio_scsi_init' > collect2: ld returned 1 exit status > > Clean compile. > > Any ideas? You have a stale configuration file. A 'make distclean' should help. Regards, Anthony Liguori > Ciao, > Gerhard > > -- > http://www.wiesinger.com/ > >