On Thursday, 28 July 2022 at 16:03:46 UTC, Alexander Zhirov wrote:
[...]
How did you manage to get hold of this compiler?

```
/root/usr/program/gcc/9.5.0/install/bin/cc
```

Where does this compiler come from?

This is an unpacked archive from an official source from the GNU website

https://ftp.mpi-inf.mpg.de/mirrors/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-9.5.0/

The archive `gcc-9.5.0.tar.gz` I found in that directory does not contain any binary compiler. The only "file" named "cc" is the directory

```
./gcc/testsuite/ada/acats/tests/cc
```

Reply via email to