This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]