On Fri, 2007-05-11 at 09:22 -0400, Wojciech Gryc wrote:

> java.lang.UnsatisfiedLinkError: /opt/JRI/libjri.so:
> /opt/openoffice.org2.1/program/libgcc_s.so.1: version `GCC_4.0.0' not found

My first shot would be the gcc version mismatch.

Are you using the version downloaded from the main site?  If so, I
believe that version is compiled with gcc 3.4.1, while your system is
probably based on gcc 4.0.0 or versions that are binary compatible with
that version.  So, if you compiled the JRI library on your own using the
system gcc, then that could become a problem.

You can try one of two things:

1) Use gcc 3.4.1 to build libjri.so, or
2) Test your component against the version of OO.o that ships with your
Linux distro.

Hope this helps.

Kohei

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to