qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] compile failure: undefined reference to `__mingw_vfpri


From: Filip Navara
Subject: Re: [Qemu-devel] compile failure: undefined reference to `__mingw_vfprintf'
Date: Mon, 29 Jun 2009 00:25:03 +0200

On Sun, Jun 28, 2009 at 11:24 PM, Sebastian Herbszt<address@hidden> wrote:
> $ make
>  LINK  i386-softmmu/qemu.exe
> c:/Programme/MinGW/lib/libSDLmain.a(SDL_win32_main.o):(.text+0x1b):
> undefined reference to `__mingw_vfprintf'
> collect2: ld returned 1 exit status
> make[1]: *** [qemu.exe] Error 1
> make: *** [subdir-i386-softmmu] Error 2
>
> 537fe2d63f744e7c96ff45b60d09486a81958e06 is first bad commit
> commit 537fe2d63f744e7c96ff45b60d09486a81958e06
> Author: Anthony Liguori <address@hidden>
> Date:   Tue Jun 16 15:17:22 2009 -0500
>
>   Make sure to use SDL_CFLAGS everywhere we include SDL headers
>
>   Signed-off-by: Anthony Liguori <address@hidden>
>
> - Sebastian
>

Seems to be a bug in your MinGW installation, the function should be
implemented in libmingwex.a. I'm using mingw runtime 3.15.2 and
everything links just fine.

Best regards,
Filip Navara




reply via email to

[Prev in Thread] Current Thread [Next in Thread]