[ANNOUNCEMENT] Updated: mingw64-{headers, runtime, winpthreads} 8.0.0-1

2020-09-18 Thread JonY via Cygwin-announce
Now released for both 32bit and 64bit Cygwin: Notable changes: * New Hyper-V headers and libraries by Biswapriyo Nath * Many headers updated from Wine by Jacek Caban. * ARM math improvements by Martin Storsjö * floating point fixes by Liu Hao * many *printf compatibility fixes by Liu Hao and Marti

[ANNOUNCEMENT] Updated: w32api-{headers, runtime}-8.0.0-1 (x86/x86_64)

2020-09-18 Thread JonY via Cygwin-announce
Now released for both 32bit and 64bit Cygwin: w32api-headers-8.0.0-1 w32api-runtime-8.0.0-1 Based on mingw-w64-v8.0.0. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email heade

Re: [Attn: gcc maintainers] Re: unhandled C++ exceptions not propagating

2020-08-17 Thread JonY via Cygwin
On 8/18/20 12:20 AM, Ken Brown via Cygwin wrote: > On 8/17/2020 8:09 PM, JonY via Cygwin wrote: >> On 8/17/20 8:50 PM, Ken Brown via Cygwin wrote: >>>> >>>> This isn't an issue after all.  The comment I quoted above refers to >>>> all GCC exception

Re: [Attn: gcc maintainers] Re: unhandled C++ exceptions not propagating

2020-08-17 Thread JonY via Cygwin
On 8/17/20 8:50 PM, Ken Brown via Cygwin wrote: >> >> This isn't an issue after all.  The comment I quoted above refers to >> all GCC exceptions, not just STATUS_GCC_THROW.  I'll submit a patch >> after testing. > > I've sent the patch.  The output of the OP's test case is now the same > on 64-bit

Re: unhandled C++ exceptions not propagating

2020-08-15 Thread JonY via Cygwin
On 8/15/20 11:38 PM, David McFarland via Cygwin wrote: > > I was just debugging a c++ app (b2 build system from boost), and noticed > that it would appear to exit unexpectedly without an error. This turned > out to be when an unhandled C++ exception was thrown. > > On a fresh install of cygwin w

Re: Default mingw _WIN32_WINNT

2020-05-05 Thread JonY via Cygwin
On 5/5/20 9:05 AM, Rainer Emrich wrote: > Hi Corinna, > > Am 05.05.2020 um 10:54 schrieb Corinna Vinschen: >> Therefore it might be a good idea to bump the default for these >> Cygwin-related headers to at least 0x0600. >> >> Setting them to 0x0602 sounds like a good idea, but as long as we didn't

Re: [ANNOUNCEMENT] Updated: binutils-2.34-2 (x86/x86_64)(Test)

2020-04-20 Thread JonY via Cygwin
On 4/21/20 1:10 AM, Steven Penny wrote: >> The following packages have been uploaded to the Cygwin distribution: >> >> * binutils-2.34 > > Why is binutils still 24 MB? > Because the stripped down version is broken and not able to find w32api libraries, shared library builds are crashing on launc

Re: g++ with -fprofile-dir flag has a bug (backslash instead of forward-slash issue)

2020-04-12 Thread JonY via Cygwin
On 4/12/20 11:39 AM, John Selbie wrote: > I would file a bug, but that link you provided takes me to a sign-up page > that says, "Account creation restricted. Please contact ... response > within 24 hours..." > > A quick cursory glace of GCC sources would suggest the issue is in > \gcc\coverage.c

Re: g++ with -fprofile-dir flag has a bug (backslash instead of forward-slash issue)

2020-04-12 Thread JonY via Cygwin
On 4/12/20 10:59 AM, John Selbie via Cygwin wrote: > Sure, but this bug is unique to cygwin. Why would that be there bug? > Because Cygwin does not modify gcc to use Windows paths. signature.asc Description: OpenPGP digital signature -- Problem reports: https://cygwin.com/problems.html F

Re: g++ 9.3.0 segfaults

2020-04-12 Thread JonY via Cygwin
On 4/12/20 6:10 AM, Marco Atzeri via Cygwin wrote: > Joy, > this segfault happens on 9.3.0 but not on 9.2.0 > > To replicate is enough to download cdo-1.9.9rc2.tar.gz from > https://code.mpimet.mpg.de/projects/cdo/files > > https://code.mpimet.mpg.de/attachments/download/21529/cdo-1.9.9rc2.tar.gz

Re: [ANNOUNCEMENT] Updated: binutils-2.34-2 (x86/x86_64)(Test)

2020-04-12 Thread JonY via Cygwin
On 4/12/20 8:46 AM, Marco Atzeri via Cygwin wrote: > Am 12.04.2020 um 06:09 schrieb JonY via Cygwin-announce: >> The following packages have been uploaded to the Cygwin distribution: >> >> * binutils-2.34 >> > > no plan to reduce the targets ? > For the

Re: g++ with -fprofile-dir flag has a bug (backslash instead of forward-slash issue)

2020-04-12 Thread JonY via Cygwin
On 4/12/20 7:27 AM, John Selbie via Cygwin wrote: > TLDR: With gcc/g++ 9.2.0 and 9.30 on Cygwin, when you use > -fprofile-generate and -fprofile-dir together, the target path for the > .gcda file is corrupted with a backslash instead of having a forward slash > used. > > Here's a sample run where

[ANNOUNCEMENT] Updated: binutils-2.34-2 (x86/x86_64)(Test)

2020-04-11 Thread JonY via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * binutils-2.34 Changes since -1: Addition of 2 patches from binutils git: https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=40bfb9762747f8336b17c70a0173d10200fa62eb https://sourceware.org/git/?p=binutils-gdb.git;a

Re: Problem in mingw64-i686-binutils [Was: Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)]

2020-04-07 Thread JonY via Cygwin
On 4/7/20 12:57 AM, Yaakov Selkowitz wrote: > On Mon, 2020-04-06 at 23:55 +0000, JonY via Cygwin wrote: >> On 4/6/20 10:07 AM, Jan Nijtmans via Cygwin wrote: >>> Ping. >>> >>> Would it be possible to release a version of mingw64-i686-binutils with the >

Re: Problem in mingw64-i686-binutils [Was: Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)]

2020-04-06 Thread JonY via Cygwin
On 4/6/20 10:07 AM, Jan Nijtmans via Cygwin wrote: > Ping. > > Would it be possible to release a version of mingw64-i686-binutils with the > same patch as done for binutils-2.34+1git.de9c1b7cfe-1? I suspect > this would resolve the problem described here. > > Thanks! >Jan Nijtmans Can yo

[ANNOUNCEMENT] Updated: gcc-9.3.0-1 (x86/x86_64)

2020-03-15 Thread JonY via Cygwin-announce
gcc-9.3.0-1 has been uploaded for Cygwin. *** 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 th

[ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64)

2020-03-15 Thread JonY via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * binutils-2.34+1git.de9c1b7cfe This release should fix libtool shared library builds on 32bit Cygwin. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list,

Re: Cygwin libtool confused about link library

2020-03-09 Thread JonY
On 3/9/20 9:01 PM, Simon Marchi wrote: >> Hello libtool folks, >> Any ideas about this? Something confused the file magic command? >> dlltool --identify does show libdl.a is associated with cygwin1.dll for >> example. > > Hi, > > I stumbled on this and dug into libtool, here's what I found. > >

[ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-gcc-9.2.0-2

2020-03-05 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-9.2.0-2 * mingw64-x86_64-gcc-9.2.0-2 These are the same as -1, but rebuilt with ISL updated. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the

[ANNOUNCEMENT] Updated: gcc-9.2.0-3 (x86/x86_64)

2020-03-05 Thread JonY
gcc-9.2.0-3 has been uploaded for Cygwin. This version is the same as -2, but rebuilt with ISL updated. Known issues: * ADA support has been dropped, select version 7.4.0-1 if ADA support is still needed. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: Failing build when using binutils 2.34-1 on Cygwin 32/64-bit

2020-03-04 Thread JonY
On 3/4/20 8:59 AM, Joachim Metz wrote: > I maintain numerous projects, as part of that I've set up CI tests that use > current Cygwin 32-bit and 64-bit. Recently I've noticed that builds were > failing with errors like: > > https://ci.appveyor.com/project/libyal/libfwsi/build/job/7b822r4j4ghfs2m5#

Cygwin libtool confused about link library

2020-03-01 Thread JonY
On 3/1/20 11:00 AM, Marco Atzeri wrote: >> >> Last file checked: /lib/libpthread.a >> >> Is that correct? Do you have the complete command line? Is this >> happening on both archs or just i686? >> > > both archs. > The error is likely coming from libtool and it is valid for all the 3 > libraries "

Re: [ANNOUNCEMENT] Updated: binutils-2.34-1 (x86/x86_64)

2020-02-29 Thread JonY
On 2/29/20 7:23 PM, Marco Atzeri wrote: > Am 26.02.2020 um 11:35 schrieb JonY: >> The following packages have been uploaded to the Cygwin distribution: >> >> * binutils-2.34 >> >> This version was tested by building gcc-9.2.0. >> > > It seems there is

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

2020-02-29 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-binutils-2.34-1 * mingw64-x86_64-binutils-2.34-1 *** 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 th

[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-9.2.0-1

2020-02-29 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-9.2.0-1 * mingw64-x86_64-gcc-9.2.0-1 *** 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 mess

[ANNOUNCEMENT] Updated: binutils-2.34-1 (x86/x86_64)

2020-02-26 Thread JonY
The following packages have been uploaded to the Cygwin distribution: * binutils-2.34 This version was tested by building gcc-9.2.0. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in

Re: [ANNOUNCEMENT] Updated: gcc-9.2.0-2 (x86/x86_64)

2020-02-24 Thread JonY
On 2/24/20 8:21 PM, Achim Gratz wrote: > JonY writes: >> gcc-9.2.0-2 has been uploaded for Cygwin. This version is the same as >> -1, just repackaged and marked as stable. > > This version of gcc requires a newer binutils than defined as current in > the Cygwin repo, so u

[ANNOUNCEMENT] Updated: gcc-9.2.0-2 (x86/x86_64)

2020-02-24 Thread JonY
gcc-9.2.0-2 has been uploaded for Cygwin. This version is the same as -1, just repackaged and marked as stable. Known issues: * ADA support has been dropped, select version 7.4.0-1 if ADA support is still needed. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe

Re: [ANNOUNCEMENT] Updated: gcc-9.2.0-1 (x86/x86_64) (Testing)

2020-02-06 Thread JonY
On 2/1/20 6:34 PM, Steven Penny wrote: > On Wed, 8 Jan 2020 13:38:17 +0000, JonY wrote: >> gcc-9.2.0-1 has been uploaded for Cygwin. This version is for testing. > > https://cygwin.com/ml/cygwin/2020-01/msg00077.html > > Any chance of an update for these? > >

[ANNOUNCEMENT] Updated: gcc-9.2.0-1 (x86/x86_64) (Testing)

2020-01-08 Thread JonY
gcc-9.2.0-1 has been uploaded for Cygwin. This version is for testing. Known issues: * ADA support is still broken, even for x86_64. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in

Re: [ANNOUNCEMENT] Updated: w32api-{headers,runtime}-7.0.0-1 (x86/x86_64)

2019-11-14 Thread JonY
On 11/14/19 3:14 PM, Brian Inglis wrote: > On 2019-11-14 01:55, Biswapriyo Nath wrote: >> Also, w32api-headers version 7 for x86_64 is missing. >> Link: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=w32api&arch=x86_64 > > Calm problems now resolved: > Search Results > Found 6 matches for w32ap

Re: Updated: w32api-{headers,runtime}-7.0.0-1 (x86/x86_64)

2019-11-13 Thread JonY
On 11/13/19 3:36 PM, JonY wrote: > Now released for both 32bit and 64bit Cygwin: > > w32api-headers-7.0.0-1 > w32api-runtime-7.0.0-1 > > Based on mingw-w64-v7.0.0. > > *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** > > If you want to unsubscribe from th

[ANNOUNCEMENT] Updated: w32api-{headers,runtime}-7.0.0-1 (x86/x86_64)

2019-11-13 Thread JonY
Now released for both 32bit and 64bit Cygwin: w32api-headers-7.0.0-1 w32api-runtime-7.0.0-1 Based on mingw-w64-v7.0.0. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email heade

[ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} 7.0.0-1

2019-11-12 Thread JonY
Now released for both 32bit and 64bit Cygwin: Notable changes: * _FORTIFY_SOURCE support thanks to Christian Franke. * Lots of math fixes from Martin Storsjö. * Many headers updated from Wine by Jacek Caban. * UCRT support by Martin Storsjö. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO **

Re: linker (binutils ld) is unable to resolve weak symbol, depends on object file order

2019-06-07 Thread JonY
On 6/7/19 10:04 AM, Michael Haubenwallner wrote: > Hi, > > so I'm encountering a strange problem related to object file order passed to > the linker, with any binutils and gcc version available to setup-x86_64.exe: > > $ cat weak-func.c > extern void weakfunc() __attribute__((weak)); > void weakf

[ANNOUNCEMENT] Updated: gcc-8.3.0-1 (x86/x86_64)

2019-04-11 Thread JonY
gcc-8.3.0-1 has been uploaded for Cygwin. This version is for testing. Known issues: * ADA support in i686 cygwin is broken, and is not available as of writing. * i686 debuginfo file is currently broken. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: i686-w64-mingw32-gcc: LC_MESSAGES

2019-01-09 Thread JonY
On 1/9/19 7:43 PM, Lee wrote: >> MSVCR = MicroSoft Visual C Run-time (I think) > Yes, as implemented by msvcrt.dll. > Meaning i686-w64-mingw32-gcc uses the Microsoft libraries vs. cygwin > gcc using posix compliant libraries? Implying LC_MESSAGES not being > defined is yet another instance of M

Re: i686-w64-mingw32-gcc: LC_MESSAGES

2019-01-09 Thread JonY
On 1/8/19 9:26 PM, Lee wrote: > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html > has a note for LC_MESSAGES: > The functionality described is an extension to the ISO C standard. > Application developers may make use of an extension as it is > supported on all POSIX.1-2

[ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} 6.0.0-1

2019-01-07 Thread JonY
Now released for both 32bit and 64bit Cygwin: Notable changes: * C++ __cxa_atexit thanks to Martin Storsjö and Liu Hao * Massive additions to support UCRT thanks to Martin Storsjö * Sync COM interface headers with Wine development thanks to Jacek Caban * WinRT additions thanks to Hugo Beauzée-Luys

[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-7.4.0-1

2018-12-30 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-7.4.0-1 * mingw64-x86_64-gcc-7.4.0-1 *** 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 mess

[ANNOUNCEMENT] Updated: gcc-7.4.0-1 (x86/x86_64)

2018-12-30 Thread JonY
gcc-7.4.0-1 has been uploaded for Cygwin. This is the same version as the test package uploaded previously. Java support has been removed from upstream GCC, GCJ is no longer available. Includes patch for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 *** CYGWIN-ANNOUNCE UNSUBS

[ANNOUNCEMENT] Updated: gcc-7.4.0-1 (x86/x86_64)(Test)

2018-12-10 Thread JonY
gcc-7.4.0-1 has been uploaded for Cygwin. This version is for testing. Java support has been removed from upstream GCC, GCJ is no longer available. Includes patch for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubs

Re: Fwd: GCC 7.4 Released

2018-12-07 Thread JonY
On 12/6/18 6:20 PM, Marco Atzeri wrote: > Hi Jon, > > if/when you will update the gcc compiler, please include the patch for > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 > > Unfortunately the paperwork was taking forever and it was not included > in the recent release. > OK, I'll kee

Re: iostream exceptions uncaught with CYGWIN GCC/7.3.0

2018-11-02 Thread JonY
On 11/01/2018 08:42 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > Hi, > > Please consider the following code: > > $ cat bug.cpp > #include > > using namespace std; > > void fun() > { > string dummy; > cin >> dummy; > } > > > int main() > { > cout << "FAIL = 0x" <<

[ANNOUNCEMENT] Updated: mingw64-{i686,x86_64}-binutils-2.31.1.be46fa23-1 (x86/x86_64) (Test)

2018-10-20 Thread JonY
The following packages have been uploaded to the Cygwin distribution: * mingw64-i686-binutils-2.31.1.be46fa23-1 * mingw64-x86_64-binutils-2.31.1.be46fa23-1 This release is marked experimental. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-an

Re: Please include and build version >= 2.3 binutils

2018-10-19 Thread JonY
On 10/17/2018 11:28 PM, JonY wrote: > On 10/17/2018 03:12 PM, Mustafa M wrote: >> Jon is there anyway we could include an updated version of >> mingw64-x86_64-binutils and x86_64-w64-mingw32-ld. >> ( >= v2.30). >> >> The issue is with the mingw-264 toolch

Re: Please include and build version >= 2.3 binutils

2018-10-17 Thread JonY
On 10/17/2018 03:12 PM, Mustafa M wrote: > Jon is there anyway we could include an updated version of > mingw64-x86_64-binutils and x86_64-w64-mingw32-ld. > ( >= v2.30). > > The issue is with the mingw-264 toolchain versions. Sure, I will do a test version of those soon. signature.asc Desc

Re: Please include and build version >= 2.3 binutils

2018-10-16 Thread JonY
On 10/16/2018 09:58 PM, Mustafa M wrote: > Ok I think the issue has been resolved. There may be some issue with out of > tree builds with Julia, because with the latest binutils update I can now > build Julia in tree, but for out of tree configurations. > > > > Mustafa M > Awesome, glad you

Re: Please include and build version >= 2.3 binutils

2018-10-15 Thread JonY
On 10/15/2018 07:17 PM, Houder wrote: > On Mon, 15 Oct 2018 17:53:31, Mustafa M wrote: > [snip] > >> (BTW, for some reason I did not receive any reply email on my outlook) I ha= >> d to manually reply to your response (not sure why or how to properly fix t= >> his issue) > > Mustafa, > > Have yo

Re: Please include and build version >= 2.3 binutils

2018-10-14 Thread JonY
On 10/14/2018 02:09 AM, JonY wrote: > On 10/12/2018 06:05 PM, Mustafa M wrote: >> >> Unfournately a bug in binutils >> (https://github.com/bminor/binutils-gdb/commit/d520d4956e59bd4759932a4d1742828f88c0dd7a) >> Prevents cross compiling Julia. Please include and build v

[ANNOUNCEMENT] Updated: binutils-2.31.1-1 (x86/x86_64) (Test)

2018-10-14 Thread JonY
The following packages have been uploaded to the Cygwin distribution: * binutils-2.31.1-1 This release is marked experimental. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the em

Re: Please include and build version >= 2.3 binutils

2018-10-13 Thread JonY
On 10/12/2018 06:05 PM, Mustafa M wrote: > > Unfournately a bug in binutils > (https://github.com/bminor/binutils-gdb/commit/d520d4956e59bd4759932a4d1742828f88c0dd7a) > Prevents cross compiling Julia. Please include and build version >= 2.3 > binutils to resolve this issue. > > I will put u

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-7.3.0-1 (Test)

2018-08-26 Thread JonY
On 08/25/2018 12:13 AM, Steven Penny wrote: > On Fri, 24 Aug 2018 10:11:42, JonY wrote: >> Can you try breaking it down by phases? >> 1. Preprocessor phase with -E -o file.ii > >    $ time x86_64-w64-mingw32-g++ -E -o file.ii stoi.cpp; wc -c file.ii >    real    0m0.

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-7.3.0-1 (Test)

2018-08-24 Thread JonY
On 08/21/2018 03:18 AM, Steven Penny wrote: > On Wed, 18 Jul 2018 10:38:22, JonY wrote: >> The mingw-w64 cross compilers have been updated: >> >> * mingw64-i686-gcc-7.3.0-1 >> * mingw64-x86_64-gcc-7.3.0-1 >> >> It is available under the test version. &

[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-7.3.0-1 (Test)

2018-07-18 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-7.3.0-1 * mingw64-x86_64-gcc-7.3.0-1 It is available under the test version. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscrib

[ANNOUNCEMENT] Updated: gcc-7.3.0-3 (x86/x86_64)

2018-06-29 Thread JonY
gcc-7.3.0-3 has been uploaded for Cygwin and has been marked as stable. Changes since -2: * Integrated patch for pr86138 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86138 to fix crashes related to strings. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from t

Re: [BUG] Package mingw64-x86_64-icu is broken

2018-06-19 Thread JonY
On 06/19/2018 10:18 AM, Stefan Weil wrote: > Am 19.06.2018 um 11:53 schrieb JonY: >> On 06/18/2018 12:12 PM, Stefan Weil wrote: >>> Am 06.06.2018 um 21:13 schrieb Stefan Weil: >>>> Both mingw64-x86_64-icu-57.1-1 and mingw64-x86_64-icu-57.1-2 are broken: &g

Re: [BUG] Package mingw64-x86_64-icu is broken

2018-06-19 Thread JonY
On 06/18/2018 12:12 PM, Stefan Weil wrote: > Am 06.06.2018 um 21:13 schrieb Stefan Weil: >> Both mingw64-x86_64-icu-57.1-1 and mingw64-x86_64-icu-57.1-2 are broken: >> >> This code always fails: >> >> icu::Normalizer2::getInstance(nullptr, "nfkc", UNORM2_COMPOSE, error_code); >> >> The problem was

[ANNOUNCEMENT] Updated: w32api-{headers,runtime}-5.0.4-1 (x86/x86_64)

2018-06-14 Thread JonY
Now released for both 32bit and 64bit Cygwin: w32api-headers-5.0.4-1 w32api-runtime-5.0.4-1 Based on mingw-w64-v5.0.4. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email heade

[ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} 5.0.4-1

2018-06-11 Thread JonY
Now released for both 32bit and 64bit Cygwin: * Fix GCC8 compatibility. * printf %e now uses 2 digits by default for exponents. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the e

Re: Updated: gcc-7.3.0-2 (x86/x86_64)

2018-06-05 Thread JonY
On 05/29/2018 05:32 PM, Alberto Escrig Vidal wrote: > > Thanks so much Jon! > > > I have noticed a couple of issues with g++-7. > > > 1) > > > #include > #include > #include > > int main() > { > std::string Str; > std::stringstream ss("hello"); > std::getline(ss,Str); > std::cout << Str;

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-25 Thread JonY
On 05/23/2018 06:18 PM, Ken Brown wrote: > On 5/22/2018 7:29 PM, JonY wrote: >> On 05/22/2018 06:18 PM, Marco Atzeri wrote: >>> On 5/5/2018 12:00 PM, JonY wrote: >>>> >>>> gcc-7.3.0-2 has been uploaded for Cygwin. This version is for testing. >>>&

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-22 Thread JonY
On 05/22/2018 06:18 PM, Marco Atzeri wrote: > On 5/5/2018 12:00 PM, JonY wrote: >> >> gcc-7.3.0-2 has been uploaded for Cygwin. This version is for testing. >> > > Hi Jon, > > I built the 64 bit version of > > qrupdate > lapack > openblas >

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-07 Thread JonY
On 05/06/2018 11:54 PM, Ross Smith wrote: > > I've updated gcc-core, gcc-g++, and libstdc++ to 7.3.0-2, > but the filesystem library still doesn't seem to be working: > > #include > #include > using namespace std::experimental; > int main() { >     filesystem::path p("expfs.cpp"); >     std::co

[ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-05 Thread JonY
gcc-7.3.0-2 has been uploaded for Cygwin. This version is for testing. Java support has been removed from upstream GCC, GCJ is no longer available. Changes since -1: * Enabled libstdc++ filesystem feature as requested by Nuno Lopes. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If yo

Re: Circular dependency with mingw64-x86_64-runtime

2018-05-02 Thread JonY
On 05/01/2018 11:33 PM, Steven Penny wrote: > On Tue, 1 May 2018 13:44:45, JonY wrote: >> What is the actual problem you are facing? > > i already described it: when 2 things depend on each other in this > way, that is an error: > > http://wikipedia.org/wiki/Circular_depe

Re: Circular dependency with mingw64-x86_64-runtime

2018-05-01 Thread JonY
On 04/30/2018 02:16 AM, Steven Penny wrote: > Here are the requirements for "gcc-core": > >  binutils, cygwin-devel, libatomic1, libgomp1, libisl15, libmpc3, > libquadmath0, >  libssp0, w32api-headers, w32api-runtime, windows-default-manifest > > and for "w32api-runtime": > >  w32api-headers >

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-1 (x86/x86_64)(Test)

2018-04-12 Thread JonY
On 04/11/2018 11:31 AM, Steven Penny wrote: > On Wed, 11 Apr 2018 10:58:14, JonY wrote: >> gcc-7.3.0-1 has been uploaded for Cygwin. This version is for testing. >> >> Java support has been removed from upstream GCC, GCJ is no longer >> available. > > Pl

[ANNOUNCEMENT] Updated: gcc-7.3.0-1 (x86/x86_64)(Test)

2018-04-11 Thread JonY
gcc-7.3.0-1 has been uploaded for Cygwin. This version is for testing. Java support has been removed from upstream GCC, GCJ is no longer available. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscr

[ANNOUNCEMENT] Updated: gcc-6.4.0-5 (x86/x86_64) (Test)

2018-01-21 Thread JonY
gcc-6.4.0-5 has been uploaded for Cygwin. Libssp in GCC has been disabled in favor of the implementation from Cygwin. *** 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

Re: -fstack-protector and -fstack-protector-all broken after updating to gcc-core-6.4.0-5

2018-01-21 Thread JonY
On 01/21/2018 08:38 AM, Yaakov Selkowitz wrote: > On 2018-01-21 02:30, DDoSolitary wrote: >> The stack protector options are broken after updating gcc-core to 6.4.0- >> 5. >> >> For example compiling the following C code with "gcc foo.cpp >> -fstack-protector-all" results in errors. > > The -D_FOR

[ANNOUNCEMENT] Updated: gcc-6.4.0-4 (x86/x86_64)

2017-11-15 Thread JonY
gcc-6.4.0-4 has been uploaded for Cygwin. This is a rebuild of -3 to use the new isl 0.16.1-1 library. *** 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

[ANNOUNCEMENT] Updated: gcc-6.4.0-3 (x86/x86_64)

2017-11-08 Thread JonY
gcc-6.4.0-3 has been uploaded for Cygwin. This build removes the -L/usr/lib/w32api from the specs file so gcc will prefer libraries in /usr/lib over w32api. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List

[ANNOUNCEMENT] Updated: w32api-{headers,runtime}-5.0.3-1 (x86/x86_64)

2017-11-06 Thread JonY
Now released for both 32bit and 64bit Cygwin: w32api-headers-5.0.3-1 w32api-runtime-5.0.3-1 Based on mingw-w64-v5.0.3. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email heade

[ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} 5.0.3-1

2017-11-06 Thread JonY
Now released for both 32bit and 64bit Cygwin: * pseudo-reloc will now try to restore page protection settings prior to manipulating it, rather than simply assuming it was read-only with execute. * winpthreads: Fix undefined __divmoddi4 when compiling with newly bootstrapped gcc-7 * Fixed m

[ANNOUNCEMENT] Updated: gcc-6.4.0-2 (x86/x86_64)

2017-11-02 Thread JonY
gcc-6.4.0-2 has been uploaded for Cygwin. The missing import libraries for cyggnat-6 and cyggnarl-6 has been added. *** 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

Re: ada gnat import library missing ?

2017-11-02 Thread JonY
On 11/01/2017 04:07 PM, Marco Atzeri wrote: > On 31/10/2017 00:17, JonY wrote: > >> -2 with the appropriate import libraries should be coming along by the >> end of the week if all goes well. > > It is up but I see the same > > $ ./hello.exe >  -bash: ./hell

Re: ada gnat import library missing ?

2017-10-30 Thread JonY
On 10/30/2017 02:14 PM, Marco Atzeri wrote: > On 30/10/2017 10:54, JonY wrote: >> On 10/28/2017 02:37 PM, Marco Atzeri wrote: >>> >>> as I do not find any import library for >>> /usr/bin/cyggnat-6.dll >>> >>> can you check ? >> >>

Re: ada gnat import library missing ?

2017-10-30 Thread JonY
On 10/28/2017 02:37 PM, Marco Atzeri wrote: > Jon, > the simple hello program > https://gcc.gnu.org/onlinedocs/gnat_ugn/Running-a-Simple-Ada-Program.html > > with shared option fails > > $ gnatbind -v -shared hello gnatbind -v -shared hello > GNATBIND 6.4.0 > Copyright (C) 1995-2016, Free Softwar

Re: cygwin x86_64: mingw64-g++ 6.4.0 (both i686 and x86_64) issue (bug?) with reinterpret_cast

2017-10-23 Thread JonY
On 10/23/2017 02:47 PM, Paolo ZAMBOTTI wrote: > Hello, > > I'm having some issues while compiling C++ code with mingw64 c++ compiler > (6.4.0) distributed within Cygwin packages. > I can guess the issue I'm going to report is not strictly related to Cygwin > distribution but I cannot test other

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

2017-10-21 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-6.4.0-1 * mingw64-x86_64-gcc-6.4.0-2 The gcov-dump tool was left out in mingw64-x86_64-gcc-6.4.0-1, hence the -2 release. Note that ADA/GNAT is no longer supported in the cross compiler. *** CYGWIN-ANNOUNCE UNSUBS

Re: Which is it -pc- or -unknown-

2017-10-19 Thread JonY
On 10/19/2017 04:18 PM, cyg Simple wrote: > On 10/19/2017 10:18 AM, Ken Brown wrote: >> On 10/19/2017 9:19 AM, cyg Simple wrote: >>> On 10/18/2017 6:58 PM, JonY wrote: >>>> I agree with Yaakov, why does it need to change? >>>> >>> >>>

Re: Which is it -pc- or -unknown-

2017-10-18 Thread JonY
On 10/18/2017 10:41 PM, Yaakov Selkowitz wrote: > On 2017-10-18 14:10, cyg Simple wrote: >> On 10/18/2017 1:11 PM, Yaakov Selkowitz wrote: >>> On 2017-10-18 09:05, cyg Simple wrote: Does anyone care if a patch to config.guess changes the i*:CYGWIN*:* filter to echo ${UNAME_MACHINE}-unknow

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-10-18 Thread JonY
On 10/17/2017 11:47 AM, Steven Penny wrote: > On Sun, 20 Aug 2017 14:16:07, JonY wrote: >> The mingw-w64 cross compilers have been updated: >> >> * mingw64-i686-binutils-2.28.1.12c1f20d >> * mingw64-i686-gcc-6.3.0-1 >> * mingw64-x86_64-binutils-2.28.1.12c1f20

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

2017-10-07 Thread JonY
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 >> >

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

2017-10-07 Thread JonY
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-anno

[ANNOUNCEMENT] Updated: binutils-2.29-1 (x86/x86_64)

2017-10-07 Thread JonY
The following packages have been uploaded to the Cygwin distribution: * binutils-2.29-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

Re: Segmentation fault with binutils 2.28.1

2017-10-06 Thread JonY
On 10/05/2017 05:22 PM, Marco Atzeri wrote: > > That is the problem. > It costed me one hour of my time, you could have done by yourself. > > > Jon, > let me know if you need help on updating binutils. > Thanks for the info, I will churn out a new version ASAP. signature.asc Description: O

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-09-27 Thread JonY
On 09/25/2017 06:33 PM, Steven Penny wrote: > On Mon, 25 Sep 2017 14:17:28, JonY wrote: >> You can actually use Cygwin gdb to debug and see what went wrong, >> assuming the debug symbols are around. >> >> Sorry if I'm not much help, kind of busy these days. &

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-09-25 Thread JonY
On 09/25/2017 01:53 AM, Steven Penny wrote: > On Sun, 24 Sep 2017 00:48:20, JonY wrote: >> I don't really work with cmake, but what it looks like, but it probably >> makes gcc look in the mingw include dir first and then gcc's, breaking >> gcc's headers. >&g

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-09-23 Thread JonY
On 09/21/2017 12:10 AM, Steven Penny wrote: > > $ x86_64-w64-mingw32-g++ \ >> -isystem /usr/x86_64-w64-mingw32/sys-root/mingw/include alfa.cpp > In file included from > /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/ext/string_conversions.h:41:0, > > from > /usr/lib/gcc/x86_64-w64-mingw32/6.3.

[ANNOUNCEMENT] Updated: gcc-6.4.0-1 (x86/x86_64)

2017-09-12 Thread JonY
gcc-6.4.0-1 has been uploaded for Cygwin. This is a straight upgrade of Cygwin gcc over 6.3.0. *** 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 e

[ANNOUNCEMENT] Updated: binutils-2.28-3 (x86/x86_64)

2017-09-05 Thread JonY
The following packages have been uploaded to the Cygwin distribution: * binutils-2.28-3 This release is marked experimental. This release should solve the performance problems and errors with 32bit nm. (This is the same as the test version, it was promoted to current) *** CYGWIN-

[ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)

2017-09-05 Thread JonY
gcc-6.3.0-2 has been uploaded for Cygwin. It is marked as a test version. This version has been built with --with-default-libstdcxx-abi=gcc4-compatible so it should remain compatible to GCC 4 C++ ABI. Changes since -1: * Rebuilt with binutils-2.28-1, seems to have fixed the testcase from https

Re: Updated: binutils-2.28-3 (x86/x86_64) (Test)

2017-08-30 Thread JonY
On 08/29/2017 03:47 PM, Marco Atzeri wrote: > On 13/07/2017 11:56, JonY wrote: >> >> The following packages have been uploaded to the Cygwin distribution: >> >> * binutils-2.28-3 >> >> This release is marked experimental. This release should solve the >&g

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-08-22 Thread JonY
On 08/22/2017 02:21 AM, Steven Penny wrote: > [ 7%] Building CXX object > CMakeFiles/tagparser_static.dir/mp4/mp4tagfield.cpp.o > In file included from > /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/ext/string_conversions.h:41:0, > > from > /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/

[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-08-20 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-binutils-2.28.1.12c1f20d * mingw64-i686-gcc-6.3.0-1 * mingw64-x86_64-binutils-2.28.1.12c1f20d * mingw64-x86_64-gcc-6.3.0-1 These versions should be considered testing quality. Note that ADA/GNAT has been disabled in this release.

Re: Request update GCC

2017-08-12 Thread JonY
On 08/10/2017 01:10 AM, Steven Penny wrote: > On Sat, 24 Jun 2017 19:21:57, Steven Penny wrote: >> gcc-core, gcc-g++ >> == >> - version: 5.4.0-1 >> - version: 6.3.0-1 [test] >> - Jonathan Yong (JonY) >> >>

[ANNOUNCEMENT] Updated: binutils-2.28-3 (x86/x86_64) (Test)

2017-07-13 Thread JonY
The following packages have been uploaded to the Cygwin distribution: * binutils-2.28-3 This release is marked experimental. This release should solve the performance problems and errors with 32bit nm. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: debuginfo Dwarf Error

2017-07-08 Thread JonY
On 07/06/2017 04:29 PM, Marco Atzeri wrote: > On 06/07/2017 15:40, JonY wrote: >> On 07/06/2017 06:53 AM, Marco Atzeri wrote: >>> On 06/07/2017 00:49, JonY wrote: >>>> On 07/04/2017 09:16 PM, Marco Atzeri wrote: >>>>> >>>>> Jon, >

  1   2   3   4   5   6   >