http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119
--- Comment #8 from Dongsheng Song <dongsheng.song at gmail dot com> 2013-04-30 11:29:10 UTC --- (In reply to comment #7) > Hmm, only issue I see is the use of '--disable-nls' option, which is known to > cause issue. See here PR 54659. > > Another question I have is, what mingw-w64 header-set,crt you are using? You > will need for >= 4.8.x gcc version actual trunk version. > Yes, I use mingw-w64 trunk. > I looked through the config.log and don't see anything showing that > shared-version doesn't work, so I assume the underlying issue you see is PR > 54659. OK, I will try without '--disable-nls' option.