On 08/11/09 23:17, Michael Sicotte wrote:
Here is the ouput of nm run against the library showing undefined symbols. I haven't had time to look into this in detail, but in case something jumps out at you (or anyone else) I am sending it now.

Mike

nm -f -m -u -A postgresql-sdbc.uno.dylib
postgresql-sdbc.uno.dylib: (undefined [lazy bound]) external __Unwind_Resume (from libgcc) postgresql-sdbc.uno.dylib: (undefined) external __ZN4cppu11OWeakObject12queryAdapterEv (from @loader_path/../ure-link/lib/libuno_cppuhelpergcc3.dylib.3)
[...]

This looks like postgresql-sdbc.uno.dylib has been linked together as if it should be installed into the OOo installation's basis program directory. However, I assume postgresql-sdbc.uno.dylib is rather part of some OOo extension (.oxt), so needs to be linked differently.

It should be possible to alter the problematic parts after the fact using Mac OS X's install_name_tool. If you send me the output of running "otool -L" on the dylib, I can send you the necessary install_name_tool command line.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: mac-unsubscr...@porting.openoffice.org
For additional commands, e-mail: mac-h...@porting.openoffice.org

Reply via email to