Hello Ruben!
On Tue, Mar 26, 2013 at 3:02 PM, Ruben Van Boxem
wrote:
> Hi,
>
> I have uploaded a new GCC 4.8 experimental std::thread build. Nothing
> fundamentally changed since the previous posix-threaded builds.
Yay! Go Ruben!
> Enjoy,
Well, I'm not sure that "enjoy" is really the right wo
Hi,
I have uploaded a new GCC 4.8 experimental std::thread build. Nothing
fundamentally changed since the previous posix-threaded builds.
Enjoy,
Ruben
Find the goodies here:
http://sourceforge.net/projects/mingw-w64/files/Toolchain%20sources/Personal%20Builds/rubenvb/experimental/
http://source
2013/3/26 Etienne Sandré-Chardonnal
> > Yes exactly. The x86_64-...-win32 toolchain is built as a cross-compiler.
> >
> > If you want no prefix, use the x86_64-...-win64 toolchain (if you have a
> > 64-bit OS, which you really should in this day and age ;-)).
>
> This is rather the opposite probl
> Yes exactly. The x86_64-...-win32 toolchain is built as a cross-compiler.
>
> If you want no prefix, use the x86_64-...-win64 toolchain (if you have a
> 64-bit OS, which you really should in this day and age ;-)).
This is rather the opposite problem! I already have a win 64bit native
toolchain w
2013/3/26 Etienne Sandré-Chardonnal
> Hi Ruben. First of all, thank you for this amazing work!
>
> I just used this one:
>
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/rubenvb/gcc-4.8-release/
> (I took the win64 version)
>
> I have only i686
Hi Ruben. First of all, thank you for this amazing work!
I just used this one:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/rubenvb/gcc-4.8-release/
(I took the win64 version)
I have only i686-w64-mingw32- prefixed executables in "bin".
Is thi
Op 26 mrt. 2013 12:48 schreef "Etienne Sandré-Chardonnal" <
etienne.san...@m4x.org> het volgende:
>
> Dear all,
>
> I am still not figuring out how to use the mingw-w64 file structure
> for using as a tool chain for Msys and Qt correctly. Up to now, I
> always ended up copying files between folders
On 3/26/2013 19:47, Etienne Sandré-Chardonnal wrote:
> Dear all,
>
> However, I got two new issues:
> - zlib installed its headers in /mingw/include, this means in the
> main mingw include folder. However, this one is not in mingw header
> search path, which is in i686-w64-mingw32/include along
Dear all,
I am still not figuring out how to use the mingw-w64 file structure
for using as a tool chain for Msys and Qt correctly. Up to now, I
always ended up copying files between folders and renaming manually,
which is, I guess, quite dirty. Now I'd like to work in a cleaner way.
Last example