Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-19 Thread Walter Dnes
On Tue, Oct 19, 2021 at 09:28:52AM -0400, Matt Connell (Gmail) wrote > On Tue, 2021-10-19 at 07:32 -0400, Walter Dnes wrote: > > I've only got gcc 10 and 11. > > You will need to use gcc-config to update your selection. I'm aware of that. I had 10 selected, and then selected 11 but no

Re: [gentoo-user] [SOLVED] "No rule to make target" gcc 9.3.0 error

2021-10-19 Thread Walter Dnes
On Tue, Oct 19, 2021 at 09:30:22AM -0400, Walter Dnes wrote > On Tue, Oct 19, 2021 at 07:47:03AM -0400, Todd Goodman wrote > > > > On 10/19/2021 7:32 AM, Walter Dnes wrote: > > > On Tue, Oct 19, 2021 at 11:53:28AM +1000, Miles Malone wrote > > >> Select a version of gcc you do have, using

[gentoo-user] [SOLVED] "No rule to make target" gcc 9.3.0 error

2021-10-19 Thread Walter Dnes
On Tue, Oct 19, 2021 at 07:47:03AM -0400, Todd Goodman wrote > > On 10/19/2021 7:32 AM, Walter Dnes wrote: > > On Tue, Oct 19, 2021 at 11:53:28AM +1000, Miles Malone wrote > >> Select a version of gcc you do have, using gcc-config. Then rebuild > >> libtool, and continue. GCC 9.3.0 doesnt exist

Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-19 Thread Matt Connell (Gmail)
On Tue, 2021-10-19 at 07:32 -0400, Walter Dnes wrote: > I've only got gcc 10 and 11. You will need to use gcc-config to update your selection. To list your available choices: gcc-config -l To select #1: gcc-config 1 Think of it like adjunct of eselect.

Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-19 Thread Todd Goodman
On 10/19/2021 7:32 AM, Walter Dnes wrote: On Tue, Oct 19, 2021 at 11:53:28AM +1000, Miles Malone wrote Select a version of gcc you do have, using gcc-config. Then rebuild libtool, and continue. GCC 9.3.0 doesnt exist because it's been replaced in the gcc9 branch by GCC 9.4.0. You could

Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-19 Thread Walter Dnes
On Tue, Oct 19, 2021 at 11:53:28AM +1000, Miles Malone wrote > Select a version of gcc you do have, using gcc-config. Then rebuild > libtool, and continue. GCC 9.3.0 doesnt exist because it's been > replaced in the gcc9 branch by GCC 9.4.0. You could choose to stick > to GCC9, or move to 10 or