This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]