Hello list,

Since the update to gcc 6.1 in archlinux , running a 32-bits mingw-w64 
executable using iostream fails
in wine with the message "unimplemented function 
libstdc++-6.dll._ZNSt8ios_base4InitC1Ev" (std::ios_base::Init::Init())

#include <iostream>
int main()

{

  std::cout << "Mo: " << 8.6 << std::endl;

  return 0;

}


It's fine with 64 bits targets, and ok if I downgrade to gcc 5.3, I also tried 
several versions of wine and building binutils git.

It's looks exactly like this reported bug in debian, but mine is for gcc 6.1, 
not 5.3.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814425

Does anyone have the same problem, or is it just in arch ?

xan.



                                          
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to