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

2013-10-01 Thread JonY
On 10/1/2013 07:34, Jon wrote: Bottom line: MinGW-w64 project documentation needs help starting with the FAQ. Add a specific entry addressing Incongruous' question and make this one go away. Will you be willing to do it? I'm no good at judging what material is suitable for new users.

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

2013-10-01 Thread Jon
On Tue, Oct 1, 2013 at 5:24 AM, JonY jo...@users.sourceforge.net wrote: On 10/1/2013 07:34, Jon wrote: Bottom line: MinGW-w64 project documentation needs help starting with the FAQ. Add a specific entry addressing Incongruous' question and make this one go away. Will you be willing to

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

2013-10-01 Thread JonY
On 10/1/2013 22:49, Jon wrote: What you likely lack is free time and the desire to maintain documentation. Understandable. Since you seem free, you can prepare the text, I'll look through it and reformat it for the wiki, sounds good? signature.asc Description: OpenPGP digital signature

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

2013-10-01 Thread Jon
On Tue, Oct 1, 2013 at 6:15 PM, JonY jo...@users.sourceforge.net wrote: On 10/1/2013 22:49, Jon wrote: What you likely lack is free time and the desire to maintain documentation. Understandable. Since you seem free, you can prepare the text, I'll look through it and reformat it for the

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?

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

2013-09-30 Thread Incongruous
@lists.sourceforge.net Subject: Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier? 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

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