Dear maintainers,

I want to use mingw-w64 (GCC) 4.8 on Ubuntu 12.04/13.10 64-bit. But the version 
we can install on Ubuntu 12.04/13.10 is mingw-w64 (GCC) 4.6.3.
And I also cannot find mingw-w64 (GCC) 4.8 Linux x86_64 binary at official 
website.
(http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/
 ).

I can only find mingw-w64 (GCC) 4.7 and 4.9 Linux x86_64 version.
Could you help to publish a mingw-w64 (GCC) 4.8 Linux x86_64 binary on the 
official website?

I also tried to build from the source mingw-w64-v2.0.7 by the following steps.

#1 ./configure -host=x86_64-w64-mingw32
#2. make
I encountered compiling errors as below when compiling tool chain is mingw-w64 
(GCC) 4.6:

intrincs/bittestci.c:13:15: error: conflicting types for 
'InterlockedBitTestAndComplement'
/usr/lib/gcc/x86_64-w64-mingw32/4.6/../../../../x86_64-w64-mingw32/include/intrin.h:1042:5:
 note: previous declaration of 'InterlockedBitTestAndComplement' was here
make[3]: *** [intrincs/lib32_libmingwex_a-bittestci.o] Error 1
make[3]: Leaving directory 
`/home/android/source-code/dliu32x/mingw-w64-v2.0.7/mingw-w64-crt'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/android/source-code/dliu32x/mingw-w64-v2.0.7/mingw-w64-crt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/android/source-code/dliu32x/mingw-w64-v2.0.7'
make: *** [all] Error 2

Then I changed the compiling tool chain to a local mingw-w64 (GCC) 4.9 20131228 
(experimental). It threw below errors:

In file included from 
/home/android/source-code/mingw-w64/x86_64-w64-mingw32/include/intrin.h:41:0,
                 from intrincs/writecr0.c:7:
/home/android/source-code/mingw-w64/x86_64-w64-mingw32/include/psdk_inc/intrin-impl.h:1309:1:
 note: previous definition of '__writecr0' was here
 __build_writecr(__writecr0, unsigned __LONG32, "0")
 ^
make[3]: *** [intrincs/lib32_libmingwex_a-writecr0.o] Error 1
make[3]: Leaving directory 
`/home/android/source-code/dliu32x/mingw-w64-v2.0.7/mingw-w64-crt'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/android/source-code/dliu32x/mingw-w64-v2.0.7/mingw-w64-crt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/android/source-code/dliu32x/mingw-w64-v2.0.7'
make: *** [all] Error 2

Do you have any idea about these compiling errors ? And if I did something 
wrong, please tell me.

And I look forward to see that mingw-w64 (GCC) 4.8 Linux x86_64 binary can be 
downloaded at the official website.

If anyone has a personal build of mingw-w64 (GCC) 4.8 Linux x86_64 binary, 
welcome to contact with me.

Thanks.
Best regards,
Dongxing Liu

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to