Mikaël De Bie wrote:
Hi,
I'm trying to compile an addin to Openoffice-calc (scsolver).

I use regcomp to register the library into the rdb file and I get this error :
[...]
An old thread talk about this kind of problem, but following the steps explained in this thread didn't fix the problem.

The solution proposed was to add the -fno-rtti option when compiling the C++ code.
In my case, that leads to this error :

Which is reasonable nowadays that OOo *is* compiled with -frtti.

[...]
Here'is the output of the  "ldd scsolver.uno.so" command :
       linux-gate.so.1 =>  (0xffffe000)
       libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7d21000)
       libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7cff000)
       libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7bd0000)
       libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7bc6000)
       /lib/ld-linux.so.2 (0x80000000)

Trying "ldd -r scsolver.uno.so" instead might reveal problems.

Apart from that, I have no real help for you.

-Stephan

Thank you for your attention,

Mikaël

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

Reply via email to