On Tue, May 13, 2014 at 10:18 AM, Cornelia Huck <[email protected]> wrote: > > qemu-img.o: In function `add_format_to_seq': > /home/cohuck/git/qemu/qemu-img.c:73: undefined reference to > `g_sequence_lookup' > collect2: ld returned 1 exit status > > g_sequence_lookup has been added with glib 2.28, and this box has > 2.22.5. configure looks for glib >= 2.12 (2.20 for mingw).
g_sequence_lookup is there because I was getting duplicate formats in the format list, as in "vfat vfat vfat qcow." That was a temporary situation. the lookup serves to guarantee each format is unique in the list. It may not be needed. Mike
