This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: make compiled a lot of programs, but not gcc
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: gnu dot org at marco dot sulla dot e4ward dot com
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Tue, 18 Feb 2020 10:44:18 +0000
- Subject: Re: make compiled a lot of programs, but not gcc
- References: <CABbU2U_6SiNuEqwOnU8_QbYK5Y=CO0TXWL0Kn2A4zHzQ24KFfA@mail.gmail.com>
On Tue, 18 Feb 2020 at 10:39, Marco Sulla
<gnu.org@marco.sulla.e4ward.com> wrote:
>
> Hello all. I have a problem compiling gcc 9.2.0 on my machine.
>
> TL;DR
> After the make, I have a lot of programs in `gcc` subdir, like `xgcc`,
> `cpp`, `gfortran` etc, but *not* gcc. What I did wrong?
You didn't run "make install".