GCC Update

2022-08-20 Thread Salih Dincer via D.gnu
I'm trying to use GDC and I have GCC installed on my system. When I type GCC --version, I get this result: gcc (Debian 8.3.0-6) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILI

Re: GCC Update

2022-08-20 Thread mw via D.gnu
For new release, there is (most likely) no prebuild binary packages for your system. You need to download the source and build it yourself.