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