| delorie.com/archives/browse.cgi | search |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 delorie.com 49UG0v9a3313485 |
| Authentication-Results: | delorie.com; |
| dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=bmxQe1jy | |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org 20C5F3858294 |
| DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; |
| s=default; t=1730304056; | |
| bh=WmMOHSqYde1SU8SJ3cHdpP+cHN1vlq3swqeMrSWDJN8=; | |
| h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: | |
| List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | |
| From; | |
| b=bmxQe1jyIhVFlCzRBvEIKOnEkaydUMYnftMQUTK9iqpNBoM1Qd3i5zEZnpuzCuKJL | |
| veTPJtf9SgG4peCeay/03aGU1yz0GbDiE9zjytf/pDlx1r0W/w2n704R9DR+YRTYCa | |
| Hz43JgUTdZsucbZxGgZz8Z/xkaCPt2Yx62jGmFLg= | |
| X-Original-To: | cygwin AT cygwin DOT com |
| Delivered-To: | cygwin AT cygwin DOT com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org DF3D93858D28 |
| Date: | Wed, 30 Oct 2024 17:00:30 +0100 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: g++ 12 -std=gnu++20 |
| Message-ID: | <ZyJYHsDydPiW6fkD@calimero.vinschen.de> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <48e51b50-63db-4b14-b321-46942e40862e AT SystematicSW DOT ab DOT ca> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <48e51b50-63db-4b14-b321-46942e40862e@SystematicSW.ab.ca> |
| X-BeenThere: | cygwin AT cygwin DOT com |
| X-Mailman-Version: | 2.1.30 |
| List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
| List-Unsubscribe: | <https://cygwin.com/mailman/options/cygwin>, |
| <mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> | |
| List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
| List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
| <mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
| From: | Corinna Vinschen via Cygwin <cygwin AT cygwin DOT com> |
| Reply-To: | cygwin AT cygwin DOT com |
| Cc: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| Errors-To: | cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com |
| Sender: | "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com> |
On Oct 30 09:06, Brian Inglis via Cygwin wrote: > Hi folks, > > Trying to update a package using c++ (requires gcc 12.4+ for adequate c++ > 2020 support) and getting confusing error messages. > > It appears that noexcept in the header files may here redefined by the > compiler or headers as __GLIBC_NOEXCEPT. There's one underscore too many, that should be _GLIBCXX_NOEXCEPT. > Those errors look to me like a failure to detect that *glibc* is not available. > Or is *GLIBCXX* actually *glib* for *cxx*, so this could be a library or > compiler issue? It's used in the gcc c++ headers, defined in c++config.h and part of the gcc-g++ package. The packaging on Fedora puts this file into the libstdc++-devel package, which is more helpful, I guess. Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |