I am trying to deploy an RCP application to HP UX Itanium. Both the rcp
app and Eclipse SDK fail to launch with the error:
Unable to find library 'libgcc_s.so.0'.
Investigating this further,
org.eclipse.equinox.launcher.motif.hpux.ia64_32_1.0.0.v20080606/eclipse_1114b.so
has the libgcc_s.so.0 dependency.
Couple of questions:
- What should we install to resolve this dependency? I installed libgcc
package from http://hpux.cs.utah.edu/ but that does not contain the
missing package.
- Shouldn't the launcher shared library be built without the libgcc_s
dependency? AFAIK, other platforms are built that way.