On Thu, Jul 10, 2014 at 9:32 AM, Stefan Hajnoczi <[email protected]> wrote: > Try this on qemu.git/master: > > $ make distclean > $ ./configure > $ make libcacard/vscclient > libcacard/vscclient.o: In function `do_command': > /home/stefanha/qemu/libcacard/vscclient.c:500: undefined reference to > `vreader_get_reader_by_id' > /home/stefanha/qemu/libcacard/vscclient.c:502: undefined reference to > `vcard_emul_force_card_insert' > /home/stefanha/qemu/libcacard/vscclient.c:503: undefined reference to > `vreader_get_name' > ... > > The Makefile is broken. I suspect that putting proper dependencies in > place with fix this issue.
Please ignore, the libcacard Makefile is actually supposed to be invoked as "make vscclient" from the QEMU root directory. These errors were just caused by a %.o: %.c default make target. Stefan
