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 (
w
On Mon, Sep 30, 2013 at 3:35 PM, Kai Tietz wrote:
> We have this in our FAQ AFAIR. But once again, never - and I mean
> NEVER - use the executable you find in //bin. Only
> use the variant in /bin folder.
> In your case the later is the proper one (bin\x86_64-w64-mingw32-g++.exe).
> The other i
Thanks Kai.
Yes, it explains it very nicely.
Now it is all clear.
-Original Message-
From: Kai Tietz
Sent: Monday, September 30, 2013 3:35 PM
To: mingw-w64-public@lists.sourceforge.net
Subject: Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?
We have this in our FAQ AFAIR. But
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 th
We have this in our FAQ AFAIR. But once again, never - and I mean
NEVER - use the executable you find in //bin. Only
use the variant in /bin folder.
In your case the later is the proper one (bin\x86_64-w64-mingw32-g++.exe).
The other in //bin (in your case
x86_64-w64-mingw32/bin/g++.exe) is for i
"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.
-
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: mingw-w64-public@l
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
2013/9/30 Incongruous
> 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?
>
>
Both are 64-bit
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?
TIA--
10 matches
Mail list logo