public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils
@ 2017-10-07 11:54 JonY
  2017-10-07 13:05 ` Steven Penny
  0 siblings, 1 reply; 3+ messages in thread
From: JonY @ 2017-10-07 11:54 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 766 bytes --]


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.


              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils
  2017-10-07 11:54 [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils JonY
@ 2017-10-07 13:05 ` Steven Penny
  2017-10-08  0:08   ` JonY
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Penny @ 2017-10-07 13:05 UTC (permalink / raw)
  To: cygwin

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


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils
  2017-10-07 13:05 ` Steven Penny
@ 2017-10-08  0:08   ` JonY
  0 siblings, 0 replies; 3+ messages in thread
From: JonY @ 2017-10-08  0:08 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 1083 bytes --]

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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-08  0:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-07 11:54 [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils JonY
2017-10-07 13:05 ` Steven Penny
2017-10-08  0:08   ` JonY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).