28.6.2013 2:17, Kai Ruottu kirjoitti:
After you have the gcc-4.8.1 version of 'libgcc_s.so.1' installed in
the runtime, you can
reconfigure/rebuild without the '--disable-libgomp' and get what you
desperately want :
the 'libgomp' :) Usually people think : "What one doesn't know, that
one doesn't try to
build"...
The "xgcc: fatal: libgcc_s.so.1: version 'GCC_4.2.0' not found" should
hint that one
should have a 'libgcc_s.so.1' from gcc-4.2.0 or newer installed as a
prerequisite...
Or : Knowing that one has a too old 'libgcc_s.so.1' in the system
runtime (in '/usr/lib' or
something where it will be found), what disables one to copy it manually
there? My
memory tells that the 32-bit one would be in '/usr/lib' and the 64-bit
one in '/usr/lib/sparcv9'
in a Sparc/Solaris2.x system...