From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnyTR-0008Bg-ND for qemu-devel@nongnu.org; Thu, 19 Jan 2012 15:20:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnyTQ-0006mS-6a for qemu-devel@nongnu.org; Thu, 19 Jan 2012 15:20:41 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:62355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnyTP-0006mC-Qp for qemu-devel@nongnu.org; Thu, 19 Jan 2012 15:20:40 -0500 Message-ID: <4F187B17.10104@rdsoftware.de> Date: Thu, 19 Jan 2012 21:20:39 +0100 From: Erik Rull MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Link failure with libhw64/9pfs/virtio-9p-proxy.o List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, when buildung target x86_64-softmmu the final link fails: LINK x86_64-softmmu/qemu-system-x86_64 ../libhw64/9pfs/virtio-9p-proxy.o: In function `proxy_opendir': /home/erik/qemu-test/qemu/hw/9pfs/virtio-9p-proxy.c:659: undefined reference to `fdopendir' collect2: ld returned 1 exit status make[1]: *** [qemu-system-x86_64] Error 1 make: *** [subdir-x86_64-softmmu] Error 2 I assume that it might be related with the previous issues that I had with qemu-1.0 rc's and the 9pfs where my older OS does not offer these functions. Best regards, Erik