From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNChR-0001Bx-6F for qemu-devel@nongnu.org; Sat, 04 Jul 2009 17:23:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNChL-0001Bl-Kq for qemu-devel@nongnu.org; Sat, 04 Jul 2009 17:23:07 -0400 Received: from [199.232.76.173] (port=51708 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNChL-0001Bi-GH for qemu-devel@nongnu.org; Sat, 04 Jul 2009 17:23:03 -0400 Received: from mail.gmx.net ([213.165.64.20]:39812) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MNChK-0000kI-Uv for qemu-devel@nongnu.org; Sat, 04 Jul 2009 17:23:03 -0400 Message-ID: <3EC03924877F41A2BDFE7C1DDC2DCDD8@FSCPC> From: "Sebastian Herbszt" References: <5b31733c0906281525u2b248409me0ad0190b7e00cec@mail.gmail.com> In-Reply-To: <5b31733c0906281525u2b248409me0ad0190b7e00cec@mail.gmail.com> Subject: Re: [Qemu-devel] compile failure: undefined reference to `__mingw_vfprintf' Date: Sat, 4 Jul 2009 23:21:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara Cc: qemu-devel Filip Navara wrote: > Sebastian Herbszt 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 >> 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 >> >> - 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. Looks like my older MinGW doesn't implement it - will upgrade. Thanks. - Sebastian