http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47722
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |i586-pc-mingw32
CC| |burnus at gcc dot gnu.org
Summary|problem with -static option |With -static
|on Windows |"__mingw_vsprintf" on
| |MinGW32 is not found
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-02-14
09:00:44 UTC ---
According to
http://mingw-users.1079350.n2.nabble.com/mingw-vfprintf-question-td5445899.html,
libmingwex.a should offer `__mingw_vsprintf'. However, that file is linked as
"-lmingwex" shows for the collect (linking) command.
Thus, it should work; it might be that the MinGW library is too old or not
properly installed.