I can't install gcc 9
Andrew Haley
aph@redhat.com
Mon Jul 1 16:32:00 GMT 2019
On 7/1/19 4:38 PM, Dorian ROSSE wrote:
> When I launch It command line :
>
> ./configure --enable-languages=c,c++,go && make && make install
GCC seems to believe this is a 32-bit system. What does running
srcdir/config.guess say?
Do you want 32-bit GCC libraries? If not, configure with
--disable-multilib.
https://gcc.gnu.org/install/configure.html
"First, we highly recommend that GCC be built into a separate
directory from the sources which does not reside within the source
tree. This is how we generally build GCC; building where srcdir ==
objdir should still work, but doesnât get extensive testing; building
where objdir is a subdirectory of srcdir is unsupported. "
--
Andrew Haley (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the Gcc-help
mailing list