Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gcc12-c++ - C++ support for GCC version 12
Website: |
https://gcc.gnu.org |
License: |
GPL-3.0-or-later AND LGPL-3.0-or-later AND (GPL-3.0-or-later WITH GCC-exception-3.1) AND (GPL-3.0-or-later WITH Texinfo-exception) AND (LGPL-2.1-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH GNU-compiler-exception) AND BSL-1.0 AND GFDL-1.3-or-later AND Linux-man-pages-copyleft-2-para AND SunPro AND BSD-1-Clause AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND BSD-4-Clause AND BSD-Source-Code AND Zlib AND MIT AND Apache-2.0 AND (Apache-2.0 WITH LLVM-Exception) AND ZPL-2.1 AND ISC AND LicenseRef-Fedora-Public-Domain AND HP-1986 AND curl AND Martin-Birgmeier AND HPND-Markus-Kuhn AND dtoa AND SMLNJ AND AMD-newlib AND OAR AND HPND-merchantability-variant AND HPND-Intel |
Vendor: |
Alcance Libre, Inc. |
- Description:
C++ support to the GNU Compiler Collection version 12.
It includes support for most of the current C++ specification,
including templates and exception handling.
This is a compatibility package to build software that requires GCC
C++ version >= 12. To build software using this package
you must use:
CXX="c++12"; export CXX
CXXFLAGS="-O2 -g0 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -L/usr/lib64/gcc12"; export CXXFLAGS
Or just:
source /etc/sysconfig/build-with-gcc12
Packages