On Wed, Aug 10, 2011 at 5:19 PM, Gerd Hoffmann <kra...@redhat.com> wrote: > LINK qemu-ga > /usr/local/lib/libglib-2.0.so.2600.0: warning: vsprintf() is often misused, > please use vsnprintf() > /usr/local/lib/libglib-2.0.so.2600.0: warning: strcpy() is almost always > misused, please use strlcpy() > /usr/local/lib/libcurl.so.17.0: warning: sprintf() is often misused, please > use snprintf() > /usr/local/lib/libcurl.so.17.0: warning: strcat() is almost always misused, > please use strlcat() > coroutine-gthread.o(.text+0x4cf): In function `coroutine_init': > : undefined reference to `g_thread_init' > collect2: ld returned 1 exit status > gmake: *** [qemu-ga] Error 1
Should be fixed by this patch: http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg00998.html