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: Marco Sulla <gnu dot org at marco dot sulla dot e4ward dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 18 Feb 2020 19:24:43 +0100
- Subject: Re: make compiled a lot of programs, but not gcc
- References: <CABbU2U_6SiNuEqwOnU8_QbYK5Y=CO0TXWL0Kn2A4zHzQ24KFfA@mail.gmail.com> <CAH6eHdQuz7krkeYZJ77YA2T8CseWUxiQ7Oey=CJqkh6VpRp2Pw@mail.gmail.com>
- Reply-to: gnu dot org at marco dot sulla dot e4ward dot com
Well, but I do not want to install it. I would use it to **recompile*
again gcc 9.2 and then install it.
In theory the executable should exists, even if I have not installed
the build on the machine.
PS: what about the warnings for zlib and libffi?
On Tue, 18 Feb 2020 at 11:44, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
>
> 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".