This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help with building gcc
Revital1 Eres wrote:
What is your opsys? If Linux, what distro?
powerpc64-suse-linux
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.
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...