Control: found -1 4.9.1-19+14.3

If I compile `l.cxx` using VS 2010 (Win7/64bits), here is what I get:

> cl l.cxx
> l.exe
French_France.1252

>From wine32 (current jessie):

$ wine32 ./l.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
English_United States.1252

Now if I use i686-w64-mingw32-g++:

$ i686-w64-mingw32-g++ l.cxx -static-libgcc -static-libstdc++
$ WINEPATH=/usr/lib/gcc/i686-w64-mingw32/4.9-win32 wine32 ./a.exe
locale::facet::_S_create_c_locale name not valid

Then from my cmd prompt (Win7/64bits):

> a.exe
C

So clearly the behavior is slightly different (C != French locale),
but at least "" is valid.

2cts


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to