|
From: JonY <jo...@us...> - 2009-12-31 13:59:54
|
On 12/31/2009 21:29, JC wrote: > Hello, > > I have a problem an undefined reference with ___mingw_vfprintf. Do somebody knows where it could come from please ? Here are my compilation log : > > -------------- Build: Debug in jkt2010 --------------- > Linking console executable: bin\Debug\jkt2010.exe > Libs\agar-1.3.4-recompile\lib/libag_gui_static.a(file_dlg.o): In function `fprintf': > C:/MinGW/include/stdio.h:246: undefined reference to `___mingw_vfprintf' > collect2: ld returned 1 exit status > Process terminated with status 1 (0 minutes, 2 seconds) > 1 errors, 0 warnings > > > Best regards > Hi, try adding libmingwex.a to your link command. |