Re: [Mingw-w64-public] Problems with cross-compile from linux to win32: linking process add __impl__ prefix to function names

2012-03-25 Thread Vincent Torri
hey On Thu, Mar 22, 2012 at 4:21 PM, Leandro Santiago leandrosansi...@gmail.com wrote: Hello to all. I'm using ubuntu 11.04 (32-bits) to cross-compile some static libraries to windows. I'm using mingw-w32 1.0, downloded from mingw-64 sf page. In some libraries I'm compiling, I have an error

[Mingw-w64-public] Printing unicode characters with std::wcout or wprintf

2012-03-25 Thread Ruben Van Boxem
Hi, C++11 adds unicode string literals which allow one to write code like this: http://ideone.com/mGSww (which should prints the Greek letter beta if your console font supports it) I tried this (with a decent console font like Lucida Console) and it doesn't work for any MinGW-w64/GCC version I

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-25 Thread NightStrike
On Sat, Mar 24, 2012 at 9:31 AM, niXman i.nix...@gmail.com wrote: 2012/3/24 Ruben Van Boxem vanboxem.ru...@gmail.com: 2012/3/24 niXman i.nix...@gmail.com Would be correct to copy the executables from prefix/target/bin in prefix/bin? gdb.exe gdbserver.exe i686-w64-mingw32-addr2line.exe

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-25 Thread NightStrike
On Sat, Mar 24, 2012 at 1:36 PM, niXman i.nix...@gmail.com wrote: 2012/3/25 Ruben Van Boxem vanboxem.ru...@gmail.com: You can always specify specific AR= options to configure (I am guessing it is ar not found). ALternatively, you can make configure think it's cross-compiling by changing

Re: [Mingw-w64-public] need 32+64-bit target ubuntu compiler for 32-bit windows host

2012-03-25 Thread NightStrike
On Sun, Mar 25, 2012 at 2:18 PM, JonY jo...@users.sourceforge.net wrote: On 3/26/2012 07:17, Jim Michaels wrote: vityan provided a compiler set for 64-bit windows host for ubuntu and   freebsd 32 and 64-bit targets. my problem is, I have a 32-bit windows. also, not everybody has a 64-bit