[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils

JonY 10walls@gmail.com
Sun Oct 8 00:08:00 GMT 2017


On 10/07/2017 01:05 PM, Steven Penny wrote:
> On Sat, 7 Oct 2017 11:52:57, JonY wrote:
>> The following packages have been uploaded to the Cygwin distribution:
>>
>> * mingw64-i686-binutils-2.29.1.787c9873-1
>> * mingw64-x86_64-binutils-2.29.1.787c9873-1
>>
>> This should resolve 32bit linking.
> 
> Confirmed fixed, thanks; but wasnt it 64bit linking messed up to? Anyway
> here is
> my result:
> 
>    $ cygcheck -s | grep -e binutils -e gcc
>    mingw64-x86_64-binutils                 2.29.1.787c9873-1     OK
>    mingw64-x86_64-gcc-core                 6.3.0-1               OK
>    mingw64-x86_64-gcc-g++                  6.3.0-1               OK
> 
>    $ cat z.cpp
>    #include <iostream>
>    main() {
>      std::cout << "cout test\n";
>    }
> 
>    $ x86_64-w64-mingw32-g++ -static -o z z.cpp
> 
>    $ ./z
>    cout test
> 

The last thread specifically mentioned 32bit, but good to know that
64bit linking is also working.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 858 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20171008/2304200c/attachment.sig>


More information about the Cygwin mailing list