This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help with building gcc
Hello,
>
> Ok, the '/lib' and '/usr/lib' should have the 32-bit libs,
> the '/lib64' and '/usr/lib64' the 64-bit (default) ones...
> This means that you SHOULD have them both installed before
> starting to configure and build GCC.
I see that all the directories you mentioned are installed
on the machine.
> Probably you got the error when the build tried to link
> the optional 32-bit 'libgcc_s.so.1' but there were no
> 32-bit development libraries installed yet...
I see libgcc_s.so.1 installed under /lib
Thanks,
Revital