X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:references :content-type; q=dns; s=default; b=IglW5ahkdS1gocmHF/rJwzdrogDrj 7hEsD9bX1nw+POFJDv2aujB0VKDmFc7LF42MNb4yLhhfzHmdrunc6y7ei2+7JvAg 6yDFS65rk2eKlSx1JHKBLQ+fuXvi5wPkZIabQsXq8az/sR75VgmG5HpSfMvGcWQs Sw8SPyFXupu1ds= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:references :content-type; s=default; bh=4+W6BODES2h6DhsqMjVGpNcaA/w=; b=o1z NgA1u/EeFKu8Be3IrtUFP3FnQKdqRANBrikBS7DckQJ62MVMWawQCjWGtN/2uNCc 1TTk8fc9N8QpDRw0BaNOFvzen8Wkw8mIWhzo36sdVjZWyv1ewsoRM+cZXBzSjH8h HKUheJlaUfNQmubtbqmAKT2JC/depFCo4sj7cueQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=jony, JonY, i686x86_64, mingw64 X-HELO: mail-oi0-f52.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:subject:references :user-agent; bh=zz8MUCUq+Y4v/yg9S5/3H34oEu7ClCJ9y5lve/8NAi8=; b=HTnB+KseMquFOX5h9bvg+MpFnxkkl3i2ML0Co2dKdYl1BswSlzsyT0/JboKbQhKEgk h2Bd0amNL8PLGLVs6sV4iLj3uOUPwzZ2got2eDm+Q+ZqU05+kUjPzekZYUaax0FATOfm CNwmJ1RMV0cMmuRbWgkQavu7HAljtuaM6TGQMu05JD0bDTLLbpfzde2OhtU7Ybx+25/w ebHFekHql3vRaG7H8FZ+cyHbS+N5Swqvv1PVhLW67tpS1EB+xed6MIy2sQfgTMwaow7l PBhQqlCoay9KOPuakIsg//R3dAmu5dMDJd5OwxEi8BOHaCB7Njq1tD3DwC8AIfvlTxLJ bnEg== X-Gm-Message-State: AMCzsaXjd7IEr7/i+8D+WrUA3aV/KghLZgC5MK9UHS7BaBqM8wYDEKaQ iTJsnocC766bpDyh4wg4S+VMpw== X-Google-Smtp-Source: AOwi7QCXClE6QqocumrDzDXicpe9l2u4U3LMsLpTJcd7wMrtRAWjxGLit/cYcHayd5Vl/3+WSlHauw== X-Received: by 10.157.20.242 with SMTP id r47mr3282062otr.466.1507381555731; Sat, 07 Oct 2017 06:05:55 -0700 (PDT) Message-ID: <59d8d132.1d0b9d0a.f0725.1378@mx.google.com> Date: Sat, 07 Oct 2017 06:05:54 -0700 (PDT) From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) 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 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