Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Alexey Pavlov
2013/9/30 Incongruous incongru...@outlook.com In the MinGW64\bin folder, there are two entries for the g++ compiler and ..\bin\g++.exe and ..\bin\x86_64-w64-mingw32-g++.exe, I have assumed that the first entry is the 32bit compiler and that the second is the 64bit compiler. Is this correct?

[Mingw-w64-public] [PATCH] winpthreads object types

2013-09-30 Thread Hannes Domani
Hello This patch allows overloaded functions in c++, like: void dothis( pthread_mutex_t *mutex ); void dothis( pthread_cond_t *cond ); I don't know if this should be even possible, but I've seen it in code. Regards Domani Hannes object-types.patch Description: Binary data

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Incongruous
Woe, woe, woe, hold on. Now you really got me confused. According to the book, with Mingw-w64 I can compile in 32 and 64 bits, so which g++ should I use if I want to compile in 32bits..? Thanks in advance. From: Alexey Pavlov Sent: Monday, September 30, 2013 11:27 AM To:

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Óscar Fuentes
Incongruous incongru...@outlook.com writes: Woe, woe, woe, hold on. Now you really got me confused. According to the book, with Mingw-w64 I can compile in 32 and 64 bits, so which g++ should I use if I want to compile in 32bits..? The same, but with the -m32 switch.

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread JonY
On 9/30/2013 23:47, Óscar Fuentes wrote: Incongruous writes: Woe, woe, woe, hold on. Now you really got me confused. According to the book, with Mingw-w64 I can compile in 32 and 64 bits, so which g++ should I use if I want to compile in 32bits..? The same, but with the -m32 switch.

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Jon
On Mon, Sep 30, 2013 at 3:35 PM, Kai Tietz ktiet...@googlemail.com wrote: We have this in our FAQ AFAIR. But once again, never - and I mean NEVER - use the executable you find in sysroot/target/bin. Only use the variant in sysroot/bin folder. In your case the later is the proper one

[Mingw-w64-public] Missing CLSID_WbemLocator in wbemuuid.lib

2013-09-30 Thread Mengda Wu
Hi All, I installed the latest Mingw-w64 at http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.1/64-bit/threads-win32/seh/x64-4.8.1-release-win32-seh-rev5.7z/download. My machine is Windows 7 64 bit. Using the mingw-w64, I am compiling an example from VTK-5.10.1 (